Spaces:
Paused
Paused
Update tools/ai_tools.py
Browse files- 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
|
| 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"
|