MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
181 stars 104 forks source link

cannot import name 'sk_function' from 'semantic_kernel.plugin_definition' #85

Open skim0011 opened 7 months ago

skim0011 commented 7 months ago

I'm following this post below and getting the error in the screenshot.

python=3.9 semantic-kernel=0.5.1.dev0

https://learn.microsoft.com/en-us/semantic-kernel/agents/planners/evaluate-and-deploy-planners/create-a-prompt-flow-with-semantic-kernel

image

Any idea where I can start investigate from?

y00281951 commented 7 months ago

i have the same problem

y00281951 commented 7 months ago

change sk_function to kernel_function, i find that the sample code is not update