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

BetaToolResultBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolResultBlockParam class in beta_tool_result_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  c124032b_2283_c2a5_cfdb_873153dc09d3["BetaToolResultBlockParam"]
  30a04331_510b_4ad3_a38f_41421fe7bf18["beta_tool_result_block_param.py"]
  c124032b_2283_c2a5_cfdb_873153dc09d3 -->|defined in| 30a04331_510b_4ad3_a38f_41421fe7bf18

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_result_block_param.py lines 26–36

class BetaToolResultBlockParam(TypedDict, total=False):
    tool_use_id: Required[str]

    type: Required[Literal["tool_result"]]

    cache_control: Optional[BetaCacheControlEphemeralParam]
    """Create a cache control breakpoint at this content block."""

    content: Union[str, Iterable[Content]]

    is_error: bool

Frequently Asked Questions

What is the BetaToolResultBlockParam class?
BetaToolResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_result_block_param.py.
Where is BetaToolResultBlockParam defined?
BetaToolResultBlockParam is defined in src/anthropic/types/beta/beta_tool_result_block_param.py at line 26.

Analyze Your Own Codebase

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

Try Supermodel Free