We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690a801 commit a76eefeCopy full SHA for a76eefe
stagehand/agent/anthropic_cua.py
@@ -553,7 +553,9 @@ def _convert_tool_use_to_agent_action(
553
# This is a read operation, not directly supported
554
# Return a no-op for now
555
action_payload_dict = {
556
- "type": "screenshot", # Use screenshot as a way to show cursor position
+ "type": (
557
+ "screenshot"
558
+ ), # Use screenshot as a way to show cursor position
559
}
560
action_type_str = "screenshot" # Normalize
561
0 commit comments