20 lines
No EOL
844 B
Text
20 lines
No EOL
844 B
Text
```json
|
|
{
|
|
"overview": "Plan a task to achieve the user's main business objective.",
|
|
"userMessage": "We have created a task plan to accomplish your main business objective efficiently.",
|
|
"tasks": [
|
|
{
|
|
"id": "task_1",
|
|
"objective": "Complete the user's main business objective as specified in their request.",
|
|
"dependencies": [],
|
|
"successCriteria": [
|
|
"The task fully addresses the user's main objective",
|
|
"The deliverable meets the user's expectations and requirements"
|
|
],
|
|
"estimatedComplexity": "medium",
|
|
"userMessage": "This task will accomplish the entire business objective you have requested.",
|
|
"expectedFormats": ["pdf", "docx", "xlsx", "txt", "json", "csv", "html", "md"]
|
|
}
|
|
]
|
|
}
|
|
``` |