Update prompts.yaml
Browse files- prompts.yaml +8 -0
prompts.yaml
CHANGED
|
@@ -28,6 +28,14 @@
|
|
| 28 |
final_answer(image)
|
| 29 |
```<end_code>
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
Task: "What is the result of the following operation: 5 + 3 + 1294.678?"
|
| 33 |
|
|
|
|
| 28 |
final_answer(image)
|
| 29 |
```<end_code>
|
| 30 |
|
| 31 |
+
-----
|
| 32 |
+
tool_use_examples:
|
| 33 |
+
- user_input: "Give me the latest AI model releases in 2025"
|
| 34 |
+
tool: search_latest_ai_models
|
| 35 |
+
arguments:
|
| 36 |
+
topic: "latest GenAI model releases 2025"
|
| 37 |
+
|
| 38 |
+
-----
|
| 39 |
---
|
| 40 |
Task: "What is the result of the following operation: 5 + 3 + 1294.678?"
|
| 41 |
|