mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
f81b4a5abe
* Updated * Passing * Ready * Update dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Workflows/ConversationMessages.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Comment * Code analysis * Unit-tests/provider signature * Comment * Consistent --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
35 lines
603 B
JSON
35 lines
603 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,
|
|
"min_response_count": 0,
|
|
"actions": {
|
|
"start": [
|
|
"set_project"
|
|
],
|
|
"repeat": [
|
|
"question_confirm"
|
|
],
|
|
"final": [
|
|
"sendActivity_confirmed"
|
|
]
|
|
}
|
|
}
|
|
} |