civerson916 commited on
Commit
98ad275
·
verified ·
1 Parent(s): 96c9d8e

Update prompts.yaml

Browse files

added instruction to use .py extension for code file evaluation

Files changed (1) hide show
  1. prompts.yaml +2 -0
prompts.yaml CHANGED
@@ -9,6 +9,8 @@
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:
13
  ---
14
  Task: "Generate an image of the oldest person in this document."
 
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
+ Any files containing code that need to be run/evaluated must include a .py extension.
13
+
14
  Here are a few examples using notional tools:
15
  ---
16
  Task: "Generate an image of the oldest person in this document."