Csuarezg commited on
Commit
feba3aa
·
verified ·
1 Parent(s): bc0e097

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -0
prompts.yaml CHANGED
@@ -326,4 +326,11 @@ final_answer:
326
  Here is the agent's memory:
327
  post_messages: |-
328
  Based on the above, please provide an answer to the following user task: {{task}}
 
 
 
 
 
 
 
329
 
 
326
  Here is the agent's memory:
327
  post_messages: |-
328
  Based on the above, please provide an answer to the following user task: {{task}}
329
+ action: |-
330
+ Action:
331
+ {{tool_name}}({{tool_args}})
332
+
333
+ observation: |-
334
+ Observation:
335
+ {{observation}}
336