-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
Use Case:
Input an image, prompt: Please analyze this image.
Tool:
{
"type": "function",
"function": {
"name": "analyze_image_output",
"description": "analyze_image_output",
"parameters": {
"type": "object",
"properties": {
"desc": {
"type": "string",
"description": "A specific description of the image content, including the people, objects, scenes, colors, actions, and other details that you see in the image"
},
"category": {
"type": "string",
"description": "For example: characters, cartoons",
"enum": categoriesName
}
},
"required": ["desc", "category"]
}
}
}
Metadata
Metadata
Assignees
Labels
No labels