Skip to content

Commit c8023c7

Browse files
authored
Merge pull request #24602 from abpframework/auto-merge/rel-10-1/4263
Merge branch dev with rel-10.1
2 parents b9ab5bc + 24211e5 commit c8023c7

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)