openclaw_chat_async
Send a message to OpenClaw asynchronously and receive a task ID to poll for results, ideal for 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 | |
| instance | No | Target OpenClaw instance name. Defaults to the default instance. | |
| priority | No | Task priority (higher = processed first). Default: 0 | |
| session_id | No | Optional session ID for conversation context |