Uses of Class
com.azure.ai.openai.assistants.models.MessageTextFilePathDetails
Packages that use MessageTextFilePathDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of MessageTextFilePathDetails in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return MessageTextFilePathDetailsModifier and TypeMethodDescriptionstatic MessageTextFilePathDetails
MessageTextFilePathDetails.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTextFilePathDetails from the JsonReader.MessageTextFilePathAnnotation.getFilePath()
Get the filePath property: A URL for the file that's generated when the assistant used the code_interpreter tool to generate a file.Constructors in com.azure.ai.openai.assistants.models with parameters of type MessageTextFilePathDetailsModifierConstructorDescriptionMessageTextFilePathAnnotation
(String text, MessageTextFilePathDetails filePath) Creates an instance of MessageTextFilePathAnnotation class.