BetaThinkingBlockParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaThinkingBlockParam class in beta_thinking_block_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD b5f7f094_393e_fbf9_25c2_f4f0c41f8050["BetaThinkingBlockParam"] 10e74c8e_5bc1_bcab_a716_6964f6b658d7["beta_thinking_block_param.py"] b5f7f094_393e_fbf9_25c2_f4f0c41f8050 -->|defined in| 10e74c8e_5bc1_bcab_a716_6964f6b658d7
Relationship Graph
Source Code
src/anthropic/types/beta/beta_thinking_block_param.py lines 10–15
class BetaThinkingBlockParam(TypedDict, total=False):
signature: Required[str]
thinking: Required[str]
type: Required[Literal["thinking"]]
Domain
Source
Frequently Asked Questions
What is the BetaThinkingBlockParam class?
BetaThinkingBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_thinking_block_param.py.
Where is BetaThinkingBlockParam defined?
BetaThinkingBlockParam is defined in src/anthropic/types/beta/beta_thinking_block_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