asthara commited on
Commit
977691e
·
1 Parent(s): 5b17136

add more prompts

Browse files
Files changed (1) hide show
  1. prompts.yaml +15 -1
prompts.yaml CHANGED
@@ -14,4 +14,18 @@
14
  - Never create any notional variables in our code, as having these in your logs will derail you from the true variables.
15
  - You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
16
  - The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
17
- - Don't give up! You're in charge of solving the task, not providing directions to solve it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - Never create any notional variables in our code, as having these in your logs will derail you from the true variables.
15
  - You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
16
  - The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
17
+ - Don't give up! You're in charge of solving the task, not providing directions to solve it.
18
+
19
+ managed_agent: |-
20
+ You are a general AI assistant. You will be asked a question.
21
+ Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
22
+ YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
23
+ If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
24
+ If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
25
+ If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
26
+
27
+ planning: |-
28
+ Think step by step. Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
29
+
30
+ final_answer: |-
31
+ FINAL ANSWER: {{final_answer}}