From 3a7f7d9c31805f4b6d8282b9ede91f17d4ad024d Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Tue, 5 May 2026 16:54:03 -0700 Subject: [PATCH] fix(agent): drop temperature param for claude-opus-4-7 --- apps/sim/providers/models.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index 04942c74113..83ba847f77e 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -576,7 +576,6 @@ export const PROVIDER_DEFINITIONS: Record = { updatedAt: '2026-04-16', }, capabilities: { - temperature: { min: 0, max: 1 }, nativeStructuredOutputs: true, maxOutputTokens: 128000, thinking: {