namespace AIStudio.Provider.OpenAI; /// /// Data structure representing annotation deltas in chat completions. /// /// The list of annotations, which can be null. public record ChatCompletionAnnotationDelta(IList? Annotations);