@@ -73,6 +73,7 @@ $defaultChatSettings = <|
7373 "SendToolResponse" -> Automatic ,
7474 "SetCellDingbat" -> True ,
7575 "ShowMinimized" -> Automatic ,
76+ "ShowProgressText" -> Automatic ,
7677 "SplitToolResponseMessages" -> Automatic ,
7778 "StopTokens" -> Automatic ,
7879 "StreamingOutputMethod" -> Automatic ,
@@ -400,6 +401,7 @@ $modelAutoSettings[ Automatic, Automatic ] = <|
400401 "ExcludedBasePrompts" -> { ParentList },
401402 "PresencePenalty" -> 0.1 ,
402403 "ReplaceUnicodeCharacters" -> False ,
404+ "ShowProgressText" -> True ,
403405 "SplitToolResponseMessages" -> False ,
404406 "Temperature" -> 0.7 ,
405407 "ToolResponseRole" -> "System"
@@ -654,7 +656,7 @@ resolveAutoSettings[ settings0_Association ] := Enclose[
654656 $excludedBasePrompts = DeleteDuplicates @ Select [ resolved [ "ExcludedBasePrompts" ], StringQ ];
655657 $endToken = resolved [ "EndToken" ];
656658
657- If [ resolved [ "ForceSynchronous" ], $showProgressText = True ];
659+ If [ resolved [ "ShowProgressText" ] || resolved [ " ForceSynchronous" ], $showProgressText = True ];
658660
659661 setLLMKitFlags @ resolved ;
660662 ];
0 commit comments