diff --git a/web/app/components/workflow/nodes/tool/use-config.ts b/web/app/components/workflow/nodes/tool/use-config.ts index 41bf29912d..38c4454ec0 100644 --- a/web/app/components/workflow/nodes/tool/use-config.ts +++ b/web/app/components/workflow/nodes/tool/use-config.ts @@ -137,6 +137,7 @@ const useConfig = (id: string, payload: ToolNodeType) => { if (!draft.tool_parameters) draft.tool_parameters = {} + // TODO: boolean & model & app formatting BOTH configuration & parameters }) setInputs(inputsWithDefaultValue) // eslint-disable-next-line react-hooks/exhaustive-deps