langchain.js
    Preparing search index...

    ChatCompletionResponseChoices

    interface ChatCompletionResponseChoicesPro {
        finish_reason?: string;
        messages?: ChatCompletionResponseMessage[];
    }
    Index

    Properties

    finish_reason?: string

    ChatCompletionResponseChoices

    messages?: ChatCompletionResponseMessage[]

    ChatCompletionResponseChoices