/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface AgentConfigOverride { /** The overrides for the prompt configuration */ prompt?: ElevenLabs.PromptAgentOverride; /** If non-empty, the first message the agent will say. If empty, the agent waits for the user to start the discussion */ first_message?: string; /** The language of the agent, used for ASR and TTS */ language?: string; }