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

**Describe the bug** I add Action on User message which user inputted, but Action does not display **To Reproduce** ```python @cl.on_message async def on_message(message: cl.Message): message.actions = [ cl.Action( name="human_action_button",...

needs-triage

**Describe the bug** The current example SQL script in the documentation that creates all the tables for the SQL alchemy data layer it's missing the ""threadId" column in the "feedbacks"...

needs-triage

Does anyone know is there a way to access / modify the input history? ![image](https://github.com/user-attachments/assets/9d81df54-6f8d-44df-bfd3-a4d7147a7abc)

needs-triage

**Is your feature request related to a problem? Please describe.** There are more agentic applications that have human-in-the-loop as a feature (implemented in langgraph, llamaindex, and autogen). There is currently...

needs-triage

**Is your feature request related to a problem? Please describe.** While working on a PR to improve server side rendering (#1091) of the index page, we discovered there's no infrastructure/skaffolding...

needs-triage

**Describe the bug** When the app is launched with root-path, the favicon cannot be loaded. When the app is launched without root-path, the favicon can be displayed normally. **To Reproduce**...

needs-triage

Im trying to create a custom html and js component along with the text message generated, how to do this? Please help, thanks!

needs-triage

**Is your feature request related to a problem? Please describe.** When user initiated login attempt in one browser but clicks email or login validation link in another browser, the authentication...

needs-triage

**Describe the bug** I followed the contribute.md guide and install poetry, activate shell and install requirements with this command ``` cd backend poetry install --with tests --with mypy ``` After...

needs-triage

hi i send a welcome message to client using cl.Message, i need to have the user locale to send the welcome message in the correct language. i searched and i...

enhancement