@nuvin/nuvin-core 1.9.2 → 1.9.3
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/dist/VERSION +2 -2
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/VERSION
CHANGED
package/dist/index.js
CHANGED
|
@@ -1406,7 +1406,7 @@ var AgentOrchestrator = class {
|
|
|
1406
1406
|
toInvocations(toolCalls) {
|
|
1407
1407
|
return convertToolCalls(toolCalls, {
|
|
1408
1408
|
strict: this.cfg.strictToolValidation ?? false,
|
|
1409
|
-
throwOnError:
|
|
1409
|
+
throwOnError: false
|
|
1410
1410
|
});
|
|
1411
1411
|
}
|
|
1412
1412
|
};
|
|
@@ -5953,6 +5953,7 @@ function normalizeModelLimits(provider, model) {
|
|
|
5953
5953
|
}
|
|
5954
5954
|
var FALLBACK_LIMITS = {
|
|
5955
5955
|
zai: {
|
|
5956
|
+
"glm-4.7": { contextWindow: 2e5, maxOutput: 128e3 },
|
|
5956
5957
|
"glm-4.6": { contextWindow: 2e5, maxOutput: 128e3 }
|
|
5957
5958
|
},
|
|
5958
5959
|
openrouter: {
|