@orq-ai/node 3.14.40 → 3.14.42

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 (236) hide show
  1. package/bin/mcp-server.js +696 -1501
  2. package/bin/mcp-server.js.map +55 -55
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +3 -3
  6. package/lib/config.js +3 -3
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/operations/createagent.d.ts +80 -0
  10. package/models/operations/createagent.d.ts.map +1 -1
  11. package/models/operations/createagent.js +70 -7
  12. package/models/operations/createagent.js.map +1 -1
  13. package/models/operations/createbudget.js +2 -2
  14. package/models/operations/createcontact.js +2 -2
  15. package/models/operations/createdataset.js +2 -2
  16. package/models/operations/createdatasetitem.js +8 -8
  17. package/models/operations/createdatasource.js +2 -2
  18. package/models/operations/createeval.d.ts +106 -106
  19. package/models/operations/createeval.d.ts.map +1 -1
  20. package/models/operations/createeval.js +242 -234
  21. package/models/operations/createeval.js.map +1 -1
  22. package/models/operations/creatememorystore.d.ts +10 -391
  23. package/models/operations/creatememorystore.d.ts.map +1 -1
  24. package/models/operations/creatememorystore.js +5 -563
  25. package/models/operations/creatememorystore.js.map +1 -1
  26. package/models/operations/createprompt.d.ts +40 -0
  27. package/models/operations/createprompt.d.ts.map +1 -1
  28. package/models/operations/createprompt.js +33 -7
  29. package/models/operations/createprompt.js.map +1 -1
  30. package/models/operations/createtool.js +10 -10
  31. package/models/operations/deploymentgetconfig.d.ts +20 -0
  32. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  33. package/models/operations/deploymentgetconfig.js +22 -8
  34. package/models/operations/deploymentgetconfig.js.map +1 -1
  35. package/models/operations/deployments.d.ts +20 -0
  36. package/models/operations/deployments.d.ts.map +1 -1
  37. package/models/operations/deployments.js +16 -3
  38. package/models/operations/deployments.js.map +1 -1
  39. package/models/operations/duplicatetool.js +10 -10
  40. package/models/operations/fileget.js +2 -2
  41. package/models/operations/filelist.js +2 -2
  42. package/models/operations/fileupload.js +2 -2
  43. package/models/operations/getagent.d.ts +40 -0
  44. package/models/operations/getagent.d.ts.map +1 -1
  45. package/models/operations/getagent.js +33 -3
  46. package/models/operations/getagent.js.map +1 -1
  47. package/models/operations/getallmemorystores.d.ts +5 -195
  48. package/models/operations/getallmemorystores.d.ts.map +1 -1
  49. package/models/operations/getallmemorystores.js +3 -273
  50. package/models/operations/getallmemorystores.js.map +1 -1
  51. package/models/operations/getallprompts.d.ts +20 -0
  52. package/models/operations/getallprompts.d.ts.map +1 -1
  53. package/models/operations/getallprompts.js +16 -3
  54. package/models/operations/getallprompts.js.map +1 -1
  55. package/models/operations/getalltools.js +10 -10
  56. package/models/operations/getbudget.js +2 -2
  57. package/models/operations/getevals.js +28 -28
  58. package/models/operations/getoneprompt.d.ts +20 -0
  59. package/models/operations/getoneprompt.d.ts.map +1 -1
  60. package/models/operations/getoneprompt.js +16 -3
  61. package/models/operations/getoneprompt.js.map +1 -1
  62. package/models/operations/getpromptversion.d.ts +20 -0
  63. package/models/operations/getpromptversion.d.ts.map +1 -1
  64. package/models/operations/getpromptversion.js +16 -2
  65. package/models/operations/getpromptversion.js.map +1 -1
  66. package/models/operations/listagents.d.ts +40 -0
  67. package/models/operations/listagents.d.ts.map +1 -1
  68. package/models/operations/listagents.js +36 -3
  69. package/models/operations/listagents.js.map +1 -1
  70. package/models/operations/listagenttasks.d.ts +40 -0
  71. package/models/operations/listagenttasks.d.ts.map +1 -1
  72. package/models/operations/listagenttasks.js +36 -3
  73. package/models/operations/listagenttasks.js.map +1 -1
  74. package/models/operations/listbudgets.js +2 -2
  75. package/models/operations/listcontacts.js +2 -2
  76. package/models/operations/listdatasetdatapoints.js +8 -8
  77. package/models/operations/listdatasets.js +2 -2
  78. package/models/operations/listdatasources.d.ts +5 -5
  79. package/models/operations/listdatasources.d.ts.map +1 -1
  80. package/models/operations/listdatasources.js +4 -4
  81. package/models/operations/listdatasources.js.map +1 -1
  82. package/models/operations/listpromptversions.d.ts +20 -0
  83. package/models/operations/listpromptversions.d.ts.map +1 -1
  84. package/models/operations/listpromptversions.js +16 -3
  85. package/models/operations/listpromptversions.js.map +1 -1
  86. package/models/operations/retrievecontact.js +2 -2
  87. package/models/operations/retrievedatapoint.js +8 -8
  88. package/models/operations/retrievedataset.js +2 -2
  89. package/models/operations/retrievedatasource.js +2 -2
  90. package/models/operations/retrievememorystore.d.ts +5 -196
  91. package/models/operations/retrievememorystore.d.ts.map +1 -1
  92. package/models/operations/retrievememorystore.js +3 -273
  93. package/models/operations/retrievememorystore.js.map +1 -1
  94. package/models/operations/retrievetool.js +10 -10
  95. package/models/operations/runagent.d.ts +40 -0
  96. package/models/operations/runagent.d.ts.map +1 -1
  97. package/models/operations/runagent.js +36 -6
  98. package/models/operations/runagent.js.map +1 -1
  99. package/models/operations/streamrunagent.d.ts +40 -0
  100. package/models/operations/streamrunagent.d.ts.map +1 -1
  101. package/models/operations/streamrunagent.js +39 -6
  102. package/models/operations/streamrunagent.js.map +1 -1
  103. package/models/operations/updateagent.d.ts +80 -0
  104. package/models/operations/updateagent.d.ts.map +1 -1
  105. package/models/operations/updateagent.js +73 -7
  106. package/models/operations/updateagent.js.map +1 -1
  107. package/models/operations/updatebudget.js +2 -2
  108. package/models/operations/updatecontact.js +2 -2
  109. package/models/operations/updatedatapoint.js +8 -8
  110. package/models/operations/updatedataset.js +2 -2
  111. package/models/operations/updatedatasource.js +2 -2
  112. package/models/operations/updateeval.js +28 -28
  113. package/models/operations/updatememorystore.d.ts +5 -195
  114. package/models/operations/updatememorystore.d.ts.map +1 -1
  115. package/models/operations/updatememorystore.js +3 -290
  116. package/models/operations/updatememorystore.js.map +1 -1
  117. package/models/operations/updateprompt.d.ts +40 -0
  118. package/models/operations/updateprompt.d.ts.map +1 -1
  119. package/models/operations/updateprompt.js +33 -7
  120. package/models/operations/updateprompt.js.map +1 -1
  121. package/models/operations/updatetool.js +10 -10
  122. package/package.json +1 -1
  123. package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
  124. package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
  125. package/packages/orq-rc/examples/package-lock.json +1 -1
  126. package/packages/orq-rc/jsr.json +1 -1
  127. package/packages/orq-rc/package-lock.json +2 -2
  128. package/packages/orq-rc/package.json +1 -1
  129. package/packages/orq-rc/src/lib/config.ts +3 -3
  130. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  131. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  132. package/packages/orq-rc/src/models/operations/createagent.ts +204 -62
  133. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  134. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  135. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  136. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  137. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  138. package/packages/orq-rc/src/models/operations/createeval.ts +423 -524
  139. package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
  140. package/packages/orq-rc/src/models/operations/creatememorystore.ts +14 -1094
  141. package/packages/orq-rc/src/models/operations/createprompt.ts +64 -4
  142. package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
  143. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +30 -0
  144. package/packages/orq-rc/src/models/operations/deployments.ts +30 -0
  145. package/packages/orq-rc/src/models/operations/duplicateagent.ts +93 -15
  146. package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
  147. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  148. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  149. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  150. package/packages/orq-rc/src/models/operations/getagent.ts +86 -15
  151. package/packages/orq-rc/src/models/operations/getallmemorystores.ts +7 -595
  152. package/packages/orq-rc/src/models/operations/getallprompts.ts +30 -0
  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/getoneprompt.ts +30 -0
  157. package/packages/orq-rc/src/models/operations/getpromptversion.ts +30 -0
  158. package/packages/orq-rc/src/models/operations/listagents.ts +89 -15
  159. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  160. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  161. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  162. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  163. package/packages/orq-rc/src/models/operations/listdatasources.ts +9 -9
  164. package/packages/orq-rc/src/models/operations/listpromptversions.ts +30 -0
  165. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  166. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  167. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  168. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  169. package/packages/orq-rc/src/models/operations/retrievememorystore.ts +7 -596
  170. package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
  171. package/packages/orq-rc/src/models/operations/runagent.ts +81 -8
  172. package/packages/orq-rc/src/models/operations/streamrunagent.ts +86 -8
  173. package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
  174. package/packages/orq-rc/src/models/operations/updateagent.ts +176 -23
  175. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  176. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  177. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  178. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  179. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  180. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  181. package/packages/orq-rc/src/models/operations/updatememorystore.ts +7 -527
  182. package/packages/orq-rc/src/models/operations/updateprompt.ts +64 -4
  183. package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
  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 +1 -1
  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
