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
tool calls in dropdown and thinking headers (#279094)
* tool calls in dropdown and thinking headers
* remove some extra code
* remove async
* some localize changes
* address some comments
* hygiene
* model call, instead of title service
* map for titles, don't generate llm title if we only find one header summary
* store titles in the part itself
nls.localize('chat.agent.thinking.collapsedTools.none',"No tool calls are added into the collapsible thinking section."),
754
-
nls.localize('chat.agent.thinking.collapsedTools.all',"All tool calls are added into the collapsible thinking section."),
755
-
nls.localize('chat.agent.thinking.collapsedTools.readOnly',"Only read-only tool calls are added into the collapsible thinking section."),
753
+
nls.localize('chat.agent.thinking.collapsedTools.off',"Tool calls are shown separately, not collapsed into thinking."),
754
+
nls.localize('chat.agent.thinking.collapsedTools.withThinking',"Tool calls are collapsed into thinking sections when thinking is present."),
755
+
nls.localize('chat.agent.thinking.collapsedTools.always',"Tool calls are always collapsed, even without thinking."),
756
756
],
757
-
markdownDescription: nls.localize('chat.agent.thinking.collapsedTools',"When enabled, tool calls are added into the collapsible thinking section according to the selected mode."),
757
+
markdownDescription: nls.localize('chat.agent.thinking.collapsedTools',"Controls how tool calls are displayed in relation to thinking sections."),
0 commit comments