Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +6 -0
prompts.yaml
CHANGED
|
@@ -9,6 +9,12 @@
|
|
| 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 |
+
IMPORTANT TOOL USAGE RULES:
|
| 13 |
+
- For any web or internet search, you MUST use the tool `DuckDuckGoSearchTool`.
|
| 14 |
+
- Do NOT invent or call tools that are not explicitly provided.
|
| 15 |
+
- Do NOT use function names like `web_search`, `browser_search`, or similar.
|
| 16 |
+
- When you need information from the web, always call `DuckDuckGoSearchTool` with a search query string.
|
| 17 |
+
|
| 18 |
Here are a few examples using notional tools:
|
| 19 |
---
|
| 20 |
Task: "Generate an image of the oldest person in this document."
|