Skip to content

Commit 3c560ee

Browse files
Document strict JSON serialization in extract tool
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent b3e60a2 commit 3c560ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Input and output normalization guarantees:
191191
- Tool response objects must expose a `data` field (attribute-based or mapping-based response wrappers are supported).
192192
- Text output fields support UTF-8 bytes-like values (`bytes`, `bytearray`, `memoryview`) and decode them to strings.
193193
- Invalid UTF-8 text payloads raise deterministic `HyperbrowserError` diagnostics.
194+
- Extract tool output serialization enforces strict JSON (for example, non-standard values like `NaN`/`Infinity` are rejected).
194195

195196
## Error handling
196197

0 commit comments

Comments
 (0)