BetaToolReferenceBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolReferenceBlock class in beta_tool_reference_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 7e7a3c94_304a_c486_801b_01fe6c3fea0b["BetaToolReferenceBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 7e7a3c94_304a_c486_801b_01fe6c3fea0b -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 8844abf4_3258_795a_4d2d_348f8a31968f["beta_tool_reference_block.py"] 7e7a3c94_304a_c486_801b_01fe6c3fea0b -->|defined in| 8844abf4_3258_795a_4d2d_348f8a31968f
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_reference_block.py lines 10–13
class BetaToolReferenceBlock(BaseModel):
tool_name: str
type: Literal["tool_reference"]
Domain
Extends
Source
Frequently Asked Questions
What is the BetaToolReferenceBlock class?
BetaToolReferenceBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_reference_block.py.
Where is BetaToolReferenceBlock defined?
BetaToolReferenceBlock is defined in src/anthropic/types/beta/beta_tool_reference_block.py at line 10.
What does BetaToolReferenceBlock extend?
BetaToolReferenceBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free