server_tool_use_block.py — anthropic-sdk-python Source File
Architecture documentation for server_tool_use_block.py, a python file in the anthropic-sdk-python codebase. 3 imports, 4 dependents.
Entity Profile
Dependency Diagram
graph LR 78627741_c7b7_07ee_0934_4ebc83a09460["server_tool_use_block.py"] 699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"] 78627741_c7b7_07ee_0934_4ebc83a09460 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"] 78627741_c7b7_07ee_0934_4ebc83a09460 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] 78627741_c7b7_07ee_0934_4ebc83a09460 --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 78627741_c7b7_07ee_0934_4ebc83a09460 713c0742_3b61_ba8f_1fce_05bd03381fe5["content_block.py"] 713c0742_3b61_ba8f_1fce_05bd03381fe5 --> 78627741_c7b7_07ee_0934_4ebc83a09460 3c1d116b_af29_e9f2_495b_ceebd1febd18["parsed_message.py"] 3c1d116b_af29_e9f2_495b_ceebd1febd18 --> 78627741_c7b7_07ee_0934_4ebc83a09460 1075c573_f7d2_f9fe_8f9b_b13ea8298ac2["raw_content_block_start_event.py"] 1075c573_f7d2_f9fe_8f9b_b13ea8298ac2 --> 78627741_c7b7_07ee_0934_4ebc83a09460 style 78627741_c7b7_07ee_0934_4ebc83a09460 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from typing import Dict
from typing_extensions import Literal
from .._models import BaseModel
__all__ = ["ServerToolUseBlock"]
class ServerToolUseBlock(BaseModel):
id: str
input: Dict[str, object]
name: Literal["web_search"]
type: Literal["server_tool_use"]
Domain
Classes
Dependencies
- _models
- typing
- typing_extensions
Imported By
Source
Frequently Asked Questions
What does server_tool_use_block.py do?
server_tool_use_block.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does server_tool_use_block.py depend on?
server_tool_use_block.py imports 3 module(s): _models, typing, typing_extensions.
What files import server_tool_use_block.py?
server_tool_use_block.py is imported by 4 file(s): __init__.py, content_block.py, parsed_message.py, raw_content_block_start_event.py.
Where is server_tool_use_block.py in the architecture?
server_tool_use_block.py is located at src/anthropic/types/server_tool_use_block.py (domain: AnthropicClient, directory: src/anthropic/types).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free