Uses of Class
com.azure.ai.agents.persistent.models.AzureAISearchToolResource
Packages that use AzureAISearchToolResource
Package
Description
Package containing the data models for Agents.
-
Uses of AzureAISearchToolResource in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return AzureAISearchToolResourceModifier and TypeMethodDescriptionstatic AzureAISearchToolResourceAzureAISearchToolResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureAISearchToolResource from the JsonReader.ToolResources.getAzureAISearch()Get the azureAISearch property: Resources to be used by the `azure_ai_search` tool consisting of index IDs and names.AzureAISearchToolResource.setIndexList(List<AISearchIndexResource> indexList) Set the indexList property: The indices attached to this agent.Methods in com.azure.ai.agents.persistent.models with parameters of type AzureAISearchToolResourceModifier and TypeMethodDescriptionToolResources.setAzureAISearch(AzureAISearchToolResource azureAISearch) Set the azureAISearch property: Resources to be used by the `azure_ai_search` tool consisting of index IDs and names.