Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions en/use-dify/nodes/user-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ You can configure custom input fields in a User Input node to collect different
<Tab title="Checkbox">
Provides a simple yes/no option. When a user checks the box, the output is `true`; otherwise, it's `false`. Use it for confirmations or any case that requires a binary choice.
</Tab>

<Tab title="JSON Code">
Accepts data in JSON object format, ideal for passing complex, nested data structures into your application.

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.
</Tab>
</Tabs>

#### File Input
Expand Down
6 changes: 0 additions & 6 deletions ja/use-dify/nodes/user-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ icon: "input-text"
<Tab title="チェックボックス">
シンプルなはい/いいえオプションを提供します。ユーザーがボックスをチェックすると、出力は `true` になり、それ以外の場合は `false` になります。確認や二者択一が必要な場合に使用します。
</Tab>

<Tab title="JSON コード">
JSON オブジェクト形式のデータを受け付けます。複雑でネストされたデータ構造をアプリケーションに渡すのに最適です。

オプションで JSON スキーマを定義して、入力を検証し、期待される構造についてユーザーをガイドできます。これにより、他のノードでオブジェクトの個々のプロパティを参照することもできます。
</Tab>
</Tabs>

#### ファイル入力
Expand Down
6 changes: 0 additions & 6 deletions zh/use-dify/nodes/user-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ icon: "input-text"
<Tab title="复选框">
提供简单的是/否选项。当用户选中该框时,输出为 `true`;否则为 `false`。用于确认或任何需要二元选择的情况。
</Tab>

<Tab title="JSON 代码">
接受 JSON 对象格式的数据,适用于将复杂的嵌套数据结构传递到你的应用程序。

你可以选择定义 JSON schema 来验证输入并指导用户了解预期的结构。这也允许你在其他节点中引用对象的各个属性。
</Tab>
</Tabs>

#### 文件输入
Expand Down
Loading