BetaDirectCallerParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaDirectCallerParam class in beta_direct_caller_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 260cd370_ec0b_f70f_0d97_ffdc0913c18c["BetaDirectCallerParam"] 35a54c3e_21be_12f5_12e3_c9f462a49d59["beta_direct_caller_param.py"] 260cd370_ec0b_f70f_0d97_ffdc0913c18c -->|defined in| 35a54c3e_21be_12f5_12e3_c9f462a49d59
Relationship Graph
Source Code
src/anthropic/types/beta/beta_direct_caller_param.py lines 10–13
class BetaDirectCallerParam(TypedDict, total=False):
"""Tool invocation directly from the model."""
type: Required[Literal["direct"]]
Domain
Source
Frequently Asked Questions
What is the BetaDirectCallerParam class?
BetaDirectCallerParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_direct_caller_param.py.
Where is BetaDirectCallerParam defined?
BetaDirectCallerParam is defined in src/anthropic/types/beta/beta_direct_caller_param.py at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free