Skip to content

Commit ccb31f5

Browse files
authored
Merge pull request #829 from iceljc/master
refine prompt
2 parents e04b513 + f098ce1 commit ccb31f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Plugins/BotSharp.Plugin.FileHandler/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/util-file-read_image.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "util-file-read_image",
3-
"description": "If the user's request is related to analyzing images, you can call this function to analyze images.",
3+
"description": "If the user's request is related to describing or analyzing images, you can call this function to analyze images.",
44
"parameters": {
55
"type": "object",
66
"properties": {
@@ -10,7 +10,7 @@
1010
},
1111
"image_urls": {
1212
"type": "array",
13-
"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",
13+
"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.",
1414
"items": {
1515
"type": "string",
1616
"description": "The image, photo or picture url that user requests for analysis. It typically starts with http or https."
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Please call function util-file-read_image if user wants to describe an image or images.
1+
Please call function util-file-read_image if user wants to describe an image or images.
2+
You can also call function util-file-read_image to access the image or images that user uploaded.

0 commit comments

Comments
 (0)