read_file_text
Read a file from your Achi workspace as plain UTF-8 text, with a 1 MB cap. Get an error if the file is not text-encodable.
Instructions
Read a file as plain text, decoded as UTF-8. Convenience wrapper around read_file with a default 1 MB cap. Returns an error if the file is not text-encodable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| maxBytes | No |