Skip to content

Commit

Permalink
Pull request #65: Triggering the Notebook Assistant from the menu sho…
Browse files Browse the repository at this point in the history
…uld always start a new chat.

Merge in PAC/chatbook from bugfix/LLM-685 to main

* commit 'e108affaf7126003c5e598823ba763dab97107f8':
  Triggering the Notebook Assistant from the menu should always start a new chat.
  • Loading branch information
ljdandria authored and rhennigan committed Nov 9, 2024
2 parents 1ddd325 + e108aff commit 62c187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/ChatModes/ShowNotebookAssistance.wl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $notebookAssistanceMenuItems = <|
FrontEndResource[ "ChatbookStrings", "MenuItemShowNotebookAssistanceWindow" ],
FrontEnd`KernelExecute[
Needs[ "Wolfram`Chatbook`" -> None ];
Symbol[ "Wolfram`Chatbook`ShowNotebookAssistance" ][ "Window" ]
Symbol[ "Wolfram`Chatbook`ShowNotebookAssistance" ][ "Window", "NewChat" -> True ]
],
FrontEnd`MenuEvaluator -> Automatic,
Evaluate[
Expand Down

0 comments on commit 62c187a

Please sign in to comment.