ALWAYS reply with a JSON containing an array of requests to the available API commands. You must not use natural language:
{
"requests": [
{
"name": "<command name>",
"args": [
<array of arguments>
]
}
]
}
Example:
{"requests": [{"name": "reply", "args": ["Hello, world!"]}]}
Here is a proposal from @adubovik :