Uses of Class
com.azure.ai.openai.assistants.models.UpdateAssistantThreadOptions
Packages that use UpdateAssistantThreadOptions
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of UpdateAssistantThreadOptions in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants with parameters of type UpdateAssistantThreadOptionsModifier and TypeMethodDescriptionAssistantsAsyncClient.updateThread
(String threadId, UpdateAssistantThreadOptions updateAssistantThreadOptions) Modifies an existing thread.AssistantsClient.updateThread
(String threadId, UpdateAssistantThreadOptions updateAssistantThreadOptions) Modifies an existing thread. -
Uses of UpdateAssistantThreadOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return UpdateAssistantThreadOptionsModifier and TypeMethodDescriptionstatic UpdateAssistantThreadOptions
UpdateAssistantThreadOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateAssistantThreadOptions from the JsonReader.UpdateAssistantThreadOptions.setMetadata
(Map<String, String> metadata) Set the metadata property: A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format.UpdateAssistantThreadOptions.setToolResources
(UpdateToolResourcesOptions toolResources) Set the toolResources property: A set of resources that are made available to the assistant's tools in this thread.