csa01 / app /tasks.py
prashantmatlani's picture
fresh clean commit
d6a76d5
raw
history blame contribute delete
350 Bytes
# 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
}
}