intentkit
intentkit copied to clipboard
Bug : venice_image cannot receive image from attachment
the skill is crashing when we call with attachment
example
{
"chat_id": "chat1",
"user_id": "user1",
"message": "please upscale this image also",
"attachments": [
{
"type": "image",
"url": "https://crestal.s3.ap-southeast-1.amazonaws.com/local/intentkit/venice_image/fluently-xl/afb2c8731cb1c3ee0abcf936916511ee34fe40269a2554d5b6121fddecc68022.png"
}
]
}