diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx index 98ad49034..6de83603a 100644 --- a/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx +++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx @@ -259,7 +259,7 @@ const ReasoningConfigForm: React.FC = ({ className='h-8 grow' type='number' value={varInput?.value || ''} - onChange={handleValueChange(variable, type)} + onChange={e => handleValueChange(variable, type)(e.target.value)} placeholder={placeholder?.[language] || placeholder?.en_US} /> )}