4 references to SseItemParser
Microsoft.Extensions.AI.OpenAI (4)
src\Shared\ServerSentEvents\SseParser.cs (2)
26/// This overload has behavior equivalent to calling <see cref="Create{T}(Stream, SseItemParser{T})"/> with a delegate 38public static SseParser<T> Create<T>(Stream sseStream, SseItemParser<T> itemParser)
src\Shared\ServerSentEvents\SseParser_1.cs (2)
62private readonly SseItemParser<T> _itemParser; 104internal SseParser(Stream stream, SseItemParser<T> itemParser)