Uses of Class
com.azure.ai.openai.assistants.models.CreateToolResourcesOptions
Packages that use CreateToolResourcesOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of CreateToolResourcesOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return CreateToolResourcesOptionsModifier and TypeMethodDescriptionstatic CreateToolResourcesOptions
CreateToolResourcesOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CreateToolResourcesOptions from the JsonReader.AssistantCreationOptions.getToolResources()
Get the toolResources property: A set of resources that are used by the assistant's tools.AssistantThreadCreationOptions.getToolResources()
Get the toolResources property: A set of resources that are made available to the assistant's tools in this thread.CreateToolResourcesOptions.setCodeInterpreter
(CreateCodeInterpreterToolResourceOptions codeInterpreter) Set the codeInterpreter property: A list of file IDs made available to the `code_interpreter` tool.CreateToolResourcesOptions.setFileSearch
(CreateFileSearchToolResourceOptions fileSearch) Set the fileSearch property: A list of vector stores or their IDs made available to the `file_search` tool.Methods in com.azure.ai.openai.assistants.models with parameters of type CreateToolResourcesOptionsModifier and TypeMethodDescriptionAssistantCreationOptions.setToolResources
(CreateToolResourcesOptions toolResources) Set the toolResources property: A set of resources that are used by the assistant's tools.AssistantThreadCreationOptions.setToolResources
(CreateToolResourcesOptions toolResources) Set the toolResources property: A set of resources that are made available to the assistant's tools in this thread.