[PR #300] [MERGED] Feat/auto rule generate #22426

Closed
opened 2026-02-21 20:18:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/300
Author: @iamjoel
Created: 6/5/2023
Status: Merged
Merged: 6/5/2023
Merged by: @iamjoel

Base: mainHead: feat/auto-rule-generate


📝 Commits (10+)

📊 Changes

14 files changed (+803 additions, -455 deletions)

View changed files

📝 web/app/components/app/configuration/config-prompt/index.tsx (+24 -17)
📝 web/app/components/app/configuration/config-var/index.tsx (+95 -70)
web/app/components/app/configuration/config/automatic/automatic-btn.tsx (+33 -0)
web/app/components/app/configuration/config/automatic/get-automatic-res.tsx (+205 -0)
📝 web/app/components/app/configuration/config/index.tsx (+33 -15)
📝 web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx (+35 -34)
📝 web/app/components/base/block-input/index.tsx (+33 -29)
📝 web/app/components/datasets/create/step-two/index.tsx (+119 -108)
📝 web/app/components/datasets/documents/detail/settings/index.tsx (+9 -8)
📝 web/i18n/lang/app-debug.en.ts (+99 -81)
📝 web/i18n/lang/app-debug.zh.ts (+98 -80)
📝 web/i18n/lang/dataset-creation.en.ts (+2 -2)
📝 web/i18n/lang/dataset-creation.zh.ts (+3 -3)
📝 web/service/debug.ts (+15 -8)

📄 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/pull/300 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/auto-rule-generate` --- ### 📝 Commits (10+) - [`1809a9a`](https://github.com/langgenius/dify/commit/1809a9afeb89aab48d3ca5cd39240b1068d9cebd) feat: automatic btn - [`da09fdb`](https://github.com/langgenius/dify/commit/da09fdb35df7ab0a34450681b3c071afd7bd0f18) feat: automatic modal left struct - [`d9ba502`](https://github.com/langgenius/dify/commit/d9ba50222a9ca5e88dcf8cab06bd2f03e8375960) feat: automatic modal left style - [`e9e396d`](https://github.com/langgenius/dify/commit/e9e396d43b916040598d84c8a16f1edb7465e1c9) feat: valid and gen rule api - [`8b26db4`](https://github.com/langgenius/dify/commit/8b26db45a5589e92bc6ac080c7486ab01d0cc58a) feat: readonly prompt - [`3ac0f1d`](https://github.com/langgenius/dify/commit/3ac0f1d7bbb20228e86a2bafa286a922bc6d8e9c) feat: readonly var - [`f2e825a`](https://github.com/langgenius/dify/commit/f2e825aca25a9f9783549a7bc5a85b11cc0e13af) feat: readonly opening remarks - [`71b8862`](https://github.com/langgenius/dify/commit/71b88621a52de5885899b96cf7dfeaafb36853bd) feat: op btn - [`520e4a4`](https://github.com/langgenius/dify/commit/520e4a4cbca2e4046df0bbb04741b3c1f5430a42) feat: loading and no data status - [`53629e8`](https://github.com/langgenius/dify/commit/53629e8d93c15a557ccb629275ea1187968fc466) feat: call api and sync ### 📊 Changes **14 files changed** (+803 additions, -455 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/configuration/config-prompt/index.tsx` (+24 -17) 📝 `web/app/components/app/configuration/config-var/index.tsx` (+95 -70) ➕ `web/app/components/app/configuration/config/automatic/automatic-btn.tsx` (+33 -0) ➕ `web/app/components/app/configuration/config/automatic/get-automatic-res.tsx` (+205 -0) 📝 `web/app/components/app/configuration/config/index.tsx` (+33 -15) 📝 `web/app/components/app/configuration/features/chat-group/opening-statement/index.tsx` (+35 -34) 📝 `web/app/components/base/block-input/index.tsx` (+33 -29) 📝 `web/app/components/datasets/create/step-two/index.tsx` (+119 -108) 📝 `web/app/components/datasets/documents/detail/settings/index.tsx` (+9 -8) 📝 `web/i18n/lang/app-debug.en.ts` (+99 -81) 📝 `web/i18n/lang/app-debug.zh.ts` (+98 -80) 📝 `web/i18n/lang/dataset-creation.en.ts` (+2 -2) 📝 `web/i18n/lang/dataset-creation.zh.ts` (+3 -3) 📝 `web/service/debug.ts` (+15 -8) </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-21 20:18:56 -05:00
yindo closed this issue 2026-02-21 20:18:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22426