dominpm

Results 7 issues of dominpm

### Confirm this is an issue with the Python library and not an underlying OpenAI API - [ ] This is an issue with the Python library ### Describe the...

bug

An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.IntegrityError) : null value in column "threadId" of relation "feedbacks" violates not-null constraint DETAIL: Failing row contains (, , null, 1, null). [SQL: INSERT INTO feedbacks ("forId",...

bug
needs-triage
data layer

When using Chainlit’s Microsoft Teams integration, each new user message currently reloads the chat and starts a new thread, causing a loss of conversation context. This makes it difficult to...

bug
needs-triage

### Problem description While running my Chainlit app, I encountered the following error when trying to insert data into the `steps` table: ``` (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) : column "defaultOpen" of relation "steps"...

bug
needs-triage
data layer

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...

bug
needs-triage
data layer

**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

**Summary** It would be incredibly useful to have a way to programmatically collapse a step in the Chainlit UI once it's complete — especially after tools or long-running processes finish...

enhancement
needs-triage