namespace BotSharp.Abstraction.MLTasks.Settings; public class ChatCompletionSetting { public string Provider { get; set; } public string Model { get; set; } }