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

    Interface SummaryOptions

    Summary options

    interface SummaryOptions {
        maxLength?: number;
        model?: string;
        roomName?: string;
        userId: string;
    }
    Index

    Properties

    maxLength?: number

    Maximum length in words

    model?: string

    AI model to use

    roomName?: string

    Room name for context (optional)

    userId: string

    User ID for request validation and usage tracking (required)