BetaServerToolCaller Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaServerToolCaller class in beta_server_tool_caller.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 7fd17eb6_faf3_fe0b_5568_18b118924602["BetaServerToolCaller"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 7fd17eb6_faf3_fe0b_5568_18b118924602 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 b87213bb_b943_f3b0_91e5_844c0b204712["beta_server_tool_caller.py"] 7fd17eb6_faf3_fe0b_5568_18b118924602 -->|defined in| b87213bb_b943_f3b0_91e5_844c0b204712
Relationship Graph
Source Code
src/anthropic/types/beta/beta_server_tool_caller.py lines 10–15
class BetaServerToolCaller(BaseModel):
"""Tool invocation generated by a server-side tool."""
tool_id: str
type: Literal["code_execution_20250825"]
Domain
Extends
Source
Frequently Asked Questions
What is the BetaServerToolCaller class?
BetaServerToolCaller is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_server_tool_caller.py.
Where is BetaServerToolCaller defined?
BetaServerToolCaller is defined in src/anthropic/types/beta/beta_server_tool_caller.py at line 10.
What does BetaServerToolCaller extend?
BetaServerToolCaller extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free