@ in the personality prompt when the agent should handle files.
Prerequisites
- An agent you can edit
- For Read File, Change File Encoding, and Check File Type: a filesystem path returned by a prior save step (or another tool that writes a local file path)
Available tools
How the tools work together
Typical flow:- Save Base64 File — for example from an email attachment or integration payload
- Use the returned file path with Read File, Check File Type, or Change File Encoding
Use cases
- Persist base64 attachments from email or webhook steps, then read them as text
- Inspect MIME type before routing a file to another toolkit
- Normalize encoding for CSV or log files before analysis
- Pair with the PDF toolkit when you need PDF-specific page images or PDF generation (File Helpers Read File can extract PDF text as one of many formats)
Tips
- Prefer clear file names when saving so later steps can identify the file.
- Use Check File Type before downstream tools that only accept certain formats.
- Files saved by this toolkit are not automatically available inside the Python sandbox. To analyze them with Python Code Execution, upload into the sandbox separately when your flow requires it.
- For in-chat markdown documents (create/edit/list), use Document Manager.