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

Fix Notebook 04 for invoke_async with context variables

Open alexchaomander opened this issue 2 years ago • 0 comments

Motivation and Context

New Python API changes the signature for invoke_async.

This aligns it and makes it clearer that the context passed into invoke_async are context variables.

This fixes the current issue where the chat function will just repeat back the user input instead of actually chatting

alexchaomander avatar Apr 26 '23 16:04 alexchaomander