@salesforce/agents
    Preparing search index...

    Type Alias AgentPreviewMessage

    type AgentPreviewMessage = {
        citedReferences: { type: string; value: string };
        feedbackId: string;
        id: string;
        isContentSafe: boolean;
        message: string;
        planId: string;
        result: { property: string; type: string; value: any };
        type: MessageType;
    }
    Index

    Properties

    citedReferences: { type: string; value: string }
    feedbackId: string
    id: string
    isContentSafe: boolean
    message: string
    planId: string
    result: { property: string; type: string; value: any }