Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -363,7 +363,7 @@ class MagAgent:
|
|
| 363 |
},
|
| 364 |
"planning": {
|
| 365 |
"template": "Step-by-Step Plan...",
|
| 366 |
-
"variables": ["step1", "step2", "step3", "validation_step"]
|
| 367 |
"sub_templates": {
|
| 368 |
"initial_plan": "...",
|
| 369 |
"initial_facts": "..."
|
|
|
|
| 363 |
},
|
| 364 |
"planning": {
|
| 365 |
"template": "Step-by-Step Plan...",
|
| 366 |
+
"variables": ["step1", "step2", "step3", "validation_step"],
|
| 367 |
"sub_templates": {
|
| 368 |
"initial_plan": "...",
|
| 369 |
"initial_facts": "..."
|