@langwatch/scenario
    Preparing search index...

    Interface GeminiLiveAgentAdapterInit

    Construction options for GeminiLiveAgentAdapter.

    interface GeminiLiveAgentAdapterInit {
        apiKey?: string;
        model?: string;
        systemInstruction?: string;
        voice?: string;
    }
    Index

    Properties

    apiKey?: string

    Explicit API key. Falls back to GEMINI_API_KEY / GOOGLE_API_KEY env vars.

    model?: string

    Live model identifier. Defaults to GEMINI_LIVE_MODEL.

    systemInstruction?: string

    Optional system instruction sent at session setup.

    voice?: string

    Prebuilt voice name. Defaults to "Algieba".