Home / Class/ BetaServerToolCallerParam Class — anthropic-sdk-python Architecture

BetaServerToolCallerParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaServerToolCallerParam class in beta_server_tool_caller_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  70794909_7001_6b57_49e4_cd29311af7c7["BetaServerToolCallerParam"]
  141e7996_97ab_6ee2_b234_895bc14dadde["beta_server_tool_caller_param.py"]
  70794909_7001_6b57_49e4_cd29311af7c7 -->|defined in| 141e7996_97ab_6ee2_b234_895bc14dadde

Relationship Graph

Source Code

src/anthropic/types/beta/beta_server_tool_caller_param.py lines 10–15

class BetaServerToolCallerParam(TypedDict, total=False):
    """Tool invocation generated by a server-side tool."""

    tool_id: Required[str]

    type: Required[Literal["code_execution_20250825"]]

Frequently Asked Questions

What is the BetaServerToolCallerParam class?
BetaServerToolCallerParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_server_tool_caller_param.py.
Where is BetaServerToolCallerParam defined?
BetaServerToolCallerParam is defined in src/anthropic/types/beta/beta_server_tool_caller_param.py at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free