From 5e13b034c42f5a0f55f15fc2a010762b3dccb0e2 Mon Sep 17 00:00:00 2001 From: "Jing Y." <106428961+saltism@users.noreply.github.com> Date: Wed, 7 May 2025 12:02:16 +0800 Subject: [PATCH] Update llm.mdx --- zh-hans/guides/workflow/node/llm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-hans/guides/workflow/node/llm.mdx b/zh-hans/guides/workflow/node/llm.mdx index 7e5153fa..b65a91de 100644 --- a/zh-hans/guides/workflow/node/llm.mdx +++ b/zh-hans/guides/workflow/node/llm.mdx @@ -247,7 +247,7 @@ LLM 节点中的 **JSON Schema 编辑器** 让你能够定义 LLM 返回的数 } ``` - + **适用场景** - **你的数据结构复杂,需要支持嵌套对象或数组**,例如 `订单详情`、`产品列表` 等。