la-machina-engine 0.7.7 → 0.7.8

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/index.cjs CHANGED
@@ -11306,7 +11306,10 @@ ${inputJson}
11306
11306
  "Content-Type": "application/json",
11307
11307
  Authorization: `Bearer ${runner.secret}`
11308
11308
  },
11309
- body: JSON.stringify({ runId })
11309
+ body: JSON.stringify({
11310
+ runId,
11311
+ workspaceId: this.config.storage.workspaceId
11312
+ })
11310
11313
  });
11311
11314
  if (!res.ok) {
11312
11315
  return {