Skip to content

Commit d913249

Browse files
committed
TOC update and tool overview
1 parent 5aaa7af commit d913249

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/ai-services/agents/how-to/tools/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
3030
|---------|---------|
3131
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. |
3232
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
33+
| [Azure AI Search](./azure-ai-search.md) | Usees an existing Azure AI Search index as a knowlege base. |
3334

3435
## Action tools
3536

3637
|Tool |Description |
3738
|---------|---------|
3839
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. |
3940
|[Function calling](./function-calling.md) | Allows you to describe the structure of functions to an agent and then return the functions that need to be called along with their arguments. |
41+
| [OpenAPI specified tools](./openapi-spec.md) | Connects your Azure AI Agent to an external API using an OpenAPI 3.0 specified tool. |
4042

articles/ai-services/agents/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ items:
4242
items:
4343
- name: OpenAPI specified tools
4444
href: how-to/tools/openapi-spec.md
45-
- name: Agent function calling
45+
- name: Function calling
4646
href: how-to/tools/function-calling.md
4747
- name: Code interpreter
4848
href: how-to/tools/code-interpreter.md

0 commit comments

Comments
 (0)