Spaces:
Sleeping
Sleeping
File size: 350 Bytes
d6a76d5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# 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
}
} |