mimiq
    Preparing search index...

    Interface DefaultChatAdapterConfig

    interface DefaultChatAdapterConfig {
        actionTargets?: Record<string, string>;
        availableUserTools?: () => UserToolAvailability[];
        idleMarker: string;
        input: string;
        messageRoleAttr: string;
        messageRow: string;
        messageText: string;
        send: string;
        snapshotMetadata?: () => Record<string, string | number | boolean | null>;
        toolCallsSelector?: string;
        transcript: string;
        workingMarker?: string;
    }
    Index

    Properties

    actionTargets?: Record<string, string>
    availableUserTools?: () => UserToolAvailability[]
    idleMarker: string
    input: string
    messageRoleAttr: string
    messageRow: string
    messageText: string
    send: string
    snapshotMetadata?: () => Record<string, string | number | boolean | null>
    toolCallsSelector?: string
    transcript: string
    workingMarker?: string