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

BetaDirectCaller Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaDirectCaller class in beta_direct_caller.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  68ebe1cb_62a5_b55e_2bc3_f6f58b2d8537["BetaDirectCaller"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  68ebe1cb_62a5_b55e_2bc3_f6f58b2d8537 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  c2389c78_4b30_5006_ec34_a6fae854ad5d["beta_direct_caller.py"]
  68ebe1cb_62a5_b55e_2bc3_f6f58b2d8537 -->|defined in| c2389c78_4b30_5006_ec34_a6fae854ad5d

Relationship Graph

Source Code

src/anthropic/types/beta/beta_direct_caller.py lines 10–13

class BetaDirectCaller(BaseModel):
    """Tool invocation directly from the model."""

    type: Literal["direct"]

Extends

Frequently Asked Questions

What is the BetaDirectCaller class?
BetaDirectCaller is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_direct_caller.py.
Where is BetaDirectCaller defined?
BetaDirectCaller is defined in src/anthropic/types/beta/beta_direct_caller.py at line 10.
What does BetaDirectCaller extend?
BetaDirectCaller extends BaseModel.

Analyze Your Own Codebase

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

Try Supermodel Free