mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: template transform
This commit is contained in:
@ -29,6 +29,7 @@ const useConfig = (id: string, payload: TemplateTransformNodeType) => {
|
||||
handleStop,
|
||||
runInputData,
|
||||
setRunInputData,
|
||||
runResult,
|
||||
} = useOneStepRun<TemplateTransformNodeType>({
|
||||
id,
|
||||
data: inputs,
|
||||
@ -63,6 +64,7 @@ const useConfig = (id: string, payload: TemplateTransformNodeType) => {
|
||||
varInputs,
|
||||
inputVarValues,
|
||||
setInputVarValues,
|
||||
runResult,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user