From 24b298658527aaea207da19738d0af7bf74fd32b Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 27 Aug 2025 17:10:56 -0400 Subject: [PATCH] Made button required --- libs/python/agent/agent/loops/composed_grounded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/agent/loops/composed_grounded.py b/libs/python/agent/agent/loops/composed_grounded.py index 3ff83020..7f9843dd 100644 --- a/libs/python/agent/agent/loops/composed_grounded.py +++ b/libs/python/agent/agent/loops/composed_grounded.py @@ -82,7 +82,7 @@ GROUNDED_COMPUTER_TOOL_SCHEMA = { "back", "forward" ], - "description": "The mouse button to use for click action (default: left)", + "description": "The mouse button to use for click action (required for click action)", }, "scroll_x": { "type": "integer",