Annotation Class

Definition

An annotation that applies to a span of output text. Please note this is the abstract base class. The derived classes available for instantiation are: FileCitationBody, UrlCitationBody, ContainerFileCitationBody, and FilePath.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownAnnotation))]
public abstract class Annotation : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.Annotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.Annotation>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownAnnotation))>]
type Annotation = class
    interface IJsonModel<Annotation>
    interface IPersistableModel<Annotation>
Public MustInherit Class Annotation
Implements IJsonModel(Of Annotation), IPersistableModel(Of Annotation)
Inheritance
Annotation
Derived
Attributes
Implements

Applies to