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

beta_server_tool_usage.py — anthropic-sdk-python Source File

Architecture documentation for beta_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
  2faf69ce_a00b_4f1e_5027_81be9b918657["beta_server_tool_usage.py"]
  d7545ba2_1c5a_45d4_ee14_f4e7f03f67c4["_models"]
  2faf69ce_a00b_4f1e_5027_81be9b918657 --> d7545ba2_1c5a_45d4_ee14_f4e7f03f67c4
  2f407a13_f2d9_e28f_3101_8d800d8f5c5f["__init__.py"]
  2f407a13_f2d9_e28f_3101_8d800d8f5c5f --> 2faf69ce_a00b_4f1e_5027_81be9b918657
  6f93e59a_3768_8593_f923_0392776a255e["beta_message_delta_usage.py"]
  6f93e59a_3768_8593_f923_0392776a255e --> 2faf69ce_a00b_4f1e_5027_81be9b918657
  530a9ffe_832b_b58c_d86b_de3dbb180ab3["beta_usage.py"]
  530a9ffe_832b_b58c_d86b_de3dbb180ab3 --> 2faf69ce_a00b_4f1e_5027_81be9b918657
  style 2faf69ce_a00b_4f1e_5027_81be9b918657 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__ = ["BetaServerToolUsage"]


class BetaServerToolUsage(BaseModel):
    web_fetch_requests: int
    """The number of web fetch tool requests."""

    web_search_requests: int
    """The number of web search tool requests."""

Dependencies

  • _models

Frequently Asked Questions

What does beta_server_tool_usage.py do?
beta_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 beta_server_tool_usage.py depend on?
beta_server_tool_usage.py imports 1 module(s): _models.
What files import beta_server_tool_usage.py?
beta_server_tool_usage.py is imported by 3 file(s): __init__.py, beta_message_delta_usage.py, beta_usage.py.
Where is beta_server_tool_usage.py in the architecture?
beta_server_tool_usage.py is located at src/anthropic/types/beta/beta_server_tool_usage.py (domain: AnthropicClient, directory: src/anthropic/types/beta).

Analyze Your Own Codebase

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

Try Supermodel Free