agent-swarm-kit 1.0.153 → 1.0.154
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/build/index.cjs +1 -1
- package/build/index.mjs +1 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -1598,7 +1598,7 @@ var GLOBAL_CONFIG = {
|
|
|
1598
1598
|
CC_BANHAMMER_PLACEHOLDER: CC_BANHAMMER_PLACEHOLDER,
|
|
1599
1599
|
CC_TOOL_CALL_EXCEPTION_CUSTOM_FUNCTION: CC_TOOL_CALL_EXCEPTION_CUSTOM_FUNCTION,
|
|
1600
1600
|
};
|
|
1601
|
-
GLOBAL_CONFIG.CC_RESQUE_STRATEGY = "
|
|
1601
|
+
GLOBAL_CONFIG.CC_RESQUE_STRATEGY = "flush";
|
|
1602
1602
|
var setConfig = function (config) {
|
|
1603
1603
|
Object.assign(GLOBAL_CONFIG, config);
|
|
1604
1604
|
};
|
package/build/index.mjs
CHANGED
|
@@ -1596,7 +1596,7 @@ var GLOBAL_CONFIG = {
|
|
|
1596
1596
|
CC_BANHAMMER_PLACEHOLDER: CC_BANHAMMER_PLACEHOLDER,
|
|
1597
1597
|
CC_TOOL_CALL_EXCEPTION_CUSTOM_FUNCTION: CC_TOOL_CALL_EXCEPTION_CUSTOM_FUNCTION,
|
|
1598
1598
|
};
|
|
1599
|
-
GLOBAL_CONFIG.CC_RESQUE_STRATEGY = "
|
|
1599
|
+
GLOBAL_CONFIG.CC_RESQUE_STRATEGY = "flush";
|
|
1600
1600
|
var setConfig = function (config) {
|
|
1601
1601
|
Object.assign(GLOBAL_CONFIG, config);
|
|
1602
1602
|
};
|