Skip to content

Conversation

@hayescode
Copy link
Contributor

@hayescode hayescode commented Dec 19, 2025

Add docs for the new model_picker

image

@hayescode hayescode changed the title Create model-picker.mdx Modes Documentation Dec 19, 2025
@hayescode
Copy link
Contributor Author

@asvishnyakov @sandangel this is ready

@hayescode hayescode merged commit a9963fc into main Dec 22, 2025
1 check passed
github-merge-queue bot pushed a commit to Chainlit/chainlit that referenced this pull request Dec 22, 2025
Adds modes to the chat interface. It functions kinda like commands do.

Docs added here: Chainlit/docs#274

<img width="1352" height="310" alt="image"
src="https://github.com/user-attachments/assets/2ec80664-3302-42a3-a181-84ae18879e83"
/>


Users will need to add a new column `modes` to the `steps` table like
they did for `commands`. Here's the SQL command for postgresql.
```sql
ALTER TABLE steps ADD COLUMN IF NOT EXISTS modes JSONB;
```

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: San Nguyen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants