mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
08ea625de0
* Fix * Code-gen case * Tests * Autosend logic * Build fix * Namespace * Validation enhancement
21 lines
353 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |