We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908a1a1 commit 0296895Copy full SHA for 0296895
src/features/AgentSetting/AgentChat/index.tsx
@@ -94,7 +94,7 @@ const AgentChat = memo(() => {
94
valuePropName: 'checked',
95
},
96
{
97
- children: <SliderWithInput max={32} min={1} />,
+ children: <SliderWithInput max={20} min={0} />,
98
desc: t('settingChat.historyCount.desc'),
99
divider: false,
100
hidden: !enableHistoryCount,
0 commit comments