agent-swarm-kit 1.0.211 → 1.0.212
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
|
@@ -10711,7 +10711,7 @@ class DocService {
|
|
|
10711
10711
|
const result = [];
|
|
10712
10712
|
{
|
|
10713
10713
|
result.push("---");
|
|
10714
|
-
result.push(`title: ${prefix}/${agentSchema.agentName}
|
|
10714
|
+
result.push(`title: ${prefix}/${agentSchema.agentName}`);
|
|
10715
10715
|
result.push(`group: ${prefix}`);
|
|
10716
10716
|
result.push("---");
|
|
10717
10717
|
result.push("");
|
package/build/index.mjs
CHANGED
|
@@ -10709,7 +10709,7 @@ class DocService {
|
|
|
10709
10709
|
const result = [];
|
|
10710
10710
|
{
|
|
10711
10711
|
result.push("---");
|
|
10712
|
-
result.push(`title: ${prefix}/${agentSchema.agentName}
|
|
10712
|
+
result.push(`title: ${prefix}/${agentSchema.agentName}`);
|
|
10713
10713
|
result.push(`group: ${prefix}`);
|
|
10714
10714
|
result.push("---");
|
|
10715
10715
|
result.push("");
|