tool_file_to_string
Convert a file to a string to obtain its content as text for further use.
Instructions
[data] File To String
Parameters:
file (bytes): File
Outputs:
content (string): Content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File (base64 file payload) | |
| content | No | Content |