Writer
Generate chat reply
Generates an AI chat response using the full conversation history. Requires prior messages.
Fields
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
Conversation state element | Text | - | - | Where the conversation will be stored | - | - |
Use streaming | Text | - | yes | - |
| - |
Tools | Tools | - | - | - | - |
End states
Below are the possible end states of the block call.
Name | Field | Type | Description |
---|---|---|---|
Tools | tools | dynamic | Run associated tools. |
Success | - | success | If the function doesn’t raise an Exception. |
Error | - | error | If the function raises an Exception. |
The dynamic
end state means that the exact values of this end state change based on how you define the block.