docs: refresh generic model examples

This commit is contained in:
Peter Steinberger
2026-04-04 07:27:21 +01:00
parent bcd11176ef
commit 6507f54965
6 changed files with 10 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ when you want to disable it or restrict it to specific models:
{
tools: {
exec: {
applyPatch: { workspaceOnly: true, allowModels: ["gpt-5.2"] },
applyPatch: { workspaceOnly: true, allowModels: ["gpt-5.4"] },
},
},
}