Spaces:
Sleeping
Sleeping
| # app/tasks.py | |
| TASKS = { | |
| "task1": { | |
| "description": "Classify ticket category and priority", | |
| "max_steps": 2 | |
| }, | |
| "task2": { | |
| "description": "Gather required information", | |
| "max_steps": 5 | |
| }, | |
| "task3": { | |
| "description": "Full resolution workflow", | |
| "max_steps": 10 | |
| } | |
| } |