@@ -359,6 +359,20 @@ export const Verbosity = {
359
359
  */
360
360
  export type Verbosity = ClosedEnum<typeof Verbosity>;
361
361
 
362
+ /**
363
+ * The level of thinking to use for the model. Only supported by `Google AI`
364
+ */
365
+ export const CreatePromptThinkingLevel = {
366
+ Low: "low",
367
+ High: "high",
368
+ } as const;
369
+ /**
370
+ * The level of thinking to use for the model. Only supported by `Google AI`
371
+ */
372
+ export type CreatePromptThinkingLevel = ClosedEnum<
373
+ typeof CreatePromptThinkingLevel
374
+ >;
375
+
362
376
  /**
363
377
  * Optional model parameters like temperature and maxTokens.
364
378
  */
@@ -451,6 +465,10 @@ export type ModelParameters = {
451
465
  * Controls the verbosity of the model output.
452
466
  */
453
467
  verbosity?: Verbosity | undefined;
468
+ /**
469
+ * The level of thinking to use for the model. Only supported by `Google AI`
470
+ */
471
+ thinkingLevel?: CreatePromptThinkingLevel | undefined;
454
472
  };
455
473
 
456
474
  /**
@@ -955,7 +973,7 @@ export type CreatePromptResponseFormatPromptsRequestJsonSchema = {
955
973
  /**
956
974
  * Whether to enable strict schema adherence when generating the output. If set to true, the model will always follow the exact schema defined in the schema field. Only a subset of JSON Schema is supported when strict is true.
957
975
  */
958
- strict?: boolean | undefined;
976
+ strict?: boolean | null | undefined;
959
977
  };
960
978
 
961
979
  /**
@@ -1273,6 +1291,20 @@ export const CreatePromptVerbosity = {
1273
1291
  */
1274
1292
  export type CreatePromptVerbosity = ClosedEnum<typeof CreatePromptVerbosity>;
1275
1293
 
1294
+ /**
1295
+ * The level of thinking to use for the model. Only supported by `Google AI`
1296
+ */
1297
+ export const CreatePromptPromptsThinkingLevel = {
1298
+ Low: "low",
1299
+ High: "high",
1300
+ } as const;
1301
+ /**
1302
+ * The level of thinking to use for the model. Only supported by `Google AI`
1303
+ */
1304
+ export type CreatePromptPromptsThinkingLevel = ClosedEnum<
1305
+ typeof CreatePromptPromptsThinkingLevel
1306
+ >;
1307
+
1276
1308
  /**
1277
1309
  * Model Parameters: Not all parameters apply to every model
1278
1310
  */
@@ -1365,6 +1397,10 @@ export type CreatePromptModelParameters = {
1365
1397
  * Controls the verbosity of the model output.
1366
1398
  */
1367
1399
  verbosity?: CreatePromptVerbosity | undefined;
1400
+ /**
1401
+ * The level of thinking to use for the model. Only supported by `Google AI`
1402
+ */
1403
+ thinkingLevel?: CreatePromptPromptsThinkingLevel | undefined;
1368
1404
  };
1369
1405
 
1370
1406
  export const CreatePromptProvider = {
@@ -2591,6 +2627,15 @@ export const Verbosity$inboundSchema: z.ZodNativeEnum<typeof Verbosity> = z
2591
2627
  export const Verbosity$outboundSchema: z.ZodNativeEnum<typeof Verbosity> =
2592
2628
  Verbosity$inboundSchema;
2593
2629
 
2630
+ /** @internal */
2631
+ export const CreatePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
2632
+ typeof CreatePromptThinkingLevel
2633
+ > = z.nativeEnum(CreatePromptThinkingLevel);
2634
+ /** @internal */
2635
+ export const CreatePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
2636
+ typeof CreatePromptThinkingLevel
2637
+ > = CreatePromptThinkingLevel$inboundSchema;
2638
+
2594
2639
  /** @internal */
2595
2640
  export const ModelParameters$inboundSchema: z.ZodType<
2596
2641
  ModelParameters,
@@ -2624,6 +2669,7 @@ export const ModelParameters$inboundSchema: z.ZodType<
2624
2669
  reasoningEffort: ReasoningEffort$inboundSchema.optional(),
2625
2670
  budgetTokens: z.number().optional(),
2626
2671
  verbosity: Verbosity$inboundSchema.optional(),
2672
+ thinkingLevel: CreatePromptThinkingLevel$inboundSchema.optional(),
2627
2673
  }).transform((v) => {
2628
2674
  return remap$(v, {
2629
2675
  "encoding_format": "encodingFormat",
@@ -2657,6 +2703,7 @@ export type ModelParameters$Outbound = {
2657
2703
  reasoningEffort?: string | undefined;
2658
2704
  budgetTokens?: number | undefined;
2659
2705
  verbosity?: string | undefined;
2706
+ thinkingLevel?: string | undefined;
2660
2707
  };
2661
2708
 
2662
2709
  /** @internal */
@@ -2692,6 +2739,7 @@ export const ModelParameters$outboundSchema: z.ZodType<
2692
2739
  reasoningEffort: ReasoningEffort$outboundSchema.optional(),
2693
2740
  budgetTokens: z.number().optional(),
2694
2741
  verbosity: Verbosity$outboundSchema.optional(),
2742
+ thinkingLevel: CreatePromptThinkingLevel$outboundSchema.optional(),
2695
2743
  }).transform((v) => {
2696
2744
  return remap$(v, {
2697
2745
  encodingFormat: "encoding_format",
@@ -4350,14 +4398,14 @@ export const CreatePromptResponseFormatPromptsRequestJsonSchema$inboundSchema:
4350
4398
  description: z.string().optional(),
4351
4399
  name: z.string(),
4352
4400
  schema: z.any().optional(),
4353
- strict: z.boolean().optional(),
4401
+ strict: z.nullable(z.boolean()).optional(),
4354
4402
  });
4355
4403
  /** @internal */
4356
4404
  export type CreatePromptResponseFormatPromptsRequestJsonSchema$Outbound = {
4357
4405
  description?: string | undefined;
4358
4406
  name: string;
4359
4407
  schema?: any | undefined;
4360
- strict?: boolean | undefined;
4408
+ strict?: boolean | null | undefined;
4361
4409
  };
4362
4410
 
4363
4411
  /** @internal */
@@ -4370,7 +4418,7 @@ export const CreatePromptResponseFormatPromptsRequestJsonSchema$outboundSchema:
4370
4418
  description: z.string().optional(),
4371
4419
  name: z.string(),
4372
4420
  schema: z.any().optional(),
4373
- strict: z.boolean().optional(),
4421
+ strict: z.nullable(z.boolean()).optional(),
4374
4422
  });
4375
4423
 
4376
4424
  export function createPromptResponseFormatPromptsRequestJsonSchemaToJSON(
@@ -5163,6 +5211,15 @@ export const CreatePromptVerbosity$outboundSchema: z.ZodNativeEnum<
5163
5211
  typeof CreatePromptVerbosity
5164
5212
  > = CreatePromptVerbosity$inboundSchema;
5165
5213
 
5214
+ /** @internal */
5215
+ export const CreatePromptPromptsThinkingLevel$inboundSchema: z.ZodNativeEnum<
5216
+ typeof CreatePromptPromptsThinkingLevel
5217
+ > = z.nativeEnum(CreatePromptPromptsThinkingLevel);
5218
+ /** @internal */
5219
+ export const CreatePromptPromptsThinkingLevel$outboundSchema: z.ZodNativeEnum<
5220
+ typeof CreatePromptPromptsThinkingLevel
5221
+ > = CreatePromptPromptsThinkingLevel$inboundSchema;
5222
+
5166
5223
  /** @internal */
5167
5224
  export const CreatePromptModelParameters$inboundSchema: z.ZodType<
5168
5225
  CreatePromptModelParameters,
@@ -5196,6 +5253,7 @@ export const CreatePromptModelParameters$inboundSchema: z.ZodType<
5196
5253
  reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
5197
5254
  budgetTokens: z.number().optional(),
5198
5255
  verbosity: CreatePromptVerbosity$inboundSchema.optional(),
5256
+ thinkingLevel: CreatePromptPromptsThinkingLevel$inboundSchema.optional(),
5199
5257
  }).transform((v) => {
5200
5258
  return remap$(v, {
5201
5259
  "encoding_format": "encodingFormat",
@@ -5229,6 +5287,7 @@ export type CreatePromptModelParameters$Outbound = {
5229
5287
  reasoningEffort?: string | undefined;
5230
5288
  budgetTokens?: number | undefined;
5231
5289
  verbosity?: string | undefined;
5290
+ thinkingLevel?: string | undefined;
5232
5291
  };
5233
5292
 
5234
5293
  /** @internal */
@@ -5264,6 +5323,7 @@ export const CreatePromptModelParameters$outboundSchema: z.ZodType<
5264
5323
  reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
5265
5324
  budgetTokens: z.number().optional(),
5266
5325
  verbosity: CreatePromptVerbosity$outboundSchema.optional(),
5326
+ thinkingLevel: CreatePromptPromptsThinkingLevel$outboundSchema.optional(),
5267
5327
  }).transform((v) => {
5268
5328
  return remap$(v, {
5269
5329
  encodingFormat: "encoding_format",
@@ -728,6 +728,7 @@ export type CreateToolResponseBodySchema = {
728
728
  };
729
729
 
730
730
  export type ResponseBodyTools = {
731
+ id?: string | undefined;
731
732
  name: string;
732
733
  description?: string | undefined;
733
734
  schema: CreateToolResponseBodySchema;
@@ -2570,7 +2571,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
2570
2571
  z.ZodTypeDef,
2571
2572
  unknown
2572
2573
  > = z.object({
2573
- _id: z.string().default("tool_01KA3CD2D4EHTTZ41FFPHKW53Z"),
2574
+ _id: z.string().default("tool_01KAD4TRJJJDWER1YWTG84PQ0N"),
2574
2575
  path: z.string(),
2575
2576
  key: z.string(),
2576
2577
  display_name: z.string().optional(),
@@ -2624,7 +2625,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
2624
2625
  z.ZodTypeDef,
2625
2626
  ResponseBody5
2626
2627
  > = z.object({
2627
- id: z.string().default("tool_01KA3CD2D4EHTTZ41FFPHKW53Z"),
2628
+ id: z.string().default("tool_01KAD4TRJJJDWER1YWTG84PQ0N"),
2628
2629
  path: z.string(),
2629
2630
  key: z.string(),
2630
2631
  displayName: z.string().optional(),
@@ -2794,12 +2795,14 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
2794
2795
  z.ZodTypeDef,
2795
2796
  unknown
2796
2797
  > = z.object({
2798
+ id: z.string().default("01KAD4TRJGS8H447T8NF30XB7N"),
2797
2799
  name: z.string(),
2798
2800
  description: z.string().optional(),
2799
2801
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
2800
2802
  });
2801
2803
  /** @internal */
2802
2804
  export type ResponseBodyTools$Outbound = {
2805
+ id: string;
2803
2806
  name: string;
2804
2807
  description?: string | undefined;
2805
2808
  schema: CreateToolResponseBodySchema$Outbound;
@@ -2811,6 +2814,7 @@ export const ResponseBodyTools$outboundSchema: z.ZodType<
2811
2814
  z.ZodTypeDef,
2812
2815
  ResponseBodyTools
2813
2816
  > = z.object({
2817
+ id: z.string().default("01KAD4TRJGS8H447T8NF30XB7N"),
2814
2818
  name: z.string(),
2815
2819
  description: z.string().optional(),
2816
2820
  schema: z.lazy(() => CreateToolResponseBodySchema$outboundSchema),
@@ -2905,7 +2909,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
2905
2909
  z.ZodTypeDef,
2906
2910
  unknown
2907
2911
  > = z.object({
2908
- _id: z.string().default("tool_01KA3CD2D13RYNNXTW8M46D2AE"),
2912
+ _id: z.string().default("tool_01KAD4TRJEQZ2TC6NCHWHDQC7G"),
2909
2913
  path: z.string(),
2910
2914
  key: z.string(),
2911
2915
  display_name: z.string().optional(),
@@ -2958,7 +2962,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
2958
2962
  z.ZodTypeDef,
2959
2963
  ResponseBody4
2960
2964
  > = z.object({
2961
- id: z.string().default("tool_01KA3CD2D13RYNNXTW8M46D2AE"),
2965
+ id: z.string().default("tool_01KAD4TRJEQZ2TC6NCHWHDQC7G"),
2962
2966
  path: z.string(),
2963
2967
  key: z.string(),
2964
2968
  displayName: z.string().optional(),
@@ -3314,7 +3318,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
3314
3318
  z.ZodTypeDef,
3315
3319
  unknown
3316
3320
  > = z.object({
3317
- _id: z.string().default("tool_01KA3CD2CYGVP6M69CTQ2RY5GS"),
3321
+ _id: z.string().default("tool_01KAD4TRJBWVMJ6T6YKMEYSTRR"),
3318
3322
  path: z.string(),
3319
3323
  key: z.string(),
3320
3324
  display_name: z.string().optional(),
@@ -3365,7 +3369,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
3365
3369
  z.ZodTypeDef,
3366
3370
  ResponseBody3
3367
3371
  > = z.object({
3368
- id: z.string().default("tool_01KA3CD2CYGVP6M69CTQ2RY5GS"),
3372
+ id: z.string().default("tool_01KAD4TRJBWVMJ6T6YKMEYSTRR"),
3369
3373
  path: z.string(),
3370
3374
  key: z.string(),
3371
3375
  displayName: z.string().optional(),
@@ -3535,7 +3539,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
3535
3539
  z.ZodTypeDef,
3536
3540
  unknown
3537
3541
  > = z.object({
3538
- _id: z.string().default("tool_01KA3CD2CVZCA9F8EGSHSG18BD"),
3542
+ _id: z.string().default("tool_01KAD4TRJ84MJNYQXQJYS52PS9"),
3539
3543
  path: z.string(),
3540
3544
  key: z.string(),
3541
3545
  display_name: z.string().optional(),
@@ -3587,7 +3591,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
3587
3591
  z.ZodTypeDef,
3588
3592
  ResponseBody2
3589
3593
  > = z.object({
3590
- id: z.string().default("tool_01KA3CD2CVZCA9F8EGSHSG18BD"),
3594
+ id: z.string().default("tool_01KAD4TRJ84MJNYQXQJYS52PS9"),
3591
3595
  path: z.string(),
3592
3596
  key: z.string(),
3593
3597
  displayName: z.string().optional(),
@@ -3773,7 +3777,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
3773
3777
  z.ZodTypeDef,
3774
3778
  unknown
3775
3779
  > = z.object({
3776
- _id: z.string().default("tool_01KA3CD2CS3SJ7VPBXHNBGAK4J"),
3780
+ _id: z.string().default("tool_01KAD4TRJ690JSPA8EBARAKYPS"),
3777
3781
  path: z.string(),
3778
3782
  key: z.string(),
3779
3783
  display_name: z.string().optional(),
@@ -3824,7 +3828,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
3824
3828
  z.ZodTypeDef,
3825
3829
  ResponseBody1
3826
3830
  > = z.object({
3827
- id: z.string().default("tool_01KA3CD2CS3SJ7VPBXHNBGAK4J"),
3831
+ id: z.string().default("tool_01KAD4TRJ690JSPA8EBARAKYPS"),
3828
3832
  path: z.string(),
3829
3833
  key: z.string(),
3830
3834
  displayName: z.string().optional(),
@@ -1704,6 +1704,20 @@ export type DeploymentGetConfigVerbosity = ClosedEnum<
1704
1704
  typeof DeploymentGetConfigVerbosity
1705
1705
  >;
1706
1706
 
1707
+ /**
1708
+ * The level of thinking to use for the model. Only supported by `Google AI`
1709
+ */
1710
+ export const DeploymentGetConfigThinkingLevel = {
1711
+ Low: "low",
1712
+ High: "high",
1713
+ } as const;
1714
+ /**
1715
+ * The level of thinking to use for the model. Only supported by `Google AI`
1716
+ */
1717
+ export type DeploymentGetConfigThinkingLevel = ClosedEnum<
1718
+ typeof DeploymentGetConfigThinkingLevel
1719
+ >;
1720
+
1707
1721
  /**
1708
1722
  * Model Parameters: Not all parameters apply to every model
1709
1723
  */
@@ -1796,6 +1810,10 @@ export type DeploymentGetConfigParameters = {
1796
1810
  * Controls the verbosity of the model output.
1797
1811
  */
1798
1812
  verbosity?: DeploymentGetConfigVerbosity | undefined;
1813
+ /**
1814
+ * The level of thinking to use for the model. Only supported by `Google AI`
1815
+ */
1816
+ thinkingLevel?: DeploymentGetConfigThinkingLevel | undefined;
1799
1817
  };
1800
1818
 
1801
1819
  /**
@@ -7734,6 +7752,15 @@ export const DeploymentGetConfigVerbosity$outboundSchema: z.ZodNativeEnum<
7734
7752
  typeof DeploymentGetConfigVerbosity
7735
7753
  > = DeploymentGetConfigVerbosity$inboundSchema;
7736
7754
 
7755
+ /** @internal */
7756
+ export const DeploymentGetConfigThinkingLevel$inboundSchema: z.ZodNativeEnum<
7757
+ typeof DeploymentGetConfigThinkingLevel
7758
+ > = z.nativeEnum(DeploymentGetConfigThinkingLevel);
7759
+ /** @internal */
7760
+ export const DeploymentGetConfigThinkingLevel$outboundSchema: z.ZodNativeEnum<
7761
+ typeof DeploymentGetConfigThinkingLevel
7762
+ > = DeploymentGetConfigThinkingLevel$inboundSchema;
7763
+
7737
7764
  /** @internal */
7738
7765
  export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
7739
7766
  DeploymentGetConfigParameters,
@@ -7768,6 +7795,7 @@ export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
7768
7795
  reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
7769
7796
  budgetTokens: z.number().optional(),
7770
7797
  verbosity: DeploymentGetConfigVerbosity$inboundSchema.optional(),
7798
+ thinkingLevel: DeploymentGetConfigThinkingLevel$inboundSchema.optional(),
7771
7799
  }).transform((v) => {
7772
7800
  return remap$(v, {
7773
7801
  "encoding_format": "encodingFormat",
@@ -7801,6 +7829,7 @@ export type DeploymentGetConfigParameters$Outbound = {
7801
7829
  reasoningEffort?: string | undefined;
7802
7830
  budgetTokens?: number | undefined;
7803
7831
  verbosity?: string | undefined;
7832
+ thinkingLevel?: string | undefined;
7804
7833
  };
7805
7834
 
7806
7835
  /** @internal */
@@ -7837,6 +7866,7 @@ export const DeploymentGetConfigParameters$outboundSchema: z.ZodType<
7837
7866
  reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
7838
7867
  budgetTokens: z.number().optional(),
7839
7868
  verbosity: DeploymentGetConfigVerbosity$outboundSchema.optional(),
7869
+ thinkingLevel: DeploymentGetConfigThinkingLevel$outboundSchema.optional(),
7840
7870
  }).transform((v) => {
7841
7871
  return remap$(v, {
7842
7872
  encodingFormat: "encoding_format",
@@ -275,6 +275,20 @@ export const DeploymentsVerbosity = {
275
275
  */
276
276
  export type DeploymentsVerbosity = ClosedEnum<typeof DeploymentsVerbosity>;
277
277
 
278
+ /**
279
+ * The level of thinking to use for the model. Only supported by `Google AI`
280
+ */
281
+ export const DeploymentsThinkingLevel = {
282
+ Low: "low",
283
+ High: "high",
284
+ } as const;
285
+ /**
286
+ * The level of thinking to use for the model. Only supported by `Google AI`
287
+ */
288
+ export type DeploymentsThinkingLevel = ClosedEnum<
289
+ typeof DeploymentsThinkingLevel
290
+ >;
291
+
278
292
  /**
279
293
  * Model Parameters: Not all parameters apply to every model
280
294
  */
@@ -367,6 +381,10 @@ export type DeploymentsModelParameters = {
367
381
  * Controls the verbosity of the model output.
368
382
  */
369
383
  verbosity?: DeploymentsVerbosity | undefined;
384
+ /**
385
+ * The level of thinking to use for the model. Only supported by `Google AI`
386
+ */
387
+ thinkingLevel?: DeploymentsThinkingLevel | undefined;
370
388
  };
371
389
 
372
390
  export const DeploymentsProvider = {
@@ -1172,6 +1190,15 @@ export const DeploymentsVerbosity$outboundSchema: z.ZodNativeEnum<
1172
1190
  typeof DeploymentsVerbosity
1173
1191
  > = DeploymentsVerbosity$inboundSchema;
1174
1192
 
1193
+ /** @internal */
1194
+ export const DeploymentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
1195
+ typeof DeploymentsThinkingLevel
1196
+ > = z.nativeEnum(DeploymentsThinkingLevel);
1197
+ /** @internal */
1198
+ export const DeploymentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
1199
+ typeof DeploymentsThinkingLevel
1200
+ > = DeploymentsThinkingLevel$inboundSchema;
1201
+
1175
1202
  /** @internal */
1176
1203
  export const DeploymentsModelParameters$inboundSchema: z.ZodType<
1177
1204
  DeploymentsModelParameters,
@@ -1205,6 +1232,7 @@ export const DeploymentsModelParameters$inboundSchema: z.ZodType<
1205
1232
  reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
1206
1233
  budgetTokens: z.number().optional(),
1207
1234
  verbosity: DeploymentsVerbosity$inboundSchema.optional(),
1235
+ thinkingLevel: DeploymentsThinkingLevel$inboundSchema.optional(),
1208
1236
  }).transform((v) => {
1209
1237
  return remap$(v, {
1210
1238
  "encoding_format": "encodingFormat",
@@ -1238,6 +1266,7 @@ export type DeploymentsModelParameters$Outbound = {
1238
1266
  reasoningEffort?: string | undefined;
1239
1267
  budgetTokens?: number | undefined;
1240
1268
  verbosity?: string | undefined;
1269
+ thinkingLevel?: string | undefined;
1241
1270
  };
1242
1271
 
1243
1272
  /** @internal */
@@ -1273,6 +1302,7 @@ export const DeploymentsModelParameters$outboundSchema: z.ZodType<
1273
1302
  reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
1274
1303
  budgetTokens: z.number().optional(),
1275
1304
  verbosity: DeploymentsVerbosity$outboundSchema.optional(),
1305
+ thinkingLevel: DeploymentsThinkingLevel$outboundSchema.optional(),
1276
1306
  }).transform((v) => {
1277
1307
  return remap$(v, {
1278
1308
  encodingFormat: "encoding_format",