Uses of Class
com.azure.ai.openai.assistants.models.MessageTextFileCitationAnnotation
Packages that use MessageTextFileCitationAnnotation
Package
Description
Package containing the data models for Assistants.
-
Uses of MessageTextFileCitationAnnotation in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return MessageTextFileCitationAnnotationModifier and TypeMethodDescriptionMessageTextFileCitationAnnotation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTextFileCitationAnnotation from the JsonReader.MessageTextFileCitationAnnotation.setEndIndex
(Integer endIndex) Set the endIndex property: The last text index associated with this text annotation.MessageTextFileCitationAnnotation.setStartIndex
(Integer startIndex) Set the startIndex property: The first text index associated with this text annotation.