MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

skim0011 opened this issue · comments

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?

commented

i have the same problem

commented

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