Longbridge OpenAPI SDK
    Preparing search index...

    Interface NodeToolUseOutputs

    outputs of a NodeToolUseFinishedPayload — only carries fields meant for display

    interface NodeToolUseOutputs {
        references?: Reference[];
        referenceDomains?: string[];
        query?: string;
        text?: string;
        toolArgs?: any;
        data?: any;
    }
    Index
    references?: Reference[]

    Sources referenced by the tool result

    referenceDomains?: string[]

    Domains of the referenced sources

    query?: string

    The query the tool executed

    text?: string

    Raw response text of the tool

    toolArgs?: any

    Parsed request arguments

    data?: any

    Structured result; present only for selected tools