Longbridge OpenAPI SDK
    Preparing search index...

    Interface ChatTitleUpdatedPayload

    Payload of a chat_title_updated stream event — the server auto-generates a short title for the conversation as a UI convenience. Can arrive before or after workflow_finished; not tied to the run's outcome.

    interface ChatTitleUpdatedPayload {
        chatId: number;
        chatUid: string;
        source: string;
        title: string;
        updatedAt: number;
    }
    Index
    chatId: number

    ID of the owning conversation

    chatUid: string

    Conversation identifier

    source: string

    Where the title came from, e.g. "ai_generated"

    title: string

    The new (possibly truncated) title

    updatedAt: number

    Unix timestamp in seconds