-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't working
Description
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
| KernelProcess kernelProcess = process.Build(); |
processBuilder instead of process, 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.AbstractionsMicrosoft.SemanticKernel.Process.CoreMicrosoft.SemanticKernel.Process.LocalRuntime
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't working
Type
Projects
Status
Bug

