@juspay/neurolink 12.2.0 → 12.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/dist/browser/neurolink.min.js +3 -3
- package/dist/constants/enums.d.ts +7 -11
- package/dist/constants/enums.js +6 -10
- package/dist/factories/providerDescriptors.js +1 -1
- package/dist/providers/openaiChatCompletionsClient.js +6 -1
- package/dist/providers/openaiCompatCatalog.js +4 -9
- package/dist/utils/modelChoices.js +4 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
## [12.2.
|
|
1
|
+
## [12.2.1](https://github.com/juspay/neurolink/compare/v12.2.0...v12.2.1) (2026-08-27)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(
|
|
5
|
+
- **(providers):** align cerebras with live roster and omit tool_choice without tools ([0c92a3f](https://github.com/juspay/neurolink/commit/0c92a3fb725fd4035e3c52919867fc734073547e)), closes [#1561](https://github.com/juspay/neurolink/issues/1561)
|
|
6
6
|
|
|
7
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
8
8
|
|