mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
disable thinking for opencode zen and gpt-5 temporarily
This commit is contained in:
@@ -98,8 +98,8 @@ export namespace ProviderTransform {
|
|||||||
}
|
}
|
||||||
if (providerID === "opencode") {
|
if (providerID === "opencode") {
|
||||||
result["promptCacheKey"] = sessionID
|
result["promptCacheKey"] = sessionID
|
||||||
result["include"] = ["reasoning.encrypted_content"]
|
// result["include"] = ["reasoning.encrypted_content"]
|
||||||
result["reasoningSummary"] = "detailed"
|
// result["reasoningSummary"] = "detailed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user