bstraehle commited on
Commit
f427a88
·
verified ·
1 Parent(s): 0102b5c

Update agents/tools/ai_tools.py

Browse files
Files changed (1) hide show
  1. 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: