Hi,
I have a webhook coming in that has text and then sometimes an image.
I have a chatgpt extract information about the image and then that helps the 2nd chatgpt fill out some information.
My problem is when theres no image the scenario doesn’t go past the first chatgpt, even when i have the error handler to just ignore.
I cant sperate the 2 chat gpts because when there is an image i need it for the extracted info.
I also tried a work around copying the entire senario and having a router with one option for if the image existed, however when i tried to save the request was too big.
Thanks