-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added ability to display a Lucid icon in the Step, instead of the default avatar #2561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Allaoua9
commented
Oct 1, 2025
|
@Allaoua9 if you're adding a property to the step class you'll need to add it to all of the data layers. |
0d8e854 to
422a9f5
Compare
|
@hayescode i've updated the SQL datalayers to include the icon on INSERT. That also means people using SQL databases would need to create a migration to add new icon field... |
|
Hi, when will this nice enhancement be added to the Chainlit framework? What's blocking? |
|
sr for the delay, this LGTM |
|
@Allaoua9 can we use step metadata instead? This will avoid DB migration |
Hi @sandangel Let me check that and get back to you. |