namespace Gpt4All; public interface ITextPredictionStreamingResult : ITextPredictionResult { IAsyncEnumerable GetPredictionStreamingAsync(CancellationToken cancellationToken = default); }