Longbridge OpenAPI SDK
    Preparing search index...

    Interface SubagentOutputs

    outputs of a SubagentFinishedPayload

    interface SubagentOutputs {
        goal?: string;
        result?: string;
        subagentTools?: any[];
    }
    Index
    goal?: string

    The goal that was assigned to the subagent

    result?: string

    The subagent's result

    subagentTools?: any[]

    Timeline of tool calls the subagent made