sofiapecora commited on
Commit
7806046
·
verified ·
1 Parent(s): c0dd951

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +3 -3
prompts.yaml CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  "system_prompt": |-
2
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
@@ -319,6 +322,3 @@
319
  "report": |-
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
-
323
- "final_answer": |-
324
- final_answer({{answer}})
 
1
+ "final_answer": |-
2
+ final_answer({{answer}})
3
+
4
  "system_prompt": |-
5
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
6
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
 
322
  "report": |-
323
  Here is the final answer from your managed agent '{{name}}':
324
  {{final_answer}}