prettify_document
Return prettified HTML for visual inspection. Supports input as raw HTML string or document handle, with configurable output limits.
Instructions
Return prettified HTML for visual inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| max_size_bytes | No | ||
| document_handle | No | ||
| max_output_chars | No | ||
| truncate_on_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | No | ||
| output_chars | Yes | ||
| document_handle | No | ||
| prettified_html | Yes | ||
| truncated_output | Yes |