using BotSharp.Abstraction.Models; namespace BotSharp.Abstraction.MLTasks; public interface IChatCompletion { Task GetChatCompletionsAsync(List conversations); }