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 30c7da9 commit ea55b14Copy full SHA for ea55b14
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