You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :