chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 506 chainlit issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** This is a duplicate of [this issue](https://github.com/Chainlit/chainlit/issues/1460) that was closed 10 months ago. I think now is a good time...

needs-triage
data layer
keep-for-a-while

As some of you may know, Chainlit has its own Discord server. Maintainers make release announcements there, and the community discusses features and offers help with your questions. If you...

**Describe the bug** If `metadata` is `None` (which is default value) on `update_thread`, it will overwrite saved metadata with empty object https://github.com/aitsc/chainlit/blob/31fe84a212f5a68fd0816f1e259d012c6cfa99e7/backend/chainlit/data/chainlit_data_layer.py#L551

bug
needs-triage
data layer
stale
keep-for-a-while

This PR adds callbacks `on_socket_connect` and `on_socket_disconnect` to enable (among other things) state restoration in the absence of authentication/built-in data persistence and handling of connectivity issues with the client. The...

backend
size:L
stale
keep-for-a-while

I hope to add an image zoom feature for images displayed in Markdown.

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** I tried to use react-flow as customElement, but seems it is not in allowed-import, how can I add react-flow to...

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** Persistence requires a storage provider. But a dependency on Cloud Storage introduces complexity for fully local deployments (e.g. docker) that...

enhancement
needs-triage
data layer

**Is your feature request related to a problem? Please describe.** Current behavior: If a Chat Profile was used to create a thread (with persistence). But later is no longer advertised...

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** Currently, changing Chat Profile forcefully triggers a New Chat creation. It does not seem to be possible to change a...

enhancement
needs-triage

❓ Feature request: Preserve send‑order of content and elements inside a single cl.Message Summary A cl.Message always renders its content (markdown) above its inline elements[], no matter the order in...

enhancement
needs-triage