You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to register a native function to the kernel when using the Python SDK. In .NET, the kernel has RegisterCustomFunction method to register a function. But in Python, seems there's only an import_skill method available, which requires me to declare a class with the native function in it.
The current experience of registering a native function: