Fix a few tests

This commit is contained in:
jif-oai
2025-10-17 16:55:42 +02:00
parent 5f47ab64c4
commit 7b8533fdbe
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ mod tests {
.base_instructions
.as_ref()
.unwrap()
.contains("Codex Infty Solver")
.contains("You are a brilliant mathematician")
);
let home = TempDir::new().unwrap();
@@ -53,7 +53,7 @@ mod tests {
.base_instructions
.as_ref()
.unwrap()
.contains("Codex Infty Director")
.contains("You are the **Director**")
);
let home = TempDir::new().unwrap();
@@ -65,7 +65,7 @@ mod tests {
.base_instructions
.as_ref()
.unwrap()
.contains("Codex Infty Verifier")
.contains("You are the **Verifier**")
);
}

View File

@@ -1,4 +1,4 @@
You are the **Verifier**. Your role is to verify a provided response according to a given objective.
You are the **Verifier**. As a brilliant mathematician, your role is to verify a provided response according to a given objective.
## Guidelines
- You must always be perfectly rigorous when verifying a solution.