semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net Agents - Use compile time logging messages

Open crickman opened this issue 2 months ago • 0 comments

Adopting this patterns is in alignment with SK practices and general best practices:

  • https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator
  • https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel.Abstractions/Functions/KernelFunctionLogMessages.cs

crickman avatar Jun 19 '24 16:06 crickman