@dmp/chat-components
    Preparing search index...

    Interface ChatOption

    interface ChatOption {
        metadata?: string[];
        onError?: (error: any) => void;
        onRunCompletedCallback?: () => void;
        onTextMessageContentCallback?: () => void;
        onTextMessageEndCallback?: () => void;
    }
    Index

    Properties

    metadata?: string[]
    onError?: (error: any) => void
    onRunCompletedCallback?: () => void
    onTextMessageContentCallback?: () => void
    onTextMessageEndCallback?: () => void