So I got a bit of a roadblock. How do I access a file that was output in the decompression node?
It's an image of a PDF that I need to process using Claude first to identify what type of product it is. Then, I need to send it to an AI agent that has a custom prompt for the product type. However, if I follow the output in a linear fashion, I lose the image output that the specific AI (Roller Blinds AI) should process.
I can't directly connect the Compression Node to the Roller Blind AI either as it's gonna skip identifying the product type.
Any ideas?