7 writes to RawRepresentation
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\AIAnnotationTests.cs (2)
38a.RawRepresentation = raw; 49RawRepresentation = new object(),
Contents\CitationAnnotationTests.cs (2)
38a.RawRepresentation = raw; 70RawRepresentation = new object(),
Microsoft.Extensions.AI.OpenAI (3)
OpenAIAssistantsChatClient.cs (1)
241RawRepresentation = tau,
OpenAIChatClient.cs (1)
526RawRepresentation = annotation,
OpenAIResponsesChatClient.cs (1)
794RawRepresentation = ota,
8 references to RawRepresentation
Microsoft.Extensions.AI.Abstractions.Tests (8)
Contents\AIAnnotationTests.cs (4)
17Assert.Null(a.RawRepresentation); 36Assert.Null(a.RawRepresentation); 39Assert.Same(raw, a.RawRepresentation); 62Assert.Null(deserialized.RawRepresentation);
Contents\CitationAnnotationTests.cs (4)
19Assert.Null(a.RawRepresentation); 36Assert.Null(a.RawRepresentation); 39Assert.Same(raw, a.RawRepresentation); 88Assert.Null(deserialized.RawRepresentation);