mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:40:49 +00:00
fix: hide adaptive think option for GPT models
This commit is contained in:
@@ -811,7 +811,7 @@ describe("handleDirectiveOnly model persist behavior (fixes #1435)", () => {
|
||||
);
|
||||
|
||||
expect(result?.text).toContain("Current thinking level: low");
|
||||
expect(result?.text).toContain("Options: off, minimal, low, medium, high, adaptive.");
|
||||
expect(result?.text).toContain("Options: off, minimal, low, medium, high.");
|
||||
});
|
||||
|
||||
it("persists verbose on and off directives", async () => {
|
||||
|
||||
Reference in New Issue
Block a user