openclaw_chat_async
Send messages to OpenClaw asynchronously and poll for results using the returned task ID, enabling efficient handling of long-running 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
| 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 | |
| instance | No | Target OpenClaw instance name. Defaults to the default instance. |