Spaces:
Sleeping
Sleeping
Update agent.json
Browse files- agent.json +3 -4
agent.json
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
{
|
3 |
"tools": [
|
4 |
"web_search",
|
@@ -27,11 +26,11 @@
|
|
27 |
"update_plan_post_messages": "Provide an updated plan in one step, ending with '<end_plan>' and no additional commentary."
|
28 |
},
|
29 |
"managed_agent": {
|
30 |
-
"task": "You are a helpful agent named '{{name}}'. You have been submitted this task by your manager. --- Task: {{task}} --- Provide only the final direct answer in plain text using the final_answer tool. Do NOT include any internal reasoning, chain-of-thought, or code snippets.",
|
31 |
"report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
|
32 |
}
|
33 |
},
|
34 |
-
"max_steps":
|
35 |
"verbosity_level": 1,
|
36 |
"grammar": null,
|
37 |
"planning_interval": null,
|
@@ -51,4 +50,4 @@
|
|
51 |
"collections",
|
52 |
"re"
|
53 |
]
|
54 |
-
}
|
|
|
|
|
1 |
{
|
2 |
"tools": [
|
3 |
"web_search",
|
|
|
26 |
"update_plan_post_messages": "Provide an updated plan in one step, ending with '<end_plan>' and no additional commentary."
|
27 |
},
|
28 |
"managed_agent": {
|
29 |
+
"task": "You are a helpful agent named '{{name}}'. You have been submitted this task by your manager. --- Task: {{task}} --- Provide only the final direct answer in plain text using the `final_answer` tool. Do NOT include any internal reasoning, chain-of-thought, or code snippets.",
|
30 |
"report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
|
31 |
}
|
32 |
},
|
33 |
+
"max_steps": 1,
|
34 |
"verbosity_level": 1,
|
35 |
"grammar": null,
|
36 |
"planning_interval": null,
|
|
|
50 |
"collections",
|
51 |
"re"
|
52 |
]
|
53 |
+
}
|