@salesforce/agents
    Preparing search index...

    Type Alias AgentTraceResponse

    type AgentTraceResponse = {
        actions: {
            error: unknown[];
            id: string;
            returnValue: {
                intent: string;
                plan: AgentTraceStep[];
                planId: string;
                sessionId: string;
                topic: string;
                type: string;
            };
            state: string;
        }[];
    }
    Index

    Properties

    Properties

    actions: {
        error: unknown[];
        id: string;
        returnValue: {
            intent: string;
            plan: AgentTraceStep[];
            planId: string;
            sessionId: string;
            topic: string;
            type: string;
        };
        state: string;
    }[]