Can you try with V1.2.6.1?
If it doesn’t, please DM me so I can see what’s going on
Thanks, it works now. The plugin was able to send prompt and receive response. Also, the input of the new name need to have
around it for it to work.Best,
Grady
Hi,
I am further testing the V1.2.6.1. But something unexpected happed. It somehow interfere with my popup and making it unscrollable. Also, when I test it, if I try to change the title on consecutive threads, the last thread title will not be saved. If I only change one thread at a time and close out my chat, it works. If I change let’s say two thread titles, then close out the chat, only the first one will be saved. If I change three titles, and close out, only the first two will be saved.
Do you know what may be causing this?
Thanks,
Grady
Each time a title (more generally each time any item in the thread is changed), you must save the threads to your database.
For the scrolling interference, no, it is not related to the plugin.
Contact me in DM for further guidance.
Thanks for the reply. I saved the data to the database. I tested it a few more times. If I use debug and go through it step by step, it works. If I just let the workflow run without debugging, it reverts back to the title before the change. Is it a timing issue? Below are my steps. Another thing that I observed is that if I change the thread title of one thread, it shows up. But when I load it again, it will revert to before the change. But if I change two thread title consecutively, the first thread title will be saved, the second one won’t.
Please help to see if I am doing something wrong here. I think the best way to solve this is if you can implement this set title function on you demo page. Then I can just copy the workflow. Thanks for your help.
Grady
I have created a bug report on Bubble.
This behavior is new and is tracked down to the fact that the save action retain the previous value of the state before the change, even though the debugger states otherwise. Even adding a pause of 10 seconds don’t change anything.
Continue the discussion in chat to keep the thread manageable. No need to copy/paste your messages in chat also.
Hi, I am trying to develop a function where users can click on the bullet points of the GPT’s response and trigger a workflow. Is there a way to do that with your plugin? Thanks for your help.
Providing your workflow may be trigger by an URL or an URL parameter, you may ask the AI to enclose each bullet point line with the required bbcode so you have a clickable link.
Another option is to define a separator for each bullet point. Then using split by
operator you have a repeating group. Then from this point on you may apply any required transformation to the bullet point and trigger a workflow from a group, parameterized by the item content or index depending on your use case.
Thanks, Redvivi. The second option is closer to what I have in mind. But in the context of the chat-style interface, how do I implement the repeating group within a chat-repeating group? Another way to ask the question is how you would implement the split-by list into a repeating group in your demo app.
I have also seen a video about making Json objects from the GPT response. Is that something that is possible with your plugin? Thanks again.
As I mentioned that’s a trick. I ask the AI to generate a string with known separators that I convert from Bubble using split_by
. That’s how you may transform your bullet point into a RepeatingGroup into a list ready to be transformed into whatever you require (such as a URL or whatever).
If the AI generates JSON, you may parse it using available JSON plugins as element to extract the requested value. Otherwise, no.
At this point, if you want to generate JSON, you may be better served by a full backend solution without streaming.
Hi Vianney,
Happy new year. I hope you are having a great start of the new year. I want to ask if you do custom developments or freelance work? I am looking to further develop the AI to incorporate some new functions and be more integrated with our database. If you are interested in helping us, could you give me some ideas on your hourly rate or how to estimate a price for a project together.
Thanks,
Grady
Happy New Year @gradylam - contacting you in DM
Hey Bubblers!
Informing you that this plugin now supports model and prompt hiding from your users, so you may keep your sauce of your solution secret
See
Enjoy!