ThinkingBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the ThinkingBlock class in thinking_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 535c05f0_8001_833b_d340_a6d302a962d2["ThinkingBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 535c05f0_8001_833b_d340_a6d302a962d2 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1["thinking_block.py"] 535c05f0_8001_833b_d340_a6d302a962d2 -->|defined in| 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1
Relationship Graph
Source Code
src/anthropic/types/thinking_block.py lines 10–15
class ThinkingBlock(BaseModel):
signature: str
thinking: str
type: Literal["thinking"]
Domain
Defined In
Extends
Source
Frequently Asked Questions
What is the ThinkingBlock class?
ThinkingBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/thinking_block.py.
Where is ThinkingBlock defined?
ThinkingBlock is defined in src/anthropic/types/thinking_block.py at line 10.
What does ThinkingBlock extend?
ThinkingBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free