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

RedactedThinkingBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the RedactedThinkingBlockParam class in redacted_thinking_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  68d8f406_7e9d_d67e_a350_143fabe705e0["RedactedThinkingBlockParam"]
  645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b["redacted_thinking_block_param.py"]
  68d8f406_7e9d_d67e_a350_143fabe705e0 -->|defined in| 645f2d0a_e33e_77bc_97bd_f5e3d8fe0c9b

Relationship Graph

Source Code

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

class RedactedThinkingBlockParam(TypedDict, total=False):
    data: Required[str]

    type: Required[Literal["redacted_thinking"]]

Frequently Asked Questions

What is the RedactedThinkingBlockParam class?
RedactedThinkingBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/redacted_thinking_block_param.py.
Where is RedactedThinkingBlockParam defined?
RedactedThinkingBlockParam is defined in src/anthropic/types/redacted_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