Skip to content

Commit a76eefe

Browse files
committed
formatting
1 parent 690a801 commit a76eefe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stagehand/agent/anthropic_cua.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,9 @@ def _convert_tool_use_to_agent_action(
553553
# This is a read operation, not directly supported
554554
# Return a no-op for now
555555
action_payload_dict = {
556-
"type": "screenshot", # Use screenshot as a way to show cursor position
556+
"type": (
557+
"screenshot"
558+
), # Use screenshot as a way to show cursor position
557559
}
558560
action_type_str = "screenshot" # Normalize
559561

0 commit comments

Comments
 (0)