We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b1de5 + b66c8b4 commit 9b58b9bCopy full SHA for 9b58b9b
tools/vision_tools.py
@@ -259,6 +259,7 @@ async def vision_analyze_tool(
259
260
# Check auxiliary vision client availability
261
if _aux_async_client is None or DEFAULT_VISION_MODEL is None:
262
+ logger.error("Vision analysis unavailable: no auxiliary vision model configured")
263
return json.dumps({
264
"success": False,
265
"analysis": "Vision analysis unavailable: no auxiliary vision model configured. "
0 commit comments