@labelbox/recursion-sdk 0.0.156 → 0.0.157

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.
@@ -11255,7 +11255,7 @@ export type ManagedAgentsTreeResult = {
11255
11255
  */
11256
11256
  sessions?: unknown;
11257
11257
  /**
11258
- * Thread registry rows for the tree's context-isolated execution streams. Empty for imported RL trees, which have no thread registry.
11258
+ * Thread registry rows for the tree's context-isolated execution streams. Imported RL children appear when their import supplied thread names; older imports without names use session-derived fallback rows.
11259
11259
  */
11260
11260
  threads?: unknown;
11261
11261
  };
@@ -51628,7 +51628,7 @@ export const SDK_REFERENCE = {
51628
51628
  name: 'threads',
51629
51629
  required: false,
51630
51630
  type: 'unknown',
51631
- description: "Thread registry rows for the tree's context-isolated execution streams. Empty for imported RL trees, which have no thread registry.",
51631
+ description: "Thread registry rows for the tree's context-isolated execution streams. Imported RL children appear when their import supplied thread names; older imports without names use session-derived fallback rows.",
51632
51632
  },
51633
51633
  ],
51634
51634
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-sdk",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",