Alex Chao
Alex Chao
@renrut we have this PR in review now that introduces the Plan object model! https://github.com/microsoft/semantic-kernel/pull/255 Definitely follow along there
Closed with #597
Thanks for creating a PR for this already @joowon-dm-snu!
We'd love to have you add a PR for this!
This might be helpful and if so should be communicated more clearly: 
Sample Code: OpenAI service failed to complete the prompt, APIConnectionError issue with Python 3.10
@carterwilliamson are you still running into this issue? I was able to get it to work fine using my Python 3.10 environment
Thanks for this! We're close to release a new pip package that should reflect the updated documentation. Rather than make multiple README changes, I think it's better for the SK...
Known issue! A few things, make sure you have the latest code and latest pip. We don't have the `run_on_vars_async` anymore. For this example invoke_async needs to be called with...
@daibi @shawncal I believe that the newest API is using `add_text_service` not `add_text_backend` https://github.com/microsoft/semantic-kernel/blob/main/python/semantic_kernel/kernel_config.py
> Hi there, I still have some question on the import path of `OpenAITextCompletion`. It seems that the `connector` path has returned, but when I try to pip install the...