@@ -52,7 +52,7 @@ landingContent:
52
52
- text : Evaluation libraries
53
53
url : conceptual/evaluation-libraries.md
54
54
55
- # Card (Optional; Remove if not applicable.)
55
+ # Card
56
56
- title : Common tasks
57
57
linkLists :
58
58
- linkListType : how-to-guide
@@ -68,7 +68,7 @@ landingContent:
68
68
- text : Work with content filtering
69
69
url : how-to/work-with-local-models.md
70
70
71
- # Card (Optional; Remove if not applicable.)
71
+ # Card
72
72
- title : Tutorials
73
73
linkLists :
74
74
- linkListType : tutorial
@@ -82,7 +82,7 @@ landingContent:
82
82
- text : Evaluate a model's response
83
83
url : tutorials/evaluate-with-reporting.md
84
84
85
- # Card (Optional; Remove if not applicable.)
85
+ # Card
86
86
- title : Training
87
87
linkLists :
88
88
- linkListType : tutorial
@@ -95,3 +95,15 @@ landingContent:
95
95
url : get-started-app-chat-template.md
96
96
- text : Develop AI agents using Azure OpenAI
97
97
url : /training/paths/develop-ai-agents-azure-open-ai-semantic-kernel-sdk
98
+
99
+ # Card
100
+ - title : API reference
101
+ linkLists :
102
+ - linkListType : reference
103
+ links :
104
+ - text : ChatClientBuilder
105
+ url : /dotnet/api/microsoft.extensions.ai.chatclientbuilder
106
+ - text : IChatClient
107
+ url : /dotnet/api/microsoft.extensions.ai.ichatclient
108
+ - text : IEmbeddingGenerator
109
+ url : /dotnet/api/microsoft.extensions.ai.iembeddinggenerator
0 commit comments