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

    Interface SessionSummary

    Session summary from a conversation or meeting

    interface SessionSummary {
        followUps: { action: string; provider: string; timeframe: string }[];
        keyMetrics?: { name: string; value: string }[];
        primaryConcerns: string[];
        recommendations: {
            action: "created" | "updated" | "removed" | "discussed";
            name: string;
            notes: string;
        }[];
        summary: string;
        topicsDiscussed: string[];
    }
    Index

    Properties

    followUps: { action: string; provider: string; timeframe: string }[]

    Follow-up items

    keyMetrics?: { name: string; value: string }[]

    Key metrics discussed

    primaryConcerns: string[]

    Primary concerns or topics raised

    recommendations: {
        action: "created" | "updated" | "removed" | "discussed";
        name: string;
        notes: string;
    }[]

    Recommendations or action items from the session

    summary: string

    Summary text

    topicsDiscussed: string[]

    Topics discussed during the session