using BotSharp.Abstraction.Models; namespace BotSharp.Abstraction; public interface IPlatformMidware { Task GetChatCompletionsAsync(List conversations, Func onChunkReceived); }