Alex Chao

Results 56 comments of 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

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: ![image](https://user-images.githubusercontent.com/5111035/234884081-8e234ba7-e6d2-49a3-b6f3-675e772ef846.png)

@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...