@orq-ai/node 4.5.21 → 4.5.22

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.
Files changed (146) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/index.d.ts +1 -0
  5. package/models/components/index.d.ts.map +1 -1
  6. package/models/components/index.js +1 -0
  7. package/models/components/index.js.map +1 -1
  8. package/models/components/reasoningpart.js +1 -1
  9. package/models/components/thinkingconfigadaptiveschema.d.ts +23 -0
  10. package/models/components/thinkingconfigadaptiveschema.d.ts.map +1 -0
  11. package/models/components/thinkingconfigadaptiveschema.js +58 -0
  12. package/models/components/thinkingconfigadaptiveschema.js.map +1 -0
  13. package/models/operations/createagentrequest.d.ts +12 -12
  14. package/models/operations/createagentrequest.d.ts.map +1 -1
  15. package/models/operations/createagentrequest.js +8 -0
  16. package/models/operations/createagentrequest.js.map +1 -1
  17. package/models/operations/createchatcompletion.d.ts +4 -4
  18. package/models/operations/createchatcompletion.d.ts.map +1 -1
  19. package/models/operations/createchatcompletion.js +2 -0
  20. package/models/operations/createchatcompletion.js.map +1 -1
  21. package/models/operations/createcompletion.d.ts +14 -0
  22. package/models/operations/createcompletion.d.ts.map +1 -1
  23. package/models/operations/createcompletion.js +18 -2
  24. package/models/operations/createcompletion.js.map +1 -1
  25. package/models/operations/createcontact.js +1 -1
  26. package/models/operations/createdataset.js +1 -1
  27. package/models/operations/createdatasetitem.js +4 -4
  28. package/models/operations/createdatasource.js +1 -1
  29. package/models/operations/createeval.js +16 -16
  30. package/models/operations/createidentity.js +1 -1
  31. package/models/operations/createprompt.d.ts +6 -6
  32. package/models/operations/createprompt.d.ts.map +1 -1
  33. package/models/operations/createprompt.js +4 -0
  34. package/models/operations/createprompt.js.map +1 -1
  35. package/models/operations/createresponse.d.ts +15 -0
  36. package/models/operations/createresponse.d.ts.map +1 -1
  37. package/models/operations/createresponse.js +19 -3
  38. package/models/operations/createresponse.js.map +1 -1
  39. package/models/operations/createtool.js +6 -6
  40. package/models/operations/fileget.js +1 -1
  41. package/models/operations/filelist.js +1 -1
  42. package/models/operations/fileupload.js +1 -1
  43. package/models/operations/getallprompts.d.ts +2 -2
  44. package/models/operations/getallprompts.d.ts.map +1 -1
  45. package/models/operations/getallprompts.js +2 -0
  46. package/models/operations/getallprompts.js.map +1 -1
  47. package/models/operations/getalltools.js +6 -6
  48. package/models/operations/getevals.js +16 -16
  49. package/models/operations/getoneprompt.d.ts +2 -2
  50. package/models/operations/getoneprompt.d.ts.map +1 -1
  51. package/models/operations/getoneprompt.js +2 -0
  52. package/models/operations/getoneprompt.js.map +1 -1
  53. package/models/operations/getpromptversion.d.ts +2 -2
  54. package/models/operations/getpromptversion.d.ts.map +1 -1
  55. package/models/operations/getpromptversion.js +2 -0
  56. package/models/operations/getpromptversion.js.map +1 -1
  57. package/models/operations/listagents.d.ts +4 -4
  58. package/models/operations/listagents.d.ts.map +1 -1
  59. package/models/operations/listagents.js +4 -0
  60. package/models/operations/listagents.js.map +1 -1
  61. package/models/operations/listdatasetdatapoints.js +4 -4
  62. package/models/operations/listdatasets.js +1 -1
  63. package/models/operations/listdatasources.js +1 -1
  64. package/models/operations/listidentities.js +1 -1
  65. package/models/operations/listpromptversions.d.ts +2 -2
  66. package/models/operations/listpromptversions.d.ts.map +1 -1
  67. package/models/operations/listpromptversions.js +2 -0
  68. package/models/operations/listpromptversions.js.map +1 -1
  69. package/models/operations/retrieveagentrequest.d.ts +4 -4
  70. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  71. package/models/operations/retrieveagentrequest.js +4 -0
  72. package/models/operations/retrieveagentrequest.js.map +1 -1
  73. package/models/operations/retrievedatapoint.js +4 -4
  74. package/models/operations/retrievedataset.js +1 -1
  75. package/models/operations/retrievedatasource.js +1 -1
  76. package/models/operations/retrieveidentity.js +1 -1
  77. package/models/operations/retrievetool.js +6 -6
  78. package/models/operations/runagent.d.ts +8 -8
  79. package/models/operations/runagent.d.ts.map +1 -1
  80. package/models/operations/runagent.js +5 -1
  81. package/models/operations/runagent.js.map +1 -1
  82. package/models/operations/streamrunagent.d.ts +8 -8
  83. package/models/operations/streamrunagent.d.ts.map +1 -1
  84. package/models/operations/streamrunagent.js +5 -1
  85. package/models/operations/streamrunagent.js.map +1 -1
  86. package/models/operations/updateagent.d.ts +12 -12
  87. package/models/operations/updateagent.d.ts.map +1 -1
  88. package/models/operations/updateagent.js +8 -0
  89. package/models/operations/updateagent.js.map +1 -1
  90. package/models/operations/updatedatapoint.js +4 -4
  91. package/models/operations/updatedataset.js +1 -1
  92. package/models/operations/updatedatasource.js +1 -1
  93. package/models/operations/updateeval.js +16 -16
  94. package/models/operations/updateidentity.js +1 -1
  95. package/models/operations/updateprompt.d.ts +6 -6
  96. package/models/operations/updateprompt.d.ts.map +1 -1
  97. package/models/operations/updateprompt.js +4 -0
  98. package/models/operations/updateprompt.js.map +1 -1
  99. package/models/operations/updatetool.js +7 -7
  100. package/package.json +1 -1
  101. package/src/lib/config.ts +2 -2
  102. package/src/models/components/index.ts +1 -0
  103. package/src/models/components/reasoningpart.ts +1 -1
  104. package/src/models/components/thinkingconfigadaptiveschema.ts +59 -0
  105. package/src/models/operations/createagentrequest.ts +26 -6
  106. package/src/models/operations/createchatcompletion.ts +8 -2
  107. package/src/models/operations/createcompletion.ts +55 -0
  108. package/src/models/operations/createcontact.ts +1 -1
  109. package/src/models/operations/createdataset.ts +1 -1
  110. package/src/models/operations/createdatasetitem.ts +4 -4
  111. package/src/models/operations/createdatasource.ts +1 -1
  112. package/src/models/operations/createeval.ts +16 -16
  113. package/src/models/operations/createidentity.ts +1 -1
  114. package/src/models/operations/createprompt.ts +13 -3
  115. package/src/models/operations/createresponse.ts +56 -0
  116. package/src/models/operations/createtool.ts +6 -6
  117. package/src/models/operations/fileget.ts +1 -1
  118. package/src/models/operations/filelist.ts +1 -1
  119. package/src/models/operations/fileupload.ts +1 -1
  120. package/src/models/operations/getallprompts.ts +5 -1
  121. package/src/models/operations/getalltools.ts +6 -6
  122. package/src/models/operations/getevals.ts +16 -16
  123. package/src/models/operations/getoneprompt.ts +5 -1
  124. package/src/models/operations/getpromptversion.ts +5 -1
  125. package/src/models/operations/listagents.ts +10 -2
  126. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  127. package/src/models/operations/listdatasets.ts +1 -1
  128. package/src/models/operations/listdatasources.ts +1 -1
  129. package/src/models/operations/listidentities.ts +1 -1
  130. package/src/models/operations/listpromptversions.ts +5 -1
  131. package/src/models/operations/retrieveagentrequest.ts +10 -2
  132. package/src/models/operations/retrievedatapoint.ts +4 -4
  133. package/src/models/operations/retrievedataset.ts +1 -1
  134. package/src/models/operations/retrievedatasource.ts +1 -1
  135. package/src/models/operations/retrieveidentity.ts +1 -1
  136. package/src/models/operations/retrievetool.ts +6 -6
  137. package/src/models/operations/runagent.ts +17 -5
  138. package/src/models/operations/streamrunagent.ts +17 -5
  139. package/src/models/operations/updateagent.ts +26 -6
  140. package/src/models/operations/updatedatapoint.ts +4 -4
  141. package/src/models/operations/updatedataset.ts +1 -1
  142. package/src/models/operations/updatedatasource.ts +1 -1
  143. package/src/models/operations/updateeval.ts +16 -16
  144. package/src/models/operations/updateidentity.ts +1 -1
  145. package/src/models/operations/updateprompt.ts +13 -3
  146. package/src/models/operations/updatetool.ts +7 -7
