Skip to content

Commit 3b6736d

Browse files
committed
update: small errors
1 parent 6d55019 commit 3b6736d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/guides/workflow/node/llm.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Access the editor through **LLM Node > Output Variables > Structured > Configure
154154

155155
**When to Use**
156156

157-
- For simple fields like `name`, `email`, `age` without nested structures
157+
- For simple fields such as `name`, `email`, `age` without nested structures
158158

159159
- If you prefer a drag-and-drop way over writing JSON
160160

@@ -238,11 +238,11 @@ Click **Add Field** and set parameters below:
238238

239239
**When to Use**
240240

241-
- For complex fields that need nesting, like `order_details` or `product_lists`
241+
- For complex fields that need nesting, (e.g., `order_details`, `product_lists`)
242242

243243
- When you want to import and modify existing JSON Schemas or API examples
244244

245-
- When you need advanced schema features like `pattern` (regex matching) or `oneOf` (multiple type support)
245+
- When you need advanced schema features, such as `pattern` (regex matching) or `oneOf` (multiple type support)
246246

247247
- When you want to fine-tune an AI-generated schema to fit your exact requirements
248248

0 commit comments

Comments
 (0)