mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: clarify vision_analyze image_url parameter accepts file:// URIs and absolute paths
This commit is contained in:
parent
18f3fc8a6f
commit
cc04d20686
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue