Retry AI Question
retry_magic_promptRetry a failed or incomplete Magic Prompt response from a prior call. Provide conversation and message IDs to reattempt the request.
Instructions
Retry a failed or incomplete Magic Prompt response. Use when a previous ask_magic_prompt call returned an error or incomplete answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promptId | Yes | ID of the conversation containing the failed message | |
| messageId | Yes | ID of the specific message to retry |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |