Added
ChatProfile
allows to configure different agents that the user can freely chose- Multi modal support at the input bar level. Enabled by
features.multi_modal
in the config cl.AskUserAction
allows to block code execution until the user clicked an action.- Displaying readme when chat is empty is now configurable through
ui.show_readme_as_default
in the config
Changed
cl.on_message
is no longer taking a string as parameter but rather acl.Message
Fixed
- Chat history is now correctly displayed on mobile
- Azure AD OAuth authentication should now correctly display the user profile picture
Removed
@cl.on_file_upload
is replaced by true multi modal support at the input bar level