refine prompt

This commit is contained in:
Jicheng Lu 2025-01-14 11:42:58 -06:00
parent e04b513a50
commit f098ce1bc3
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "util-file-read_image",
"description": "If the user's request is related to analyzing images, you can call this function to analyze images.",
"description": "If the user's request is related to describing or analyzing images, you can call this function to analyze images.",
"parameters": {
"type": "object",
"properties": {
@ -10,7 +10,7 @@
},
"image_urls": {
"type": "array",
"description": "The image, photo or picture urls that user requests for analysis. They typically start with 'http' or 'https'. If user doesn't include any url, then leave this array empty. Please remove any duplicated urls",
"description": "The image, photo or picture urls that user requests for analysis. They typically start with 'http' or 'https'. If user doesn't include any url, then leave this array empty. Please remove any duplicated urls. Do not make up any urls.",
"items": {
"type": "string",
"description": "The image, photo or picture url that user requests for analysis. It typically starts with http or https."

View file

@ -1 +1,2 @@
Please call function util-file-read_image if user wants to describe an image or images.
Please call function util-file-read_image if user wants to describe an image or images.
You can also call function util-file-read_image to access the image or images that user uploaded.