From 3a92719fad3c48b8297ae5dfbb7bce5a71dfae0e Mon Sep 17 00:00:00 2001 From: mgrsc Date: Wed, 18 Dec 2024 23:48:13 +0800 Subject: [PATCH] Optimize image analysis tools --- tools/analyze_image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/analyze_image.py b/tools/analyze_image.py index 9b000e9..7fec7ad 100644 --- a/tools/analyze_image.py +++ b/tools/analyze_image.py @@ -14,9 +14,9 @@ @tool def analyze_image(query: str, image_input: str): - """Analyze image content and return AI recognition results. + """Obtain and return the content and information in the image based on the requirements. Args: - query: A natural language query for image analysis, e.g., "图中有什么" "详细描述图片" "图中的题目怎么做". + query: Information about the picture to be obtained, e.g., "图中有什么" "详细描述图片" "图中圆球在哪" "图中有几个人". image_input: Image source, which can be an image URL (http:// or https://), a Base64 encoded image string, or a Base64 image string with the "image/" prefix. """