namespace AIStudio.Provider.OpenAI;
///
/// Base class for different types of annotations.
///
///
/// We use this base class to represent various annotation types for all types of LLM providers.
///
/// The type of the annotation.
public abstract record Annotation(string Type);