Mercier Pascal
Mercier Pascal
While i was testing this app with great potential, it became clear that it can be a really useful addition.
+1 Facing the same problem here with v1.3.1 too.
Tested different code version to confirm that it's front related: * Using 1.1.306 for front and back : No problem * Using 1.1.400 for front and back : Incorrect sequencing...
With persistency and this code: ```python async def main(msg: cl.Message): await cl.AskUserMessage(content="Hello, give me an answer that'll ignore.").send() await cl.Message(content="Don't care am happy !").send() ``` I've this when chatting :...
Have it working correctly now. It'll make a PR .
For those who need it, the patch can be back ported to 1.1.400 if you package your own frontend.
I've been in need for this type of usage (small forms, people card, reorderable drag&drop items or even adding some references below one message). I'm using https://docs.chainlit.io/api-reference/elements/custom. I think this...
+1 Creating one module per storage then importing them in storage_clients to provide backwards compatibility ?