semantic-kernel
semantic-kernel copied to clipboard
python: feature for import native skill from directory
at the same point with #337 , I hope semantic-kernel supports native function import from directory.
@jjhenkel
- You want to be able to easily import skills that use chat backends from a directory (this is easy for functions that use a text completion backend, but not for ones using chat backends yet)
I think this makes code more clearer while initializing kernel and skills
@joowon-dm-snu , thanks for the item. Looks like a PR is in, we will take a look
see https://github.com/microsoft/semantic-kernel/pull/506
#506 merged