Writer
Tool calling
Connects the Agent to external tools to complete tasks it cannot handle directly.
Fields
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
Prompt | Text | Textarea | - | The task that needs to be carried out. | - | - |
Model id | Text | - | palmyra-x-004 | - | - | - |
Max iterations | Number | - | 10 | - | - | - |
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.