Skip to content

I think CactusAgent should support multimodal #128

@826327700

Description

@826327700

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions