@microsoft/opentelemetry
    Preparing search index...

    Interface ReasoningPart

    Model reasoning / chain-of-thought content.

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

    Properties

    Properties

    content: string
    type: "reasoning"