From bea7e5ad70d3bfeb16a5b34058560e4dced6d40d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 23 Sep 2026 15:58:28 +0800 Subject: [PATCH 1/2] feat: prompt --- .../conversation-panel/chat-input/index.vue | 160 ------------------ .../component/python-code/PromptGenerate.vue | 76 +++++++-- ui/src/workflow-canvas/WORKFLOW_README.md | 6 +- .../ai-chat-node/component/PromptGenerate.vue | 77 +++++++-- 4 files changed, 126 insertions(+), 193 deletions(-) delete mode 100644 ui/src/conversation-panel/chat-input/index.vue diff --git a/ui/src/conversation-panel/chat-input/index.vue b/ui/src/conversation-panel/chat-input/index.vue deleted file mode 100644 index 4447bc2e579..00000000000 --- a/ui/src/conversation-panel/chat-input/index.vue +++ /dev/null @@ -1,160 +0,0 @@ - - - - - diff --git a/ui/src/views/tool/tool-form/component/python-code/PromptGenerate.vue b/ui/src/views/tool/tool-form/component/python-code/PromptGenerate.vue index ecdda195b18..1be10613b88 100644 --- a/ui/src/views/tool/tool-form/component/python-code/PromptGenerate.vue +++ b/ui/src/views/tool/tool-form/component/python-code/PromptGenerate.vue @@ -1,9 +1,8 @@