Update agents/tools/ai_tools.py
Browse files- agents/tools/ai_tools.py +1 -0
agents/tools/ai_tools.py
CHANGED
|
@@ -74,6 +74,7 @@ class AITools():
|
|
| 74 |
)
|
| 75 |
|
| 76 |
result = response.text
|
|
|
|
| 77 |
print(f"🛠️ AITools: {tool_name}: result={result}")
|
| 78 |
return result
|
| 79 |
except Exception as e:
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
result = response.text
|
| 77 |
+
print(f"🛠️ AITools: {tool_name}: thinking_level={THINKING_LEVEL_MEDIA_ANALYSIS}")
|
| 78 |
print(f"🛠️ AITools: {tool_name}: result={result}")
|
| 79 |
return result
|
| 80 |
except Exception as e:
|