We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae878c3 commit c1edfcbCopy full SHA for c1edfcb
src/node/services/systemMessage.test.ts
@@ -269,7 +269,8 @@ General details only.
269
);
270
271
expect(systemMessage).toContain("<model-openai-gpt-5-1-codex>");
272
- expect(systemMessage).toContain("OpenAI's GPT-5.1 Codex models already default to terse replies.");
+ expect(systemMessage).toContain(
273
+ "OpenAI's GPT-5.1 Codex models already default to terse replies."
274
+ );
275
});
-
276
0 commit comments