Member Junction
    Preparing search index...

    Options for makeSuccessChatResult.

    interface SuccessChatResultOptions {
        endTime?: Date;
        finishReason?: string;
        model?: string;
        startTime?: Date;
        thinking?: string;
        usage?: ModelUsage;
    }
    Index

    Properties

    endTime?: Date
    finishReason?: string
    model?: string

    API name of the model reported back by the provider (ChatResultData.model).

    startTime?: Date
    thinking?: string

    Reasoning-model thinking content attached to the assistant message.

    usage?: ModelUsage