open_image_locally
Access and view saved Street View images by opening them directly in your system’s default application. Verify and manage local image files with ease using this tool.
Instructions
Open a saved Street View image in the default application.
Args: filename: The filename of the image to open (must exist in output directory)
Returns: Dict: A status message indicating success or failure
Raises: ValueError: If the file doesn't exist in the output directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}