mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
feat: node add default value
This commit is contained in:
@ -2,7 +2,10 @@ import type { NodeDefault } from '../../types'
|
||||
import type { VariableAssignerNodeType } from './types'
|
||||
|
||||
const nodeDefault: NodeDefault<VariableAssignerNodeType> = {
|
||||
defaultValue: {},
|
||||
defaultValue: {
|
||||
output_type: 'string',
|
||||
variables: [],
|
||||
},
|
||||
getAvailablePrevNodes() {
|
||||
return []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user