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

BetaRedactedThinkingBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaRedactedThinkingBlockParam class in beta_redacted_thinking_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  b1610519_74d4_10fd_d5d8_2cf06f57259d["BetaRedactedThinkingBlockParam"]
  ebfbeb38_e7e5_5906_2c50_1d39e1cf2b69["beta_redacted_thinking_block_param.py"]
  b1610519_74d4_10fd_d5d8_2cf06f57259d -->|defined in| ebfbeb38_e7e5_5906_2c50_1d39e1cf2b69

Relationship Graph

Source Code

src/anthropic/types/beta/beta_redacted_thinking_block_param.py lines 10–13

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

    type: Required[Literal["redacted_thinking"]]

Frequently Asked Questions

What is the BetaRedactedThinkingBlockParam class?
BetaRedactedThinkingBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_redacted_thinking_block_param.py.
Where is BetaRedactedThinkingBlockParam defined?
BetaRedactedThinkingBlockParam is defined in src/anthropic/types/beta/beta_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