flow
(required): The input flow that triggers the node to send the message.content
(optional): The message content to be streamed. Can be any string value. If left blank, an empty message will be sent.flow
: The output flow after the message has been sent, allowing the spell to continue execution.flow
to the point in your spell where you want to send a message.content
input to the message you want to send. This can be a static string, a variable, or an expression.flow
to the next node in your spell.content
input to create dynamic, context-specific messages.