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