interface AnthropicMessageContentThinking {
    cache_control?: null | AnthropicCacheControl;
    signature: string;
    thinking: string;
    type: "thinking";
}

Hierarchy

  • AnthropicMessageContentBase
    • AnthropicMessageContentThinking

Properties

cache_control?: null | AnthropicCacheControl
signature: string
thinking: string
type: "thinking"