huytofu92 commited on
Commit
f8efe10
·
1 Parent(s): e9a4266

Better guide in prompt

Browse files
Files changed (1) hide show
  1. prompts.yaml +5 -0
prompts.yaml CHANGED
@@ -22,6 +22,11 @@ system_prompt: |-
22
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
23
  In the end you have to return a final answer using the `final_answer` tool.
24
 
 
 
 
 
 
25
  You are also given access to a list of tools: these tools are basically Python functions which you can call with code.
26
  Here are a few examples using notional tools:
27
  ---
 
22
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
23
  In the end you have to return a final answer using the `final_answer` tool.
24
 
25
+ Try to solve the task in the most efficient way possible.
26
+ However, be careful when you only need one step to solve the task.
27
+ It is advised to have at least 2 steps in your plan.
28
+ It is also advised to have the last step as a double check of your answer.
29
+
30
  You are also given access to a list of tools: these tools are basically Python functions which you can call with code.
31
  Here are a few examples using notional tools:
32
  ---