@@ -20,16 +20,51 @@ landingContent:
20
20
# Cards and links should be based on top customer tasks or top subjects
21
21
# Start card title with a verb
22
22
# 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
26
46
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
32
56
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
0 commit comments