Precise description for go_back tool
Browse files- e2bqwen.py +1 -1
e2bqwen.py
CHANGED
|
@@ -291,7 +291,7 @@ class E2BVisionAgent(CodeAgent):
|
|
| 291 |
@tool
|
| 292 |
def go_back() -> str:
|
| 293 |
"""
|
| 294 |
-
Goes back to the previous page in the browser.
|
| 295 |
Args:
|
| 296 |
"""
|
| 297 |
self.desktop.press(["alt", "left"])
|
|
|
|
| 291 |
@tool
|
| 292 |
def go_back() -> str:
|
| 293 |
"""
|
| 294 |
+
Goes back to the previous page in the browser. If using this tool doesn't work, just click the button directly.
|
| 295 |
Args:
|
| 296 |
"""
|
| 297 |
self.desktop.press(["alt", "left"])
|