read_app_file
Read one file out of an app as text. Use it for a file read_app marked content_omitted answer budget, or to fetch a single file without the rest of the app. Answers at most 256 KB of text. A file that is not text, and a text file over that size, are refused rather than truncated. Reads the newest version unless you name one, which is the same version read_app lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path inside the app, as it appears in read_app's files, for example index.html. | |
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. | |
| number | No | The version number to read from. Defaults to the newest version. |