set verbosity to low for gpt-5.1 (match codex)
This commit is contained in:
parent
64d28ea457
commit
ef4b2baedc
1 changed files with 4 additions and 0 deletions
|
|
@ -149,6 +149,10 @@ export namespace ProviderTransform {
|
||||||
result["reasoningEffort"] = "medium"
|
result["reasoningEffort"] = "medium"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (modelID.endsWith("gpt-5.1")) {
|
||||||
|
result["textVerbosity"] = "low"
|
||||||
|
}
|
||||||
|
|
||||||
if (providerID === "opencode") {
|
if (providerID === "opencode") {
|
||||||
result["promptCacheKey"] = sessionID
|
result["promptCacheKey"] = sessionID
|
||||||
result["include"] = ["reasoning.encrypted_content"]
|
result["include"] = ["reasoning.encrypted_content"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue