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