Skip to content

Commit 6955133

Browse files
author
Riskey
committed
correct format descriptions
1 parent b1ca7b5 commit 6955133

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

en/use-dify/nodes/list-operator.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ icon: "filter"
66

77
The List Operator node processes arrays by filtering, sorting, and selecting specific elements. Use it when you need to work with mixed file uploads, large datasets, or any array data that requires separation or organization before downstream processing.
88

9+
Supported input data types include `array[string]`, `array[number]`, `array[file]`, and `array[boolean]`.
10+
911
<Frame caption="List Operator node interface">
1012
<img src="https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/522a0c932aab93d4f3970168412f759e.png" alt="List Operator interface" />
1113
</Frame>
@@ -20,10 +22,6 @@ The List Operator acts as an intelligent router, using filters to separate mixed
2022
<img src="https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/812d1b2f167065e17df8392b2cb3cc8a.png" alt="Array processing example" />
2123
</Frame>
2224

23-
## Supported Data Types
24-
25-
`array[string]`, `array[number]`, `array[file]`, and `array[boolean]`.
26-
2725
## Operations
2826

2927
### Filtering

en/use-dify/nodes/user-input.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can configure custom input fields in a User Input node to collect different
7575
</Tab>
7676

7777
<Tab title="JSON Code">
78-
Accepts structured data in JSON format as an object, ideal for passing complex, nested data structures into your application.
78+
Accepts data in JSON object format, ideal for passing complex, nested data structures into your application.
7979

8080
You can optionally define a JSON schema to validate the input and guide users on the expected structure. This also allows you to reference individual properties of the object in other nodes.
8181
</Tab>

en/use-dify/nodes/variable-assigner.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Different variable types support different operations based on their data struct
6666
<Tab title="Object">
6767
- **Overwrite** - Replace with another object variable
6868

69-
- **Clear** - Remove the current values
69+
- **Clear** - Remove the current value
7070

7171
- **Set** - Manually define the object structure and values
7272
</Tab>
@@ -80,7 +80,7 @@ Different variable types support different operations based on their data struct
8080

8181
- **Extend** - Add all elements from another array of the same type
8282

83-
- **Remove First/Last** - Remove elements from the first or last position
83+
- **Remove First/Last** - Remove the first or last element from the array
8484

8585
<Tip>
8686
Array operations are particularly powerful for building memory systems, checklists, and conversation histories that grow over time.

0 commit comments

Comments
 (0)