NemesisAlm commited on
Commit
0836fe9
·
verified ·
1 Parent(s): b6d3b8d

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +9 -1
prompts.yaml CHANGED
@@ -1,6 +1,14 @@
1
  "final_answer":
2
  "pre_messages": |
3
- Final Answer: {final_answer}
 
 
 
 
 
 
 
 
4
  "system_prompt": |-
5
  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.
6
  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.
 
1
  "final_answer":
2
  "pre_messages": |
3
+ Here is the final answer:
4
+ "post_messages": |
5
+ Is there anything else you need help with?
6
+ "my_custom_tool": |
7
+ To get the temperature for a city, use the following syntax:
8
+ my_custom_tool(city="CityName")
9
+ "get_current_time_in_timezone": |
10
+ To get the current time in a specified timezone, use the following syntax:
11
+ get_current_time_in_timezone(timezone="TimezoneName")
12
  "system_prompt": |-
13
  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.
14
  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.