fix: hide adaptive think option for GPT models

This commit is contained in:
Peter Steinberger
2026-04-21 06:16:10 +01:00
parent 0da5e0e34e
commit e4adb0b0e3
18 changed files with 136 additions and 40 deletions

View File

@@ -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 () => {