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

ServerToolUseBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the ServerToolUseBlockParam class in server_tool_use_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  da67ee55_0ba7_7762_c126_05f2681ac5cb["ServerToolUseBlockParam"]
  37134884_8c30_0bdd_5b22_ea2bf0bcdd8c["server_tool_use_block_param.py"]
  da67ee55_0ba7_7762_c126_05f2681ac5cb -->|defined in| 37134884_8c30_0bdd_5b22_ea2bf0bcdd8c

Relationship Graph

Source Code

src/anthropic/types/server_tool_use_block_param.py lines 13–23

class ServerToolUseBlockParam(TypedDict, total=False):
    id: Required[str]

    input: Required[Dict[str, object]]

    name: Required[Literal["web_search"]]

    type: Required[Literal["server_tool_use"]]

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

Frequently Asked Questions

What is the ServerToolUseBlockParam class?
ServerToolUseBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/server_tool_use_block_param.py.
Where is ServerToolUseBlockParam defined?
ServerToolUseBlockParam is defined in src/anthropic/types/server_tool_use_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