export interface ConversationConfigOverride {
    /** If enabled audio will not be processed and only text will be used, use to avoid audio pricing. */
    textOnly?: boolean;
}
