Files
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

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"
]
}
}
}