fix(agent): drop temperature param for claude-opus-4-7 (#4459)

This commit is contained in:
Theodore Li
2026-05-05 19:59:42 -04:00
committed by GitHub
parent 8f78635dee
commit 0925e2d27b
-1
View File
@@ -576,7 +576,6 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
updatedAt: '2026-04-16',
},
capabilities: {
temperature: { min: 0, max: 1 },
nativeStructuredOutputs: true,
maxOutputTokens: 128000,
thinking: {