Yes, I’m streaming the responses. But my issue is how to create the conditional inside the RG cell so it displays an image only when the user sends it.
Here a quick example of how it’s displaying it incorrectly (the image should appear only when the user sends the image, not in the rest of the cells).
Well, it really depends on the plugin, I thought at some point you were using some of mine OpenAI - GPT Streaming Plugin | Bubble (or its assistant flavor) which supports in-line display, but apparently not.
Perhaps you may do an API call if you are using assistants to return the payload at opportune time.
If not assistants, I think the plugin builder will be the best person to answer.
Thanks, I’ll ask him then. That said, I think there has to be a way of playing with the logic of the conditionals. If “x”, then show the image in this cell. I’ll keep thinking.