mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
@@ -112,7 +112,7 @@ describe("AgentLoop", () => {
|
||||
expect(config.instructions).toContain("Hello docs!");
|
||||
|
||||
const agent = new AgentLoop({
|
||||
model: "o3-mini", // arbitrary
|
||||
model: "o3", // arbitrary
|
||||
instructions: config.instructions,
|
||||
config,
|
||||
approvalPolicy: { mode: "suggest" } as any,
|
||||
|
||||
Reference in New Issue
Block a user