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
@brichet has been working on Jupyter Chat, a package that contains a chat feature for Jupyter applications. It is based on the chat interface for Jupyter AI, but it does not include any AI features.
If a user has both Jupyter Chat and Jupyter AI enabled, they will have two different and independent chat features in their application.
Proposed Solution
If Jupyter Chat and Jupyter AI are both installed, have Jupyter AI's chat agent respond in the Jupyter Chat interface instead of in its own chat interface.
Additional context
See #205 for prior discussion about the chat panel.
The text was updated successfully, but these errors were encountered:
If Jupyter Chat and Jupyter AI are both installed, have Jupyter AI's chat agent respond in the Jupyter Chat interface instead of in its own chat interface.
Curious of what this would entail in terms of implementation.
#205 was closed, but it looks like Jupyter AI still needs to depend on the @jupyter/chat package for its chat components?
By "Jupyter Chat installed", does this refer to the jupyterlab-collaborative-chat package? In this case it makes for Jupyter AI to try to "find" this chat instance (via a token?) and reuse it.
We should probably do the migration in 2 steps, first depend on @jupyter/chat for UI components, and than use possibly jupyterlab-collaborative-chat.
This would ensure that we don't lost any feature in UI before changing the messaging stuff.
Problem
@brichet has been working on Jupyter Chat, a package that contains a chat feature for Jupyter applications. It is based on the chat interface for Jupyter AI, but it does not include any AI features.
If a user has both Jupyter Chat and Jupyter AI enabled, they will have two different and independent chat features in their application.
Proposed Solution
If Jupyter Chat and Jupyter AI are both installed, have Jupyter AI's chat agent respond in the Jupyter Chat interface instead of in its own chat interface.
Additional context
See #205 for prior discussion about the chat panel.
The text was updated successfully, but these errors were encountered: