mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
parameters and rules
This commit is contained in:
@ -77,6 +77,7 @@ const Panel: FC<NodePanelProps<ParameterExtractorNodeType>> = ({
|
||||
isInWorkflow
|
||||
isAdvancedMode={true}
|
||||
mode={model?.mode}
|
||||
pluginId={model?.plugin_id}
|
||||
provider={model?.provider}
|
||||
completionParams={model?.completion_params}
|
||||
modelId={model?.name}
|
||||
|
||||
Reference in New Issue
Block a user