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

    Interface ChatConfig

    interface ChatConfig {
        apiUrl: string;
        headers?: Record<string, string>;
        locale?: LocaleType;
        metadata?: Record<string, any>;
        threadId?: string;
        user: User;
    }
    Index

    Properties

    apiUrl: string
    headers?: Record<string, string>
    locale?: LocaleType
    metadata?: Record<string, any>
    threadId?: string
    user: User