Skip to content

Use partial message content to send message#455

Open
brichet wants to merge 5 commits into
jupyterlab:mainfrom
brichet:partial_message_content_as_new_message
Open

Use partial message content to send message#455
brichet wants to merge 5 commits into
jupyterlab:mainfrom
brichet:partial_message_content_as_new_message

Conversation

@brichet

@brichet brichet commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

This PR replaces the INewMessage interface (used to send message in the model) by a Partial<IMessageContent>.
It also handles attachments and mentions in the input model, instead of delegating it to the extension defining the sendMessage() method, as it was before the PR.

Fixes #454 (more context can be found in the issue).

@brichet brichet added enhancement New feature or request api-change labels Jun 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Binder 👈 Launch a Binder on branch brichet/jupyter-chat/partial_message_content_as_new_message

@brichet brichet marked this pull request as ready for review July 2, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api-change enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Replace the new message used in sendMessage by a partial message content

1 participant