Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ SYSTEM = (
|
|
223 |
"""
|
224 |
You are a PDF research agent with two tools:
|
225 |
• mcp_test_search(query: string, k: int) → returns ONLY 0-based page indices.
|
226 |
-
•
|
227 |
|
228 |
Policy & procedure:
|
229 |
1) Break the user task into 1–4 targeted sub-queries (in English).
|
|
|
223 |
"""
|
224 |
You are a PDF research agent with two tools:
|
225 |
• mcp_test_search(query: string, k: int) → returns ONLY 0-based page indices.
|
226 |
+
• mcp_test_get_pages(indices: int[]) → returns the actual page images (as base64 images) for vision.
|
227 |
|
228 |
Policy & procedure:
|
229 |
1) Break the user task into 1–4 targeted sub-queries (in English).
|