openclaw_chat_async
Send messages to OpenClaw for asynchronous processing, receiving immediate task IDs for result polling in long conversations.
Instructions
Send a message to OpenClaw asynchronously. Returns a task_id immediately that can be polled for results. Use this for potentially long-running conversations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message to send to OpenClaw | |
| session_id | No | Optional session ID for conversation context | |
| priority | No | Task priority (higher = processed first). Default: 0 |