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

Is there a way to change the prefix of the step title based on the `type` parameter? I'd like it to use `Using` for certain tools but `Thinking`, `Analyzing`, `Generating`...

enhancement
needs-triage

**Describe the bug** Using the langgraph code from this page: https://docs.chainlit.io/integrations/langchain It works but the following line is spammed more than a **100 times** in the terminal where I run...

bug
needs-triage

I noticed that there will be access to external CSS resources here https://github.com/Chainlit/chainlit/blob/f6159d506e745ad4e8fe00a03f9e2914b46b473c/frontend/index.html#L17

frontend

**Description:** Currently, Chainlit automatically renders Markdown and LaTeX syntax in user messages. While this is beneficial in many scenarios, there are cases where such rendering is undesirable. For instance, when...

enhancement
needs-triage

Scenario : MCP server (with SSE ) that requires additional configuration to be provided. May be through headers such as Auth header, configuration settings that cannot be provided at user...

enhancement
needs-triage

Please add support for A2A to add agents like mcps, poll .well-know/agent.json to get its capabilities, and add support for AgentCards Add option to add agents like MCP. When agent...

enhancement
needs-triage

I created a chainlit azure webapp with python 3.11, integrating a microsoft teams bot, as explained in the documentation [Teams - Chainlit](https://docs.chainlit.io/deploy/teams). Is there a way i can override the...

bug
needs-triage

Hi. I'm trying to integrate the Azure authentication in my code but I have problems retrieving the state param of the MS login auth. The idea was to call the...

auth

**Describe the bug** I have been using Gradio to build chat apps. I recently found Chainlit, and was attracted immediately. The chat UI seems to be very professional and it’s...

bug
needs-triage
frontend

**Bug description** Avatars doesn't work for languages that doesn't use English letters. I've tried to use cl.Step with the name="اسم عربي" an Arabic name. Chainlit will attempt to access the...

bug
frontend