Longbridge OpenAPI SDK
    Preparing search index...

    Interface WorkflowStartedInputs

    inputs of a workflow_started stream event

    interface WorkflowStartedInputs {
        chatId: number;
        chatUid: string;
        messageId: string;
        query: string;
    }
    Index
    chatId: number

    ID of the owning conversation

    chatUid: string

    Conversation identifier

    messageId: string

    Message ID of this round

    query: string

    The question that was asked