Hiyve Components - v1.0.0
    Preparing search index...

    Props for SummaryPanel component

    interface SummaryPanelProps {
        autoGenerate?: boolean;
        labels?: Partial<SummaryLabels>;
        maxLength?: number;
        onGenerated?: (summary: string) => void;
        roomId?: string;
        sx?: SxProps<Theme>;
        transcript?: string;
        useLiveContext?: boolean;
    }
    Index

    Properties

    autoGenerate?: boolean

    Auto-generate summary on mount

    labels?: Partial<SummaryLabels>

    Custom labels

    maxLength?: number

    Maximum summary length in words

    onGenerated?: (summary: string) => void

    Callback when summary is generated

    roomId?: string

    Room ID for live context

    sx?: SxProps<Theme>

    MUI sx props

    transcript?: string

    Transcript to summarize

    useLiveContext?: boolean

    Use live context for summary