{ "description": "Produce a single response from an agent.", "setup": { "input": { "type": "String", "value": "Why is the sky blue?" } }, "validation": { "conversation_count": 2, "min_action_count": 1, "actions": { "start": [ "invoke_agent" ], "final": [ "invoke_agent" ] } } }