transform_to_nm3_chunked
Converts large markdown documents into NM3 format using chunked output to avoid truncation. Ideal for creating immersive 3D visualizations from extensive content.
Instructions
Transform markdown to NM3 with chunked output (prevents truncation for large docs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown content to transform | |
| outputName | No | Output filename (default: output.nm3) | output.nm3 |
| workingDirectory | No | Working directory for output file (captures where the final NM3 should be saved) | |
| title | No | Optional document title | |
| author | No | Optional author name | |
| useCache | No | Enable caching (default: true) | |
| useStreaming | No | Enable streaming for large documents (default: true) |