m-ric HF Staff commited on
Commit
a17b4a6
·
1 Parent(s): a21b3d7

Precise description for go_back tool

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