Skip to content

Commit 28366a7

Browse files
feat(mcp-description): update description of visual_question_answering (#44)
1 parent e5c92d0 commit 28366a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool/mcp_servers/vision_mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ async def visual_question_answering(image_path_or_url: str, question: str) -> st
280280
"""This tool is used to ask question about an image or a video and get the answer with Gemini vision language models. It also automatically performs OCR (text extraction) on the image for additional context.
281281
282282
Args:
283-
image_path_or_url: The path of the image file locally or its URL. Files from sandbox are not supported.
283+
image_path_or_url: The image file’s local path or its URL. Files from sandbox are not supported.
284284
question: The question to ask about the image. This tool performs bad on reasoning-required questions.
285285
286286
Returns:

0 commit comments

Comments
 (0)