@microsoft/opentelemetry
    Preparing search index...

    Interface ReasoningPart

    Model reasoning / chain-of-thought content.

    interface ReasoningPart {
        content: string;
        type: "reasoning";
    }
    Index
    content: string

    The reasoning / chain-of-thought text.

    type: "reasoning"

    Discriminator identifying this as a reasoning part.