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>
31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"description": "Student/Teacher sample - MathChat.yaml.",
|
|
"setup": {
|
|
"input": {
|
|
"type": "String",
|
|
"value": "How could one compute the value of PI?"
|
|
}
|
|
},
|
|
"validation": {
|
|
"conversation_count": 1,
|
|
"min_action_count": 6,
|
|
"max_action_count": -1,
|
|
"min_response_count": 2,
|
|
"max_response_count": 8,
|
|
"actions": {
|
|
"start": [
|
|
],
|
|
"repeat": [
|
|
"question_student",
|
|
"question_teacher",
|
|
"set_count_increment",
|
|
"check_completion"
|
|
],
|
|
"final": [
|
|
"sendActivity_done",
|
|
"sendActivity_tired",
|
|
"check_completion_Post"
|
|
]
|
|
}
|
|
}
|
|
} |