Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Example of resolving a typed kernel accessor:
public class MyService
{
private readonly IKernelAccessor<CommentSummarization> _kernelAccessor;
}

public async Task<string> GetResponseAsync(string prompt)
{
var kernel = _kernelAccessor.Kernel;
Expand Down Expand Up @@ -132,4 +132,4 @@ public class MyProjectModule : AbpModule
## See Also

- [Usage of Microsoft.Extensions.AI](./microsoft-extensions-ai.md)
- [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/)