pbollom

Results 1 issues of pbollom

If you create and execute a plan as follows (essentially what is in [5-using-the-planner.ipynb](https://github.com/microsoft/semantic-kernel/blob/main/samples/notebooks/dotnet/5-using-the-planner.ipynb)): ``` SKContext plan = await _kernel.RunAsync(ask, _planner["CreatePlan"]); SKContext executionResults = plan; int step = 1; int...

Issues:Planner