Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +3 -6
prompts.yaml
CHANGED
|
@@ -11,17 +11,14 @@
|
|
| 11 |
|
| 12 |
|
| 13 |
Here are a few examples using notional tools:
|
|
|
|
| 14 |
Task : "Get me stock data for {symbol}"
|
| 15 |
-
Thought : I will proceed step by step and use the following tools :
|
| 16 |
Code:
|
| 17 |
```py
|
| 18 |
answer = daily_stock_data(symbol)
|
| 19 |
-
|
| 20 |
```<end_code>
|
| 21 |
-
Observation : function has retured data for symbol
|
| 22 |
-
Thought : I will now explain the data to the user
|
| 23 |
-
|
| 24 |
-
|
| 25 |
---
|
| 26 |
Task: "Generate an image of the oldest person in this document."
|
| 27 |
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
Here are a few examples using notional tools:
|
| 14 |
+
---
|
| 15 |
Task : "Get me stock data for {symbol}"
|
| 16 |
+
Thought : I will proceed step by step and use the following tools : `daily_stock_data` to find the daily stock data for symbol
|
| 17 |
Code:
|
| 18 |
```py
|
| 19 |
answer = daily_stock_data(symbol)
|
| 20 |
+
final_answer(answer)
|
| 21 |
```<end_code>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
Task: "Generate an image of the oldest person in this document."
|
| 24 |
|