Browse Source

Fix typo in ai doc

pull/24211/head
Engincan VESKE 3 months ago
committed by GitHub
parent
commit
89b53e2d78
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