Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/en/framework/infrastructure/artificial-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(...)`.

Expand Down Expand Up @@ -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
- [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/)