Skip to content

Commit f231c9c

Browse files
committed
Add links to tools
1 parent ecf3333 commit f231c9c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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](/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)
108109
109-
#### Create the tool configuration file
110+
#### Configure the tools YAML file
110111
111112
The 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

134135
1. 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

138139
Add a tool to the AI Agent with the following steps:
139140

0 commit comments

Comments
 (0)