Files
agent-framework/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/HumanInLoop.json
T
Chris 08ea625de0 .NET: NET Workflows - Skip conversation initialization when identifier is provided (#1087)
* Fix

* Code-gen case

* Tests

* Autosend logic

* Build fix

* Namespace

* Validation enhancement
2025-10-02 14:27:46 +00:00

21 lines
353 B
JSON

{
"description": "Human in the loop sample - HumanInLoop.yaml.",
"setup": {
"input": {
"type": "String",
"value": "Iko"
}
},
"validation": {
"conversation_count": 1,
"min_action_count": 1,
"actions": {
"start": [
"invoke_agent"
],
"final": [
"invoke_agent"
]
}
}
}