mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 22:57:26 +08:00
chore: remove log
This commit is contained in:
parent
145ef794b6
commit
60b582d97a
@ -24,7 +24,6 @@ const AgentNode: FC<NodeProps<AgentNodeType>> = (props) => {
|
||||
.filter(param => param.type === FormTypeEnum.modelSelector)
|
||||
.reduce((acc, param) => {
|
||||
const item = inputs.agent_parameters?.[param.name]?.value
|
||||
console.log({ item })
|
||||
if (!item) {
|
||||
if (param.required) {
|
||||
acc.push({ param: param.name })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user