添加 TODO 注释以提示恢复字符限制错误信息
Project CI / Repository checks (pull_request) Failing after 15s
Project CI / Backend tests (pull_request) Failing after 15s
Project CI / Frontend tests (pull_request) Successful in 3m3s
Project CI / Native shell tests (pull_request) Failing after 14m57s

This commit is contained in:
2026-09-11 20:12:16 +08:00
parent e7af7cf4e4
commit c86221e3da
@@ -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} 个字符"
));