create_file
Create downloadable files from text content by specifying file type and body. Outputs a file URL for easy access.
Instructions
Save text content as a downloadable file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_type | Yes | Enter the output file type (i.e. PDF). | |
| body | Yes | Provide the content to be saved in the file, including text, bullet points, or other structured information. | |
| output_variable_name | Yes | Provide a variable name to store the file URL to. |