run_ai_action
Execute an AI action on specified messages by providing a prompt and message IDs. Process multiple messages with a single command.
Instructions
Run an AI Action (Prompt) for a message. You can run an AI Action for a message by its ID or a list of message IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | The language of the response. Defaults to original message. | |
| prompt_id | Yes | ||
| channel_id | No | ||
| message_ids | Yes | ||
| workspace_id | No | ||
| ignore_existing_response | No | Whether to ignore existing response and generate a new one. Defaults to false. |