openclaw_chat_async
Send a message to OpenClaw asynchronously, returning a task ID to poll for results. Use 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 | |
| priority | No | Task priority (higher = processed first). Default: 0 | |
| session_id | No | Optional session ID for conversation context |