File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
PacletObject [ < |
2
2
"Name" -> "Wolfram/Chatbook" ,
3
3
"PublisherID" -> "Wolfram" ,
4
- "Version" -> "2.0.0 " ,
4
+ "Version" -> "2.0.1 " ,
5
5
"WolframVersion" -> "14.1+" ,
6
6
"Description" -> "Wolfram Notebooks + LLMs" ,
7
7
"License" -> "MIT" ,
Original file line number Diff line number Diff line change @@ -1647,6 +1647,7 @@ getPersonaMenuIcon[ icon_ ] := inlineChatbookExpressions @ icon;
1647
1647
(* If "Full" is specified, resolve TemplateBox icons into their literal
1648
1648
icon data, so that they will render correctly in places where the Chatbook.nb
1649
1649
stylesheet is not available. *)
1650
+ getPersonaMenuIcon [ expr_ , "Full" ] /; $VersionNumber < 14.2 := InlineTemplateBoxes @ getPersonaMenuIcon @ expr ;
1650
1651
getPersonaMenuIcon [ expr_ , "Full" ] := getPersonaMenuIcon @ expr ;
1651
1652
1652
1653
(* ::**************************************************************************************************************:: *)
You can’t perform that action at this time.
0 commit comments