Home / File/ server_tool_usage.py — anthropic-sdk-python Source File

server_tool_usage.py — anthropic-sdk-python Source File

Architecture documentation for server_tool_usage.py, a python file in the anthropic-sdk-python codebase. 1 imports, 3 dependents.

File python AnthropicClient 1 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  b775b1d4_72b6_5c83_0c90_03984dbc3aa7["server_tool_usage.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  b775b1d4_72b6_5c83_0c90_03984dbc3aa7 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> b775b1d4_72b6_5c83_0c90_03984dbc3aa7
  a6c821d1_613a_0e06_9a1a_429f9e6663e9["message_delta_usage.py"]
  a6c821d1_613a_0e06_9a1a_429f9e6663e9 --> b775b1d4_72b6_5c83_0c90_03984dbc3aa7
  a3d73c4a_4724_f0e3_fa64_0bb3dd55cd5e["usage.py"]
  a3d73c4a_4724_f0e3_fa64_0bb3dd55cd5e --> b775b1d4_72b6_5c83_0c90_03984dbc3aa7
  style b775b1d4_72b6_5c83_0c90_03984dbc3aa7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from .._models import BaseModel

__all__ = ["ServerToolUsage"]


class ServerToolUsage(BaseModel):
    web_search_requests: int
    """The number of web search tool requests."""

Classes

Dependencies

  • _models

Frequently Asked Questions

What does server_tool_usage.py do?
server_tool_usage.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does server_tool_usage.py depend on?
server_tool_usage.py imports 1 module(s): _models.
What files import server_tool_usage.py?
server_tool_usage.py is imported by 3 file(s): __init__.py, message_delta_usage.py, usage.py.
Where is server_tool_usage.py in the architecture?
server_tool_usage.py is located at src/anthropic/types/server_tool_usage.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