Starts a new chat conversation. Use to initialize context for AI interactions.

This node is deprecated and may be removed in future versions.

Fields

NameTypeControlDefaultDescriptionOptionsValidation
Conversation state elementText--If not empty, the conversation will be stored in this state element. Specify the state element directly, without the template syntax.--
ModelModel Id-palmyra-x5---
TemperatureNumber-0.7--

Range: 0 to 1

Max output tokensNumber-1024--

Range: 1 to 16384

End states

Below are the possible end states of the block call.

NameFieldTypeDescription
Success-successIf the function doesn’t raise an Exception.
Error-errorIf the function raises an Exception.