@suluk/chat - v0.2.1
    Preparing search index...

    Interface ChatWidgetOptions

    interface ChatWidgetOptions {
        endpoint?: string;
        title?: string;
        greeting?: string;
        placeholder?: string;
    }
    Index

    Properties

    endpoint?: string

    Where chatApp is mounted (default /chat).

    title?: string

    Panel header + launcher aria-label.

    greeting?: string

    First assistant line shown when the panel opens (overridden by GET {endpoint}/info if it returns a greeting).

    placeholder?: string