@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PlanDeltaNotification

    EXPERIMENTAL - proposed plan streaming deltas for plan items. Clients should not assume concatenated deltas match the completed plan item content.

    type PlanDeltaNotification = {
        delta: string;
        itemId: string;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    delta: string
    itemId: string
    threadId: string
    turnId: string