Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +5 -1
prompts.yaml
CHANGED
|
@@ -44,11 +44,15 @@ managed_agent:
|
|
| 44 |
**Validation Protocol**
|
| 45 |
{validation_rules}
|
| 46 |
|
|
|
|
|
|
|
|
|
|
| 47 |
variables: [
|
| 48 |
"task_id", "task", "timestamp",
|
| 49 |
-
"question_analysis", "subtasks", "validation_rules"
|
| 50 |
]
|
| 51 |
task: "Process the question '{task}' with ID {task_id} received at {timestamp}"
|
|
|
|
| 52 |
|
| 53 |
planning:
|
| 54 |
template: |-
|
|
|
|
| 44 |
**Validation Protocol**
|
| 45 |
{validation_rules}
|
| 46 |
|
| 47 |
+
**Report**
|
| 48 |
+
{report}
|
| 49 |
+
|
| 50 |
variables: [
|
| 51 |
"task_id", "task", "timestamp",
|
| 52 |
+
"question_analysis", "subtasks", "validation_rules", "report"
|
| 53 |
]
|
| 54 |
task: "Process the question '{task}' with ID {task_id} received at {timestamp}"
|
| 55 |
+
report: "Report on task execution"
|
| 56 |
|
| 57 |
planning:
|
| 58 |
template: |-
|