manu commited on
Commit
f304a83
·
verified ·
1 Parent(s): e8c4fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- mcp_get_pages(indices: int[]) → returns the actual page images (as data URLs) for vision.
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).