chore(web): pre-align HITL frontend from build/feat/hitl

This commit is contained in:
yyh
2026-02-09 15:34:15 +08:00
parent b289e6a2b6
commit ca243d7efc
261 changed files with 14122 additions and 1328 deletions

View File

@ -146,7 +146,8 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
handleModelChanged(model)
}
})()
}, [inputs.model.completion_params])
}, [handleCompletionParamsChange, handleModelChanged, inputs.model.completion_params, t])
return (
<div className="mt-2">
<div className="space-y-4 px-4 pb-0">