You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Bug: Example Step00 of Process Framework is wrong
.Net: Bug: Example Step00 of Process Framework is wrong
Jan 6, 2025
Describe the bug
Step00 https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step00 that shows the simplest way to execute Process Framework is wrong.
If I execute the test without any change, I get this output:
But If I change this line
semantic-kernel/dotnet/samples/GettingStartedWithProcesses/Step00/Step00_Processes.cs
Line 61 in 8751cbc
processBuilder
instead ofprocess
, now I have this other output that it's fine.Additional context
I think it's not important but I'm using a net9.0 console application, referencing 1.32.0-alpha version of these packages:
Microsoft.SemanticKernel.Process.Abstractions
Microsoft.SemanticKernel.Process.Core
Microsoft.SemanticKernel.Process.LocalRuntime
Thanks
The text was updated successfully, but these errors were encountered: