Description
In the repo, you have https://github.com/microsoft/agent-framework/tree/main/dotnet/samples/GettingStarted/Workflows/HumanInTheLoop/HumanInTheLoopBasic
Which is a Human in the Loop sample... This seems not to work anymore with RC1 (If you guess a number, the sample just ends with no feedback or giving user the option to retry)
I also have a similar Sample here: https://github.com/rwjdk/MicrosoftAgentFrameworkSamples/blob/main/src/Workflow.HumanInTheLoop/Program.cs , and there I just get a very un-descriptive error of
System.InvalidOperationException: 'Executor 'Evaluator and Hint-giver' cannot send messages of type 'FeedbackToUser'.'
when run... This sample worked flawlessly pre RC1
Any hints as to what is going on here?
Code Sample
Error Messages / Stack Traces
Package Versions
RC1
.NET Version
.NET10
Additional Context
No response
Description
In the repo, you have https://github.com/microsoft/agent-framework/tree/main/dotnet/samples/GettingStarted/Workflows/HumanInTheLoop/HumanInTheLoopBasic
Which is a Human in the Loop sample... This seems not to work anymore with RC1 (If you guess a number, the sample just ends with no feedback or giving user the option to retry)
I also have a similar Sample here: https://github.com/rwjdk/MicrosoftAgentFrameworkSamples/blob/main/src/Workflow.HumanInTheLoop/Program.cs , and there I just get a very un-descriptive error of
when run... This sample worked flawlessly pre RC1
Any hints as to what is going on here?
Code Sample
Error Messages / Stack Traces
Package Versions
RC1
.NET Version
.NET10
Additional Context
No response