Class Annotation

Annotation class

Represents the text content that is part of a message.

public class Annotation

Constructors

NameDescription
Annotation()The default constructor.

Properties

NameDescription
AnnotationType { get; set; }Gets or sets the type of the annotation.
EndIndex { get; set; }Gets or sets the ending index of the text in the message content that needs to be replaced.
FileCitation { get; set; }Gets or sets file citations are created by the file_search tool and define references to a specific file that was uploaded and used by the Assistant to generate the response.
StartIndex { get; set; }Gets or sets the starting index of the text in the message content that needs to be replaced.
Text { get; set; }Gets or sets the text in the message content that needs to be replaced.

See Also