-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Currently @jupyter/chat
can render code blocks and arbitrary HTML, which is useful to consumers of the chat and other extensions because they can inline custom components.
However each extension will end up providing their own components, so it could make sense to have @jupyter/chat
provide a common set of components that can be reused by many extensions.
Proposed Solution
Expose a common set of components from @jupyter/chat
or another package.
Additional context
jupyterlite-ai
has been experimenting with this, here is a quick demo screencast of tool calls and approval steps:
jupyterlite-ai-tool-calls.mp4
brichet
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request