chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Describe the bug** The chat history we see in the sidebar is only showing 10 chats to me, the scroll is disabled and even the search button is not showing...
When using `cl.Step.remove()` to remove a step from the current chat session, the step is successfully removed from the in-memory state and no longer appears in the UI. However, when...
**Describe the bug** I am getting below error , I see it happen when user load is high or one use have open more than 6 windows. An error occurred:...
could you please just guide me very shortly how to add new page (with my agents listed) as a first page that users hit? do you have a customization option...
**Is your feature request related to a problem? Please describe.** OpenAI and other LLM Web apps currently have toggle-able buttons for the chat to showcase different behaviours (i.e. enable reasoning,...
1. how to create an application settings menu item under user icon? 2. how to create a pop up dialog? 3. how to customize the content in the dialog? 4....
# Add Alert Style Switcher This PR introduces a configurable style switcher for alert components, allowing users to choose between classic and modern visual styles through configuration. ## Features -...
# Issue **Cancel button behavior**: Previously, clicking the "Cancel" button would incorrectly save the settings changes, behaving the same as the "Confirm" button. This was not the expected behavior. **Console...
This PR updates the oauth_providers.py file to include Azure Active Directory (Azure AD) group memberships in the user metadata. The following changes were made: 1. Fetch Group Memberships: Added logic...
**Is your feature request related to a problem? Please describe.** Will mcp enabled tools be automatically be available for commands? Currently I'm using a custom implementation. **Describe the solution you'd...