dsh_send_message
Send a prompt to a DSH session and wait for the assistant's response, returning the generated text and token usage.
Instructions
Send a prompt to a DSH session and block until the assistant turn completes. Result includes assistant text and token usage (cacheReadTokens / cacheWriteTokens).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | ||
| timeout_s | No | ||
| session_id | No | ||
| poll_interval_s | No |