Skip to content

Commit d1e09f8

Browse files
wip: personal defaults for testing-branch (website only)
1 parent 74a4757 commit d1e09f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/constants/settings-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
66
theme: 'system',
77
showTokensPerSecond: true,
88
showThoughtInProgress: true,
9-
showToolCalls: false,
9+
showToolCalls: true,
1010
disableReasoningFormat: false,
1111
keepStatsVisible: true,
1212
showMessageStats: true,

0 commit comments

Comments
 (0)