docs: sync block docs for TextEncoderBlock

This commit is contained in:
Nick Tindle
2026-02-02 14:04:21 -06:00
parent ac5aa0a5f4
commit 283b77e7e0

View File

@@ -402,7 +402,7 @@ The block relies on the input schema to ensure the value is a string; non-string
| Output | Description | Type |
|--------|-------------|------|
| error | Error message if the operation failed | str |
| error | Error message if encoding fails | str |
| encoded_text | The encoded text with special characters converted to escape sequences | str |
### Possible use case