mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: trim mismatched thinking defaults
This commit is contained in:
@@ -877,9 +877,9 @@ describe("executeSlashCommand directives", () => {
|
||||
"",
|
||||
);
|
||||
|
||||
// Should NOT show DeepSeek defaults (xhigh, max) for an Anthropic session
|
||||
expect(status.content).not.toContain("xhigh");
|
||||
expect(status.content).not.toContain("max");
|
||||
expect(status.content).toBe(
|
||||
"Current thinking level: high.\nOptions: default, off, minimal, low, medium, high.",
|
||||
);
|
||||
});
|
||||
|
||||
it("reports the current verbose level for bare /verbose", async () => {
|
||||
|
||||
Reference in New Issue
Block a user