Longbridge OpenAPI SDK
    Preparing search index...

    Interface USAIChatData

    AI chat context embedded in USAnalystConsensus.

    interface USAIChatData {
        agentId: string;
        handoffAgentId: string;
        symbol: string;
        text: string;
        chatType: string;
        workflowType: string;
    }
    Index
    agentId: string
    handoffAgentId: string
    symbol: string
    text: string
    chatType: string
    workflowType: string