@salesforce/agents
    Preparing search index...

    Type Alias LLMExecutionStep

    type LLMExecutionStep = {
        endExecutionTime: number;
        executionLatency: number;
        promptContent: string;
        promptName: string;
        promptResponse: string;
        startExecutionTime: number;
        type: "LLMExecutionStep";
    }
    Index

    Properties

    endExecutionTime: number
    executionLatency: number
    promptContent: string
    promptName: string
    promptResponse: string
    startExecutionTime: number
    type: "LLMExecutionStep"