@salesforce/agents
    Preparing search index...

    Type Alias PlannerResponse

    type PlannerResponse = {
        intent: string;
        plan: PlanStep[];
        planId: string;
        sessionId: string;
        topic: string;
        type: "PlanSuccessResponse";
    }
    Index

    Properties

    intent: string
    plan: PlanStep[]
    planId: string
    sessionId: string
    topic: string
    type: "PlanSuccessResponse"