@openserv-labs/client 2.0.1 → 2.0.2
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/dist/provision.js +1 -1
- package/package.json +1 -1
package/dist/provision.js
CHANGED
|
@@ -369,7 +369,7 @@ async function provisionWorkflow(client, agentId, agentName, config) {
|
|
|
369
369
|
// syncInternal() handles x402 wallet injection, integration connection resolution,
|
|
370
370
|
// and auto-generates sequential edges when none are provided
|
|
371
371
|
const workflow = await client.workflows.create({
|
|
372
|
-
name:
|
|
372
|
+
name: workflowName,
|
|
373
373
|
goal: config.goal,
|
|
374
374
|
agentIds: config.agentIds,
|
|
375
375
|
triggers: [config.trigger],
|
package/package.json
CHANGED