Merge pull request #829 from iceljc/master

refine prompt
This commit is contained in:
iceljc 2025-01-14 11:45:41 -06:00 committed by GitHub
commit ccb31f5cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.