📄️ File Reading
The readFile function reads the contents of a file from a specified path, encodes the file content as a base64 string, and returns essential metadata such as the file name and MIME type. This function is useful for preparing files before uploading them to storage or processing them within the Ductape system.
📄️ Processing Storage
Storage operations are performed using ductape.processor.storage.run(data).