claudius-chat-widget
    Preparing search index...

    Interface ChatResponse

    Successful response body from POST /api/chat.

    interface ChatResponse {
        reply: string;
        sources?: Source[];
    }
    Index

    Properties

    Properties

    reply: string

    The assistant's reply text.

    sources?: Source[]

    Sources the assistant cited, when any.