Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.24k stars 799 forks source link

Author's avatar name triggering cl.Text hyperlink. #110

Closed Owe1n closed 1 year ago

Owe1n commented 1 year ago

Hi, I think I spotted a Bug when creating a a message such as : await cl.Message( content="A random message containing an author name ... ", author="random", ).send() And then setting an avatar to the author "random" : await cl.Avatar( name="random", url="blank", ).send() It will then trigger the hyperlink to an empty cl.Text for the first message on the word "random". Is this a desirable behavior ?

Capture d’écran 2023-06-27 à 15 52 18
willydouhard commented 1 year ago

Nice catch, will be fixed soon!

willydouhard commented 1 year ago

Should be fixed with the latest release.