We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a4757 commit d1e09f8Copy full SHA for d1e09f8
tools/server/webui/src/lib/constants/settings-config.ts
@@ -6,7 +6,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
6
theme: 'system',
7
showTokensPerSecond: true,
8
showThoughtInProgress: true,
9
- showToolCalls: false,
+ showToolCalls: true,
10
disableReasoningFormat: false,
11
keepStatsVisible: true,
12
showMessageStats: true,
0 commit comments