agent-swarm-kit 1.1.34 → 1.1.35
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
|
@@ -20305,7 +20305,7 @@ const startPipeline = beginContext(async (clientId, pipelineName, swarmName, pay
|
|
|
20305
20305
|
});
|
|
20306
20306
|
await Chat.beginChat(clientId, swarmName);
|
|
20307
20307
|
swarm$1.sessionValidationService.validate(clientId, METHOD_NAME$d);
|
|
20308
|
-
swarm$1.pipelineValidationService.validate(
|
|
20308
|
+
swarm$1.pipelineValidationService.validate(pipelineName, METHOD_NAME$d);
|
|
20309
20309
|
const agentName = await swarm$1.swarmPublicService.getAgentName(METHOD_NAME$d, clientId, swarmName);
|
|
20310
20310
|
const { execute, callbacks } = swarm$1.pipelineSchemaService.get(pipelineName);
|
|
20311
20311
|
let isError = false;
|
package/build/index.mjs
CHANGED
|
@@ -20303,7 +20303,7 @@ const startPipeline = beginContext(async (clientId, pipelineName, swarmName, pay
|
|
|
20303
20303
|
});
|
|
20304
20304
|
await Chat.beginChat(clientId, swarmName);
|
|
20305
20305
|
swarm$1.sessionValidationService.validate(clientId, METHOD_NAME$d);
|
|
20306
|
-
swarm$1.pipelineValidationService.validate(
|
|
20306
|
+
swarm$1.pipelineValidationService.validate(pipelineName, METHOD_NAME$d);
|
|
20307
20307
|
const agentName = await swarm$1.swarmPublicService.getAgentName(METHOD_NAME$d, clientId, swarmName);
|
|
20308
20308
|
const { execute, callbacks } = swarm$1.pipelineSchemaService.get(pipelineName);
|
|
20309
20309
|
let isError = false;
|