We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe28c66 + 4f18932 commit 357fb58Copy full SHA for 357fb58
1 file changed
docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md
@@ -92,7 +92,7 @@ Example of resolving a typed chat client accessor:
92
public class MyService
93
{
94
private readonly IChatClientAccessor<CommentSummarization> _chatClientAccessor;
95
-}
+
96
public async Task<string> GetResponseAsync(string prompt)
97
98
var chatClient = _chatClientAccessor.ChatClient;
@@ -174,4 +174,4 @@ public class MyProjectModule : AbpModule
174
175
- [Usage of Agent Framework](./microsoft-agent-framework.md)
176
- [Usage of Semantic Kernel](./microsoft-semantic-kernel.md)
177
-- [AI Samples for .NET](https://learn.microsoft.com/en-us/samples/dotnet/ai-samples/ai-samples/)
+- [AI Samples for .NET](https://learn.microsoft.com/en-us/samples/dotnet/ai-samples/ai-samples/)
0 commit comments