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: []
99
99
100
100
### Add tools to the Azure AI Agent
101
101
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](/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
105
+ - [Azure Functions](/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
106
+ - [File retrieval](/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)
108
109
109
- #### Create the tool configuration file
110
+ #### Configure the tools YAML file
110
111
111
112
The Agent Designer adds tools to an AI Agent via .yaml files.
112
113
@@ -133,7 +134,7 @@ Create a tool configuration .yaml file using the following steps:
133
134
134
135
1. To save the .yaml file, select **File** > **Save** in the VS Code menu bar.
135
136
136
- # ### Add the tool to the AI Agent
137
+ # ### Connect the tools file to the AI Agent
137
138
138
139
Add a tool to the AI Agent with the following steps :
139
140
You can’t perform that action at this time.
0 commit comments