Load a DXF for the viewer widget
load_dxf_for_viewerInternal: returns DXF bytes (base64) for the in-chat viewer. Called by the widget, not the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Byte length of the requested range | |
| offset | No | Byte offset of the requested range | |
| source | Yes | http(s) URL of the drawing (same guards as the other tools) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Byte offset this slice starts at | |
| byteLength | Yes | Total size of the whole file | |
| bytesBase64 | Yes | The requested bytes, base64 |