Files
2026-02-10 21:25:40 +00:00

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