1 write to _eventType
Microsoft.Extensions.AI.OpenAI (1)
src\Shared\ServerSentEvents\SseItem.cs (1)
38_eventType = eventType;
2 references to _eventType
Microsoft.Extensions.AI.OpenAI (2)
src\Shared\ServerSentEvents\SseFormatter.cs (1)
85eventType: item._eventType, // Do not use the public property since it normalizes to "message" if null
src\Shared\ServerSentEvents\SseItem.cs (1)
45public string EventType => _eventType ?? SseParser.EventTypeDefault;