Longbridge OpenAPI SDK
    Preparing search index...

    Interface ChatFinishedPayload

    Payload of a chat_finished stream event, observed once all message events for this round have been sent, shortly before workflow_finished

    interface ChatFinishedPayload {
        chatId: number;
        chatUid: string;
        messageId: string;
        error: string;
        errorMessage: string;
    }
    Index
    chatId: number

    ID of the owning conversation

    chatUid: string

    Conversation identifier

    messageId: string

    Message ID of this round

    error: string

    Empty string in every run observed so far

    errorMessage: string

    Empty string in every run observed so far