Files
dify/web/app/components/workflow/nodes/human-input/utils.ts
2026-02-01 16:21:14 +08:00

4 lines
97 B
TypeScript

export const isOutput = (valueSelector: string[]) => {
return valueSelector[0] === '$output'
}