From 8f0781fd7af79c91d19c3722b59febaf54321b05 Mon Sep 17 00:00:00 2001
From: green-dalii <654534332@qq.com>
Date: Fri, 12 Jul 2024 09:17:52 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=BC=80=E5=A7=8B=E8=8A=82=E7=82=B9?=
=?UTF-8?q?=E7=AF=87=E7=BF=BB=E8=AF=91=E4=B8=BA=E4=B8=AD=E6=96=87=20(#160)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
zh_CN/guides/workflow/node/start.md | 34 ++++++++++++++---------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/zh_CN/guides/workflow/node/start.md b/zh_CN/guides/workflow/node/start.md
index 8e37965..7032485 100644
--- a/zh_CN/guides/workflow/node/start.md
+++ b/zh_CN/guides/workflow/node/start.md
@@ -1,31 +1,31 @@
-# Start
+# 开始
-### Definition
+### 定义
-Define the initial parameters for starting a workflow.
+为启动工作流设置初始参数。
-You can customize the input variables for initiating the workflow in the start node. Every workflow requires a start node.
+在开始节点中,您可以自定义启动工作流的输入变量。每个工作流都需要一个开始节点。
-
Workflow Start Node
+
工作流开始节点
-The start node supports defining input variables of four types:
+开始节点支持定义四种类型输入变量:
-* Text
-* Paragraph
-* Dropdown Options
-* Number
-* File (coming soon)
+* 文本
+* 段落
+* 下拉选项
+* 数字
+* 文件(即将推出)
-
Configure Start Node Variables
+
配置开始节点的变量
-Once configured, the workflow will prompt for the values of the variables defined in the start node during execution.
+配置完成后,工作流在执行时将提示您提供开始节点中定义的变量值。
{% hint style="info" %}
-Tip: In Chatflow, the start node provides built-in system variables: `sys.query` and `sys.files`.
+Tip: 在Chatflow中,开始节点提供了内置系统变量:`sys.query` 和 `sys.files`。
-`sys.query` is used for user input questions in conversational applications.
+`sys.query` 用于对话应用中的用户输入问题。
-`sys.files` is used for file uploads in conversations, such as uploading an image, which needs to be used in conjunction with an image understanding model.
-{% endhint %}
\ No newline at end of file
+`sys.files` 用于对话中的文件上传,如上传图片,这需要与图片理解模型配合使用。
+{% endhint %}