2 references to ChatResponseUpdate
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatResponseUpdate.cs (1)
51
:
this
(role, content is null ? null : [new TextContent(content)])
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponseChatClient.cs (1)
254
yield return new
ChatResponseUpdate
(lastRole, [fci])