Skip to content

Commit eea0269

Browse files
authored
Add MEAI API ref links (#45915)
1 parent 2261c40 commit eea0269

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

docs/ai/index.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ landingContent:
5252
- text: Evaluation libraries
5353
url: conceptual/evaluation-libraries.md
5454

55-
# Card (Optional; Remove if not applicable.)
55+
# Card
5656
- title: Common tasks
5757
linkLists:
5858
- linkListType: how-to-guide
@@ -68,7 +68,7 @@ landingContent:
6868
- text: Work with content filtering
6969
url: how-to/work-with-local-models.md
7070

71-
# Card (Optional; Remove if not applicable.)
71+
# Card
7272
- title: Tutorials
7373
linkLists:
7474
- linkListType: tutorial
@@ -82,7 +82,7 @@ landingContent:
8282
- text: Evaluate a model's response
8383
url: tutorials/evaluate-with-reporting.md
8484

85-
# Card (Optional; Remove if not applicable.)
85+
# Card
8686
- title: Training
8787
linkLists:
8888
- linkListType: tutorial
@@ -95,3 +95,15 @@ landingContent:
9595
url: get-started-app-chat-template.md
9696
- text: Develop AI agents using Azure OpenAI
9797
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

docs/ai/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,13 @@ items:
8585
href: tutorials/llm-eval.md
8686
- name: Resources
8787
items:
88+
- name: API reference
89+
items:
90+
- name: ChatClientBuilder
91+
href: /dotnet/api/microsoft.extensions.ai.chatclientbuilder
92+
- name: IChatClient
93+
href: /dotnet/api/microsoft.extensions.ai.ichatclient
94+
- name: IEmbeddingGenerator
95+
href: /dotnet/api/microsoft.extensions.ai.iembeddinggenerator
8896
- name: Azure AI samples and docs
8997
href: azure-ai-for-dotnet-developers.md

0 commit comments

Comments
 (0)