Merge pull request #1338 from NousResearch/hermes/hermes-1fc28d17
fix(vision): surface actual error reason instead of generic message
This commit is contained in:
commit
c207a6b302
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ async def vision_analyze_tool(
|
|||
# Prepare error response
|
||||
result = {
|
||||
"success": False,
|
||||
"error": error_msg,
|
||||
"analysis": analysis,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue