Exif rotation, description update
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ from .preview_image import handle as preview_image_handler
|
||||
TOOL_REGISTRY = [
|
||||
Tool(
|
||||
name="read_image",
|
||||
description="Reads an image from the disk and returns it as a full size image content object.",
|
||||
description="Reads an image from the disk and returns it as a full size image.",
|
||||
schema={
|
||||
"type": "object",
|
||||
"properties": {"path": {"type": "string", "description": "Path to the image file"}},
|
||||
@@ -75,7 +75,7 @@ TOOL_REGISTRY = [
|
||||
),
|
||||
Tool(
|
||||
name="preview_image",
|
||||
description="Generates small thumbnails (~70 tokens) and detailed info for images. Can take file paths, or indices/ranges from a contact sheet.",
|
||||
description="Generates small thumbnails and provides detailed info for images. Can take file paths, or indices/ranges from a contact sheet.",
|
||||
schema={
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user