interface AnthropicMessageContentRedactedThinking {
    cache_control?: null | AnthropicCacheControl;
    data: string;
    type: "redacted_thinking";
}

Hierarchy

  • AnthropicMessageContentBase
    • AnthropicMessageContentRedactedThinking

Properties

cache_control?: null | AnthropicCacheControl
data: string
type: "redacted_thinking"