BetaToolComputerUse20251124Param Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolComputerUse20251124Param class in beta_tool_computer_use_20251124_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 9cd662bd_7bc5_958f_7177_323ef03f6647["BetaToolComputerUse20251124Param"] 94799282_d803_4a44_d7e0_3aaa4f415b31["beta_tool_computer_use_20251124_param.py"] 9cd662bd_7bc5_958f_7177_323ef03f6647 -->|defined in| 94799282_d803_4a44_d7e0_3aaa4f415b31
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_computer_use_20251124_param.py lines 13–48
class BetaToolComputerUse20251124Param(TypedDict, total=False):
display_height_px: Required[int]
"""The height of the display in pixels."""
display_width_px: Required[int]
"""The width of the display in pixels."""
name: Required[Literal["computer"]]
"""Name of the tool.
This is how the tool will be called by the model and in `tool_use` blocks.
"""
type: Required[Literal["computer_20251124"]]
allowed_callers: List[Literal["direct", "code_execution_20250825"]]
cache_control: Optional[BetaCacheControlEphemeralParam]
"""Create a cache control breakpoint at this content block."""
defer_loading: bool
"""If true, tool will not be included in initial system prompt.
Only loaded when returned via tool_reference from tool search.
"""
display_number: Optional[int]
"""The X11 display number (e.g. 0, 1) for the display."""
enable_zoom: bool
"""Whether to enable an action to take a zoomed-in screenshot of the screen."""
input_examples: Iterable[Dict[str, object]]
strict: bool
"""When true, guarantees schema validation on tool names and inputs"""
Domain
Source
Frequently Asked Questions
What is the BetaToolComputerUse20251124Param class?
BetaToolComputerUse20251124Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_computer_use_20251124_param.py.
Where is BetaToolComputerUse20251124Param defined?
BetaToolComputerUse20251124Param is defined in src/anthropic/types/beta/beta_tool_computer_use_20251124_param.py at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free