bstraehle commited on
Commit
36ac563
·
verified ·
1 Parent(s): d9121e7

Update tools/ai_tools.py

Browse files
Files changed (1) hide show
  1. tools/ai_tools.py +2 -0
tools/ai_tools.py CHANGED
@@ -71,6 +71,8 @@ class AITools():
71
  model_name=AvailableModel.CLAUDE_3_7_SONNET_LATEST
72
  )
73
 
 
 
74
  return stagehand_tool.run(
75
  instruction=question,
76
  url=url
 
71
  model_name=AvailableModel.CLAUDE_3_7_SONNET_LATEST
72
  )
73
 
74
+ print("###" + str(stagehand_tool))
75
+
76
  return stagehand_tool.run(
77
  instruction=question,
78
  url=url