BetaServerToolUsage Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaServerToolUsage class in beta_server_tool_usage.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 87f0ec79_c29f_61c0_751a_1582c7085768["BetaServerToolUsage"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 87f0ec79_c29f_61c0_751a_1582c7085768 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 2a240ea1_c2a5_d85d_04ad_bd6cc577d381["beta_server_tool_usage.py"] 87f0ec79_c29f_61c0_751a_1582c7085768 -->|defined in| 2a240ea1_c2a5_d85d_04ad_bd6cc577d381
Relationship Graph
Source Code
src/anthropic/types/beta/beta_server_tool_usage.py lines 8–13
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."""
Domain
Extends
Source
Frequently Asked Questions
What is the BetaServerToolUsage class?
BetaServerToolUsage is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_server_tool_usage.py.
Where is BetaServerToolUsage defined?
BetaServerToolUsage is defined in src/anthropic/types/beta/beta_server_tool_usage.py at line 8.
What does BetaServerToolUsage extend?
BetaServerToolUsage extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free