mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
f407f726a7
* Fixed * Update test-case expectations
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"description": "Authors a poem in the style specified by the input argument.",
|
|
"setup": {
|
|
"input": {
|
|
"type": "String",
|
|
"value": "Why is the sky blue?"
|
|
}
|
|
},
|
|
"validation": {
|
|
"conversation_count": 1,
|
|
"min_action_count": 1,
|
|
"min_response_count": 1,
|
|
"actions": {
|
|
"start": [
|
|
"invoke_poem"
|
|
],
|
|
"final": [
|
|
"invoke_poem"
|
|
]
|
|
}
|
|
}
|
|
}
|