@conciergus/chat - v0.3.1
    Preparing search index...

    Interface SourcesRendererProps

    Props for custom source renderer

    interface SourcesRendererProps {
        source: EnhancedSource;
        mode: SourcesDisplayMode;
        isSelected: boolean;
        onClick: (source: EnhancedSource) => void;
        citationFormat: CitationFormat;
        showPreview: boolean;
        showScores: boolean;
    }
    Index

    Properties

    Source to render

    Display mode

    isSelected: boolean

    Is selected

    onClick: (source: EnhancedSource) => void

    Click handler

    citationFormat: CitationFormat

    Citation format

    showPreview: boolean

    Show preview

    showScores: boolean

    Show scores