Skip to content

Add MEAI API ref links #45915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions docs/ai/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ landingContent:
- text: Evaluation libraries
url: conceptual/evaluation-libraries.md

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

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

# Card (Optional; Remove if not applicable.)
# Card
- title: Training
linkLists:
- linkListType: tutorial
Expand All @@ -95,3 +95,15 @@ landingContent:
url: get-started-app-chat-template.md
- text: Develop AI agents using Azure OpenAI
url: /training/paths/develop-ai-agents-azure-open-ai-semantic-kernel-sdk

# Card
- title: API reference
linkLists:
- linkListType: reference
links:
- text: ChatClientBuilder
url: /dotnet/api/microsoft.extensions.ai.chatclientbuilder
- text: IChatClient
url: /dotnet/api/microsoft.extensions.ai.ichatclient
- text: IEmbeddingGenerator
url: /dotnet/api/microsoft.extensions.ai.iembeddinggenerator
8 changes: 8 additions & 0 deletions docs/ai/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,13 @@ items:
href: tutorials/llm-eval.md
- name: Resources
items:
- name: API reference
items:
- name: ChatClientBuilder
href: /dotnet/api/microsoft.extensions.ai.chatclientbuilder
- name: IChatClient
href: /dotnet/api/microsoft.extensions.ai.ichatclient
- name: IEmbeddingGenerator
href: /dotnet/api/microsoft.extensions.ai.iembeddinggenerator
- name: Azure AI samples and docs
href: azure-ai-for-dotnet-developers.md