bmaphis commited on
Commit
208cb3f
·
verified ·
1 Parent(s): df1e0da

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -13,7 +13,7 @@
13
  Thought: I will now search the web using DuckDuck Go
14
  Code:
15
  py
16
- results = DuckDuckGo("this is my search text", 5)
17
  print(results)
18
  <end_code>
19
 
 
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