Sharpaxis commited on
Commit
a1a77d2
·
verified ·
1 Parent(s): b8a2168

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -22,7 +22,7 @@
22
  Code:
23
  ```py
24
  stock_data = daily_stock_data(symbol)
25
- final_answer(stock_data)
26
  ```<end_code>
27
  ---
28
  Task: "Generate an image of the oldest person in this document."
 
22
  Code:
23
  ```py
24
  stock_data = daily_stock_data(symbol)
25
+ final_answer(str(stock_data))
26
  ```<end_code>
27
  ---
28
  Task: "Generate an image of the oldest person in this document."