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

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.--
Model idText-palmyra-x-004---
TemperatureNumber-0.7--

Range: 0 to 1

Max output tokensNumber-1024--

Range: 1 to 8192

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.