We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff74cda commit d800c97Copy full SHA for d800c97
packages/opencode/src/provider/transform.ts
@@ -646,6 +646,7 @@ export namespace ProviderTransform {
646
if (input.model.api.id.includes("gpt-5") && !input.model.api.id.includes("gpt-5-chat")) {
647
if (!input.model.api.id.includes("gpt-5-pro")) {
648
result["reasoningEffort"] = "medium"
649
+ result["reasoningSummary"] = "auto"
650
}
651
652
// Only set textVerbosity for non-chat gpt-5.x models
0 commit comments