mirror of
https://github.com/langgenius/dify.git
synced 2026-02-02 17:11:17 +08:00
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: yessenia <yessenia.contact@gmail.com> Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
export const isOutput = (valueSelector: string[]) => {
|
|
return valueSelector[0] === '$output'
|
|
}
|