Files
agent-framework/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/HumanInLoop.json
T
Chris 880a99ca05 .NET Workflows - Enable "human in the loop" case for declarative integration tests (#1171)
* Enabled

* Rollback visitor

* Update dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Framework/WorkflowTest.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-03 17:24:22 +00:00

34 lines
574 B
JSON

{
"description": "Human in the loop sample - HumanInLoop.yaml.",
"setup": {
"input": {
"type": "String",
"value": "Iko"
},
"responses": [
{
"type": "String",
"value": "Adsf"
},
{
"type": "String",
"value": "Iko"
}
]
},
"validation": {
"conversation_count": 1,
"min_action_count": 8,
"actions": {
"start": [
"set_project"
],
"repeat": [
"question_confirm"
],
"final": [
"sendActivity_confirmed"
]
}
}
}