fix: clarify vision_analyze image_url parameter accepts file:// URIs and absolute paths

This commit is contained in:
王吉庆 2026-04-24 19:03:37 +08:00
parent 18f3fc8a6f
commit cc04d20686

View file

@ -760,7 +760,7 @@ VISION_ANALYZE_SCHEMA = {
"properties": {
"image_url": {
"type": "string",
"description": "Image URL (http/https) or local file path to analyze."
"description": "Image URL (http:// or https://) or file:// URI to analyze. Absolute local paths are also accepted."
},
"question": {
"type": "string",