7 references to CreateUpdate
Microsoft.Extensions.AI.OpenAI (7)
OpenAIResponsesChatClient.cs (7)
228var update = CreateUpdate(ToUsageDetails(completedUpdate.Response) is { } usage ? new UsageContent(usage) : null); 264yield return CreateUpdate(annotatedContent); 276yield return CreateUpdate(new TextContent(outputTextDeltaUpdate.Delta)); 304yield return CreateUpdate(fcc); 312yield return CreateUpdate(new ErrorContent(errorUpdate.Message) 320yield return CreateUpdate(new ErrorContent(refusalDone.Refusal) 327yield return CreateUpdate();