File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
articles/ai-foundry/how-to/develop Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,15 @@ tools: []
9999
100100### Add tools to the Azure AI Agent
101101
102- Azure AI Agent Service has a set of tools that you can use to interact with your data sources, such as:
103- - Grounding with Bing search
104- - Azure AI Search
105- - Azure Functions
106- - File retrieval
107- - Code interpreter
102+ Azure AI Agent Service has a set of knowledge and action tools that you can use to interact with your data sources, such as:
103+ - [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview)
104+ - [Azure AI Search](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
105+ - [Azure Functions](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
106+ - [File retrieval](/azure/ai-services/agents/how-to/tools/azure-functions?tabs=python&pivots=overview)
107+ - [Code interpreter](/azure/ai-services/agents/how-to/tools/code-interpreter?tabs=python&pivots=overview)
108+ - [OpenAPI Specified tools](/azure/ai-services/agents/how-to/tools/openapi-spec?tabs=python&pivots=overview)
108109
109- #### Create the tool configuration file
110+ #### Configure the tools YAML file
110111
111112The Agent Designer adds tools to an AI Agent via .yaml files.
112113
@@ -133,7 +134,7 @@ Create a tool configuration .yaml file using the following steps:
133134
1341351. To save the .yaml file, select **File** > **Save** in the VS Code menu bar.
135136
136- # ### Add the tool to the AI Agent
137+ # ### Connect the tools file to the AI Agent
137138
138139Add a tool to the AI Agent with the following steps :
139140
You can’t perform that action at this time.
0 commit comments