Format prompt guidance assertions

This commit is contained in:
Henry Park
2026-03-27 16:43:58 -07:00
parent 2508628a36
commit 37e1a41073
2 changed files with 11 additions and 6 deletions
+2 -3
View File
@@ -257,9 +257,8 @@ mod tests {
Actual system prompt:\n{system_prompt}"
);
assert!(
system_prompt.contains(
"use normal assistant output to reply in the current conversation"
),
system_prompt
.contains("use normal assistant output to reply in the current conversation"),
"System prompt should route ordinary replies through normal assistant output.\n\
Actual system prompt:\n{system_prompt}"
);