File information
file_infoRetrieve the size and SHA-256 hash of an existing text file within a specified project. Ideal for verifying file integrity and obtaining precise file metadata.
Instructions
Return size and SHA-256 for an existing text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bytes | Yes | ||
| sha256 | Yes | ||
| project | Yes |