mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:31:24 +00:00
Thinking: accept extra-high alias and sync Codex FAQ wording
This commit is contained in:
@@ -15,6 +15,11 @@ describe("normalizeThinkLevel", () => {
|
||||
expect(normalizeThinkLevel("xhigh")).toBe("xhigh");
|
||||
});
|
||||
|
||||
it("accepts extra-high aliases as xhigh", () => {
|
||||
expect(normalizeThinkLevel("extra-high")).toBe("xhigh");
|
||||
expect(normalizeThinkLevel("extra high")).toBe("xhigh");
|
||||
});
|
||||
|
||||
it("accepts on as low", () => {
|
||||
expect(normalizeThinkLevel("on")).toBe("low");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user