Uses of Class
com.azure.ai.openai.assistants.models.ToolResources
Packages that use ToolResources
Package
Description
Package containing the data models for Assistants.
-
Uses of ToolResources in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return ToolResourcesModifier and TypeMethodDescriptionstatic ToolResources
ToolResources.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ToolResources from the JsonReader.Assistant.getToolResources()
Get the toolResources property: A set of resources that are used by the assistant's tools.AssistantThread.getToolResources()
Get the toolResources property: A set of resources that are made available to the assistant's tools in this thread.