BetaToolComputerUse20250124Param Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolComputerUse20250124Param class in beta_tool_computer_use_20250124_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD f48659fd_5c2e_2ec0_1534_f30bde968345["BetaToolComputerUse20250124Param"] c776bd51_a0eb_778b_2937_70025b69925d["beta_tool_computer_use_20250124_param.py"] f48659fd_5c2e_2ec0_1534_f30bde968345 -->|defined in| c776bd51_a0eb_778b_2937_70025b69925d
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_computer_use_20250124_param.py lines 13–45
class BetaToolComputerUse20250124Param(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_20250124"]]
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."""
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 BetaToolComputerUse20250124Param class?
BetaToolComputerUse20250124Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_computer_use_20250124_param.py.
Where is BetaToolComputerUse20250124Param defined?
BetaToolComputerUse20250124Param is defined in src/anthropic/types/beta/beta_tool_computer_use_20250124_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