Skip to content

Commit fc393cc

Browse files
committed
removing article
1 parent cb276ef commit fc393cc

File tree

4 files changed

+11
-49
lines changed

4 files changed

+11
-49
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"redirect_url": "/azure/search/search-how-to-dotnet-sdk",
1616
"redirect_document_id": false
1717
},
18+
{
19+
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/overview.md",
20+
"redirect_url": "/azure/ai-services/agents/overview",
21+
"redirect_document_id": false
22+
},
1823
{
1924
"source_path_from_root": "/articles/search/search-howto-index-csv-blobs.md",
2025
"redirect_url": "/azure/search/search-how-to-index-csv-blobs",

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ The following examples highlight how to use the Azure AI Agent Service function
3535

3636
You can find the template and code used here on [GitHub](https://github.com/Azure-Samples/azure-functions-ai-services-agent-python).
3737

38+
## Usage support
39+
40+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
41+
|---------|---------|---------|---------|---------|
42+
| | ✔️ | | | ✔️ |
43+
3844
### Create Azure resources for local and cloud dev-test
3945

4046
Once you have your Azure subscription, run the following in a new terminal window to create Azure OpenAI and other resources needed:
@@ -129,11 +135,6 @@ Azure AI Agents supports function calling, which allows you to describe the stru
129135

130136
To use all features of function calling including parallel functions, you need to use a model that was released after November 6, 2023.
131137

132-
## Usage support
133-
134-
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
135-
|---------|---------|---------|---------|---------|
136-
| | ✔️ | | | ✔️ |
137138

138139
## Define a function for your agent to call
139140

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

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

articles/ai-services/agents/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ items:
2828
items:
2929
- name: Tools
3030
items:
31-
- name: Overview
32-
href: how-to/tools/overview.md
3331
- name: Knowledge tools
3432
items:
3533
- name: Grounding with Bing Search

0 commit comments

Comments
 (0)