agent-swarm-kit 1.1.149 → 1.1.150
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 +0 -1
- package/build/index.mjs +0 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -19220,7 +19220,6 @@ const dumpOutlineResult = beginContext(async (result, outputDir = "./dump/outlin
|
|
|
19220
19220
|
{
|
|
19221
19221
|
summary += `\n`;
|
|
19222
19222
|
summary += `**ResultId**: ${result.resultId}\n`;
|
|
19223
|
-
summary += `**Generation Date**: ${new Date().toISOString()}\n`;
|
|
19224
19223
|
summary += `\n`;
|
|
19225
19224
|
}
|
|
19226
19225
|
if (result.param) {
|
package/build/index.mjs
CHANGED
|
@@ -19200,7 +19200,6 @@ const dumpOutlineResult = beginContext(async (result, outputDir = "./dump/outlin
|
|
|
19200
19200
|
{
|
|
19201
19201
|
summary += `\n`;
|
|
19202
19202
|
summary += `**ResultId**: ${result.resultId}\n`;
|
|
19203
|
-
summary += `**Generation Date**: ${new Date().toISOString()}\n`;
|
|
19204
19203
|
summary += `\n`;
|
|
19205
19204
|
}
|
|
19206
19205
|
if (result.param) {
|