object
and array
data types, the system provides an intuitive JSON editor.number
and string
data types, corresponding type-specific editors are available.array[number]
, the default value must also be of the array[number]
data type.
The fail branch is highlighted with orange.
error_type
and error_message
exception variables when it encounters an error.
Variable | Descriptions |
---|---|
error_type | Error Types. Different types of nodes come with distinct error types. Developers can design tailored solutions based on these error identifiers. |
error_message | Error information. Specific fault information is output by the abnormal node. Developers can pass it to the downstream LLM node for repair or connect to the mailbox tool to push information. |