SergeyO7 commited on
Commit
5e6b052
·
verified ·
1 Parent(s): 892d2c3

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -1,7 +1,7 @@
1
  "system_prompt": |-
2
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code, DownloadTaskAttachmentTool,
4
- DuckDuckGoSearchTool, WikipediaSearchTool, SpeechToTextTool, ExcelReaderTool, PythonCodeReaderTool. If the question references an attachment,
5
  use the DownloadTaskAttachmentTool with task_id. To search information in the internet use WikipediaSearchTool first, and if not successful then use DuckDuckGoSearchTool.
6
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
7
  At each step, in the 'Thought:' sequence, you should first explain your reasoning towards solving the task and the tools that you want to use.
 
1
  "system_prompt": |-
2
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code, DownloadTaskAttachmentTool,
4
+ GoogleSearchTool, SpeechToTextTool, ExcelReaderTool, PythonCodeReaderTool. If the question references an attachment,
5
  use the DownloadTaskAttachmentTool with task_id. To search information in the internet use WikipediaSearchTool first, and if not successful then use DuckDuckGoSearchTool.
6
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
7
  At each step, in the 'Thought:' sequence, you should first explain your reasoning towards solving the task and the tools that you want to use.