/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { GreetingMethodEnum } from './GreetingMethodEnum'; import type { MentorFromTemplateWithSettingRequestVoiceProviderEnum } from './MentorFromTemplateWithSettingRequestVoiceProviderEnum'; import type { StarterPrompts8c6Enum } from './StarterPrompts8c6Enum'; export type MentorFromTemplateWithSettingRequest = { template_name: string; display_name?: string; description?: string; profile_image?: string; initial_message?: string; suggested_message?: string; new_mentor_name: string; theme?: string; user_message_color?: string; mentor_bubble_color?: string; align_mentor_bubble?: string; system_prompt?: string; llm_provider?: string; llm_name?: string; mentor_visibility?: string; enable_image_generation?: boolean; enable_web_browsing?: boolean; enable_code_interpreter?: boolean; metadata?: any; custom_css?: string; custom_javascript?: string; uploaded_profile_image?: string; embed_custom_image?: string; proactive_response?: string; greeting_method?: GreetingMethodEnum; forkable?: boolean; forkable_with_training_data?: boolean; categories?: Array; types?: Array; subjects?: Array; tool_slugs?: Array; llm_temperature?: number; seo_tags?: any; marketing_conversations?: any; proactive_prompt?: string; study_mode_prompt?: string; disclaimer?: string; enable_disclaimer?: boolean; show_attachment?: boolean; show_voice_call?: boolean; show_voice_record?: boolean; show_rag_images?: boolean; show_catalogue?: boolean; show_reasoning?: boolean; starter_prompts?: StarterPrompts8c6Enum; embed_is_context_aware?: boolean; embed_open_by_default?: boolean; embed_show_attachment?: boolean; embed_show_voice_call?: boolean; embed_show_voice_record?: boolean; embed_show_canvas?: boolean; show_explore_mentors?: boolean; embed_icon_selection_data?: any; placeholder_prompt?: string; moderation_system_prompt?: string; post_processing_prompt?: string; moderation_response?: string; enable_moderation?: boolean; enable_multi_query_rag?: boolean; enable_prompt_caching?: boolean; enable_post_processing_system?: boolean; enable_openai_assistant?: boolean; enable_total_grounding?: boolean; google_voice?: number; openai_voice?: number; iblai_voice?: number; voice_provider?: MentorFromTemplateWithSettingRequestVoiceProviderEnum; voice_instructions?: string; enable_suggested_prompts?: boolean | null; enable_guided_prompts?: boolean | null; save_flagged_prompts?: boolean | null; mcp_servers?: Array | null; guided_prompt_instructions?: string | null; is_featured?: boolean; };