Skip to content

Commit

Permalink
add on_message breaking change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Oct 17, 2023
1 parent 55f3792 commit 680d39f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ Nothing unreleased!
### 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.
- 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 a `cl.Message`

### Fixed

Expand Down

0 comments on commit 680d39f

Please sign in to comment.