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

    Interface NoteGenerationConfig

    Configuration for a note generation request.

    interface NoteGenerationConfig {
        prompt: string;
        responseId: string;
        roomName: string;
        title: string;
        userId: string;
        userName: string;
    }
    Index

    Properties

    prompt: string

    The prompt template for note generation

    responseId: string

    The recording response ID to generate notes from

    roomName: string

    Room name the recording belongs to

    title: string

    Title for the generated note

    userId: string

    User ID requesting the note

    userName: string

    Display name of the user