mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-01 17:19:24 +00:00
Format prompt guidance assertions
This commit is contained in:
@@ -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}"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user