@@ -688,7 +688,8 @@ export type ListPromptVersionsStreamOptions = {
688
688
 
689
689
  export type ListPromptVersionsThinking =
690
690
  | components.ThinkingConfigDisabledSchema
691
- | components.ThinkingConfigEnabledSchema;
691
+ | components.ThinkingConfigEnabledSchema
692
+ | components.ThinkingConfigAdaptiveSchema;
692
693
 
693
694
  /**
694
695
  * The type of the tool. Currently, only function is supported.
@@ -1266,6 +1267,7 @@ export type ListPromptVersionsPromptField = {
1266
1267
  thinking?:
1267
1268
  | components.ThinkingConfigDisabledSchema
1268
1269
  | components.ThinkingConfigEnabledSchema
1270
+ | components.ThinkingConfigAdaptiveSchema
1269
1271
  | undefined;
1270
1272
  /**
1271
1273
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -2205,6 +2207,7 @@ export const ListPromptVersionsThinking$inboundSchema: z.ZodType<
2205
2207
  > = z.union([
2206
2208
  components.ThinkingConfigDisabledSchema$inboundSchema,
2207
2209
  components.ThinkingConfigEnabledSchema$inboundSchema,
2210
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
2208
2211
  ]);
2209
2212
 
2210
2213
  export function listPromptVersionsThinkingFromJSON(
@@ -3058,6 +3061,7 @@ export const ListPromptVersionsPromptField$inboundSchema: z.ZodType<
3058
3061
  thinking: z.union([
3059
3062
  components.ThinkingConfigDisabledSchema$inboundSchema,
3060
3063
  components.ThinkingConfigEnabledSchema$inboundSchema,
3064
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
3061
3065
  ]).optional(),
3062
3066
  temperature: z.nullable(z.number()).optional(),
3063
3067
  top_p: z.nullable(z.number()).optional(),
@@ -319,7 +319,8 @@ export type RetrieveAgentRequestStop = string | Array<string>;
319
319
 
320
320
  export type RetrieveAgentRequestThinking =
321
321
  | components.ThinkingConfigDisabledSchema
322
- | components.ThinkingConfigEnabledSchema;
322
+ | components.ThinkingConfigEnabledSchema
323
+ | components.ThinkingConfigAdaptiveSchema;
323
324
 
324
325
  /**
325
326
  * The type of the tool. Currently, only function is supported.
@@ -540,6 +541,7 @@ export type RetrieveAgentRequestParameters = {
540
541
  thinking?:
541
542
  | components.ThinkingConfigDisabledSchema
542
543
  | components.ThinkingConfigEnabledSchema
544
+ | components.ThinkingConfigAdaptiveSchema
543
545
  | undefined;
544
546
  /**
545
547
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -705,7 +707,8 @@ export type RetrieveAgentRequestFallbackModelConfigurationStop =
705
707
 
706
708
  export type RetrieveAgentRequestFallbackModelConfigurationThinking =
707
709
  | components.ThinkingConfigDisabledSchema
708
- | components.ThinkingConfigEnabledSchema;
710
+ | components.ThinkingConfigEnabledSchema
711
+ | components.ThinkingConfigAdaptiveSchema;
709
712
 
710
713
  /**
711
714
  * The type of the tool. Currently, only function is supported.
@@ -928,6 +931,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationParameters = {
928
931
  thinking?:
929
932
  | components.ThinkingConfigDisabledSchema
930
933
  | components.ThinkingConfigEnabledSchema
934
+ | components.ThinkingConfigAdaptiveSchema
931
935
  | undefined;
932
936
  /**
933
937
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -1580,6 +1584,7 @@ export const RetrieveAgentRequestThinking$inboundSchema: z.ZodType<
1580
1584
  > = z.union([
1581
1585
  components.ThinkingConfigDisabledSchema$inboundSchema,
1582
1586
  components.ThinkingConfigEnabledSchema$inboundSchema,
1587
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
1583
1588
  ]);
1584
1589
 
1585
1590
  export function retrieveAgentRequestThinkingFromJSON(
@@ -1878,6 +1883,7 @@ export const RetrieveAgentRequestParameters$inboundSchema: z.ZodType<
1878
1883
  thinking: z.union([
1879
1884
  components.ThinkingConfigDisabledSchema$inboundSchema,
1880
1885
  components.ThinkingConfigEnabledSchema$inboundSchema,
1886
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
1881
1887
  ]).optional(),
1882
1888
  temperature: z.nullable(z.number()).optional(),
1883
1889
  top_p: z.nullable(z.number()).optional(),
@@ -2132,6 +2138,7 @@ export const RetrieveAgentRequestFallbackModelConfigurationThinking$inboundSchem
2132
2138
  > = z.union([
2133
2139
  components.ThinkingConfigDisabledSchema$inboundSchema,
2134
2140
  components.ThinkingConfigEnabledSchema$inboundSchema,
2141
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
2135
2142
  ]);
2136
2143
 
2137
2144
  export function retrieveAgentRequestFallbackModelConfigurationThinkingFromJSON(
@@ -2507,6 +2514,7 @@ export const RetrieveAgentRequestFallbackModelConfigurationParameters$inboundSch
2507
2514
  thinking: z.union([
2508
2515
  components.ThinkingConfigDisabledSchema$inboundSchema,
2509
2516
  components.ThinkingConfigEnabledSchema$inboundSchema,
2517
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
2510
2518
  ]).optional(),
2511
2519
  temperature: z.nullable(z.number()).optional(),
2512
2520
  top_p: z.nullable(z.number()).optional(),
@@ -1207,7 +1207,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
1207
1207
  .default("orq"),
1208
1208
  reviewed_by_id: z.string(),
1209
1209
  reviewed_at: z.string().datetime({ offset: true }).default(
1210
- "2026-03-16T11:10:09.337Z",
1210
+ "2026-03-16T14:42:34.493Z",
1211
1211
  ).transform(v => new Date(v)),
1212
1212
  type: z.literal("string_array"),
1213
1213
  values: z.array(z.string()),
@@ -1255,7 +1255,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
1255
1255
  ),
1256
1256
  reviewed_by_id: z.string(),
1257
1257
  reviewed_at: z.string().datetime({ offset: true }).default(
1258
- "2026-03-16T11:10:09.337Z",
1258
+ "2026-03-16T14:42:34.492Z",
1259
1259
  ).transform(v => new Date(v)),
1260
1260
  type: z.literal("number"),
1261
1261
  value: z.number(),
@@ -1300,7 +1300,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
1300
1300
  source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
1301
1301
  reviewed_by_id: z.string(),
1302
1302
  reviewed_at: z.string().datetime({ offset: true }).default(
1303
- "2026-03-16T11:10:09.336Z",
1303
+ "2026-03-16T14:42:34.492Z",
1304
1304
  ).transform(v => new Date(v)),
1305
1305
  type: z.literal("string"),
1306
1306
  value: z.string(),
@@ -1377,7 +1377,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
1377
1377
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
1378
1378
  .optional(),
1379
1379
  updated: z.string().datetime({ offset: true }).default(
1380
- "2026-03-16T11:09:52.160Z",
1380
+ "2026-03-16T14:42:18.698Z",
1381
1381
  ).transform(v => new Date(v)),
1382
1382
  }).transform((v) => {
1383
1383
  return remap$(v, {
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
126
126
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
127
127
  .optional(),
128
128
  updated: z.string().datetime({ offset: true }).default(
129
- "2026-03-16T11:09:52.160Z",
129
+ "2026-03-16T14:42:18.698Z",
130
130
  ).transform(v => new Date(v)),
131
131
  }).transform((v) => {
132
132
  return remap$(v, {
@@ -118,7 +118,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
118
118
  z.ZodTypeDef,
119
119
  unknown
120
120
  > = z.object({
121
- _id: z.string().default("01KKV5DJVQ42KMFXPK75TC3DSK"),
121
+ _id: z.string().default("01KKVHJH9Y78MVSN9T23896JHV"),
122
122
  display_name: z.string(),
123
123
  description: z.string().optional(),
124
124
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -95,7 +95,7 @@ export const RetrieveIdentityResponseBody$inboundSchema: z.ZodType<
95
95
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
96
96
  .optional(),
97
97
  updated: z.string().datetime({ offset: true }).default(
98
- "2026-03-16T11:09:52.160Z",
98
+ "2026-03-16T14:42:18.698Z",
99
99
  ).transform(v => new Date(v)),
100
100
  }).transform((v) => {
101
101
  return remap$(v, {
@@ -754,7 +754,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
754
754
  z.ZodTypeDef,
755
755
  unknown
756
756
  > = z.object({
757
- _id: z.string().default("tool_01KKV5DJRD4M2MH7A4363CM5KP"),
757
+ _id: z.string().default("tool_01KKVHJH6JRSWQG8958WPE19MY"),
758
758
  path: z.string(),
759
759
  key: z.string(),
760
760
  display_name: z.string().optional(),
@@ -862,7 +862,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
862
862
  z.ZodTypeDef,
863
863
  unknown
864
864
  > = z.object({
865
- id: z.string().default("01KKV5DJRD76RWXA79H31W9ZCY"),
865
+ id: z.string().default("01KKVHJH6HAV7GJBCKHAHXTBZ2"),
866
866
  name: z.string(),
867
867
  description: z.string().optional(),
868
868
  schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
@@ -918,7 +918,7 @@ export const RetrieveToolResponseBodyMCPTool$inboundSchema: z.ZodType<
918
918
  z.ZodTypeDef,
919
919
  unknown
920
920
  > = z.object({
921
- _id: z.string().default("tool_01KKV5DJRCBPVHCT4954YG6AAD"),
921
+ _id: z.string().default("tool_01KKVHJH6GZAVPPJ06EC64TFEA"),
922
922
  path: z.string(),
923
923
  key: z.string(),
924
924
  display_name: z.string().optional(),
@@ -1111,7 +1111,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
1111
1111
  z.ZodTypeDef,
1112
1112
  unknown
1113
1113
  > = z.object({
1114
- _id: z.string().default("tool_01KKV5DJR9WTQEA3PS1STYPQSW"),
1114
+ _id: z.string().default("tool_01KKVHJH6EPW2WNX4XWF2WSMFY"),
1115
1115
  path: z.string(),
1116
1116
  key: z.string(),
1117
1117
  display_name: z.string().optional(),
@@ -1209,7 +1209,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
1209
1209
  z.ZodTypeDef,
1210
1210
  unknown
1211
1211
  > = z.object({
1212
- _id: z.string().default("tool_01KKV5DJR88KX3V1J3Z99J2CWR"),
1212
+ _id: z.string().default("tool_01KKVHJH6DMHGY36H1HPGYBH48"),
1213
1213
  path: z.string(),
1214
1214
  key: z.string(),
1215
1215
  display_name: z.string().optional(),
@@ -1317,7 +1317,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
1317
1317
  z.ZodTypeDef,
1318
1318
  unknown
1319
1319
  > = z.object({
1320
- _id: z.string().default("tool_01KKV5DJR7BGPJG0K2834JQFYT"),
1320
+ _id: z.string().default("tool_01KKVHJH6BS58S87E018TW475E"),
1321
1321
  path: z.string(),
1322
1322
  key: z.string(),
1323
1323
  display_name: z.string().optional(),
@@ -108,7 +108,8 @@ export type RunAgentModelConfigurationStop = string | Array<string>;
108
108
 
109
109
  export type RunAgentModelConfigurationThinking =
110
110
  | components.ThinkingConfigDisabledSchema
111
- | components.ThinkingConfigEnabledSchema;
111
+ | components.ThinkingConfigEnabledSchema
112
+ | components.ThinkingConfigAdaptiveSchema;
112
113
 
113
114
  /**
114
115
  * The type of the tool. Currently, only function is supported.
@@ -322,6 +323,7 @@ export type RunAgentModelConfigurationParameters = {
322
323
  thinking?:
323
324
  | components.ThinkingConfigDisabledSchema
324
325
  | components.ThinkingConfigEnabledSchema
326
+ | components.ThinkingConfigAdaptiveSchema
325
327
  | undefined;
326
328
  /**
327
329
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -506,7 +508,8 @@ export type RunAgentFallbackModelConfigurationStop = string | Array<string>;
506
508
 
507
509
  export type RunAgentFallbackModelConfigurationThinking =
508
510
  | components.ThinkingConfigDisabledSchema
509
- | components.ThinkingConfigEnabledSchema;
511
+ | components.ThinkingConfigEnabledSchema
512
+ | components.ThinkingConfigAdaptiveSchema;
510
513
 
511
514
  /**
512
515
  * The type of the tool. Currently, only function is supported.
@@ -727,6 +730,7 @@ export type RunAgentFallbackModelConfigurationParameters = {
727
730
  thinking?:
728
731
  | components.ThinkingConfigDisabledSchema
729
732
  | components.ThinkingConfigEnabledSchema
733
+ | components.ThinkingConfigAdaptiveSchema
730
734
  | undefined;
731
735
  /**
732
736
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -2020,7 +2024,8 @@ export function runAgentModelConfigurationStopToJSON(
2020
2024
  /** @internal */
2021
2025
  export type RunAgentModelConfigurationThinking$Outbound =
2022
2026
  | components.ThinkingConfigDisabledSchema$Outbound
2023
- | components.ThinkingConfigEnabledSchema$Outbound;
2027
+ | components.ThinkingConfigEnabledSchema$Outbound
2028
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
2024
2029
 
2025
2030
  /** @internal */
2026
2031
  export const RunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
@@ -2030,6 +2035,7 @@ export const RunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
2030
2035
  > = z.union([
2031
2036
  components.ThinkingConfigDisabledSchema$outboundSchema,
2032
2037
  components.ThinkingConfigEnabledSchema$outboundSchema,
2038
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2033
2039
  ]);
2034
2040
 
2035
2041
  export function runAgentModelConfigurationThinkingToJSON(
@@ -2366,6 +2372,7 @@ export type RunAgentModelConfigurationParameters$Outbound = {
2366
2372
  thinking?:
2367
2373
  | components.ThinkingConfigDisabledSchema$Outbound
2368
2374
  | components.ThinkingConfigEnabledSchema$Outbound
2375
+ | components.ThinkingConfigAdaptiveSchema$Outbound
2369
2376
  | undefined;
2370
2377
  temperature?: number | null | undefined;
2371
2378
  top_p?: number | null | undefined;
@@ -2404,6 +2411,7 @@ export const RunAgentModelConfigurationParameters$outboundSchema: z.ZodType<
2404
2411
  thinking: z.union([
2405
2412
  components.ThinkingConfigDisabledSchema$outboundSchema,
2406
2413
  components.ThinkingConfigEnabledSchema$outboundSchema,
2414
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2407
2415
  ]).optional(),
2408
2416
  temperature: z.nullable(z.number()).optional(),
2409
2417
  topP: z.nullable(z.number()).optional(),
@@ -2712,7 +2720,8 @@ export function runAgentFallbackModelConfigurationStopToJSON(
2712
2720
  /** @internal */
2713
2721
  export type RunAgentFallbackModelConfigurationThinking$Outbound =
2714
2722
  | components.ThinkingConfigDisabledSchema$Outbound
2715
- | components.ThinkingConfigEnabledSchema$Outbound;
2723
+ | components.ThinkingConfigEnabledSchema$Outbound
2724
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
2716
2725
 
2717
2726
  /** @internal */
2718
2727
  export const RunAgentFallbackModelConfigurationThinking$outboundSchema:
@@ -2723,6 +2732,7 @@ export const RunAgentFallbackModelConfigurationThinking$outboundSchema:
2723
2732
  > = z.union([
2724
2733
  components.ThinkingConfigDisabledSchema$outboundSchema,
2725
2734
  components.ThinkingConfigEnabledSchema$outboundSchema,
2735
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2726
2736
  ]);
2727
2737
 
2728
2738
  export function runAgentFallbackModelConfigurationThinkingToJSON(
@@ -3078,6 +3088,7 @@ export type RunAgentFallbackModelConfigurationParameters$Outbound = {
3078
3088
  thinking?:
3079
3089
  | components.ThinkingConfigDisabledSchema$Outbound
3080
3090
  | components.ThinkingConfigEnabledSchema$Outbound
3091
+ | components.ThinkingConfigAdaptiveSchema$Outbound
3081
3092
  | undefined;
3082
3093
  temperature?: number | null | undefined;
3083
3094
  top_p?: number | null | undefined;
@@ -3124,6 +3135,7 @@ export const RunAgentFallbackModelConfigurationParameters$outboundSchema:
3124
3135
  thinking: z.union([
3125
3136
  components.ThinkingConfigDisabledSchema$outboundSchema,
3126
3137
  components.ThinkingConfigEnabledSchema$outboundSchema,
3138
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
3127
3139
  ]).optional(),
3128
3140
  temperature: z.nullable(z.number()).optional(),
3129
3141
  topP: z.nullable(z.number()).optional(),
@@ -3599,7 +3611,7 @@ export const Tools$outboundSchema: z.ZodType<
3599
3611
  z.ZodTypeDef,
3600
3612
  Tools
3601
3613
  > = z.object({
3602
- id: z.string().default("01KKV5DJD547M4DX0ZXS99F5X7"),
3614
+ id: z.string().default("01KKVHJGV22HRBEWVM4X38ZZEN"),
3603
3615
  name: z.string(),
3604
3616
  description: z.string().optional(),
3605
3617
  schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
@@ -108,7 +108,8 @@ export type StreamRunAgentModelConfigurationStop = string | Array<string>;
108
108
 
109
109
  export type StreamRunAgentModelConfigurationThinking =
110
110
  | components.ThinkingConfigDisabledSchema
111
- | components.ThinkingConfigEnabledSchema;
111
+ | components.ThinkingConfigEnabledSchema
112
+ | components.ThinkingConfigAdaptiveSchema;
112
113
 
113
114
  /**
114
115
  * The type of the tool. Currently, only function is supported.
@@ -327,6 +328,7 @@ export type StreamRunAgentModelConfigurationParameters = {
327
328
  thinking?:
328
329
  | components.ThinkingConfigDisabledSchema
329
330
  | components.ThinkingConfigEnabledSchema
331
+ | components.ThinkingConfigAdaptiveSchema
330
332
  | undefined;
331
333
  /**
332
334
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -520,7 +522,8 @@ export type StreamRunAgentFallbackModelConfigurationStop =
520
522
 
521
523
  export type StreamRunAgentFallbackModelConfigurationThinking =
522
524
  | components.ThinkingConfigDisabledSchema
523
- | components.ThinkingConfigEnabledSchema;
525
+ | components.ThinkingConfigEnabledSchema
526
+ | components.ThinkingConfigAdaptiveSchema;
524
527
 
525
528
  /**
526
529
  * The type of the tool. Currently, only function is supported.
@@ -745,6 +748,7 @@ export type StreamRunAgentFallbackModelConfigurationParameters = {
745
748
  thinking?:
746
749
  | components.ThinkingConfigDisabledSchema
747
750
  | components.ThinkingConfigEnabledSchema
751
+ | components.ThinkingConfigAdaptiveSchema
748
752
  | undefined;
749
753
  /**
750
754
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -1986,7 +1990,8 @@ export function streamRunAgentModelConfigurationStopToJSON(
1986
1990
  /** @internal */
1987
1991
  export type StreamRunAgentModelConfigurationThinking$Outbound =
1988
1992
  | components.ThinkingConfigDisabledSchema$Outbound
1989
- | components.ThinkingConfigEnabledSchema$Outbound;
1993
+ | components.ThinkingConfigEnabledSchema$Outbound
1994
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
1990
1995
 
1991
1996
  /** @internal */
1992
1997
  export const StreamRunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
@@ -1996,6 +2001,7 @@ export const StreamRunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
1996
2001
  > = z.union([
1997
2002
  components.ThinkingConfigDisabledSchema$outboundSchema,
1998
2003
  components.ThinkingConfigEnabledSchema$outboundSchema,
2004
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
1999
2005
  ]);
2000
2006
 
2001
2007
  export function streamRunAgentModelConfigurationThinkingToJSON(
@@ -2349,6 +2355,7 @@ export type StreamRunAgentModelConfigurationParameters$Outbound = {
2349
2355
  thinking?:
2350
2356
  | components.ThinkingConfigDisabledSchema$Outbound
2351
2357
  | components.ThinkingConfigEnabledSchema$Outbound
2358
+ | components.ThinkingConfigAdaptiveSchema$Outbound
2352
2359
  | undefined;
2353
2360
  temperature?: number | null | undefined;
2354
2361
  top_p?: number | null | undefined;
@@ -2392,6 +2399,7 @@ export const StreamRunAgentModelConfigurationParameters$outboundSchema:
2392
2399
  thinking: z.union([
2393
2400
  components.ThinkingConfigDisabledSchema$outboundSchema,
2394
2401
  components.ThinkingConfigEnabledSchema$outboundSchema,
2402
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2395
2403
  ]).optional(),
2396
2404
  temperature: z.nullable(z.number()).optional(),
2397
2405
  topP: z.nullable(z.number()).optional(),
@@ -2712,7 +2720,8 @@ export function streamRunAgentFallbackModelConfigurationStopToJSON(
2712
2720
  /** @internal */
2713
2721
  export type StreamRunAgentFallbackModelConfigurationThinking$Outbound =
2714
2722
  | components.ThinkingConfigDisabledSchema$Outbound
2715
- | components.ThinkingConfigEnabledSchema$Outbound;
2723
+ | components.ThinkingConfigEnabledSchema$Outbound
2724
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
2716
2725
 
2717
2726
  /** @internal */
2718
2727
  export const StreamRunAgentFallbackModelConfigurationThinking$outboundSchema:
@@ -2723,6 +2732,7 @@ export const StreamRunAgentFallbackModelConfigurationThinking$outboundSchema:
2723
2732
  > = z.union([
2724
2733
  components.ThinkingConfigDisabledSchema$outboundSchema,
2725
2734
  components.ThinkingConfigEnabledSchema$outboundSchema,
2735
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2726
2736
  ]);
2727
2737
 
2728
2738
  export function streamRunAgentFallbackModelConfigurationThinkingToJSON(
@@ -3087,6 +3097,7 @@ export type StreamRunAgentFallbackModelConfigurationParameters$Outbound = {
3087
3097
  thinking?:
3088
3098
  | components.ThinkingConfigDisabledSchema$Outbound
3089
3099
  | components.ThinkingConfigEnabledSchema$Outbound
3100
+ | components.ThinkingConfigAdaptiveSchema$Outbound
3090
3101
  | undefined;
3091
3102
  temperature?: number | null | undefined;
3092
3103
  top_p?: number | null | undefined;
@@ -3135,6 +3146,7 @@ export const StreamRunAgentFallbackModelConfigurationParameters$outboundSchema:
3135
3146
  thinking: z.union([
3136
3147
  components.ThinkingConfigDisabledSchema$outboundSchema,
3137
3148
  components.ThinkingConfigEnabledSchema$outboundSchema,
3149
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
3138
3150
  ]).optional(),
3139
3151
  temperature: z.nullable(z.number()).optional(),
3140
3152
  topP: z.nullable(z.number()).optional(),
@@ -3646,7 +3658,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
3646
3658
  z.ZodTypeDef,
3647
3659
  AgentToolInputRunTools
3648
3660
  > = z.object({
3649
- id: z.string().default("01KKV5DJES81JS8HMRHKJY674Z"),
3661
+ id: z.string().default("01KKVHJGWPZB6DH3EXXWPS9X0R"),
3650
3662
  name: z.string(),
3651
3663
  description: z.string().optional(),
3652
3664
  schema: z.lazy(() =>
@@ -108,7 +108,8 @@ export type ModelConfigurationStop = string | Array<string>;
108
108
 
109
109
  export type ModelConfigurationThinking =
110
110
  | components.ThinkingConfigDisabledSchema
111
- | components.ThinkingConfigEnabledSchema;
111
+ | components.ThinkingConfigEnabledSchema
112
+ | components.ThinkingConfigAdaptiveSchema;
112
113
 
113
114
  /**
114
115
  * The type of the tool. Currently, only function is supported.
@@ -324,6 +325,7 @@ export type ModelConfigurationParameters = {
324
325
  thinking?:
325
326
  | components.ThinkingConfigDisabledSchema
326
327
  | components.ThinkingConfigEnabledSchema
328
+ | components.ThinkingConfigAdaptiveSchema
327
329
  | undefined;
328
330
  /**
329
331
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -510,7 +512,8 @@ export type UpdateAgentFallbackModelConfigurationStop = string | Array<string>;
510
512
 
511
513
  export type UpdateAgentFallbackModelConfigurationThinking =
512
514
  | components.ThinkingConfigDisabledSchema
513
- | components.ThinkingConfigEnabledSchema;
515
+ | components.ThinkingConfigEnabledSchema
516
+ | components.ThinkingConfigAdaptiveSchema;
514
517
 
515
518
  /**
516
519
  * The type of the tool. Currently, only function is supported.
@@ -733,6 +736,7 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
733
736
  thinking?:
734
737
  | components.ThinkingConfigDisabledSchema
735
738
  | components.ThinkingConfigEnabledSchema
739
+ | components.ThinkingConfigAdaptiveSchema
736
740
  | undefined;
737
741
  /**
738
742
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -1820,7 +1824,8 @@ export type UpdateAgentStop = string | Array<string>;
1820
1824
 
1821
1825
  export type UpdateAgentThinking =
1822
1826
  | components.ThinkingConfigDisabledSchema
1823
- | components.ThinkingConfigEnabledSchema;
1827
+ | components.ThinkingConfigEnabledSchema
1828
+ | components.ThinkingConfigAdaptiveSchema;
1824
1829
 
1825
1830
  /**
1826
1831
  * The type of the tool. Currently, only function is supported.
@@ -2036,6 +2041,7 @@ export type UpdateAgentParameters = {
2036
2041
  thinking?:
2037
2042
  | components.ThinkingConfigDisabledSchema
2038
2043
  | components.ThinkingConfigEnabledSchema
2044
+ | components.ThinkingConfigAdaptiveSchema
2039
2045
  | undefined;
2040
2046
  /**
2041
2047
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -2202,7 +2208,8 @@ export type UpdateAgentFallbackModelConfigurationAgentsStop =
2202
2208
 
2203
2209
  export type UpdateAgentFallbackModelConfigurationAgentsThinking =
2204
2210
  | components.ThinkingConfigDisabledSchema
2205
- | components.ThinkingConfigEnabledSchema;
2211
+ | components.ThinkingConfigEnabledSchema
2212
+ | components.ThinkingConfigAdaptiveSchema;
2206
2213
 
2207
2214
  /**
2208
2215
  * The type of the tool. Currently, only function is supported.
@@ -2427,6 +2434,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
2427
2434
  thinking?:
2428
2435
  | components.ThinkingConfigDisabledSchema
2429
2436
  | components.ThinkingConfigEnabledSchema
2437
+ | components.ThinkingConfigAdaptiveSchema
2430
2438
  | undefined;
2431
2439
  /**
2432
2440
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
@@ -2810,7 +2818,8 @@ export function modelConfigurationStopToJSON(
2810
2818
  /** @internal */
2811
2819
  export type ModelConfigurationThinking$Outbound =
2812
2820
  | components.ThinkingConfigDisabledSchema$Outbound
2813
- | components.ThinkingConfigEnabledSchema$Outbound;
2821
+ | components.ThinkingConfigEnabledSchema$Outbound
2822
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
2814
2823
 
2815
2824
  /** @internal */
2816
2825
  export const ModelConfigurationThinking$outboundSchema: z.ZodType<
@@ -2820,6 +2829,7 @@ export const ModelConfigurationThinking$outboundSchema: z.ZodType<
2820
2829
  > = z.union([
2821
2830
  components.ThinkingConfigDisabledSchema$outboundSchema,
2822
2831
  components.ThinkingConfigEnabledSchema$outboundSchema,
2832
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
2823
2833
  ]);
2824
2834
 
2825
2835
  export function modelConfigurationThinkingToJSON(
@@ -3150,6 +3160,7 @@ export type ModelConfigurationParameters$Outbound = {
3150
3160
  thinking?:
3151
3161
  | components.ThinkingConfigDisabledSchema$Outbound
3152
3162
  | components.ThinkingConfigEnabledSchema$Outbound
3163
+ | components.ThinkingConfigAdaptiveSchema$Outbound
3153
3164
  | undefined;
3154
3165
  temperature?: number | null | undefined;
3155
3166
  top_p?: number | null | undefined;
@@ -3187,6 +3198,7 @@ export const ModelConfigurationParameters$outboundSchema: z.ZodType<
3187
3198
  thinking: z.union([
3188
3199
  components.ThinkingConfigDisabledSchema$outboundSchema,
3189
3200
  components.ThinkingConfigEnabledSchema$outboundSchema,
3201
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
3190
3202
  ]).optional(),
3191
3203
  temperature: z.nullable(z.number()).optional(),
3192
3204
  topP: z.nullable(z.number()).optional(),
@@ -3494,7 +3506,8 @@ export function updateAgentFallbackModelConfigurationStopToJSON(
3494
3506
  /** @internal */
3495
3507
  export type UpdateAgentFallbackModelConfigurationThinking$Outbound =
3496
3508
  | components.ThinkingConfigDisabledSchema$Outbound
3497
- | components.ThinkingConfigEnabledSchema$Outbound;
3509
+ | components.ThinkingConfigEnabledSchema$Outbound
3510
+ | components.ThinkingConfigAdaptiveSchema$Outbound;
3498
3511
 
3499
3512
  /** @internal */
3500
3513
  export const UpdateAgentFallbackModelConfigurationThinking$outboundSchema:
@@ -3505,6 +3518,7 @@ export const UpdateAgentFallbackModelConfigurationThinking$outboundSchema:
3505
3518
  > = z.union([
3506
3519
  components.ThinkingConfigDisabledSchema$outboundSchema,
3507
3520
  components.ThinkingConfigEnabledSchema$outboundSchema,
3521
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
3508
3522
  ]);
3509
3523
 
3510
3524
  export function updateAgentFallbackModelConfigurationThinkingToJSON(
@@ -3863,6 +3877,7 @@ export type UpdateAgentFallbackModelConfigurationParameters$Outbound = {
3863
3877
  thinking?:
3864
3878
  | components.ThinkingConfigDisabledSchema$Outbound
3865
3879
  | components.ThinkingConfigEnabledSchema$Outbound
3880
+ | components.ThinkingConfigAdaptiveSchema$Outbound
3866
3881
  | undefined;
3867
3882
  temperature?: number | null | undefined;
3868
3883
  top_p?: number | null | undefined;
@@ -3909,6 +3924,7 @@ export const UpdateAgentFallbackModelConfigurationParameters$outboundSchema:
3909
3924
  thinking: z.union([
3910
3925
  components.ThinkingConfigDisabledSchema$outboundSchema,
3911
3926
  components.ThinkingConfigEnabledSchema$outboundSchema,
3927
+ components.ThinkingConfigAdaptiveSchema$outboundSchema,
3912
3928
  ]).optional(),
3913
3929
  temperature: z.nullable(z.number()).optional(),
3914
3930
  topP: z.nullable(z.number()).optional(),
@@ -5573,6 +5589,7 @@ export const UpdateAgentThinking$inboundSchema: z.ZodType<
5573
5589
  > = z.union([
5574
5590
  components.ThinkingConfigDisabledSchema$inboundSchema,
5575
5591
  components.ThinkingConfigEnabledSchema$inboundSchema,
5592
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
5576
5593
  ]);
5577
5594
 
5578
5595
  export function updateAgentThinkingFromJSON(
@@ -5889,6 +5906,7 @@ export const UpdateAgentParameters$inboundSchema: z.ZodType<
5889
5906
  thinking: z.union([
5890
5907
  components.ThinkingConfigDisabledSchema$inboundSchema,
5891
5908
  components.ThinkingConfigEnabledSchema$inboundSchema,
5909
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
5892
5910
  ]).optional(),
5893
5911
  temperature: z.nullable(z.number()).optional(),
5894
5912
  top_p: z.nullable(z.number()).optional(),
@@ -6142,6 +6160,7 @@ export const UpdateAgentFallbackModelConfigurationAgentsThinking$inboundSchema:
6142
6160
  > = z.union([
6143
6161
  components.ThinkingConfigDisabledSchema$inboundSchema,
6144
6162
  components.ThinkingConfigEnabledSchema$inboundSchema,
6163
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
6145
6164
  ]);
6146
6165
 
6147
6166
  export function updateAgentFallbackModelConfigurationAgentsThinkingFromJSON(
@@ -6526,6 +6545,7 @@ export const UpdateAgentFallbackModelConfigurationAgentsParameters$inboundSchema
6526
6545
  thinking: z.union([
6527
6546
  components.ThinkingConfigDisabledSchema$inboundSchema,
6528
6547
  components.ThinkingConfigEnabledSchema$inboundSchema,
6548
+ components.ThinkingConfigAdaptiveSchema$inboundSchema,
6529
6549
  ]).optional(),
6530
6550
  temperature: z.nullable(z.number()).optional(),
6531
6551
  top_p: z.nullable(z.number()).optional(),
@@ -2358,7 +2358,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
2358
2358
  .default("orq"),
2359
2359
  reviewed_by_id: z.string(),
2360
2360
  reviewed_at: z.string().datetime({ offset: true }).default(
2361
- "2026-03-16T11:10:09.370Z",
2361
+ "2026-03-16T14:42:34.524Z",
2362
2362
  ).transform(v => new Date(v)),
2363
2363
  type: z.literal("string_array"),
2364
2364
  values: z.array(z.string()),
@@ -2404,7 +2404,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
2404
2404
  source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
2405
2405
  reviewed_by_id: z.string(),
2406
2406
  reviewed_at: z.string().datetime({ offset: true }).default(
2407
- "2026-03-16T11:10:09.370Z",
2407
+ "2026-03-16T14:42:34.523Z",
2408
2408
  ).transform(v => new Date(v)),
2409
2409
  type: z.literal("number"),
2410
2410
  value: z.number(),
@@ -2449,7 +2449,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
2449
2449
  source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
2450
2450
  reviewed_by_id: z.string(),
2451
2451
  reviewed_at: z.string().datetime({ offset: true }).default(
2452
- "2026-03-16T11:10:09.369Z",
2452
+ "2026-03-16T14:42:34.523Z",
2453
2453
  ).transform(v => new Date(v)),
2454
2454
  type: z.literal("string"),
2455
2455
  value: z.string(),
@@ -2530,7 +2530,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
2530
2530
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
2531
2531
  .optional(),
2532
2532
  updated: z.string().datetime({ offset: true }).default(
2533
- "2026-03-16T11:09:52.160Z",
2533
+ "2026-03-16T14:42:18.698Z",
2534
2534
  ).transform(v => new Date(v)),
2535
2535
  }).transform((v) => {
2536
2536
  return remap$(v, {
@@ -182,7 +182,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
182
182
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
183
183
  .optional(),
184
184
  updated: z.string().datetime({ offset: true }).default(
185
- "2026-03-16T11:09:52.160Z",
185
+ "2026-03-16T14:42:18.698Z",
186
186
  ).transform(v => new Date(v)),
187
187
  }).transform((v) => {
188
188
  return remap$(v, {
@@ -152,7 +152,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
152
152
  z.ZodTypeDef,
153
153
  unknown
154
154
  > = z.object({
155
- _id: z.string().default("01KKV5DJVV9ENESA6YZBA11KKT"),
155
+ _id: z.string().default("01KKVHJHA2HD7WWYYSG9N9K42T"),
156
156
  display_name: z.string(),
157
157
  description: z.string().optional(),
158
158
  status: UpdateDatasourceStatus$inboundSchema,