Skip to content

Commit 24211e5

Browse files
authored
Merge pull request #24600 from abpframework/auto-merge/rel-10-0/4262
Merge branch rel-10.1 with rel-10.0
2 parents 975b407 + 357fb58 commit 24211e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Example of resolving a typed chat client accessor:
9292
public class MyService
9393
{
9494
private readonly IChatClientAccessor<CommentSummarization> _chatClientAccessor;
95-
}
95+
9696
public async Task<string> GetResponseAsync(string prompt)
9797
{
9898
var chatClient = _chatClientAccessor.ChatClient;
@@ -174,4 +174,4 @@ public class MyProjectModule : AbpModule
174174

175175
- [Usage of Agent Framework](./microsoft-agent-framework.md)
176176
- [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/)
177+
- [AI Samples for .NET](https://learn.microsoft.com/en-us/samples/dotnet/ai-samples/ai-samples/)

0 commit comments

Comments
 (0)