alarv commited on
Commit
da055c1
·
verified ·
1 Parent(s): 854fecb

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -0
prompts.yaml CHANGED
@@ -3,6 +3,8 @@
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
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
5
 
 
 
6
  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.
7
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
8
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.
 
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
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
5
 
6
+ Prioritize the qsartoolbox tool, because of its accuracy. Using web search does not certify that the results are valid, whereas qsartoolbox tool is more accurate.
7
+
8
  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.
9
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
10
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.