From c86221e3dad286c6fadb43beaced0eaace87d7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 11 Sep 2026 20:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20TODO=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E7=A4=BA=E6=81=A2=E5=A4=8D=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src-tauri/src/ui_editor/commands/separation/tree.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/tree.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/tree.rs index f1d024827..8f9a454d0 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/tree.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/tree.rs @@ -176,6 +176,7 @@ pub fn validate_binding_response( return Err("NeedRework 必须包含问题描述".to_string()); } if advice.chars().count() > MAX_REWORK_NOTE_CHARS { + // TODO add this back in prompt return Err(format!( "NeedRework 问题描述不能超过 {MAX_REWORK_NOTE_CHARS} 个字符" ));