package ai_dto type UpdateLLM struct { LLM string `json:"llm"` } type UpdateConfig struct { Config string `json:"config"` }