From d7776f2a170977d79b07f51e116192670b9e59a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Sat, 12 Sep 2026 02:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E7=94=9F=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=8F=90=E7=A4=BA=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 改进分离要求和返工建议英文表述 --- .../src/ui_editor/commands/separation/prompt/binding.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/prompt/binding.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/prompt/binding.rs index 575ebb913..e9253e810 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/prompt/binding.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/prompt/binding.rs @@ -16,7 +16,7 @@ pub(crate) fn gen_binding_prompt(nodes: &[&SeparationNode]) -> String { Do not copy, infer, or reuse the source node rectangle. The src image is only for identifying which semantic UI element belongs to to_node. - Here were the separation requirements: + Here are the separation requirements: Preserve hard edges and the exact visible shape. The processed image is an opaque visual-binding preview containing the requested image layers. The solid color {marker_color} is an intentional transparency marker added by this workflow before this request. @@ -30,10 +30,10 @@ pub(crate) fn gen_binding_prompt(nodes: &[&SeparationNode]) -> String { * edge process ... - if not, use `NeedRework` data structure in the tool to indicate the (it should be from which) node id and advice. - your advice (less than 20 words) will be used to improve the separation in the next time. + if not, use the `NeedRework` data structure in the tool to indicate the node id and advice. + your advice (less than 20 words) will be used to improve the separation next time. - these node need handle: + these nodes need handling: "# ); let mut result = binding_system_prompt;