ash-171 commited on
Commit
6e11298
·
verified ·
1 Parent(s): d83061c

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +0 -6
prompts.yaml CHANGED
@@ -1,12 +1,6 @@
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.
4
- You have access to the following tools:
5
-
6
- - final_answer: Use this tool to return the final result.
7
- - my_custom_tool: Use this tool when you need to process arguments.
8
- - get_current_time_in_timezone: Use this tool to fetch the current time in a specific timezone.
9
- - image_generation_tool: Use this tool to generate images from text prompts.
10
 
11
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
12
 
 
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.
 
 
 
 
 
 
4
 
5
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
6