Commit af5a865
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, #754441 parent 7cca9ba commit af5a865
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments