claudius-chat-widget
    Preparing search index...

    Interface Source

    A cited source the assistant referenced when answering. Rendered as a link in the chat and grouped in the sources sidebar.

    interface Source {
        title: string;
        type: "blog" | "page" | "external";
        url: string;
    }
    Index

    Properties

    Properties

    title: string

    Human-readable link title shown to the user.

    type: "blog" | "page" | "external"

    Origin category, used to group and label the source.

    url: string

    Absolute URL of the source.