agent-swarm-kit 1.0.97 → 1.0.99
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 +4 -4
- package/build/index.mjs +4 -4
- 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, "`"));
|
|
@@ -7657,7 +7657,7 @@ var DocService = /** @class */ (function () {
|
|
|
7657
7657
|
result.push("");
|
|
7658
7658
|
result.push("#### Note for developer");
|
|
7659
7659
|
result.push("");
|
|
7660
|
-
result.push(docNote);
|
|
7660
|
+
result.push("*".concat(docNote, "*"));
|
|
7661
7661
|
}
|
|
7662
7662
|
result.push("");
|
|
7663
7663
|
};
|
|
@@ -7683,11 +7683,11 @@ var DocService = /** @class */ (function () {
|
|
|
7683
7683
|
}
|
|
7684
7684
|
if (embedding) {
|
|
7685
7685
|
result.push("");
|
|
7686
|
-
result.push("
|
|
7686
|
+
result.push("*Embedding:* `".concat(embedding, "`"));
|
|
7687
7687
|
}
|
|
7688
7688
|
{
|
|
7689
7689
|
result.push("");
|
|
7690
|
-
result.push("
|
|
7690
|
+
result.push("*Shared:* [".concat(shared ? "x" : " ", "]"));
|
|
7691
7691
|
}
|
|
7692
7692
|
if (callbacks) {
|
|
7693
7693
|
result.push("");
|
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, "`"));
|
|
@@ -7655,7 +7655,7 @@ var DocService = /** @class */ (function () {
|
|
|
7655
7655
|
result.push("");
|
|
7656
7656
|
result.push("#### Note for developer");
|
|
7657
7657
|
result.push("");
|
|
7658
|
-
result.push(docNote);
|
|
7658
|
+
result.push("*".concat(docNote, "*"));
|
|
7659
7659
|
}
|
|
7660
7660
|
result.push("");
|
|
7661
7661
|
};
|
|
@@ -7681,11 +7681,11 @@ var DocService = /** @class */ (function () {
|
|
|
7681
7681
|
}
|
|
7682
7682
|
if (embedding) {
|
|
7683
7683
|
result.push("");
|
|
7684
|
-
result.push("
|
|
7684
|
+
result.push("*Embedding:* `".concat(embedding, "`"));
|
|
7685
7685
|
}
|
|
7686
7686
|
{
|
|
7687
7687
|
result.push("");
|
|
7688
|
-
result.push("
|
|
7688
|
+
result.push("*Shared:* [".concat(shared ? "x" : " ", "]"));
|
|
7689
7689
|
}
|
|
7690
7690
|
if (callbacks) {
|
|
7691
7691
|
result.push("");
|