civerson916 commited on
Commit
e8ee140
·
verified ·
1 Parent(s): 0d55a2b

Update prompts.yaml

Browse files

instructions to prevent repeated page visits killing my quota

Files changed (1) hide show
  1. prompts.yaml +1 -0
prompts.yaml CHANGED
@@ -7,6 +7,7 @@
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.
9
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
 
10
  In the end you have to return a final answer using the `final_answer` tool.
11
 
12
  Here are a few examples using notional tools:
 
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.
9
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
10
+ Do not repeat the same page visit to prevent duplicate content.
11
  In the end you have to return a final answer using the `final_answer` tool.
12
 
13
  Here are a few examples using notional tools: