Skip to content

Commit af5a865

Browse files
committed
fix(fireworks): declare compat.unsupportedToolSchemaKeywords for kimi-k2p5-turbo
Round-1 review on PR #75476 noted the new modelCompat plumbing alone is incomplete because the Fireworks bundled catalog row for kimi-k2p5-turbo did not declare unsupportedToolSchemaKeywords. Without the manifest entry, the runtime model still has no unsupported-keyword set and {"not": {}} reaches Fireworks unchanged. Add the provider-owned manifest compat for the affected model so the existing plumbing in this PR has the metadata to act on. Other Fireworks routers do not need the same opt-out today (they accept `not`); we can extend the list per-model as more provider rejections surface. Refs #75467, #75444
1 parent 7cca9ba commit af5a865

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/fireworks/openclaw.plugin.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"output": 0,
5454
"cacheRead": 0,
5555
"cacheWrite": 0
56+
},
57+
"compat": {
58+
"unsupportedToolSchemaKeywords": ["not"]
5659
}
5760
}
5861
]

0 commit comments

Comments
 (0)