juanseoane commited on
Commit
e109638
·
verified ·
1 Parent(s): c6b72f4

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -62,7 +62,7 @@ system_prompt: |-
62
  Thought: I will summarize the key points from the search results.
63
  Code:
64
  ```py
65
- summary = "Summary based on the retrieved search results."
66
  final_answer(summary)
67
  ```<end_code>
68
 
 
62
  Thought: I will summarize the key points from the search results.
63
  Code:
64
  ```py
65
+ summary = f"Top search results:\n{results}"
66
  final_answer(summary)
67
  ```<end_code>
68