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
31 lines
644 B
JSON
31 lines
644 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": 56,
|
|
"actions": {
|
|
"start": [
|
|
"set_project"
|
|
],
|
|
"repeat": [
|
|
"question_student",
|
|
"reset_project",
|
|
"question_teacher",
|
|
"set_count_increment",
|
|
"check_completion"
|
|
],
|
|
"final": [
|
|
"sendActivity_done",
|
|
"sendActivity_tired",
|
|
"check_completion_Post"
|
|
]
|
|
}
|
|
}
|
|
} |