- Added support for processing image content in the agent, providing placeholder text when image parsing fails. - Implemented a fallback mechanism to utilize vision tools for image analysis, improving the handling of image content. - Updated tests to validate the new image handling behavior, ensuring correct responses when vision support is unavailable. - Enhanced system prompts to guide users on using the new `image_read` tool for image analysis, improving user experience.
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"name": "yao-vision",
|
|
"transport": "process",
|
|
"description": "Vision tools for image understanding",
|
|
"tools": {
|
|
"image_read": "tools.image_read"
|
|
}
|
|
}
|