prompt_polled
Send a prompt to an active ACP session and immediately receive acknowledgment. Use with prompt_events to poll for completion asynchronously.
Instructions
Send a prompt to an active ACP session. Returns immediately with { status: "prompted" }. Use prompt_events to poll for events. Pair with prompt_events for the async pattern; use prompt_sync for the blocking pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Active session ID | |
| prompt | Yes | Prompt text or content blocks |