Uses of Class
com.azure.ai.openai.assistants.models.MessageAttachment
Packages that use MessageAttachment
Package
Description
Package containing the data models for Assistants.
-
Uses of MessageAttachment in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return MessageAttachmentModifier and TypeMethodDescriptionstatic MessageAttachment
MessageAttachment.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageAttachment from the JsonReader.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type MessageAttachmentModifier and TypeMethodDescriptionThreadMessage.getAttachments()
Get the attachments property: A list of files attached to the message, and the tools they were added to.ThreadMessageOptions.getAttachments()
Get the attachments property: A list of files attached to the message, and the tools they should be added to.Method parameters in com.azure.ai.openai.assistants.models with type arguments of type MessageAttachmentModifier and TypeMethodDescriptionThreadMessageOptions.setAttachments
(List<MessageAttachment> attachments) Set the attachments property: A list of files attached to the message, and the tools they should be added to.