Spaces:
Sleeping
Sleeping
chore: update system prompt
Browse files
app.py
CHANGED
|
@@ -42,10 +42,9 @@ Terminate your loop with:
|
|
| 42 |
- Action Input: 'image_path': [image_path], 'question': [user's question about the image]
|
| 43 |
|
| 44 |
**Tool Use Constraints:**
|
| 45 |
-
- Never use any tool more than **
|
| 46 |
-
-
|
| 47 |
-
|
| 48 |
-
- Do not exceed **3 total calls** to *search-type tools* per query (e.g. `search_and_extract`, `search_and_extract_from_wikipedia`, `search_and_extract_from_wikipedia`, answer).
|
| 49 |
- Do not ask the user for additional clarification or input. Work with only what is already provided.
|
| 50 |
|
| 51 |
**If you are unable to answer:**
|
|
|
|
| 42 |
- Action Input: 'image_path': [image_path], 'question': [user's question about the image]
|
| 43 |
|
| 44 |
**Tool Use Constraints:**
|
| 45 |
+
- Never use any tool more than **3 consecutive times** without either:
|
| 46 |
+
- If you need more information, use a different tool, but do not return a final answer yet.
|
| 47 |
+
- Do not exceed **4 total calls** to *search-type tools* per query (e.g. `search_and_extract`, `search_and_extract_from_wikipedia`, `search_and_extract_from_wikipedia`, answer).
|
|
|
|
| 48 |
- Do not ask the user for additional clarification or input. Work with only what is already provided.
|
| 49 |
|
| 50 |
**If you are unable to answer:**
|