thinking_block.py — anthropic-sdk-python Source File
Architecture documentation for thinking_block.py, a python file in the anthropic-sdk-python codebase. 2 imports, 4 dependents.
Entity Profile
Dependency Diagram
graph LR 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1["thinking_block.py"] 699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"] 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 713c0742_3b61_ba8f_1fce_05bd03381fe5["content_block.py"] 713c0742_3b61_ba8f_1fce_05bd03381fe5 --> 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 3c1d116b_af29_e9f2_495b_ceebd1febd18["parsed_message.py"] 3c1d116b_af29_e9f2_495b_ceebd1febd18 --> 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 1075c573_f7d2_f9fe_8f9b_b13ea8298ac2["raw_content_block_start_event.py"] 1075c573_f7d2_f9fe_8f9b_b13ea8298ac2 --> 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 style 56e50d54_5b4d_82e3_ece3_b2c06bab9ba1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from typing_extensions import Literal
from .._models import BaseModel
__all__ = ["ThinkingBlock"]
class ThinkingBlock(BaseModel):
signature: str
thinking: str
type: Literal["thinking"]
Domain
Classes
Dependencies
- _models
- typing_extensions
Imported By
Source
Frequently Asked Questions
What does thinking_block.py do?
thinking_block.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does thinking_block.py depend on?
thinking_block.py imports 2 module(s): _models, typing_extensions.
What files import thinking_block.py?
thinking_block.py is imported by 4 file(s): __init__.py, content_block.py, parsed_message.py, raw_content_block_start_event.py.
Where is thinking_block.py in the architecture?
thinking_block.py is located at src/anthropic/types/thinking_block.py (domain: AnthropicClient, directory: src/anthropic/types).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free