7 writes to RawRepresentation
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\AIAnnotationTests.cs (2)
39a.RawRepresentation = raw; 50RawRepresentation = new object(),
Contents\CitationAnnotationTests.cs (2)
38a.RawRepresentation = raw; 70RawRepresentation = new object(),
Microsoft.Extensions.AI.OpenAI (3)
OpenAIAssistantsChatClient.cs (1)
245RawRepresentation = tau,
OpenAIChatClient.cs (1)
507RawRepresentation = annotation,
OpenAIResponsesChatClient.cs (1)
637RawRepresentation = ota,
8 references to RawRepresentation
Microsoft.Extensions.AI.Abstractions.Tests (8)
Contents\AIAnnotationTests.cs (4)
18Assert.Null(a.RawRepresentation); 37Assert.Null(a.RawRepresentation); 40Assert.Same(raw, a.RawRepresentation); 63Assert.Null(deserialized.RawRepresentation);
Contents\CitationAnnotationTests.cs (4)
19Assert.Null(a.RawRepresentation); 36Assert.Null(a.RawRepresentation); 39Assert.Same(raw, a.RawRepresentation); 88Assert.Null(deserialized.RawRepresentation);