Interface HostedChatCompletionChoice

interface HostedChatCompletionChoice {
    finish_reason: null | string;
    index: number;
    message: HostedChatCompletionMessage;
}

Properties

finish_reason: null | string
index: number