send_message
Send a message to a DreamingAI conversation to obtain an AI-generated response. Provide the conversation ID and message content; optionally override the model.
Instructions
Send a message to a DreamingAI conversation and get an AI response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message content to send | |
| modelId | No | Override model for this specific message | |
| conversationId | Yes | ID of the conversation to send the message to |