claude-code-data
    Preparing search index...

    Type Alias ThinkingBlock

    Extended thinking content produced by Claude before responding.

    type ThinkingBlock = {
        signature?: string;
        thinking: string;
        type: "thinking";
    }
    Index

    Properties

    signature?: string
    thinking: string
    type: "thinking"