agent-swarm-kit 1.0.97 → 1.0.98
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
|
@@ -7625,7 +7625,7 @@ var DocService = /** @class */ (function () {
|
|
|
7625
7625
|
Object.entries(fn.parameters.properties).forEach(function (_a, idx) {
|
|
7626
7626
|
var _b = __read(_a, 2), key = _b[0], _c = _b[1], type = _c.type, description = _c.description, e = _c.enum;
|
|
7627
7627
|
result.push("");
|
|
7628
|
-
result.push(">
|
|
7628
|
+
result.push("> ".concat(idx + 1, ". ").concat(key));
|
|
7629
7629
|
{
|
|
7630
7630
|
result.push("");
|
|
7631
7631
|
result.push("*Type:* `".concat(type, "`"));
|
package/build/index.mjs
CHANGED
|
@@ -7623,7 +7623,7 @@ var DocService = /** @class */ (function () {
|
|
|
7623
7623
|
Object.entries(fn.parameters.properties).forEach(function (_a, idx) {
|
|
7624
7624
|
var _b = __read(_a, 2), key = _b[0], _c = _b[1], type = _c.type, description = _c.description, e = _c.enum;
|
|
7625
7625
|
result.push("");
|
|
7626
|
-
result.push(">
|
|
7626
|
+
result.push("> ".concat(idx + 1, ". ").concat(key));
|
|
7627
7627
|
{
|
|
7628
7628
|
result.push("");
|
|
7629
7629
|
result.push("*Type:* `".concat(type, "`"));
|