You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add the chat model to the IChatProvider method's arguments
* Add chat command for user mention
* Add user avatar in command suggestion
* Add mentions in the message model
* Display mentions in messages
* Add the mention string in the IUser interface, to be able to associate any string to a user mention
* Fix when there are several mentions in the same message (on send and on display)
* Allow to edit a message and update mentions
* Add tests on user mention
* Add a chat context (readonly subset of the chat model) to the input model
* Remove generic context type since all contexts should implements IChatContext
* Update doc string
* remove type casts from LabChatContext impl
* add users to IChatContext, make ChatContext abstract
* remove type casts from MentionCommandProvider, use JSX
* fix tests, add mock classes in separate file
* Automatic application of license header
* Update the lite example
---------
Co-authored-by: David L. Qiu <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
0 commit comments