Decoder
Decoder¶
Defines a step that decodes string data into structured outputs. If parsing fails, the step will raise an error and halt execution. Use conditional logic in your flow to handle potential parsing errors.
- format (
DecoderFormat
): Format in which the decoder processes data. Defaults to JSON.