Skip to content

Commit 068a395

Browse files
committed
updating index
1 parent 14bf7fa commit 068a395

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

articles/ai-services/agents/index.yml

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,51 @@ landingContent:
2020
# Cards and links should be based on top customer tasks or top subjects
2121
# Start card title with a verb
2222
# Card 1
23-
- title: Azure AI Agent OpenAI Service
24-
linkLists:
25-
- linkListType: overview
23+
- title: Azure AI Agent Service
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure AI Agent?
28+
url: overview.md
29+
- text: Models and region support
30+
url: ./concepts/model-region-support.md
31+
- text: Quotas and limits
32+
url: ./quotas-limits.md
33+
- linkListType: whats-new
34+
links:
35+
- text: What's new in Azure AI Agent Service?
36+
url: ./whats-new.md
37+
- linkListType: quickstart
38+
links:
39+
- text: Create an agent
40+
url: quickstart.md
41+
42+
#Card 2
43+
- title: Azure AI Agent Service concepts
44+
linkLists:
45+
- linkListType: concept
2646
links:
27-
- text: What is Azure OpenAI?
28-
url: overview.md
29-
- text: Models and region support
30-
url: ./concepts/model-region-support.md
31-
- linkListType: quickstart
47+
- text: What are agents?
48+
url: ./concepts/agents.md
49+
- text: Tracing with Application Insights
50+
url: ./concepts/tracing.md
51+
52+
#Card 3
53+
- title: Azure AI Agent Service tools
54+
linkLists:
55+
- linkListType: how-to-guide
3256
links:
33-
- text: Create an agent
34-
url: quickstart.md
35-
57+
- text: Tools overview
58+
url: ./how-to/tools/overview.md
59+
- text: Azure AI Search
60+
url: ./how-to/tools/azure-ai-search.md
61+
- text: Grounding with Bing Search
62+
url: ./how-to/tools/bing-grounding.md
63+
- text: File search
64+
url: ./how-to/tools/file-search.md
65+
- text: OpenAPI specified tools
66+
url: ./how-to/tools/openapi-spec.md
67+
- text: Function calling
68+
url: ./how-to/tools/function-calling.md
69+
- text: Code interpreter
70+
url: ./how-to/tools/code-interpreter.md

articles/ai-services/agents/quotas-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The following sections provide you with a guide to the default quotas and limits
2121

2222
| Limit Name | Limit Value |
2323
|--|--|
24-
| Max files per Assistant/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
25-
| Max file size for Assistants & fine-tuning | 512 MB |
26-
| Max size for all uploaded files for Assistants |100 GB |
27-
| Assistants token limit | 2,000,000 token limit |
24+
| Max files per agent/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
25+
| Max file size for agents & fine-tuning | 512 MB |
26+
| Max size for all uploaded files for agents |100 GB |
27+
| agents token limit | 2,000,000 token limit |
2828

2929
## Quotas and limits for Azure OpenAI models
3030

0 commit comments

Comments
 (0)