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

    Type Alias TurnPlanUpdatedNotification

    type TurnPlanUpdatedNotification = {
        explanation: string | null;
        plan: TurnPlanStep[];
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    explanation: string | null
    plan: TurnPlanStep[]
    threadId: string
    turnId: string