BetaToolReferenceBlockParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaToolReferenceBlockParam class in beta_tool_reference_block_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD d438a518_d731_54a8_6a92_b7b4d6c45694["BetaToolReferenceBlockParam"] 777afe6e_f4eb_206c_e51b_6b6bca929d87["beta_tool_reference_block_param.py"] d438a518_d731_54a8_6a92_b7b4d6c45694 -->|defined in| 777afe6e_f4eb_206c_e51b_6b6bca929d87
Relationship Graph
Source Code
src/anthropic/types/beta/beta_tool_reference_block_param.py lines 13–21
class BetaToolReferenceBlockParam(TypedDict, total=False):
"""Tool reference block that can be included in tool_result content."""
tool_name: Required[str]
type: Required[Literal["tool_reference"]]
cache_control: Optional[BetaCacheControlEphemeralParam]
"""Create a cache control breakpoint at this content block."""
Domain
Source
Frequently Asked Questions
What is the BetaToolReferenceBlockParam class?
BetaToolReferenceBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_reference_block_param.py.
Where is BetaToolReferenceBlockParam defined?
BetaToolReferenceBlockParam is defined in src/anthropic/types/beta/beta_tool_reference_block_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