Ridor commited on
Commit
9bb9399
·
verified ·
1 Parent(s): 535beba

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -1
prompts.yaml CHANGED
@@ -8,7 +8,8 @@
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
 
13
  Here are a few examples using notional tools:
14
  ---
 
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
+ You have access to the following tool:
12
+ Tool Name: my_custom_tool, Description: writes out the string in the number of times of the integer., Arguments: arg1:int, arg2:str, Output: str
13
 
14
  Here are a few examples using notional tools:
15
  ---