ianeksdi commited on
Commit
814d8e2
·
verified ·
1 Parent(s): f3b2c82

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +2 -1
agent.json CHANGED
@@ -1,3 +1,4 @@
 
1
  {
2
  "tools": [
3
  "web_search",
@@ -26,7 +27,7 @@
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, intermediate steps, or code snippets.",
30
  "report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
31
  }
32
  },
 
1
+
2
  {
3
  "tools": [
4
  "web_search",
 
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
  },