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
DonJayamanne
changed the title
Ensure we have just pushEdits instead of pushText/pushNotebookCellText/pushNotebook
Ensure we have just pushEdits when handling edits
Mar 7, 2025
Need to wait until inlineChat & Edits use the same code paths, to ensure we get the same set of messages.
Today we have code that tries to be backwards compatible,
Easier to not have to deal with backwards compatibility knowing the messages arriving will always be a specific shape.
Collapse all of
pushText/pushNotebookCellText/pushNotebook
into justpushEdit
See comments here #241350 (comment)
The text was updated successfully, but these errors were encountered: