mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Temporarily remove the json code field from user input page (#651)
Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -76,12 +76,6 @@ icon: "input-text"
|
||||
<Tab title="チェックボックス">
|
||||
シンプルなはい/いいえオプションを提供します。ユーザーがボックスをチェックすると、出力は `true` になり、それ以外の場合は `false` になります。確認や二者択一が必要な場合に使用します。
|
||||
</Tab>
|
||||
|
||||
<Tab title="JSON コード">
|
||||
JSON オブジェクト形式のデータを受け付けます。複雑でネストされたデータ構造をアプリケーションに渡すのに最適です。
|
||||
|
||||
オプションで JSON スキーマを定義して、入力を検証し、期待される構造についてユーザーをガイドできます。これにより、他のノードでオブジェクトの個々のプロパティを参照することもできます。
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
#### ファイル入力
|
||||
|
||||
@@ -76,12 +76,6 @@ icon: "input-text"
|
||||
<Tab title="复选框">
|
||||
提供简单的是/否选项。当用户选中该框时,输出为 `true`;否则为 `false`。用于确认或任何需要二元选择的情况。
|
||||
</Tab>
|
||||
|
||||
<Tab title="JSON 代码">
|
||||
接受 JSON 对象格式的数据,适用于将复杂的嵌套数据结构传递到你的应用程序。
|
||||
|
||||
你可以选择定义 JSON schema 来验证输入并指导用户了解预期的结构。这也允许你在其他节点中引用对象的各个属性。
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
#### 文件输入
|
||||
|
||||
Reference in New Issue
Block a user