Writer
Start chat conversation
Starts a new chat conversation. Use to initialize context for AI interactions.
Fields
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
Conversation state element | Text | - | - | If not empty, the conversation will be stored in this state element. Specify the state element directly, without the template syntax. | - | - |
Model id | Text | - | palmyra-x-004 | - | - | - |
Temperature | Number | - | 0.7 | - | - | Range: 0 to 1 |
Max output tokens | Number | - | 1024 | - | - | Range: 1 to 8192 |
End states
Below are the possible end states of the block call.
Name | Field | Type | Description |
---|---|---|---|
Success | - | success | If the function doesn’t raise an Exception. |
Error | - | error | If the function raises an Exception. |