Assistant output cells do not run the correct cell initialization the first time they appear #299
Labels
auto assistant
Issues related to automatic AI assistance
bug
Something isn't working
desktop
Issues affecting chat notebooks in the desktop front end
Assistant output cells appear to be using the
Initialization
setting inherited from the ChatOutput style, which only adds the three-dot menu:This is the menu that appears to get attached:
Chatbook/FrontEnd/StyleSheets/Chatbook.nb
Lines 2008 to 2022 in 2e01857
It should be using the menu defined in the
Initialization
here, which also adds a button to disable assistance:Chatbook/FrontEnd/StyleSheets/Chatbook.nb
Lines 2048 to 2107 in 2e01857
The correct initialization is used when cutting and pasting the cell, so there appears to be stylesheet bug somewhere.
The text was updated successfully, but these errors were encountered: