Skip to main contentThis tool summarizes the contents of an image using AI (whooopie!)
When this node is triggered, if the incoming message contains an image attachement, this node will summarise it and return a result.
Returns:
- foundImage: true if an image was found in the message. False if not.
- content: Summarization provided by an AI. Empty if there was no image or summarization failed.
- successful: True if the image could be summarized OR if the message contained no image (given the input, was the tool successful?). False if otherwise.
Use case:
- AI RCS support agent.
- Complaint that goods were damaged during shipping.
- Need proof the goods were damaged.
- Send image.
- Image summarizer summarizes the image.
- AI support agent analyzes if the goods are truly damaged and acts accordingly.