Alex Chao
Alex Chao
### Motivation and Context Many users and customers have expressed interest in having planning capabilities in Python. This PR seeks to provide a basic version of the planner so that...
**Describe the bug** Right now, when you try to import a **native** function to the Semantic Kernel that has more than one parameter, you run into this issue ```Traceback (most...
### 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...
### Motivation and Context Many people run into the issue of wanting to use ChatCompletion models like gpt-35-turbo or gpt4 for building Semantic Skills but aren't aware that they need...