Skip to content

Commit 82e704d

Browse files
authored
Merge pull request #1970 from aahill/agents
removing openapi
2 parents 6b6da95 + 4c71ebe commit 82e704d

File tree

5 files changed

+10
-171
lines changed

5 files changed

+10
-171
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: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
2626
2727
## Knowledge tools
2828

29-
|Tool |Description | Python SDK | C# SDK |
30-
|---------|---------|---------|---------|
31-
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. | ✔️ | ✔️ |
32-
|[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) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ |
29+
|Tool |Description | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
30+
|---------|---------|---------|---------|---------|---------|
31+
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. | ✔️ | ✔️ | ✔️ | ✔️ |
32+
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. | ✔️ | ✔️ | File upload only | File upload and using blob storage |
33+
| [Azure AI Search](./azure-ai-search.md) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ | | ✔️ |
3434

3535
## Action tools
3636

37-
|Tool |Description | Python SDK | C# SDK |
38-
|---------|---------|---------|---------|
39-
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. | ✔️ | ✔️ |
40-
|[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. | ✔️ | |
37+
|Tool |Description | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
38+
|---------|---------|---------|---------|---------|---------|
39+
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. | ✔️ | ✔️ | ✔️ | ✔️ |
40+
|[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. | ✔️ | ✔️ | ✔️ | ✔️ |
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/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)