chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**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",...
**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"...
Does anyone know is there a way to access / modify the input history? 
**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...
**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...
**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**...
Im trying to create a custom html and js component along with the text message generated, how to do this? Please help, thanks!
**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...
**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...
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...