namespace BotSharp.Abstraction.MLTasks; public interface ITextCompletion { Task GetCompletion(string text); }