Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid AttributeError in Semantic Kernel plan execution #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HenriSchulte-MS
Copy link

Fix for #62

When executing the copilot sample with semantic kernel implementation, plan execution always seems to encounter an error, when the kernel attempts to generate a description for the function. The result from the plan execution includes last_error_description: "'NoneType' object has no attribute 'describe'".

This can be circumvented by executing the plan with plan.invoke_async() as opposed to kernel.run_async(plan).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant