@orq-ai/node 3.14.39 → 3.14.41

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 (237) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +698 -1503
  3. package/bin/mcp-server.js.map +56 -56
  4. package/docs/sdks/agents/README.md +71 -71
  5. package/examples/package-lock.json +1 -1
  6. package/funcs/agentsCreate.js +1 -1
  7. package/funcs/agentsCreate.js.map +1 -1
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +3 -3
  10. package/lib/config.js +3 -3
  11. package/mcp-server/mcp-server.js +1 -1
  12. package/mcp-server/server.js +2 -2
  13. package/mcp-server/server.js.map +1 -1
  14. package/models/operations/createagent.d.ts +80 -0
  15. package/models/operations/createagent.d.ts.map +1 -1
  16. package/models/operations/createagent.js +70 -7
  17. package/models/operations/createagent.js.map +1 -1
  18. package/models/operations/createbudget.js +2 -2
  19. package/models/operations/createcontact.js +2 -2
  20. package/models/operations/createdataset.js +2 -2
  21. package/models/operations/createdatasetitem.js +8 -8
  22. package/models/operations/createdatasource.js +2 -2
  23. package/models/operations/createeval.d.ts +106 -106
  24. package/models/operations/createeval.d.ts.map +1 -1
  25. package/models/operations/createeval.js +242 -234
  26. package/models/operations/createeval.js.map +1 -1
  27. package/models/operations/creatememorystore.d.ts +10 -391
  28. package/models/operations/creatememorystore.d.ts.map +1 -1
  29. package/models/operations/creatememorystore.js +5 -563
  30. package/models/operations/creatememorystore.js.map +1 -1
  31. package/models/operations/createprompt.d.ts +40 -0
  32. package/models/operations/createprompt.d.ts.map +1 -1
  33. package/models/operations/createprompt.js +33 -7
  34. package/models/operations/createprompt.js.map +1 -1
  35. package/models/operations/createtool.js +10 -10
  36. package/models/operations/deploymentgetconfig.d.ts +20 -0
  37. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  38. package/models/operations/deploymentgetconfig.js +22 -8
  39. package/models/operations/deploymentgetconfig.js.map +1 -1
  40. package/models/operations/deployments.d.ts +20 -0
  41. package/models/operations/deployments.d.ts.map +1 -1
  42. package/models/operations/deployments.js +16 -3
  43. package/models/operations/deployments.js.map +1 -1
  44. package/models/operations/duplicatetool.js +10 -10
  45. package/models/operations/fileget.js +2 -2
  46. package/models/operations/filelist.js +2 -2
  47. package/models/operations/fileupload.js +2 -2
  48. package/models/operations/getagent.d.ts +40 -0
  49. package/models/operations/getagent.d.ts.map +1 -1
  50. package/models/operations/getagent.js +33 -3
  51. package/models/operations/getagent.js.map +1 -1
  52. package/models/operations/getallmemorystores.d.ts +5 -195
  53. package/models/operations/getallmemorystores.d.ts.map +1 -1
  54. package/models/operations/getallmemorystores.js +3 -273
  55. package/models/operations/getallmemorystores.js.map +1 -1
  56. package/models/operations/getallprompts.d.ts +20 -0
  57. package/models/operations/getallprompts.d.ts.map +1 -1
  58. package/models/operations/getallprompts.js +16 -3
  59. package/models/operations/getallprompts.js.map +1 -1
  60. package/models/operations/getalltools.js +10 -10
  61. package/models/operations/getbudget.js +2 -2
  62. package/models/operations/getevals.js +28 -28
  63. package/models/operations/getoneprompt.d.ts +20 -0
  64. package/models/operations/getoneprompt.d.ts.map +1 -1
  65. package/models/operations/getoneprompt.js +16 -3
  66. package/models/operations/getoneprompt.js.map +1 -1
  67. package/models/operations/getpromptversion.d.ts +20 -0
  68. package/models/operations/getpromptversion.d.ts.map +1 -1
  69. package/models/operations/getpromptversion.js +16 -2
  70. package/models/operations/getpromptversion.js.map +1 -1
  71. package/models/operations/listagents.d.ts +40 -0
  72. package/models/operations/listagents.d.ts.map +1 -1
  73. package/models/operations/listagents.js +36 -3
  74. package/models/operations/listagents.js.map +1 -1
  75. package/models/operations/listagenttasks.d.ts +40 -0
  76. package/models/operations/listagenttasks.d.ts.map +1 -1
  77. package/models/operations/listagenttasks.js +36 -3
  78. package/models/operations/listagenttasks.js.map +1 -1
  79. package/models/operations/listbudgets.js +2 -2
  80. package/models/operations/listcontacts.js +2 -2
  81. package/models/operations/listdatasetdatapoints.js +8 -8
  82. package/models/operations/listdatasets.js +2 -2
  83. package/models/operations/listdatasources.d.ts +5 -5
  84. package/models/operations/listdatasources.d.ts.map +1 -1
  85. package/models/operations/listdatasources.js +4 -4
  86. package/models/operations/listdatasources.js.map +1 -1
  87. package/models/operations/listpromptversions.d.ts +20 -0
  88. package/models/operations/listpromptversions.d.ts.map +1 -1
  89. package/models/operations/listpromptversions.js +16 -3
  90. package/models/operations/listpromptversions.js.map +1 -1
  91. package/models/operations/retrievecontact.js +2 -2
  92. package/models/operations/retrievedatapoint.js +8 -8
  93. package/models/operations/retrievedataset.js +2 -2
  94. package/models/operations/retrievedatasource.js +2 -2
  95. package/models/operations/retrievememorystore.d.ts +5 -196
  96. package/models/operations/retrievememorystore.d.ts.map +1 -1
  97. package/models/operations/retrievememorystore.js +3 -273
  98. package/models/operations/retrievememorystore.js.map +1 -1
  99. package/models/operations/retrievetool.js +10 -10
  100. package/models/operations/runagent.d.ts +40 -0
  101. package/models/operations/runagent.d.ts.map +1 -1
  102. package/models/operations/runagent.js +36 -6
  103. package/models/operations/runagent.js.map +1 -1
  104. package/models/operations/streamrunagent.d.ts +40 -0
  105. package/models/operations/streamrunagent.d.ts.map +1 -1
  106. package/models/operations/streamrunagent.js +39 -6
  107. package/models/operations/streamrunagent.js.map +1 -1
  108. package/models/operations/updateagent.d.ts +80 -0
  109. package/models/operations/updateagent.d.ts.map +1 -1
  110. package/models/operations/updateagent.js +73 -7
  111. package/models/operations/updateagent.js.map +1 -1
  112. package/models/operations/updatebudget.js +2 -2
  113. package/models/operations/updatecontact.js +2 -2
  114. package/models/operations/updatedatapoint.js +8 -8
  115. package/models/operations/updatedataset.js +2 -2
  116. package/models/operations/updatedatasource.js +2 -2
  117. package/models/operations/updateeval.js +28 -28
  118. package/models/operations/updatememorystore.d.ts +5 -195
  119. package/models/operations/updatememorystore.d.ts.map +1 -1
  120. package/models/operations/updatememorystore.js +3 -290
  121. package/models/operations/updatememorystore.js.map +1 -1
  122. package/models/operations/updateprompt.d.ts +40 -0
  123. package/models/operations/updateprompt.d.ts.map +1 -1
  124. package/models/operations/updateprompt.js +33 -7
  125. package/models/operations/updateprompt.js.map +1 -1
  126. package/models/operations/updatetool.js +10 -10
  127. package/package.json +1 -1
  128. package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
  129. package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
  130. package/packages/orq-rc/examples/package-lock.json +1 -1
  131. package/packages/orq-rc/jsr.json +1 -1
  132. package/packages/orq-rc/package-lock.json +2 -2
  133. package/packages/orq-rc/package.json +1 -1
  134. package/packages/orq-rc/src/lib/config.ts +3 -3
  135. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  136. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  137. package/packages/orq-rc/src/models/operations/createagent.ts +38 -23
  138. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  139. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  140. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  141. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  142. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  143. package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
  144. package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
  145. package/packages/orq-rc/src/models/operations/createprompt.ts +4 -4
  146. package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
  147. package/packages/orq-rc/src/models/operations/duplicateagent.ts +21 -15
  148. package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
  149. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  150. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  151. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  152. package/packages/orq-rc/src/models/operations/getagent.ts +21 -15
  153. package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
  154. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  155. package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
  156. package/packages/orq-rc/src/models/operations/listagents.ts +21 -15
  157. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  158. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  159. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  160. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  161. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  162. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  163. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  164. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  165. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  166. package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
  167. package/packages/orq-rc/src/models/operations/runagent.ts +12 -8
  168. package/packages/orq-rc/src/models/operations/streamrunagent.ts +12 -8
  169. package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
  170. package/packages/orq-rc/src/models/operations/updateagent.ts +35 -23
  171. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  172. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  173. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  174. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  175. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  176. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  177. package/packages/orq-rc/src/models/operations/updateprompt.ts +4 -4
  178. package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
  179. package/sdk/agents.d.ts +7 -7
  180. package/sdk/agents.d.ts.map +1 -1
  181. package/sdk/agents.js +9 -9
  182. package/sdk/agents.js.map +1 -1
  183. package/src/funcs/agentsCreate.ts +1 -1
  184. package/src/lib/config.ts +3 -3
  185. package/src/mcp-server/mcp-server.ts +1 -1
  186. package/src/mcp-server/server.ts +2 -2
  187. package/src/models/operations/createagent.ts +129 -0
  188. package/src/models/operations/createbudget.ts +2 -2
  189. package/src/models/operations/createcontact.ts +2 -2
  190. package/src/models/operations/createdataset.ts +2 -2
  191. package/src/models/operations/createdatasetitem.ts +8 -8
  192. package/src/models/operations/createdatasource.ts +2 -2
  193. package/src/models/operations/createeval.ts +423 -524
  194. package/src/models/operations/creatememorystore.ts +14 -1108
  195. package/src/models/operations/createprompt.ts +60 -0
  196. package/src/models/operations/createtool.ts +10 -10
  197. package/src/models/operations/deploymentgetconfig.ts +30 -0
  198. package/src/models/operations/deployments.ts +30 -0
  199. package/src/models/operations/duplicatetool.ts +10 -10
  200. package/src/models/operations/fileget.ts +2 -2
  201. package/src/models/operations/filelist.ts +2 -2
  202. package/src/models/operations/fileupload.ts +2 -2
  203. package/src/models/operations/getagent.ts +62 -0
  204. package/src/models/operations/getallmemorystores.ts +7 -595
  205. package/src/models/operations/getallprompts.ts +30 -0
  206. package/src/models/operations/getalltools.ts +10 -10
  207. package/src/models/operations/getbudget.ts +2 -2
  208. package/src/models/operations/getevals.ts +28 -28
  209. package/src/models/operations/getoneprompt.ts +30 -0
  210. package/src/models/operations/getpromptversion.ts +30 -0
  211. package/src/models/operations/listagents.ts +67 -0
  212. package/src/models/operations/listagenttasks.ts +66 -0
  213. package/src/models/operations/listbudgets.ts +2 -2
  214. package/src/models/operations/listcontacts.ts +2 -2
  215. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  216. package/src/models/operations/listdatasets.ts +2 -2
  217. package/src/models/operations/listdatasources.ts +9 -9
  218. package/src/models/operations/listpromptversions.ts +30 -0
  219. package/src/models/operations/retrievecontact.ts +2 -2
  220. package/src/models/operations/retrievedatapoint.ts +8 -8
  221. package/src/models/operations/retrievedataset.ts +2 -2
  222. package/src/models/operations/retrievedatasource.ts +2 -2
  223. package/src/models/operations/retrievememorystore.ts +7 -596
  224. package/src/models/operations/retrievetool.ts +10 -10
  225. package/src/models/operations/runagent.ts +64 -0
  226. package/src/models/operations/streamrunagent.ts +66 -0
  227. package/src/models/operations/updateagent.ts +131 -0
  228. package/src/models/operations/updatebudget.ts +2 -2
  229. package/src/models/operations/updatecontact.ts +2 -2
  230. package/src/models/operations/updatedatapoint.ts +8 -8
  231. package/src/models/operations/updatedataset.ts +2 -2
  232. package/src/models/operations/updatedatasource.ts +2 -2
  233. package/src/models/operations/updateeval.ts +28 -28
  234. package/src/models/operations/updatememorystore.ts +7 -527
  235. package/src/models/operations/updateprompt.ts +60 -0
  236. package/src/models/operations/updatetool.ts +10 -10
  237. package/src/sdk/agents.ts +17 -17
