From 50ab26880ee1fbb581a79c530964572ca8c6a298 Mon Sep 17 00:00:00 2001 From: xiangjinyu <1376193973@qq.com> Date: Mon, 17 Mar 2025 20:18:10 +0800 Subject: [PATCH] add get_current_state description --- app/tool/browser_use_tool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tool/browser_use_tool.py b/app/tool/browser_use_tool.py index 385a95b..fb47ed8 100644 --- a/app/tool/browser_use_tool.py +++ b/app/tool/browser_use_tool.py @@ -31,6 +31,7 @@ content extraction, and tab management. Supported actions include: - 'new_tab': Open a new tab - 'close_tab': Close the current tab - 'refresh': Refresh the current page +- 'get_current_state': Get the current browser state including URL, title, tabs, and interactive elements """