test: tighten groq reasoning map assertion · openclaw/openclaw@d7291cf
shakkernerd
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,12 +8,17 @@ describe("groq provider compat", () => {
|
8 | 8 | expect(resolveGroqReasoningCompatPatch("qwen/qwen3-32b")).toEqual({ |
9 | 9 | supportsReasoningEffort: true, |
10 | 10 | supportedReasoningEfforts: ["none", "default"], |
11 | | -reasoningEffortMap: expect.objectContaining({ |
| 11 | +reasoningEffortMap: { |
| 12 | +adaptive: "default", |
| 13 | +high: "default", |
12 | 14 | off: "none", |
| 15 | +none: "none", |
| 16 | +minimal: "default", |
13 | 17 | low: "default", |
14 | 18 | medium: "default", |
15 | | -high: "default", |
16 | | -}), |
| 19 | +max: "default", |
| 20 | +xhigh: "default", |
| 21 | +}, |
17 | 22 | }); |
18 | 23 | }); |
19 | 24 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。