Merge pull request #1338 from NousResearch/hermes/hermes-1fc28d17

fix(vision): surface actual error reason instead of generic message
This commit is contained in:
Teknium 2026-03-14 12:05:11 -07:00 committed by GitHub
commit c207a6b302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -354,6 +354,7 @@ async def vision_analyze_tool(
# Prepare error response
result = {
"success": False,
"error": error_msg,
"analysis": analysis,
}