chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Describe the bug** Unable to update Stepdict in the database. The issue seems to be [here](https://github.com/Chainlit/chainlit/blob/2.4.400/backend/chainlit/data/chainlit_data_layer.py#L578-L579), where `datetime.isoformat()` does not include a Z suffix. However, [here](https://github.com/Chainlit/chainlit/blob/2.4.400/backend/chainlit/data/chainlit_data_layer.py#L341-L342), the system attempts to...
**Describe the bug** When resuming a thread, the feedback buttons show empty even if feedback has been previously provided for a message. **To Reproduce** Create a simple Chainlit application with...
**Describe the bug** A clear and concise description of what the bug [is.]( #url) **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....
**Describe the bug** Version 1.1.300 introduced a new UI design to display intermediate steps, but the nested steps are no longer displayed in a nested manner. **To Reproduce** Run this...
**Describe the bug** Context: Chatbot using Anthropic's Claude Sonnet via AWS Bedrock. DynamoDBDataLayer (with S3 storage) is added to keep track of conversations. What happens: During the call to DynamoDBDataLayer._update_item...
**Describe the bug** The human feedback is not showing (thumbs up and thumbs down) **To Reproduce** -Authentication enabled (Azure Oauth) -Official Data Layer with Postgres & Azure Storage Buckets 1....
**Describe the bug** 2.1 bug "defaultOpen" in steps table is not exist and "autoplay" in elements is not exist **To Reproduce** insert steps when using old table in https://docs.chainlit.io/data-layers/sqlalchemy **Expected...
**Describe the bug:** When initializing the RedisDataLayer (a custome data layer), an attempt to access the user session via cl.user_session.get("user").identifier results in a ChainlitContextException: Chainlit context not found. This occurs...
**Describe the bug** Commands are only linked to messages. This means they don't work for audio. commands are currently only passed for messages with on_message hook. **Expected behavior** When a...
Copilot page cannot render Markdown tables  The chainlit page is fine 