fix: repair tool-use history for anthropic

This commit is contained in:
Peter Steinberger
2026-01-10 19:15:52 +00:00
parent c409edd3fa
commit 212b13b099
4 changed files with 277 additions and 8 deletions

View File

@@ -96,7 +96,6 @@ describeLive("live models (profile keys)", () => {
apiKey: apiKeyInfo.apiKey,
reasoning: model.reasoning ? "low" : undefined,
maxTokens: 128,
temperature: 0,
},
);
@@ -136,7 +135,6 @@ describeLive("live models (profile keys)", () => {
apiKey: apiKeyInfo.apiKey,
reasoning: model.reasoning ? "low" : undefined,
maxTokens: 64,
temperature: 0,
},
);
@@ -163,7 +161,6 @@ describeLive("live models (profile keys)", () => {
apiKey: apiKeyInfo.apiKey,
reasoning: model.reasoning ? "low" : undefined,
maxTokens: 64,
temperature: 0,
},
);