@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
@@ -711,7 +711,7 @@ export function dataCodeToolFromJSON(
711
711
  /** @internal */
712
712
  export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
713
713
  .object({
714
- _id: z.string().default("01KA4PNR1PNXVD5YB1R4582V22"),
714
+ _id: z.string().default("01KACG315HG567T4NBG8VGX4VM"),
715
715
  path: z.string(),
716
716
  key: z.string(),
717
717
  display_name: z.string().optional(),
@@ -763,7 +763,7 @@ export const Data5$outboundSchema: z.ZodType<
763
763
  z.ZodTypeDef,
764
764
  Data5
765
765
  > = z.object({
766
- id: z.string().default("01KA4PNR1PNXVD5YB1R4582V22"),
766
+ id: z.string().default("01KACG315HG567T4NBG8VGX4VM"),
767
767
  path: z.string(),
768
768
  key: z.string(),
769
769
  displayName: z.string().optional(),
@@ -994,7 +994,7 @@ export function dataMcpFromJSON(
994
994
  /** @internal */
995
995
  export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
996
996
  .object({
997
- _id: z.string().default("01KA4PNR1K2VF6P2Y3M0D3WE3N"),
997
+ _id: z.string().default("01KACG315EF2153XWR9XMP43F6"),
998
998
  path: z.string(),
999
999
  key: z.string(),
1000
1000
  display_name: z.string().optional(),
@@ -1045,7 +1045,7 @@ export const Data4$outboundSchema: z.ZodType<
1045
1045
  z.ZodTypeDef,
1046
1046
  Data4
1047
1047
  > = z.object({
1048
- id: z.string().default("01KA4PNR1K2VF6P2Y3M0D3WE3N"),
1048
+ id: z.string().default("01KACG315EF2153XWR9XMP43F6"),
1049
1049
  path: z.string(),
1050
1050
  key: z.string(),
1051
1051
  displayName: z.string().optional(),
@@ -1304,7 +1304,7 @@ export function getAllToolsDataHttpFromJSON(
1304
1304
  /** @internal */
1305
1305
  export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
1306
1306
  .object({
1307
- _id: z.string().default("01KA4PNR1HFVZYRJ5RM85J75YR"),
1307
+ _id: z.string().default("01KACG315CJ72451YYGCZKR6MK"),
1308
1308
  path: z.string(),
1309
1309
  key: z.string(),
1310
1310
  display_name: z.string().optional(),
@@ -1355,7 +1355,7 @@ export const Data3$outboundSchema: z.ZodType<
1355
1355
  z.ZodTypeDef,
1356
1356
  Data3
1357
1357
  > = z.object({
1358
- id: z.string().default("01KA4PNR1HFVZYRJ5RM85J75YR"),
1358
+ id: z.string().default("01KACG315CJ72451YYGCZKR6MK"),
1359
1359
  path: z.string(),
1360
1360
  key: z.string(),
1361
1361
  displayName: z.string().optional(),
@@ -1460,7 +1460,7 @@ export function dataJsonSchemaFromJSON(
1460
1460
  /** @internal */
1461
1461
  export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
1462
1462
  .object({
1463
- _id: z.string().default("01KA4PNR19B4JVD3X68N5NN08Z"),
1463
+ _id: z.string().default("01KACG315A1RCJ9THRD07KTJA0"),
1464
1464
  path: z.string(),
1465
1465
  key: z.string(),
1466
1466
  display_name: z.string().optional(),
@@ -1512,7 +1512,7 @@ export const Data2$outboundSchema: z.ZodType<
1512
1512
  z.ZodTypeDef,
1513
1513
  Data2
1514
1514
  > = z.object({
1515
- id: z.string().default("01KA4PNR19B4JVD3X68N5NN08Z"),
1515
+ id: z.string().default("01KACG315A1RCJ9THRD07KTJA0"),
1516
1516
  path: z.string(),
1517
1517
  key: z.string(),
1518
1518
  displayName: z.string().optional(),
@@ -1620,7 +1620,7 @@ export function getAllToolsDataFunctionFromJSON(
1620
1620
  /** @internal */
1621
1621
  export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
1622
1622
  .object({
1623
- _id: z.string().default("01KA4PNR170SETEHNX3AXFRGEJ"),
1623
+ _id: z.string().default("01KACG3158AWJAZRY6HZFF6121"),
1624
1624
  path: z.string(),
1625
1625
  key: z.string(),
1626
1626
  display_name: z.string().optional(),
@@ -1671,7 +1671,7 @@ export const Data1$outboundSchema: z.ZodType<
1671
1671
  z.ZodTypeDef,
1672
1672
  Data1
1673
1673
  > = z.object({
1674
- id: z.string().default("01KA4PNR170SETEHNX3AXFRGEJ"),
1674
+ id: z.string().default("01KACG3158AWJAZRY6HZFF6121"),
1675
1675
  path: z.string(),
1676
1676
  key: z.string(),
1677
1677
  displayName: z.string().optional(),
@@ -291,7 +291,7 @@ export const GetBudgetResponseBody$inboundSchema: z.ZodType<
291
291
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
292
292
  .optional(),
293
293
  updated: z.string().datetime({ offset: true }).default(
294
- "2025-11-15T21:27:42.778Z",
294
+ "2025-11-18T22:06:34.424Z",
295
295
  ).transform(v => new Date(v)),
296
296
  }).transform((v) => {
297
297
  return remap$(v, {
@@ -328,7 +328,7 @@ export const GetBudgetResponseBody$outboundSchema: z.ZodType<
328
328
  isActive: z.boolean(),
329
329
  consumption: z.lazy(() => GetBudgetConsumption$outboundSchema).optional(),
330
330
  created: z.date().transform(v => v.toISOString()).optional(),
331
- updated: z.date().default(() => new Date("2025-11-15T21:27:42.778Z"))
331
+ updated: z.date().default(() => new Date("2025-11-18T22:06:34.424Z"))
332
332
  .transform(v => v.toISOString()),
333
333
  }).transform((v) => {
334
334
  return remap$(v, {
@@ -1417,8 +1417,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1417
1417
  > = z.object({
1418
1418
  _id: z.string(),
1419
1419
  description: z.string(),
1420
- created: z.string().default("2025-11-15T21:27:45.028Z"),
1421
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
1420
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
1421
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
1422
1422
  guardrail_config: z.union([
1423
1423
  z.lazy(() =>
1424
1424
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -1459,8 +1459,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
1459
1459
  > = z.object({
1460
1460
  id: z.string(),
1461
1461
  description: z.string(),
1462
- created: z.string().default("2025-11-15T21:27:45.028Z"),
1463
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
1462
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
1463
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
1464
1464
  guardrailConfig: z.union([
1465
1465
  z.lazy(() =>
1466
1466
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -1726,8 +1726,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1726
1726
  > = z.object({
1727
1727
  _id: z.string(),
1728
1728
  description: z.string(),
1729
- created: z.string().default("2025-11-15T21:27:45.028Z"),
1730
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
1729
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
1730
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
1731
1731
  guardrail_config: z.union([
1732
1732
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
1733
1733
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
@@ -1767,8 +1767,8 @@ export const DataRagas$outboundSchema: z.ZodType<
1767
1767
  > = z.object({
1768
1768
  id: z.string(),
1769
1769
  description: z.string(),
1770
- created: z.string().default("2025-11-15T21:27:45.028Z"),
1771
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
1770
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
1771
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
1772
1772
  guardrailConfig: z.union([
1773
1773
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
1774
1774
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
@@ -4090,8 +4090,8 @@ export const DataFunction$inboundSchema: z.ZodType<
4090
4090
  > = z.object({
4091
4091
  _id: z.string(),
4092
4092
  description: z.string(),
4093
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4094
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4093
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4094
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4095
4095
  guardrail_config: z.union([
4096
4096
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
4097
4097
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -4200,8 +4200,8 @@ export const DataFunction$outboundSchema: z.ZodType<
4200
4200
  > = z.object({
4201
4201
  id: z.string(),
4202
4202
  description: z.string(),
4203
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4204
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4203
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4204
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4205
4205
  guardrailConfig: z.union([
4206
4206
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
4207
4207
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
@@ -4467,8 +4467,8 @@ export const DataPython$inboundSchema: z.ZodType<
4467
4467
  > = z.object({
4468
4468
  _id: z.string(),
4469
4469
  description: z.string(),
4470
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4471
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4470
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4471
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4472
4472
  guardrail_config: z.union([
4473
4473
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
4474
4474
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -4505,8 +4505,8 @@ export const DataPython$outboundSchema: z.ZodType<
4505
4505
  > = z.object({
4506
4506
  id: z.string(),
4507
4507
  description: z.string(),
4508
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4509
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4508
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4509
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4510
4510
  guardrailConfig: z.union([
4511
4511
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
4512
4512
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
@@ -4729,8 +4729,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
4729
4729
  > = z.object({
4730
4730
  _id: z.string(),
4731
4731
  description: z.string(),
4732
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4733
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4732
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4733
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4734
4734
  guardrail_config: z.union([
4735
4735
  z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
4736
4736
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -4773,8 +4773,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
4773
4773
  > = z.object({
4774
4774
  id: z.string(),
4775
4775
  description: z.string(),
4776
- created: z.string().default("2025-11-15T21:27:45.028Z"),
4777
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
4776
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
4777
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
4778
4778
  guardrailConfig: z.union([
4779
4779
  z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
4780
4780
  z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
@@ -5020,8 +5020,8 @@ export const DataJSON$inboundSchema: z.ZodType<
5020
5020
  > = z.object({
5021
5021
  _id: z.string(),
5022
5022
  description: z.string(),
5023
- created: z.string().default("2025-11-15T21:27:45.028Z"),
5024
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
5023
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5024
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
5025
5025
  guardrail_config: z.union([
5026
5026
  z.lazy(() =>
5027
5027
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
@@ -5062,8 +5062,8 @@ export const DataJSON$outboundSchema: z.ZodType<
5062
5062
  > = z.object({
5063
5063
  id: z.string(),
5064
5064
  description: z.string(),
5065
- created: z.string().default("2025-11-15T21:27:45.028Z"),
5066
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
5065
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5066
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
5067
5067
  guardrailConfig: z.union([
5068
5068
  z.lazy(() =>
5069
5069
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
@@ -5329,8 +5329,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
5329
5329
  z.object({
5330
5330
  _id: z.string(),
5331
5331
  description: z.string(),
5332
- created: z.string().default("2025-11-15T21:27:45.028Z"),
5333
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
5332
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5333
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
5334
5334
  guardrail_config: z.union([
5335
5335
  z.lazy(() =>
5336
5336
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -5374,8 +5374,8 @@ export const DataLLM$outboundSchema: z.ZodType<
5374
5374
  > = z.object({
5375
5375
  id: z.string(),
5376
5376
  description: z.string(),
5377
- created: z.string().default("2025-11-15T21:27:45.028Z"),
5378
- updated: z.string().default("2025-11-15T21:27:45.028Z"),
5377
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5378
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
5379
5379
  guardrailConfig: z.union([
5380
5380
  z.lazy(() =>
5381
5381
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
@@ -204,6 +204,20 @@ export const GetOnePromptVerbosity = {
204
204
  */
205
205
  export type GetOnePromptVerbosity = ClosedEnum<typeof GetOnePromptVerbosity>;
206
206
 
207
+ /**
208
+ * The level of thinking to use for the model. Only supported by `Google AI`
209
+ */
210
+ export const GetOnePromptThinkingLevel = {
211
+ Low: "low",
212
+ High: "high",
213
+ } as const;
214
+ /**
215
+ * The level of thinking to use for the model. Only supported by `Google AI`
216
+ */
217
+ export type GetOnePromptThinkingLevel = ClosedEnum<
218
+ typeof GetOnePromptThinkingLevel
219
+ >;
220
+
207
221
  /**
208
222
  * Model Parameters: Not all parameters apply to every model
209
223
  */
@@ -296,6 +310,10 @@ export type GetOnePromptModelParameters = {
296
310
  * Controls the verbosity of the model output.
297
311
  */
298
312
  verbosity?: GetOnePromptVerbosity | undefined;
313
+ /**
314
+ * The level of thinking to use for the model. Only supported by `Google AI`
315
+ */
316
+ thinkingLevel?: GetOnePromptThinkingLevel | undefined;
299
317
  };
300
318
 
301
319
  export const GetOnePromptProvider = {
@@ -977,6 +995,15 @@ export const GetOnePromptVerbosity$outboundSchema: z.ZodNativeEnum<
977
995
  typeof GetOnePromptVerbosity
978
996
  > = GetOnePromptVerbosity$inboundSchema;
979
997
 
998
+ /** @internal */
999
+ export const GetOnePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
1000
+ typeof GetOnePromptThinkingLevel
1001
+ > = z.nativeEnum(GetOnePromptThinkingLevel);
1002
+ /** @internal */
1003
+ export const GetOnePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
1004
+ typeof GetOnePromptThinkingLevel
1005
+ > = GetOnePromptThinkingLevel$inboundSchema;
1006
+
980
1007
  /** @internal */
981
1008
  export const GetOnePromptModelParameters$inboundSchema: z.ZodType<
982
1009
  GetOnePromptModelParameters,
@@ -1010,6 +1037,7 @@ export const GetOnePromptModelParameters$inboundSchema: z.ZodType<
1010
1037
  reasoningEffort: GetOnePromptReasoningEffort$inboundSchema.optional(),
1011
1038
  budgetTokens: z.number().optional(),
1012
1039
  verbosity: GetOnePromptVerbosity$inboundSchema.optional(),
1040
+ thinkingLevel: GetOnePromptThinkingLevel$inboundSchema.optional(),
1013
1041
  }).transform((v) => {
1014
1042
  return remap$(v, {
1015
1043
  "encoding_format": "encodingFormat",
@@ -1043,6 +1071,7 @@ export type GetOnePromptModelParameters$Outbound = {
1043
1071
  reasoningEffort?: string | undefined;
1044
1072
  budgetTokens?: number | undefined;
1045
1073
  verbosity?: string | undefined;
1074
+ thinkingLevel?: string | undefined;
1046
1075
  };
1047
1076
 
1048
1077
  /** @internal */
@@ -1078,6 +1107,7 @@ export const GetOnePromptModelParameters$outboundSchema: z.ZodType<
1078
1107
  reasoningEffort: GetOnePromptReasoningEffort$outboundSchema.optional(),
1079
1108
  budgetTokens: z.number().optional(),
1080
1109
  verbosity: GetOnePromptVerbosity$outboundSchema.optional(),
1110
+ thinkingLevel: GetOnePromptThinkingLevel$outboundSchema.optional(),
1081
1111
  }).transform((v) => {
1082
1112
  return remap$(v, {
1083
1113
  encodingFormat: "encoding_format",
@@ -207,6 +207,20 @@ export type GetPromptVersionVerbosity = ClosedEnum<
207
207
  typeof GetPromptVersionVerbosity
208
208
  >;
209
209
 
210
+ /**
211
+ * The level of thinking to use for the model. Only supported by `Google AI`
212
+ */
213
+ export const GetPromptVersionThinkingLevel = {
214
+ Low: "low",
215
+ High: "high",
216
+ } as const;
217
+ /**
218
+ * The level of thinking to use for the model. Only supported by `Google AI`
219
+ */
220
+ export type GetPromptVersionThinkingLevel = ClosedEnum<
221
+ typeof GetPromptVersionThinkingLevel
222
+ >;
223
+
210
224
  /**
211
225
  * Model Parameters: Not all parameters apply to every model
212
226
  */
@@ -299,6 +313,10 @@ export type GetPromptVersionModelParameters = {
299
313
  * Controls the verbosity of the model output.
300
314
  */
301
315
  verbosity?: GetPromptVersionVerbosity | undefined;
316
+ /**
317
+ * The level of thinking to use for the model. Only supported by `Google AI`
318
+ */
319
+ thinkingLevel?: GetPromptVersionThinkingLevel | undefined;
302
320
  };
303
321
 
304
322
  export const GetPromptVersionProvider = {
@@ -991,6 +1009,15 @@ export const GetPromptVersionVerbosity$outboundSchema: z.ZodNativeEnum<
991
1009
  typeof GetPromptVersionVerbosity
992
1010
  > = GetPromptVersionVerbosity$inboundSchema;
993
1011
 
1012
+ /** @internal */
1013
+ export const GetPromptVersionThinkingLevel$inboundSchema: z.ZodNativeEnum<
1014
+ typeof GetPromptVersionThinkingLevel
1015
+ > = z.nativeEnum(GetPromptVersionThinkingLevel);
1016
+ /** @internal */
1017
+ export const GetPromptVersionThinkingLevel$outboundSchema: z.ZodNativeEnum<
1018
+ typeof GetPromptVersionThinkingLevel
1019
+ > = GetPromptVersionThinkingLevel$inboundSchema;
1020
+
994
1021
  /** @internal */
995
1022
  export const GetPromptVersionModelParameters$inboundSchema: z.ZodType<
996
1023
  GetPromptVersionModelParameters,
@@ -1024,6 +1051,7 @@ export const GetPromptVersionModelParameters$inboundSchema: z.ZodType<
1024
1051
  reasoningEffort: GetPromptVersionReasoningEffort$inboundSchema.optional(),
1025
1052
  budgetTokens: z.number().optional(),
1026
1053
  verbosity: GetPromptVersionVerbosity$inboundSchema.optional(),
1054
+ thinkingLevel: GetPromptVersionThinkingLevel$inboundSchema.optional(),
1027
1055
  }).transform((v) => {
1028
1056
  return remap$(v, {
1029
1057
  "encoding_format": "encodingFormat",
@@ -1057,6 +1085,7 @@ export type GetPromptVersionModelParameters$Outbound = {
1057
1085
  reasoningEffort?: string | undefined;
1058
1086
  budgetTokens?: number | undefined;
1059
1087
  verbosity?: string | undefined;
1088
+ thinkingLevel?: string | undefined;
1060
1089
  };
1061
1090
 
1062
1091
  /** @internal */
@@ -1092,6 +1121,7 @@ export const GetPromptVersionModelParameters$outboundSchema: z.ZodType<
1092
1121
  reasoningEffort: GetPromptVersionReasoningEffort$outboundSchema.optional(),
1093
1122
  budgetTokens: z.number().optional(),
1094
1123
  verbosity: GetPromptVersionVerbosity$outboundSchema.optional(),
1124
+ thinkingLevel: GetPromptVersionThinkingLevel$outboundSchema.optional(),
1095
1125
  }).transform((v) => {
1096
1126
  return remap$(v, {
1097
1127
  encodingFormat: "encoding_format",
@@ -245,6 +245,20 @@ export const ListAgentsType = {
245
245
  */
246
246
  export type ListAgentsType = ClosedEnum<typeof ListAgentsType>;
247
247
 
248
+ /**
249
+ * 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.
250
+ */
251
+ export const ListAgentsThinkingLevel = {
252
+ Low: "low",
253
+ High: "high",
254
+ } as const;
255
+ /**
256
+ * 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.
257
+ */
258
+ export type ListAgentsThinkingLevel = ClosedEnum<
259
+ typeof ListAgentsThinkingLevel
260
+ >;
261
+
248
262
  export type ListAgentsThinking = {
249
263
  /**
250
264
  * Enables or disables the thinking mode capability
@@ -254,6 +268,10 @@ export type ListAgentsThinking = {
254
268
  * 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`.
255
269
  */
256
270
  budgetTokens: number;
271
+ /**
272
+ * 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.
273
+ */
274
+ thinkingLevel?: ListAgentsThinkingLevel | undefined;
257
275
  };
258
276
 
259
277
  /**
@@ -556,6 +574,20 @@ export type ListAgentsFallbackModelsType = ClosedEnum<
556
574
  typeof ListAgentsFallbackModelsType
557
575
  >;
558
576
 
577
+ /**
578
+ * 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.
579
+ */
580
+ export const ListAgentsFallbackModelsThinkingLevel = {
581
+ Low: "low",
582
+ High: "high",
583
+ } as const;
584
+ /**
585
+ * 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.
586
+ */
587
+ export type ListAgentsFallbackModelsThinkingLevel = ClosedEnum<
588
+ typeof ListAgentsFallbackModelsThinkingLevel
589
+ >;
590
+
559
591
  export type ListAgentsFallbackModelsThinking = {
560
592
  /**
561
593
  * Enables or disables the thinking mode capability
@@ -565,6 +597,10 @@ export type ListAgentsFallbackModelsThinking = {
565
597
  * 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`.
566
598
  */
567
599
  budgetTokens: number;
600
+ /**
601
+ * 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.
602
+ */
603
+ thinkingLevel?: ListAgentsFallbackModelsThinkingLevel | undefined;
568
604
  };
569
605
 
570
606
  /**
@@ -1504,6 +1540,15 @@ export const ListAgentsType$outboundSchema: z.ZodNativeEnum<
1504
1540
  typeof ListAgentsType
1505
1541
  > = ListAgentsType$inboundSchema;
1506
1542
 
1543
+ /** @internal */
1544
+ export const ListAgentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
1545
+ typeof ListAgentsThinkingLevel
1546
+ > = z.nativeEnum(ListAgentsThinkingLevel);
1547
+ /** @internal */
1548
+ export const ListAgentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
1549
+ typeof ListAgentsThinkingLevel
1550
+ > = ListAgentsThinkingLevel$inboundSchema;
1551
+
1507
1552
  /** @internal */
1508
1553
  export const ListAgentsThinking$inboundSchema: z.ZodType<
1509
1554
  ListAgentsThinking,
@@ -1512,15 +1557,18 @@ export const ListAgentsThinking$inboundSchema: z.ZodType<
1512
1557
  > = z.object({
1513
1558
  type: ListAgentsType$inboundSchema,
1514
1559
  budget_tokens: z.number(),
1560
+ thinking_level: ListAgentsThinkingLevel$inboundSchema.optional(),
1515
1561
  }).transform((v) => {
1516
1562
  return remap$(v, {
1517
1563
  "budget_tokens": "budgetTokens",
1564
+ "thinking_level": "thinkingLevel",
1518
1565
  });
1519
1566
  });
1520
1567
  /** @internal */
1521
1568
  export type ListAgentsThinking$Outbound = {
1522
1569
  type: string;
1523
1570
  budget_tokens: number;
1571
+ thinking_level?: string | undefined;
1524
1572
  };
1525
1573
 
1526
1574
  /** @internal */
@@ -1531,9 +1579,11 @@ export const ListAgentsThinking$outboundSchema: z.ZodType<
1531
1579
  > = z.object({
1532
1580
  type: ListAgentsType$outboundSchema,
1533
1581
  budgetTokens: z.number(),
1582
+ thinkingLevel: ListAgentsThinkingLevel$outboundSchema.optional(),
1534
1583
  }).transform((v) => {
1535
1584
  return remap$(v, {
1536
1585
  budgetTokens: "budget_tokens",
1586
+ thinkingLevel: "thinking_level",
1537
1587
  });
1538
1588
  });
1539
1589
 
@@ -2344,6 +2394,16 @@ export const ListAgentsFallbackModelsType$outboundSchema: z.ZodNativeEnum<
2344
2394
  typeof ListAgentsFallbackModelsType
2345
2395
  > = ListAgentsFallbackModelsType$inboundSchema;
2346
2396
 
2397
+ /** @internal */
2398
+ export const ListAgentsFallbackModelsThinkingLevel$inboundSchema:
2399
+ z.ZodNativeEnum<typeof ListAgentsFallbackModelsThinkingLevel> = z.nativeEnum(
2400
+ ListAgentsFallbackModelsThinkingLevel,
2401
+ );
2402
+ /** @internal */
2403
+ export const ListAgentsFallbackModelsThinkingLevel$outboundSchema:
2404
+ z.ZodNativeEnum<typeof ListAgentsFallbackModelsThinkingLevel> =
2405
+ ListAgentsFallbackModelsThinkingLevel$inboundSchema;
2406
+
2347
2407
  /** @internal */
2348
2408
  export const ListAgentsFallbackModelsThinking$inboundSchema: z.ZodType<
2349
2409
  ListAgentsFallbackModelsThinking,
@@ -2352,15 +2412,19 @@ export const ListAgentsFallbackModelsThinking$inboundSchema: z.ZodType<
2352
2412
  > = z.object({
2353
2413
  type: ListAgentsFallbackModelsType$inboundSchema,
2354
2414
  budget_tokens: z.number(),
2415
+ thinking_level: ListAgentsFallbackModelsThinkingLevel$inboundSchema
2416
+ .optional(),
2355
2417
  }).transform((v) => {
2356
2418
  return remap$(v, {
2357
2419
  "budget_tokens": "budgetTokens",
2420
+ "thinking_level": "thinkingLevel",
2358
2421
  });
2359
2422
  });
2360
2423
  /** @internal */
2361
2424
  export type ListAgentsFallbackModelsThinking$Outbound = {
2362
2425
  type: string;
2363
2426
  budget_tokens: number;
2427
+ thinking_level?: string | undefined;
2364
2428
  };
2365
2429
 
2366
2430
  /** @internal */
@@ -2371,9 +2435,12 @@ export const ListAgentsFallbackModelsThinking$outboundSchema: z.ZodType<
2371
2435
  > = z.object({
2372
2436
  type: ListAgentsFallbackModelsType$outboundSchema,
2373
2437
  budgetTokens: z.number(),
2438
+ thinkingLevel: ListAgentsFallbackModelsThinkingLevel$outboundSchema
2439
+ .optional(),
2374
2440
  }).transform((v) => {
2375
2441
  return remap$(v, {
2376
2442
  budgetTokens: "budget_tokens",
2443
+ thinkingLevel: "thinking_level",
2377
2444
  });
2378
2445
  });
2379
2446