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

RedactedThinkingBlock Class — anthropic-sdk-python Architecture

Architecture documentation for the RedactedThinkingBlock class in redacted_thinking_block.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  3ffbde90_346e_f63e_1e2c_b8c65b9c4566["RedactedThinkingBlock"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  3ffbde90_346e_f63e_1e2c_b8c65b9c4566 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  2eda2717_3fea_6ae9_cb24_99f550df61b9["redacted_thinking_block.py"]
  3ffbde90_346e_f63e_1e2c_b8c65b9c4566 -->|defined in| 2eda2717_3fea_6ae9_cb24_99f550df61b9

Relationship Graph

Source Code

src/anthropic/types/redacted_thinking_block.py lines 10–13

class RedactedThinkingBlock(BaseModel):
    data: str

    type: Literal["redacted_thinking"]

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free