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

    Note enhancement options

    interface EnhanceOptions {
        model?: string;
        roomName?: string;
        style?: string;
        userId: string;
    }
    Index

    Properties

    model?: string

    AI model to use

    roomName?: string

    Room name for context (optional)

    style?: string

    Writing style (professional, casual, academic, etc.)

    userId: string

    User ID for request validation and usage tracking (required)