ReadImage
Extract and interpret image data directly from the shell using a specified file path. Enables efficient image processing within the development workflow.
Instructions
Read an image from the shell.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"file_path": {
"type": "string"
}
},
"required": [
"file_path"
],
"type": "object"
}