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