6 references to CitationAnnotation
Microsoft.Extensions.AI.Abstractions.Tests (3)
Contents\CitationAnnotationTests.cs (3)
16
CitationAnnotation a =
new
();
29
CitationAnnotation a =
new
();
67
CitationAnnotation original =
new
()
Microsoft.Extensions.AI.OpenAI (3)
OpenAIAssistantsChatClient.cs (1)
243
(((TextContent)textUpdate.Contents[0]).Annotations ??= []).Add(new
CitationAnnotation
OpenAIChatClient.cs (1)
505
(annotationContent.Annotations ??= []).Add(new
CitationAnnotation
OpenAIResponsesChatClient.cs (1)
635
(text.Annotations ??= []).Add(new
CitationAnnotation