Longbridge OpenAPI SDK
    Preparing search index...

    Interface PlanChangedPayload

    Payload of a plan_changed stream event — the Agent created or updated its task plan.

    interface PlanChangedPayload {
        nodeId: string;
        startedAt: number;
        outputs?: any;
        toolName: string;
    }
    Index
    nodeId: string

    ID of the planning node

    startedAt: number

    Time of the change, Unix timestamp in seconds

    outputs?: any

    The current plan content

    toolName: string

    Identifies the planning tool