FreakingGenius - v0.1.0
    Preparing search index...

    Interface TutorResponse

    The tutor's generated response.

    interface TutorResponse {
        displayText?: string;
        estimatedDurationSec?: number;
        spokenText: string;
    }
    Index

    Properties

    displayText?: string

    Optional separate text for on-screen display (may differ from spoken).

    estimatedDurationSec?: number

    Estimated duration in seconds if available from the model.

    spokenText: string

    The text to be synthesised and spoken aloud.