[PR #631] [CLOSED] Update content for boolean, boolean array, and object data type support; refine the user input page #637

Closed
opened 2026-02-16 06:16:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/631
Author: @RiskeyL
Created: 12/24/2025
Status: Closed

Base: mainHead: add/boolean-object-input


📝 Commits (8)

  • b1ca7b5 Update content for boolean, boolean array, and object data type support; refine user input page
  • 6955133 correct format descriptions
  • b204c84 Remove outdated content related to conversation history variables (#621)
  • 165458a 🌐 Sync PR #621 translations: Remove outdated content related to conversation history variables from the llm node page (#622)
  • 976b021 Update partial_member_list schema to require user_id objects across OpenAPI docs (#623)
  • 4c3067a Add workflow to retrigger translation on PR approval (#625)
  • 4875b06 Remove test mode from approval retrigger workflow
  • de7ff11 support configuring ignored files in auto sync (#629)

📊 Changes

15 files changed (+480 additions, -109 deletions)

View changed files

.github/workflows/sync_docs_on_approval.yml (+250 -0)
📝 CLAUDE.md (+33 -1)
📝 en/api-reference/openapi_knowledge.json (+12 -3)
📝 en/use-dify/nodes/ifelse.mdx (+2 -2)
📝 en/use-dify/nodes/list-operator.mdx (+2 -10)
📝 en/use-dify/nodes/llm.mdx (+2 -8)
📝 en/use-dify/nodes/user-input.mdx (+34 -23)
📝 en/use-dify/nodes/variable-aggregator.mdx (+2 -1)
📝 en/use-dify/nodes/variable-assigner.mdx (+32 -20)
📝 ja/api-reference/openapi_knowledge.json (+12 -3)
📝 ja/use-dify/nodes/llm.mdx (+12 -18)
📝 tools/translate/config.json (+4 -0)
📝 tools/translate/pr_analyzer.py (+62 -3)
📝 zh/api-reference/openapi_knowledge.json (+12 -3)
📝 zh/use-dify/nodes/llm.mdx (+9 -14)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/631 **Author:** [@RiskeyL](https://github.com/RiskeyL) **Created:** 12/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add/boolean-object-input` --- ### 📝 Commits (8) - [`b1ca7b5`](https://github.com/langgenius/dify-docs/commit/b1ca7b56fdcba6e675dea53e5bc1c628db2d64a5) Update content for boolean, boolean array, and object data type support; refine user input page - [`6955133`](https://github.com/langgenius/dify-docs/commit/6955133bd812daa7ee27eb39aa6612b7e0bc7260) correct format descriptions - [`b204c84`](https://github.com/langgenius/dify-docs/commit/b204c84ad43e95df49fc707806c33e3cce5e3f7c) Remove outdated content related to conversation history variables (#621) - [`165458a`](https://github.com/langgenius/dify-docs/commit/165458ab514b8c4a3c1d0afa4328ca699ba314b8) 🌐 Sync PR #621 translations: Remove outdated content related to conversation history variables from the llm node page (#622) - [`976b021`](https://github.com/langgenius/dify-docs/commit/976b02172313ae69024995c179158a3fbcc0ed9a) Update partial_member_list schema to require user_id objects across OpenAPI docs (#623) - [`4c3067a`](https://github.com/langgenius/dify-docs/commit/4c3067a4a3fadd315eebc123e180ee2f078cd182) Add workflow to retrigger translation on PR approval (#625) - [`4875b06`](https://github.com/langgenius/dify-docs/commit/4875b0681cce00414088952cc33eeff8db333e41) Remove test mode from approval retrigger workflow - [`de7ff11`](https://github.com/langgenius/dify-docs/commit/de7ff111eb6ea3826a2e26af7aa1f65bb0a19f69) support configuring ignored files in auto sync (#629) ### 📊 Changes **15 files changed** (+480 additions, -109 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/sync_docs_on_approval.yml` (+250 -0) 📝 `CLAUDE.md` (+33 -1) 📝 `en/api-reference/openapi_knowledge.json` (+12 -3) 📝 `en/use-dify/nodes/ifelse.mdx` (+2 -2) 📝 `en/use-dify/nodes/list-operator.mdx` (+2 -10) 📝 `en/use-dify/nodes/llm.mdx` (+2 -8) 📝 `en/use-dify/nodes/user-input.mdx` (+34 -23) 📝 `en/use-dify/nodes/variable-aggregator.mdx` (+2 -1) 📝 `en/use-dify/nodes/variable-assigner.mdx` (+32 -20) 📝 `ja/api-reference/openapi_knowledge.json` (+12 -3) 📝 `ja/use-dify/nodes/llm.mdx` (+12 -18) 📝 `tools/translate/config.json` (+4 -0) 📝 `tools/translate/pr_analyzer.py` (+62 -3) 📝 `zh/api-reference/openapi_knowledge.json` (+12 -3) 📝 `zh/use-dify/nodes/llm.mdx` (+9 -14) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:12 -05:00
yindo closed this issue 2026-02-16 06:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#637