mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 18:20:25 +00:00
style(repo): format touched helpers and tests
This commit is contained in:
@@ -65,10 +65,7 @@ describe("provider replay helpers", () => {
|
||||
}
|
||||
|
||||
// These legacy models SHOULD drop thinking blocks
|
||||
for (const modelId of [
|
||||
"claude-3-7-sonnet-20250219",
|
||||
"claude-3-5-sonnet-20240620",
|
||||
]) {
|
||||
for (const modelId of ["claude-3-7-sonnet-20250219", "claude-3-5-sonnet-20240620"]) {
|
||||
const policy = buildAnthropicReplayPolicyForModel(modelId);
|
||||
expect(policy).toMatchObject({ dropThinkingBlocks: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user