convert_base64
Convert base64-encoded document bytes into Markdown locally when you lack a filesystem path. Runs on-device via anydoc.
Instructions
Convert document bytes (base64) to Markdown locally. Use when the file content is already in context and you cannot pass a filesystem path. Still runs on-device via anydoc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format hint such as "docx", "pdf", "xlsx", "csv" | |
| filename | No | Optional filename used to infer format from extension | |
| content_base64 | Yes | Base64-encoded document bytes |