Provides struct and type for a ConversationModelCreateSchema
@type t() :: %OpenApiTypesense.ConversationModelCreateSchema{ account_id: String.t(), api_key: String.t(), history_collection: String.t(), id: String.t(), max_bytes: integer(), model_name: String.t(), system_prompt: String.t(), ttl: integer(), vllm_url: String.t() }