feat(opencode): use reasoning summary auto for gpt-5 models that are not chat (#12502)
parent
918795d868
commit
a25cd2da72
|
|
@ -646,6 +646,7 @@ export namespace ProviderTransform {
|
|||
if (input.model.api.id.includes("gpt-5") && !input.model.api.id.includes("gpt-5-chat")) {
|
||||
if (!input.model.api.id.includes("gpt-5-pro")) {
|
||||
result["reasoningEffort"] = "medium"
|
||||
result["reasoningSummary"] = "auto"
|
||||
}
|
||||
|
||||
// Only set textVerbosity for non-chat gpt-5.x models
|
||||
|
|
|
|||
Loading…
Reference in New Issue