Browse Source

Merge pull request #24212 from abpframework/auto-merge/rel-10-0/4145

Merge branch dev with rel-10.0
pull/24214/head
Ma Liming 3 months ago
committed by GitHub
parent
commit
7f2def730d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/framework/infrastructure/artificial-intelligence.md

6
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
- [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/)

Loading…
Cancel
Save