mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-16 09:26:07 +00:00
backend
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
# Iterator Node Configuration
|
||||
name: iterator
|
||||
label:
|
||||
en_US: Iterator
|
||||
zh_Hans: 迭代器
|
||||
category: control
|
||||
icon: "🔄"
|
||||
icon: Repeat
|
||||
color: '#f59e0b'
|
||||
description: 'workflows.nodes.iteratorDescription'
|
||||
description:
|
||||
en_US: Iterate over array elements one by one
|
||||
zh_Hans: 逐个遍历数组元素
|
||||
|
||||
inputs:
|
||||
- name: array
|
||||
|
||||
Reference in New Issue
Block a user