@@ -358,6 +358,20 @@ export const Verbosity = {
358
358
  */
359
359
  export type Verbosity = ClosedEnum<typeof Verbosity>;
360
360
 
361
+ /**
362
+ * The level of thinking to use for the model. Only supported by `Google AI`
363
+ */
364
+ export const CreatePromptThinkingLevel = {
365
+ Low: "low",
366
+ High: "high",
367
+ } as const;
368
+ /**
369
+ * The level of thinking to use for the model. Only supported by `Google AI`
370
+ */
371
+ export type CreatePromptThinkingLevel = ClosedEnum<
372
+ typeof CreatePromptThinkingLevel
373
+ >;
374
+
361
375
  /**
362
376
  * Optional model parameters like temperature and maxTokens.
363
377
  */
@@ -450,6 +464,10 @@ export type ModelParameters = {
450
464
  * Controls the verbosity of the model output.
451
465
  */
452
466
  verbosity?: Verbosity | undefined;
467
+ /**
468
+ * The level of thinking to use for the model. Only supported by `Google AI`
469
+ */
470
+ thinkingLevel?: CreatePromptThinkingLevel | undefined;
453
471
  };
454
472
 
455
473
  /**
@@ -1256,6 +1274,20 @@ export const CreatePromptVerbosity = {
1256
1274
  */
1257
1275
  export type CreatePromptVerbosity = ClosedEnum<typeof CreatePromptVerbosity>;
1258
1276
 
1277
+ /**
1278
+ * The level of thinking to use for the model. Only supported by `Google AI`
1279
+ */
1280
+ export const CreatePromptPromptsThinkingLevel = {
1281
+ Low: "low",
1282
+ High: "high",
1283
+ } as const;
1284
+ /**
1285
+ * The level of thinking to use for the model. Only supported by `Google AI`
1286
+ */
1287
+ export type CreatePromptPromptsThinkingLevel = ClosedEnum<
1288
+ typeof CreatePromptPromptsThinkingLevel
1289
+ >;
1290
+
1259
1291
  /**
1260
1292
  * Model Parameters: Not all parameters apply to every model
1261
1293
  */
@@ -1348,6 +1380,10 @@ export type CreatePromptModelParameters = {
1348
1380
  * Controls the verbosity of the model output.
1349
1381
  */
1350
1382
  verbosity?: CreatePromptVerbosity | undefined;
1383
+ /**
1384
+ * The level of thinking to use for the model. Only supported by `Google AI`
1385
+ */
1386
+ thinkingLevel?: CreatePromptPromptsThinkingLevel | undefined;
1351
1387
  };
1352
1388
 
1353
1389
  export const CreatePromptProvider = {
@@ -2581,6 +2617,15 @@ export const Verbosity$inboundSchema: z.ZodNativeEnum<typeof Verbosity> = z
2581
2617
  export const Verbosity$outboundSchema: z.ZodNativeEnum<typeof Verbosity> =
2582
2618
  Verbosity$inboundSchema;
2583
2619
 
2620
+ /** @internal */
2621
+ export const CreatePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
2622
+ typeof CreatePromptThinkingLevel
2623
+ > = z.nativeEnum(CreatePromptThinkingLevel);
2624
+ /** @internal */
2625
+ export const CreatePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
2626
+ typeof CreatePromptThinkingLevel
2627
+ > = CreatePromptThinkingLevel$inboundSchema;
2628
+
2584
2629
  /** @internal */
2585
2630
  export const ModelParameters$inboundSchema: z.ZodType<
2586
2631
  ModelParameters,
@@ -2614,6 +2659,7 @@ export const ModelParameters$inboundSchema: z.ZodType<
2614
2659
  reasoningEffort: ReasoningEffort$inboundSchema.optional(),
2615
2660
  budgetTokens: z.number().optional(),
2616
2661
  verbosity: Verbosity$inboundSchema.optional(),
2662
+ thinkingLevel: CreatePromptThinkingLevel$inboundSchema.optional(),
2617
2663
  }).transform((v) => {
2618
2664
  return remap$(v, {
2619
2665
  "encoding_format": "encodingFormat",
@@ -2647,6 +2693,7 @@ export type ModelParameters$Outbound = {
2647
2693
  reasoningEffort?: string | undefined;
2648
2694
  budgetTokens?: number | undefined;
2649
2695
  verbosity?: string | undefined;
2696
+ thinkingLevel?: string | undefined;
2650
2697
  };
2651
2698
 
2652
2699
  /** @internal */
@@ -2682,6 +2729,7 @@ export const ModelParameters$outboundSchema: z.ZodType<
2682
2729
  reasoningEffort: ReasoningEffort$outboundSchema.optional(),
2683
2730
  budgetTokens: z.number().optional(),
2684
2731
  verbosity: Verbosity$outboundSchema.optional(),
2732
+ thinkingLevel: CreatePromptThinkingLevel$outboundSchema.optional(),
2685
2733
  }).transform((v) => {
2686
2734
  return remap$(v, {
2687
2735
  encodingFormat: "encoding_format",
@@ -5159,6 +5207,15 @@ export const CreatePromptVerbosity$outboundSchema: z.ZodNativeEnum<
5159
5207
  typeof CreatePromptVerbosity
5160
5208
  > = CreatePromptVerbosity$inboundSchema;
5161
5209
 
5210
+ /** @internal */
5211
+ export const CreatePromptPromptsThinkingLevel$inboundSchema: z.ZodNativeEnum<
5212
+ typeof CreatePromptPromptsThinkingLevel
5213
+ > = z.nativeEnum(CreatePromptPromptsThinkingLevel);
5214
+ /** @internal */
5215
+ export const CreatePromptPromptsThinkingLevel$outboundSchema: z.ZodNativeEnum<
5216
+ typeof CreatePromptPromptsThinkingLevel
5217
+ > = CreatePromptPromptsThinkingLevel$inboundSchema;
5218
+
5162
5219
  /** @internal */
5163
5220
  export const CreatePromptModelParameters$inboundSchema: z.ZodType<
5164
5221
  CreatePromptModelParameters,
@@ -5192,6 +5249,7 @@ export const CreatePromptModelParameters$inboundSchema: z.ZodType<
5192
5249
  reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
5193
5250
  budgetTokens: z.number().optional(),
5194
5251
  verbosity: CreatePromptVerbosity$inboundSchema.optional(),
5252
+ thinkingLevel: CreatePromptPromptsThinkingLevel$inboundSchema.optional(),
5195
5253
  }).transform((v) => {
5196
5254
  return remap$(v, {
5197
5255
  "encoding_format": "encodingFormat",
@@ -5225,6 +5283,7 @@ export type CreatePromptModelParameters$Outbound = {
5225
5283
  reasoningEffort?: string | undefined;
5226
5284
  budgetTokens?: number | undefined;
5227
5285
  verbosity?: string | undefined;
5286
+ thinkingLevel?: string | undefined;
5228
5287
  };
5229
5288
 
5230
5289
  /** @internal */
@@ -5260,6 +5319,7 @@ export const CreatePromptModelParameters$outboundSchema: z.ZodType<
5260
5319
  reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
5261
5320
  budgetTokens: z.number().optional(),
5262
5321
  verbosity: CreatePromptVerbosity$outboundSchema.optional(),
5322
+ thinkingLevel: CreatePromptPromptsThinkingLevel$outboundSchema.optional(),
5263
5323
  }).transform((v) => {
5264
5324
  return remap$(v, {
5265
5325
  encodingFormat: "encoding_format",
@@ -2112,7 +2112,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
2112
2112
  z.ZodTypeDef,
2113
2113
  unknown
2114
2114
  > = z.object({
2115
- _id: z.string().default("01KA4PNR29MMFPPYH6QVNG2XYK"),
2115
+ _id: z.string().default("01KACG316D07D4ACK4RS6T1KJ0"),
2116
2116
  path: z.string(),
2117
2117
  key: z.string(),
2118
2118
  display_name: z.string().optional(),
@@ -2166,7 +2166,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
2166
2166
  z.ZodTypeDef,
2167
2167
  ResponseBody5
2168
2168
  > = z.object({
2169
- id: z.string().default("01KA4PNR29MMFPPYH6QVNG2XYK"),
2169
+ id: z.string().default("01KACG316D07D4ACK4RS6T1KJ0"),
2170
2170
  path: z.string(),
2171
2171
  key: z.string(),
2172
2172
  displayName: z.string().optional(),
@@ -2412,7 +2412,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
2412
2412
  z.ZodTypeDef,
2413
2413
  unknown
2414
2414
  > = z.object({
2415
- _id: z.string().default("01KA4PNR27JSE9DB9A833JK87R"),
2415
+ _id: z.string().default("01KACG3163Q3H490XNB094Z1NG"),
2416
2416
  path: z.string(),
2417
2417
  key: z.string(),
2418
2418
  display_name: z.string().optional(),
@@ -2465,7 +2465,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
2465
2465
  z.ZodTypeDef,
2466
2466
  ResponseBody4
2467
2467
  > = z.object({
2468
- id: z.string().default("01KA4PNR27JSE9DB9A833JK87R"),
2468
+ id: z.string().default("01KACG3163Q3H490XNB094Z1NG"),
2469
2469
  path: z.string(),
2470
2470
  key: z.string(),
2471
2471
  displayName: z.string().optional(),
@@ -2736,7 +2736,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
2736
2736
  z.ZodTypeDef,
2737
2737
  unknown
2738
2738
  > = z.object({
2739
- _id: z.string().default("01KA4PNR256600ZTARMP7WABYJ"),
2739
+ _id: z.string().default("01KACG3161RBRAT1EY6X05PERP"),
2740
2740
  path: z.string(),
2741
2741
  key: z.string(),
2742
2742
  display_name: z.string().optional(),
@@ -2787,7 +2787,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
2787
2787
  z.ZodTypeDef,
2788
2788
  ResponseBody3
2789
2789
  > = z.object({
2790
- id: z.string().default("01KA4PNR256600ZTARMP7WABYJ"),
2790
+ id: z.string().default("01KACG3161RBRAT1EY6X05PERP"),
2791
2791
  path: z.string(),
2792
2792
  key: z.string(),
2793
2793
  displayName: z.string().optional(),
@@ -2899,7 +2899,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
2899
2899
  z.ZodTypeDef,
2900
2900
  unknown
2901
2901
  > = z.object({
2902
- _id: z.string().default("01KA4PNR24EWEA1GQRHP4S4KFH"),
2902
+ _id: z.string().default("01KACG3160NAZQ70HE5RZD4Q7F"),
2903
2903
  path: z.string(),
2904
2904
  key: z.string(),
2905
2905
  display_name: z.string().optional(),
@@ -2951,7 +2951,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
2951
2951
  z.ZodTypeDef,
2952
2952
  ResponseBody2
2953
2953
  > = z.object({
2954
- id: z.string().default("01KA4PNR24EWEA1GQRHP4S4KFH"),
2954
+ id: z.string().default("01KACG3160NAZQ70HE5RZD4Q7F"),
2955
2955
  path: z.string(),
2956
2956
  key: z.string(),
2957
2957
  displayName: z.string().optional(),
@@ -3066,7 +3066,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
3066
3066
  z.ZodTypeDef,
3067
3067
  unknown
3068
3068
  > = z.object({
3069
- _id: z.string().default("01KA4PNR237895XN2354JBFMB0"),
3069
+ _id: z.string().default("01KACG315Y6DQK5W6M2R4FARED"),
3070
3070
  path: z.string(),
3071
3071
  key: z.string(),
3072
3072
  display_name: z.string().optional(),
@@ -3117,7 +3117,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
3117
3117
  z.ZodTypeDef,
3118
3118
  ResponseBody1
3119
3119
  > = z.object({
3120
- id: z.string().default("01KA4PNR237895XN2354JBFMB0"),
3120
+ id: z.string().default("01KACG315Y6DQK5W6M2R4FARED"),
3121
3121
  path: z.string(),
3122
3122
  key: z.string(),
3123
3123
  displayName: z.string().optional(),
@@ -1703,6 +1703,20 @@ export type DeploymentGetConfigVerbosity = ClosedEnum<
1703
1703
  typeof DeploymentGetConfigVerbosity
1704
1704
  >;
1705
1705
 
1706
+ /**
1707
+ * The level of thinking to use for the model. Only supported by `Google AI`
1708
+ */
1709
+ export const DeploymentGetConfigThinkingLevel = {
1710
+ Low: "low",
1711
+ High: "high",
1712
+ } as const;
1713
+ /**
1714
+ * The level of thinking to use for the model. Only supported by `Google AI`
1715
+ */
1716
+ export type DeploymentGetConfigThinkingLevel = ClosedEnum<
1717
+ typeof DeploymentGetConfigThinkingLevel
1718
+ >;
1719
+
1706
1720
  /**
1707
1721
  * Model Parameters: Not all parameters apply to every model
1708
1722
  */
@@ -1795,6 +1809,10 @@ export type DeploymentGetConfigParameters = {
1795
1809
  * Controls the verbosity of the model output.
1796
1810
  */
1797
1811
  verbosity?: DeploymentGetConfigVerbosity | undefined;
1812
+ /**
1813
+ * The level of thinking to use for the model. Only supported by `Google AI`
1814
+ */
1815
+ thinkingLevel?: DeploymentGetConfigThinkingLevel | undefined;
1798
1816
  };
1799
1817
 
1800
1818
  /**
@@ -7728,6 +7746,15 @@ export const DeploymentGetConfigVerbosity$outboundSchema: z.ZodNativeEnum<
7728
7746
  typeof DeploymentGetConfigVerbosity
7729
7747
  > = DeploymentGetConfigVerbosity$inboundSchema;
7730
7748
 
7749
+ /** @internal */
7750
+ export const DeploymentGetConfigThinkingLevel$inboundSchema: z.ZodNativeEnum<
7751
+ typeof DeploymentGetConfigThinkingLevel
7752
+ > = z.nativeEnum(DeploymentGetConfigThinkingLevel);
7753
+ /** @internal */
7754
+ export const DeploymentGetConfigThinkingLevel$outboundSchema: z.ZodNativeEnum<
7755
+ typeof DeploymentGetConfigThinkingLevel
7756
+ > = DeploymentGetConfigThinkingLevel$inboundSchema;
7757
+
7731
7758
  /** @internal */
7732
7759
  export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
7733
7760
  DeploymentGetConfigParameters,
@@ -7762,6 +7789,7 @@ export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
7762
7789
  reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
7763
7790
  budgetTokens: z.number().optional(),
7764
7791
  verbosity: DeploymentGetConfigVerbosity$inboundSchema.optional(),
7792
+ thinkingLevel: DeploymentGetConfigThinkingLevel$inboundSchema.optional(),
7765
7793
  }).transform((v) => {
7766
7794
  return remap$(v, {
7767
7795
  "encoding_format": "encodingFormat",
@@ -7795,6 +7823,7 @@ export type DeploymentGetConfigParameters$Outbound = {
7795
7823
  reasoningEffort?: string | undefined;
7796
7824
  budgetTokens?: number | undefined;
7797
7825
  verbosity?: string | undefined;
7826
+ thinkingLevel?: string | undefined;
7798
7827
  };
7799
7828
 
7800
7829
  /** @internal */
@@ -7831,6 +7860,7 @@ export const DeploymentGetConfigParameters$outboundSchema: z.ZodType<
7831
7860
  reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
7832
7861
  budgetTokens: z.number().optional(),
7833
7862
  verbosity: DeploymentGetConfigVerbosity$outboundSchema.optional(),
7863
+ thinkingLevel: DeploymentGetConfigThinkingLevel$outboundSchema.optional(),
7834
7864
  }).transform((v) => {
7835
7865
  return remap$(v, {
7836
7866
  encodingFormat: "encoding_format",
@@ -273,6 +273,20 @@ export const DeploymentsVerbosity = {
273
273
  */
274
274
  export type DeploymentsVerbosity = ClosedEnum<typeof DeploymentsVerbosity>;
275
275
 
276
+ /**
277
+ * The level of thinking to use for the model. Only supported by `Google AI`
278
+ */
279
+ export const DeploymentsThinkingLevel = {
280
+ Low: "low",
281
+ High: "high",
282
+ } as const;
283
+ /**
284
+ * The level of thinking to use for the model. Only supported by `Google AI`
285
+ */
286
+ export type DeploymentsThinkingLevel = ClosedEnum<
287
+ typeof DeploymentsThinkingLevel
288
+ >;
289
+
276
290
  /**
277
291
  * Model Parameters: Not all parameters apply to every model
278
292
  */
@@ -365,6 +379,10 @@ export type DeploymentsModelParameters = {
365
379
  * Controls the verbosity of the model output.
366
380
  */
367
381
  verbosity?: DeploymentsVerbosity | undefined;
382
+ /**
383
+ * The level of thinking to use for the model. Only supported by `Google AI`
384
+ */
385
+ thinkingLevel?: DeploymentsThinkingLevel | undefined;
368
386
  };
369
387
 
370
388
  export const DeploymentsProvider = {
@@ -1154,6 +1172,15 @@ export const DeploymentsVerbosity$outboundSchema: z.ZodNativeEnum<
1154
1172
  typeof DeploymentsVerbosity
1155
1173
  > = DeploymentsVerbosity$inboundSchema;
1156
1174
 
1175
+ /** @internal */
1176
+ export const DeploymentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
1177
+ typeof DeploymentsThinkingLevel
1178
+ > = z.nativeEnum(DeploymentsThinkingLevel);
1179
+ /** @internal */
1180
+ export const DeploymentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
1181
+ typeof DeploymentsThinkingLevel
1182
+ > = DeploymentsThinkingLevel$inboundSchema;
1183
+
1157
1184
  /** @internal */
1158
1185
  export const DeploymentsModelParameters$inboundSchema: z.ZodType<
1159
1186
  DeploymentsModelParameters,
@@ -1187,6 +1214,7 @@ export const DeploymentsModelParameters$inboundSchema: z.ZodType<
1187
1214
  reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
1188
1215
  budgetTokens: z.number().optional(),
1189
1216
  verbosity: DeploymentsVerbosity$inboundSchema.optional(),
1217
+ thinkingLevel: DeploymentsThinkingLevel$inboundSchema.optional(),
1190
1218
  }).transform((v) => {
1191
1219
  return remap$(v, {
1192
1220
  "encoding_format": "encodingFormat",
@@ -1220,6 +1248,7 @@ export type DeploymentsModelParameters$Outbound = {
1220
1248
  reasoningEffort?: string | undefined;
1221
1249
  budgetTokens?: number | undefined;
1222
1250
  verbosity?: string | undefined;
1251
+ thinkingLevel?: string | undefined;
1223
1252
  };
1224
1253
 
1225
1254
  /** @internal */
@@ -1255,6 +1284,7 @@ export const DeploymentsModelParameters$outboundSchema: z.ZodType<
1255
1284
  reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
1256
1285
  budgetTokens: z.number().optional(),
1257
1286
  verbosity: DeploymentsVerbosity$outboundSchema.optional(),
1287
+ thinkingLevel: DeploymentsThinkingLevel$outboundSchema.optional(),
1258
1288
  }).transform((v) => {
1259
1289
  return remap$(v, {
1260
1290
  encodingFormat: "encoding_format",
@@ -716,7 +716,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
716
716
  z.ZodTypeDef,
717
717
  unknown
718
718
  > = z.object({
719
- _id: z.string().default("01KA4PNR3EQ3V9RGFEJZBC51ZG"),
719
+ _id: z.string().default("01KACG317AXV3VYS6N2ES2SRNS"),
720
720
  path: z.string(),
721
721
  key: z.string(),
722
722
  display_name: z.string().optional(),
@@ -771,7 +771,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
771
771
  z.ZodTypeDef,
772
772
  DuplicateToolResponseBody5
773
773
  > = z.object({
774
- id: z.string().default("01KA4PNR3EQ3V9RGFEJZBC51ZG"),
774
+ id: z.string().default("01KACG317AXV3VYS6N2ES2SRNS"),
775
775
  path: z.string(),
776
776
  key: z.string(),
777
777
  displayName: z.string().optional(),
@@ -1042,7 +1042,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
1042
1042
  z.ZodTypeDef,
1043
1043
  unknown
1044
1044
  > = z.object({
1045
- _id: z.string().default("01KA4PNR3CB8413C8MB6D5BAHA"),
1045
+ _id: z.string().default("01KACG31799DMYJW2M44CTMRCR"),
1046
1046
  path: z.string(),
1047
1047
  key: z.string(),
1048
1048
  display_name: z.string().optional(),
@@ -1095,7 +1095,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
1095
1095
  z.ZodTypeDef,
1096
1096
  DuplicateToolResponseBody4
1097
1097
  > = z.object({
1098
- id: z.string().default("01KA4PNR3CB8413C8MB6D5BAHA"),
1098
+ id: z.string().default("01KACG31799DMYJW2M44CTMRCR"),
1099
1099
  path: z.string(),
1100
1100
  key: z.string(),
1101
1101
  displayName: z.string().optional(),
@@ -1390,7 +1390,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
1390
1390
  z.ZodTypeDef,
1391
1391
  unknown
1392
1392
  > = z.object({
1393
- _id: z.string().default("01KA4PNR3A7Y6GB8M68GKDWCX1"),
1393
+ _id: z.string().default("01KACG3177KSKHQB5Z3SKWVNCV"),
1394
1394
  path: z.string(),
1395
1395
  key: z.string(),
1396
1396
  display_name: z.string().optional(),
@@ -1443,7 +1443,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
1443
1443
  z.ZodTypeDef,
1444
1444
  DuplicateToolResponseBody3
1445
1445
  > = z.object({
1446
- id: z.string().default("01KA4PNR3A7Y6GB8M68GKDWCX1"),
1446
+ id: z.string().default("01KACG3177KSKHQB5Z3SKWVNCV"),
1447
1447
  path: z.string(),
1448
1448
  key: z.string(),
1449
1449
  displayName: z.string().optional(),
@@ -1565,7 +1565,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
1565
1565
  z.ZodTypeDef,
1566
1566
  unknown
1567
1567
  > = z.object({
1568
- _id: z.string().default("01KA4PNR39TGX8ZE15QZJCQSS1"),
1568
+ _id: z.string().default("01KACG317515P2EK9DG0N04C7K"),
1569
1569
  path: z.string(),
1570
1570
  key: z.string(),
1571
1571
  display_name: z.string().optional(),
@@ -1617,7 +1617,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
1617
1617
  z.ZodTypeDef,
1618
1618
  DuplicateToolResponseBody2
1619
1619
  > = z.object({
1620
- id: z.string().default("01KA4PNR39TGX8ZE15QZJCQSS1"),
1620
+ id: z.string().default("01KACG317515P2EK9DG0N04C7K"),
1621
1621
  path: z.string(),
1622
1622
  key: z.string(),
1623
1623
  displayName: z.string().optional(),
@@ -1736,7 +1736,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
1736
1736
  z.ZodTypeDef,
1737
1737
  unknown
1738
1738
  > = z.object({
1739
- _id: z.string().default("01KA4PNR38EM9EXGXJDQ1JC0AF"),
1739
+ _id: z.string().default("01KACG317331DHPJTJ89GFVYSB"),
1740
1740
  path: z.string(),
1741
1741
  key: z.string(),
1742
1742
  display_name: z.string().optional(),
@@ -1787,7 +1787,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
1787
1787
  z.ZodTypeDef,
1788
1788
  DuplicateToolResponseBody1
1789
1789
  > = z.object({
1790
- id: z.string().default("01KA4PNR38EM9EXGXJDQ1JC0AF"),
1790
+ id: z.string().default("01KACG317331DHPJTJ89GFVYSB"),
1791
1791
  path: z.string(),
1792
1792
  key: z.string(),
1793
1793
  displayName: z.string().optional(),
@@ -119,7 +119,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
119
119
  file_name: z.string(),
120
120
  workspace_id: z.string(),
121
121
  created: z.string().datetime({ offset: true }).default(
122
- "2025-11-15T21:27:46.126Z",
122
+ "2025-11-18T22:06:37.616Z",
123
123
  ).transform(v => new Date(v)),
124
124
  }).transform((v) => {
125
125
  return remap$(v, {
@@ -152,7 +152,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
152
152
  bytes: z.number(),
153
153
  fileName: z.string(),
154
154
  workspaceId: z.string(),
155
- created: z.date().default(() => new Date("2025-11-15T21:27:46.126Z"))
155
+ created: z.date().default(() => new Date("2025-11-18T22:06:37.616Z"))
156
156
  .transform(v => v.toISOString()),
157
157
  }).transform((v) => {
158
158
  return remap$(v, {
@@ -157,7 +157,7 @@ export const FileListData$inboundSchema: z.ZodType<
157
157
  file_name: z.string(),
158
158
  workspace_id: z.string(),
159
159
  created: z.string().datetime({ offset: true }).default(
160
- "2025-11-15T21:27:46.126Z",
160
+ "2025-11-18T22:06:37.616Z",
161
161
  ).transform(v => new Date(v)),
162
162
  }).transform((v) => {
163
163
  return remap$(v, {
@@ -190,7 +190,7 @@ export const FileListData$outboundSchema: z.ZodType<
190
190
  bytes: z.number(),
191
191
  fileName: z.string(),
192
192
  workspaceId: z.string(),
193
- created: z.date().default(() => new Date("2025-11-15T21:27:46.126Z"))
193
+ created: z.date().default(() => new Date("2025-11-18T22:06:37.616Z"))
194
194
  .transform(v => v.toISOString()),
195
195
  }).transform((v) => {
196
196
  return remap$(v, {
@@ -196,7 +196,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
196
196
  file_name: z.string(),
197
197
  workspace_id: z.string(),
198
198
  created: z.string().datetime({ offset: true }).default(
199
- "2025-11-15T21:27:46.126Z",
199
+ "2025-11-18T22:06:37.616Z",
200
200
  ).transform(v => new Date(v)),
201
201
  }).transform((v) => {
202
202
  return remap$(v, {
@@ -229,7 +229,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
229
229
  bytes: z.number(),
230
230
  fileName: z.string(),
231
231
  workspaceId: z.string(),
232
- created: z.date().default(() => new Date("2025-11-15T21:27:46.126Z"))
232
+ created: z.date().default(() => new Date("2025-11-18T22:06:37.616Z"))
233
233
  .transform(v => v.toISOString()),
234
234
  }).transform((v) => {
235
235
  return remap$(v, {
@@ -232,6 +232,18 @@ export const GetAgentType = {
232
232
  */
233
233
  export type GetAgentType = ClosedEnum<typeof GetAgentType>;
234
234
 
235
+ /**
236
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
237
+ */
238
+ export const GetAgentThinkingLevel = {
239
+ Low: "low",
240
+ High: "high",
241
+ } as const;
242
+ /**
243
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
244
+ */
245
+ export type GetAgentThinkingLevel = ClosedEnum<typeof GetAgentThinkingLevel>;
246
+
235
247
  export type GetAgentThinking = {
236
248
  /**
237
249
  * Enables or disables the thinking mode capability
@@ -241,6 +253,10 @@ export type GetAgentThinking = {
241
253
  * Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
242
254
  */
243
255
  budgetTokens: number;
256
+ /**
257
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
258
+ */
259
+ thinkingLevel?: GetAgentThinkingLevel | undefined;
244
260
  };
245
261
 
246
262
  /**
@@ -536,6 +552,20 @@ export type GetAgentFallbackModelsType = ClosedEnum<
536
552
  typeof GetAgentFallbackModelsType
537
553
  >;
538
554
 
555
+ /**
556
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
557
+ */
558
+ export const GetAgentFallbackModelsThinkingLevel = {
559
+ Low: "low",
560
+ High: "high",
561
+ } as const;
562
+ /**
563
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
564
+ */
565
+ export type GetAgentFallbackModelsThinkingLevel = ClosedEnum<
566
+ typeof GetAgentFallbackModelsThinkingLevel
567
+ >;
568
+
539
569
  export type GetAgentFallbackModelsThinking = {
540
570
  /**
541
571
  * Enables or disables the thinking mode capability
@@ -545,6 +575,10 @@ export type GetAgentFallbackModelsThinking = {
545
575
  * Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
546
576
  */
547
577
  budgetTokens: number;
578
+ /**
579
+ * The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
580
+ */
581
+ thinkingLevel?: GetAgentFallbackModelsThinkingLevel | undefined;
548
582
  };
549
583
 
550
584
  /**
@@ -1452,6 +1486,15 @@ export const GetAgentType$inboundSchema: z.ZodNativeEnum<typeof GetAgentType> =
1452
1486
  export const GetAgentType$outboundSchema: z.ZodNativeEnum<typeof GetAgentType> =
1453
1487
  GetAgentType$inboundSchema;
1454
1488
 
1489
+ /** @internal */
1490
+ export const GetAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<
1491
+ typeof GetAgentThinkingLevel
1492
+ > = z.nativeEnum(GetAgentThinkingLevel);
1493
+ /** @internal */
1494
+ export const GetAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<
1495
+ typeof GetAgentThinkingLevel
1496
+ > = GetAgentThinkingLevel$inboundSchema;
1497
+
1455
1498
  /** @internal */
1456
1499
  export const GetAgentThinking$inboundSchema: z.ZodType<
1457
1500
  GetAgentThinking,
@@ -1460,15 +1503,18 @@ export const GetAgentThinking$inboundSchema: z.ZodType<
1460
1503
  > = z.object({
1461
1504
  type: GetAgentType$inboundSchema,
1462
1505
  budget_tokens: z.number(),
1506
+ thinking_level: GetAgentThinkingLevel$inboundSchema.optional(),
1463
1507
  }).transform((v) => {
1464
1508
  return remap$(v, {
1465
1509
  "budget_tokens": "budgetTokens",
1510
+ "thinking_level": "thinkingLevel",
1466
1511
  });
1467
1512
  });
1468
1513
  /** @internal */
1469
1514
  export type GetAgentThinking$Outbound = {
1470
1515
  type: string;
1471
1516
  budget_tokens: number;
1517
+ thinking_level?: string | undefined;
1472
1518
  };
1473
1519
 
1474
1520
  /** @internal */
@@ -1479,9 +1525,11 @@ export const GetAgentThinking$outboundSchema: z.ZodType<
1479
1525
  > = z.object({
1480
1526
  type: GetAgentType$outboundSchema,
1481
1527
  budgetTokens: z.number(),
1528
+ thinkingLevel: GetAgentThinkingLevel$outboundSchema.optional(),
1482
1529
  }).transform((v) => {
1483
1530
  return remap$(v, {
1484
1531
  budgetTokens: "budget_tokens",
1532
+ thinkingLevel: "thinking_level",
1485
1533
  });
1486
1534
  });
1487
1535
 
@@ -2273,6 +2321,15 @@ export const GetAgentFallbackModelsType$outboundSchema: z.ZodNativeEnum<
2273
2321
  typeof GetAgentFallbackModelsType
2274
2322
  > = GetAgentFallbackModelsType$inboundSchema;
2275
2323
 
2324
+ /** @internal */
2325
+ export const GetAgentFallbackModelsThinkingLevel$inboundSchema: z.ZodNativeEnum<
2326
+ typeof GetAgentFallbackModelsThinkingLevel
2327
+ > = z.nativeEnum(GetAgentFallbackModelsThinkingLevel);
2328
+ /** @internal */
2329
+ export const GetAgentFallbackModelsThinkingLevel$outboundSchema:
2330
+ z.ZodNativeEnum<typeof GetAgentFallbackModelsThinkingLevel> =
2331
+ GetAgentFallbackModelsThinkingLevel$inboundSchema;
2332
+
2276
2333
  /** @internal */
2277
2334
  export const GetAgentFallbackModelsThinking$inboundSchema: z.ZodType<
2278
2335
  GetAgentFallbackModelsThinking,
@@ -2281,15 +2338,18 @@ export const GetAgentFallbackModelsThinking$inboundSchema: z.ZodType<
2281
2338
  > = z.object({
2282
2339
  type: GetAgentFallbackModelsType$inboundSchema,
2283
2340
  budget_tokens: z.number(),
2341
+ thinking_level: GetAgentFallbackModelsThinkingLevel$inboundSchema.optional(),
2284
2342
  }).transform((v) => {
2285
2343
  return remap$(v, {
2286
2344
  "budget_tokens": "budgetTokens",
2345
+ "thinking_level": "thinkingLevel",
2287
2346
  });
2288
2347
  });
2289
2348
  /** @internal */
2290
2349
  export type GetAgentFallbackModelsThinking$Outbound = {
2291
2350
  type: string;
2292
2351
  budget_tokens: number;
2352
+ thinking_level?: string | undefined;
2293
2353
  };
2294
2354
 
2295
2355
  /** @internal */
@@ -2300,9 +2360,11 @@ export const GetAgentFallbackModelsThinking$outboundSchema: z.ZodType<
2300
2360
  > = z.object({
2301
2361
  type: GetAgentFallbackModelsType$outboundSchema,
2302
2362
  budgetTokens: z.number(),
2363
+ thinkingLevel: GetAgentFallbackModelsThinkingLevel$outboundSchema.optional(),
2303
2364
  }).transform((v) => {
2304
2365
  return remap$(v, {
2305
2366
  budgetTokens: "budget_tokens",
2367
+ thinkingLevel: "thinking_level",
2306
2368
  });
2307
2369
  });
2308
2370