2 references to _internalResponseReasoningSummaryTextDeltaEventType
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
32
private static readonly PropertyInfo? _summaryTextDeltaProperty =
_internalResponseReasoningSummaryTextDeltaEventType
?.GetProperty("Delta");
331
streamingUpdate.GetType() ==
_internalResponseReasoningSummaryTextDeltaEventType
&&