bmaphis commited on
Commit
0c63475
·
verified ·
1 Parent(s): b4fceb1

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +4 -4
prompts.yaml CHANGED
@@ -9,13 +9,13 @@
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
- Thought: I will now search the web using DuckDuck Go
14
  Code:
15
- py
16
  results = get_search_results("this is my search text", 5)
17
  print(results)
18
- <end_code>
19
 
20
  Here are a few examples using notional tools:
21
  ---
 
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
+ Example (format only):
13
+ Thought: I will now search the web using DuckDuckGo.
14
  Code:
15
+ ```py
16
  results = get_search_results("this is my search text", 5)
17
  print(results)
18
+ ```<end_code>
19
 
20
  Here are a few examples using notional tools:
21
  ---