namespace AIStudio.Provider.OpenAI; /// /// Represents an unknown annotation type. /// /// The type of the unknown annotation. public sealed record AnnotatingUnknown(string Type) : Annotation(Type);