26 references to ChatResponseUpdate
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Abstractions.Tests (14)
ChatCompletion\ChatResponseUpdateExtensionsTests.cs (10)
128updates.Add(new() { Contents = [new DataContent("data:image/png;base64,aGVsbG8=")] });
158new() { Contents = [new TextReasoningContent("D")] },
159new() { Contents = [new TextReasoningContent("E")] },
160new() { Contents = [new TextReasoningContent("F")] },
163new() { Contents = [new TextReasoningContent("I")] },
164new() { Contents = [new TextReasoningContent("J")] },
166new() { Contents = [new TextReasoningContent("L")] },
169new() { Contents = [new TextReasoningContent("O")] },
170new() { Contents = [new TextReasoningContent("P")] },
193new() { Contents = [new UsageContent(new() { TotalTokenCount = 42 })] },
Microsoft.Extensions.AI.AzureAIInference (2)
Microsoft.Extensions.AI.Ollama (1)
Microsoft.Extensions.AI.OpenAI (3)
Microsoft.Extensions.AI.Tests (3)