fix(models): use adaptive thinking for Claude

This commit is contained in:
Patrick Wozniak
2026-08-20 00:13:56 +02:00
parent 4f91a9b00b
commit ed29c59f31
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ function createProviderConfig(
supportsLongCacheRetention: false,
supportsCacheControlOnTools: false,
supportsToolReferences: false,
...(model.reasoning ? { forceAdaptiveThinking: true } : {}),
},
})),
}