Neutrome SDK reference
    Preparing search index...

    Type Alias ProgramThinking

    A block of model reasoning attached to a message.

    type ProgramThinking = {
        signature?: string;
        text: string;
    }
    Index
    signature?: string

    Provider signature required to replay the block, when present.

    text: string

    Reasoning text.