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

python: feature for import native skill from directory

Open joowon-dm-snu opened this issue 2 years ago • 2 comments

at the same point with #337 , I hope semantic-kernel supports native function import from directory.

@jjhenkel

  1. 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 avatar Apr 18 '23 13:04 joowon-dm-snu

@joowon-dm-snu , thanks for the item. Looks like a PR is in, we will take a look

evchaki avatar Apr 18 '23 20:04 evchaki

see https://github.com/microsoft/semantic-kernel/pull/506

dluc avatar Apr 19 '23 21:04 dluc

#506 merged

joowon-dm-snu avatar Apr 24 '23 05:04 joowon-dm-snu