ILongTextStreamService
Represents an abstract service to retrieve long text data through a streaming API.
Task<LongTextStreamResult> SaveLongTextStreamAsync(LongTextStreamRequest request, CancellationToken token, IProgress<LongTextStreamProgressEventArgs> progress)
Asynchronously saves the long text field and performs auto-retry on non-fatal exceptions.