mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Fix a few tests
This commit is contained in:
@@ -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**")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user