18 references to AIContent
Microsoft.Extensions.AI.Abstractions (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.AIContent.g.cs (1)
33ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\AIContentTests.cs (3)
15AIContent c = new(); 23AIContent c = new(); 39AIContent original = new()
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestJsonSerializerContext.AIContent.g.cs (1)
31ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.AIContent.g.cs (1)
33ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.AIContent.g.cs (1)
33ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ScenarioRunResultTests.cs (1)
237new AIContent(),
Microsoft.Extensions.AI.OpenAI (4)
OpenAIResponsesChatClient.cs (4)
313message.Contents.Add(new() { RawRepresentation = outputItem }); 588AIContent annotatedContent = new(); // do not include RawRepresentation to avoid duplication with already yielded deltas 635yield return CreateUpdate(new AIContent { RawRepresentation = outputItemDoneUpdate.Item }); 1738content = new();
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIConversionTests.cs (4)
851new AIContent { RawRepresentation = ResponseItem.CreateWebSearchCallItem() }, 852new AIContent { RawRepresentation = ResponseItem.CreateReferenceItem("123") }, 859new AIContent { RawRepresentation = ResponseItem.CreateReasoningItem("text") }, 863new AIContent { RawRepresentation = ResponseItem.CreateSystemMessageItem("test") },
Microsoft.Extensions.AI.Stabilization.Tests (1)
Generated\361d1da7f942c932\AIContentSerializationRegressionContext.AIContent.g.cs (1)
31ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),
Microsoft.Extensions.AI.Tests (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestJsonSerializerContext.AIContent.g.cs (1)
31ObjectCreator = () => new global::Microsoft.Extensions.AI.AIContent(),