We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e60a2 commit 3c560eeCopy full SHA for 3c560ee
1 file changed
README.md
@@ -191,6 +191,7 @@ Input and output normalization guarantees:
191
- Tool response objects must expose a `data` field (attribute-based or mapping-based response wrappers are supported).
192
- Text output fields support UTF-8 bytes-like values (`bytes`, `bytearray`, `memoryview`) and decode them to strings.
193
- 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).
195
196
## Error handling
197
0 commit comments