Update content for boolean, boolean array, and object data type support; refine the user input page - #631
Update content for boolean, boolean array, and object data type support; refine the user input page#631RiskeyL wants to merge 8 commits into
Conversation
…rt; refine user input page
There was a problem hiding this comment.
Pull request overview
This PR enhances documentation to reflect support for boolean and object data types across multiple node types, and refines the user input documentation with clearer descriptions and a new JSON Code input field type.
Key Changes:
- Added boolean data type support documentation across Variable Assigner, Variable Aggregator, and List Operator nodes
- Introduced JSON Code input field type for User Input nodes with schema validation support
- Improved clarity and consistency of descriptions throughout the user input documentation
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| en/use-dify/nodes/variable-assigner.mdx | Added Boolean tab with operations, reorganized content structure with bullet points, moved tip inside Array tab |
| en/use-dify/nodes/variable-aggregator.mdx | Added Boolean to the list of supported data types |
| en/use-dify/nodes/user-input.mdx | Updated description, refined wording throughout, added JSON Code input field type, improved file processing explanations |
| en/use-dify/nodes/list-operator.mdx | Added array[boolean] support, moved supported data types section to introduction |
| en/use-dify/nodes/ifelse.mdx | Minor wording refinement for text operations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🌐 Multi-language Sync✅ Created sync PR #632 Synced 10 files to cn + jp Both PRs can merge independently. Future commits here will auto-update the sync PR. |
🌐 Multi-language Sync✅ Updated sync PR #632 Future commits will auto-update the sync PR. |
a0e43e1 to
6955133
Compare
Co-authored-by: Riskey <[email protected]>
…rsation history variables from the llm node page (#622) * 🌐 Initial translations for PR #621 Auto-generated translations for documentation changes in PR #621. Last-Processed-Commit: 6619ef3 Original-PR: #621 Languages: Chinese (zh), Japanese (ja) 🤖 Generated with GitHub Actions * Update LLM node setup instructions Removed link to model plugin installation instructions. * Update LLM node documentation --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Riskey <[email protected]>
Closes the gap where first-time contributor PRs require maintainer approval, but approval events don't trigger the translation workflow. New workflow: sync_docs_on_approval.yml - Listens to pull_request_review (submitted, approved) - Re-runs the most recent Analyze workflow for the PR - This triggers the existing Execute chain with fresh artifacts - Posts "approval received" comment before starting Note: Fork/author/reviewer checks are commented out for testing. Search for "TODO: UNCOMMENT" to restore after testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <[email protected]>
- Remove workflow_dispatch trigger (was for testing) - Remove manual trigger handling code - Uncomment fork/author/reviewer checks - Workflow now only triggers on actual PR approvals 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Add ignore_files config to exclude specific files from translation Adds ability to specify source language files that should not be translated: - New `ignore_files` array in config.json - Validation ensures paths start with source dir, have valid extension, no traversal - Filtering applied in PRAnalyzer.categorize_files() and SyncPlanGenerator.generate_sync_plan() 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * update config --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.