intentkit icon indicating copy to clipboard operation
intentkit copied to clipboard

Bug : venice_image cannot receive image from attachment

Open yornfifty opened this issue 6 months ago • 0 comments

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"
    }
  ]
}

yornfifty avatar Apr 25 '25 08:04 yornfifty