Skip to content

Commit a4b97ad

Browse files
committed
fix
1 parent 5f26ada commit a4b97ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/how-to/tools/azure-ai-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can add the Azure AI Search tool to an agent programmatically using the code
171171

172172
Currently, if you want to use the Azure AI Search tool in the Azure AI Foundry portal behind a virtual network, you must create an agent using the SDK or REST API. After creating the agent in a code-based manner, you can then use it in the portal.
173173

174-
The Azure AI Search tool can only include one search index. If you want to utilize multiple index, consider using [connected agents](../connected-agents.md) with an Azure AI search index configured with each agent.
174+
The Azure AI Search tool can only include one search index. If you want to utilize multiple indexes, consider using [connected agents](../connected-agents.md) with an Azure AI search index configured with each agent.
175175

176176
## Next steps
177177

0 commit comments

Comments
 (0)