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

    Interface MessageMetadataProps

    Message metadata component props

    interface MessageMetadataProps {
        metadata: MessageMetadata;
        mode?: "compact" | "detailed" | "minimal";
        showCost?: boolean;
        showPerformance?: boolean;
        className?: string;
    }
    Index

    Properties

    metadata: MessageMetadata

    Message metadata

    mode?: "compact" | "detailed" | "minimal"

    Display mode

    showCost?: boolean

    Show cost information

    showPerformance?: boolean

    Show performance metrics

    className?: string

    Additional CSS classes