@labelbox/recursion-sdk 0.0.177 → 0.0.178

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.
@@ -10517,7 +10517,11 @@ export type ManagedAgentsReflection = {
10517
10517
  */
10518
10518
  instructions?: string;
10519
10519
  /**
10520
- * Model that ran the consolidation.
10520
+ * Gateway or provider model string that ran the consolidation. Empty when model_ref_id names a registered reference instead.
10521
+ */
10522
+ model?: string;
10523
+ /**
10524
+ * Canonical model-reference UUID that ran the consolidation. Empty when model names a gateway model instead.
10521
10525
  */
10522
10526
  model_ref_id?: string;
10523
10527
  /**
@@ -51362,11 +51362,17 @@ export const SDK_REFERENCE = {
51362
51362
  type: 'string',
51363
51363
  description: 'Operator guidance steering what to synthesize. Capped at 4096 characters.',
51364
51364
  },
51365
+ {
51366
+ name: 'model',
51367
+ required: false,
51368
+ type: 'string',
51369
+ description: 'Gateway or provider model string that ran the consolidation. Empty when model_ref_id names a registered reference instead.',
51370
+ },
51365
51371
  {
51366
51372
  name: 'model_ref_id',
51367
51373
  required: false,
51368
51374
  type: 'string',
51369
- description: 'Model that ran the consolidation.',
51375
+ description: 'Canonical model-reference UUID that ran the consolidation. Empty when model names a gateway model instead.',
51370
51376
  },
51371
51377
  {
51372
51378
  name: 'organization_id',
@@ -55655,11 +55661,17 @@ export const SDK_REFERENCE = {
55655
55661
  type: 'string',
55656
55662
  description: 'Operator guidance steering what to synthesize. Capped at 4096 characters.',
55657
55663
  },
55664
+ {
55665
+ name: 'model',
55666
+ required: false,
55667
+ type: 'string',
55668
+ description: 'Gateway or provider model string that ran the consolidation. Empty when model_ref_id names a registered reference instead.',
55669
+ },
55658
55670
  {
55659
55671
  name: 'model_ref_id',
55660
55672
  required: false,
55661
55673
  type: 'string',
55662
- description: 'Model that ran the consolidation.',
55674
+ description: 'Canonical model-reference UUID that ran the consolidation. Empty when model names a gateway model instead.',
55663
55675
  },
55664
55676
  {
55665
55677
  name: 'organization_id',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-sdk",
3
- "version": "0.0.177",
3
+ "version": "0.0.178",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",