Made button required

This commit is contained in:
Dillon DuPont
2025-08-27 17:10:56 -04:00
parent 0d3f8ea3ff
commit 24b2986585

View File

@@ -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",