fix: ensure anthropic models on OR also have variant support (#13498)

This commit is contained in:
Aiden Cline
2026-02-14 14:30:07 -06:00
committed by GitHub
parent 67c985ce82
commit 839c5cda12
4 changed files with 135 additions and 2 deletions

View File

@@ -103,6 +103,7 @@
"@types/node": "catalog:"
},
"patchedDependencies": {
"@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch"
"@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch",
"@openrouter/ai-sdk-provider@1.5.4": "patches/@openrouter%2Fai-sdk-provider@1.5.4.patch"
}
}