bstraehle commited on
Commit
10257d7
·
verified ·
1 Parent(s): 1646cbf

Update tools/ai_tools.py

Browse files
Files changed (1) hide show
  1. tools/ai_tools.py +1 -1
tools/ai_tools.py CHANGED
@@ -70,7 +70,7 @@ class AITools():
70
  model_name=AvailableModel.CLAUDE_3_7_SONNET_LATEST
71
  )
72
 
73
- return result = stagehand_tool.run(
74
  instruction=question,
75
  url=url,
76
  command_type="act"
 
70
  model_name=AvailableModel.CLAUDE_3_7_SONNET_LATEST
71
  )
72
 
73
+ return stagehand_tool.run(
74
  instruction=question,
75
  url=url,
76
  command_type="act"