From 89b53e2d78dacc52195686f04751fec067ead861 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 18 Nov 2025 15:00:20 +0000 Subject: [PATCH] Fix typo in ai doc --- docs/en/framework/infrastructure/artificial-intelligence.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/framework/infrastructure/artificial-intelligence.md b/docs/en/framework/infrastructure/artificial-intelligence.md index 652c7c8233..74dc096cbc 100644 --- a/docs/en/framework/infrastructure/artificial-intelligence.md +++ b/docs/en/framework/infrastructure/artificial-intelligence.md @@ -246,7 +246,7 @@ If a workspace configures only the Kernel, a chat client may still be exposed fo ## Advanced Usage and Customizations -### Addding Your Own DelegatingChatClient +### Adding Your Own DelegatingChatClient If you want to build your own decorator, implement a `DelegatingChatClient` derivative and provide an extension method that adds it to the `ChatClientBuilder` using `builder.Use(...)`. @@ -303,5 +303,5 @@ There are no database tables for this feature; it is a pure configuration and DI ## See Also -- Microsoft.Extensions.AI (Chat Client) -- Microsoft Semantic Kernel \ No newline at end of file +- [Microsoft.Extensions.AI (Chat Client)](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.ichatclient) +- [Microsoft Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)