From 3b30799b7ee748952be828b345cf68ac08412da3 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:36:50 +0800 Subject: [PATCH] minor (#5497) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/guides/agent/agent_component_reference/generate.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/guides/agent/agent_component_reference/generate.mdx b/docs/guides/agent/agent_component_reference/generate.mdx index f45c76f9d..3cccfc5fb 100644 --- a/docs/guides/agent/agent_component_reference/generate.mdx +++ b/docs/guides/agent/agent_component_reference/generate.mdx @@ -78,13 +78,9 @@ Where `{source_text}` and `{target_lang}` are global variables defined by the ** :::danger IMPORTANT -A **Generate** component relies on keys (variables) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence. +A **Generate** component relies on keys (variables) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence. Keys in a **Generate** component are used in conjunction with the system prompt to specify data inputs for the LLM. Use a forward slash `/` to show the keys to use. ::: -![variable_settings](https://github.com/user-attachments/assets/cb024c9e-264a-43ff-9ee7-8649afd571b0) - -Keys in a **Generate** component are used in conjunction with the system prompt to specify data inputs for the LLM. Use a forward slash `/` to show the keys to use. - ### Cite This toggle sets whether to cite the original text as reference.