@sanastasi @bidlist @saviorabrams
I might be missing some context but there is definitely a way to query dynamic data from Bubble to LLM upon user query.
This is called “Functions”. Some functions are called when the LLM detects that the requested data from the conversation requires to get data from such functions.
At this point, nothing prevent you from feeding back the function results to the LLM which will then answer with the queried data.
I have implemented this kind of use-cases using some of the following plugins supporting functions calling along with demo.: