Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Protocol Reference
JSON Schema for the SendMessage action.
app.sendMessage()
{ "type": "object", "properties": { "action": { "const": "sendMessage", "default": "sendMessage", "type": "string" }, "content": { "description": "Message text to send", "type": "string" } }, "required": [ "action", "content" ] }