chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Describe the bug** OAuth authorise fails intermittently. **To Reproduce** Steps to reproduce the behavior: 1. Configure Chainlit with AWS Cognito OAuth authentication 2. Navigate to the Chainlit application login page...
**Describe the bug** The chat resume feature seems to have an issue with resuming the thread correctly, most notably messages sent during chat resume disappear immediately afterwards. When a function...
# Add Comprehensive Test Coverage for Action Class ## Summary This PR adds comprehensive unit tests for the `Action` class in the Chainlit backend, improving test coverage for core functionality....
This PR is related to https://github.com/Chainlit/chainlit/issues/2652 - Backend: new `DatePicker` widget class with mode, min/max, placeholder, and ISO validation, exposed via `InputWidgetType`. - Frontend: `DatePickerInput` component (single + range) based...
**Describe the bug** The `command` field is not serialized to the frontend when resuming chat threads, causing command badges to disappear when switching between conversations. The database schema includes a...
**Is your feature request related to a problem? Please describe.** An agent can call multiple tools (doc search, web search, image gen, etc). In our implementation, when a tool is...
## Is your feature request related to a problem? Please describe. Chainlit currently lacks a date picker widget. Teams collecting single dates or ranges must fall back to plain text...
**Is your feature request related to a problem? Please describe.** The chat settings form can become cluttered when having multiple inputs. It would be nice to have the ability to...
**Describe the bug** When providing a large prompt (in my example case 40k tokens), the UI is very slow to stream back the response. The python backend logic has long...