Josh Hayes
Josh Hayes
great workaround! Something like this is necessary since there could be an arbitrary number of tool_calls.
Only existing version (using chainlit version 0.7.0) can be found [here](https://github.com/nickandbro/chainlit_backend_implementation) Will Chainlit Devs assist in this effort or will this be 100% community-driven?
> Hi, I'm implementing this PR: https://github.com/Chainlit/chainlit/pull/796 > Is it possible to share where do we `create_thread`? I could not find it in the code. @sandangel the update_thread function is...
@tpatel if you could share the DDL for the backend tables I think it would speed up each of our developments. Thanks!
@sandangel why did you do that?
@willydouhard @tpatel @constantinidan implementing a custom data layer is proving difficult with the intertwining of literalai in `chainlit/data`. Literalai is effectively a dependency as-is even if literalai isn't used and...
I just opened a PR to add a Postgres custom data layer with ADLS support -> #825 @tpatel @willydouhard
@tpatel @willydouhard Here's my PR for adding a dialect agnostic SQLAlchemy custom data layer. We've been getting more community contributions on this lately, can we move this to 'In Progress'...
@willydouhard I am also having this issue. It's a common use-case for my users to copy/paste from excel.  
I don't think Excel is doing this. Copying cells and pasting into anything else (email, notes, etc) maintains the data. In Chainlit I can browse to excel and it correctly...