Skip to content

Commit 532ecdc

Browse files
committed
removing openapi
1 parent d1f14c1 commit 532ecdc

File tree

6 files changed

+2
-163
lines changed

6 files changed

+2
-163
lines changed

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
3838
|---------|---------|---------|---------|
3939
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. | ✔️ | ✔️ |
4040
|[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. | ✔️ | |
4241

articles/ai-services/agents/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ landingContent:
6262
url: ./how-to/tools/bing-grounding.md
6363
- text: File search
6464
url: ./how-to/tools/file-search.md
65-
- text: OpenAPI specified tools
66-
url: ./how-to/tools/openapi-spec.md
6765
- text: Function calling
6866
url: ./how-to/tools/function-calling.md
6967
- text: Code interpreter

articles/ai-services/agents/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure AI Agent Service is a fully managed service designed to empower developers
2121
Both agents and assistants enable you to build automated workflows that leverage Large Language Models (LLMs), but Azure AI Agent Service provides all the capabilities of assistants and:
2222

2323
* The ability to use non-Azure OpenAI models Such as Llama 3.
24-
* An extended toolset that lets you ground the agent with different datasets such as Microsoft Fabric, SharePoint, OpenAPI, and access the web using Bing web searches.
24+
* An extended toolset that lets you ground the agent with different datasets and access the web using Bing web searches.
2525

2626
## Features overview
2727

articles/ai-services/agents/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ items:
4040
href: how-to/tools/azure-ai-search.md
4141
- name: Action tools
4242
items:
43-
- name: OpenAPI specified tools
44-
href: how-to/tools/openapi-spec.md
4543
- name: Function calling
4644
href: how-to/tools/function-calling.md
4745
- name: Code interpreter

articles/ai-services/agents/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article provides a summary of the latest releases and major documentation u
2121

2222
Azure AI Service is now available in preview. The service builds off of the [Assistants API](../openai/how-to/assistant.md) in Azure OpenAI, and offers several additional features, such as:
2323

24-
* Several [additional tools](./how-to/tools/overview.md) to enhance your AI agents' functionality, such as the ability to use Bing as a knowledge source and call function specified by the OpenAPI 3.0 spec.
24+
* Several [additional tools](./how-to/tools/overview.md) to enhance your AI agents' functionality, such as the ability to use Bing and as a knowledge source and call functions.
2525
* The ability to use non Azure OpenAI [models](./concepts/model-region-support.md#additional-models):
2626
* Llama 3.1-70B-instruct
2727
* Mistral-large-2407

0 commit comments

Comments
 (0)