export interface ConversationConfigOverrideConfig {
    /** Whether to allow overriding the text_only field. */
    textOnly?: boolean;
}
