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} 个字符" ));