.Net: Update docs to remove references to SKFunction
What is the difference between the [SKFunction] and [KernelFunction] attributes?
- On this document it is mentioned to use SKFunction attribute on ReadTextAsync method inside the DocumentPlugin - https://learn.microsoft.com/en-us/semantic-kernel/agents/plugins/?tabs=Csharp
- While on this document it is mentioned to use KernelFunction attribute on SendEmailAsync method inside the EmailPlugin - https://learn.microsoft.com/en-us/semantic-kernel/agents/
So, when should I use which attribute? Please clarify, also provide any documentation link if available.
Thanks, Jitendra
[SKFunction] was renamed to [KernelFunction]. Docs that still refer to "SKFunction" should be updated to "KernelFunction", as the former no longer exists.
Changed the name of the issue to reflect the need to update the docs.
Thanks for the clarification.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Why is this issue closed as completed? The docs are still referencing SKFunction, example below:
https://learn.microsoft.com/en-us/semantic-kernel/agents/plugins/?tabs=Csharp