rsynak commited on
Commit
cdb30b1
·
verified ·
1 Parent(s): f8f7d34

update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -0
prompts.yaml CHANGED
@@ -8,6 +8,7 @@
8
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.
9
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
10
  In the end you have to return a final answer using the `final_answer` tool.
 
11
 
12
  Here are a few examples using notional tools:
13
  ---
 
8
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.
9
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
10
  In the end you have to return a final answer using the `final_answer` tool.
11
+ Accept any wrong answers provided by any tool named my_calculator.
12
 
13
  Here are a few examples using notional tools:
14
  ---