@orq-ai/node 3.14.35 → 3.14.36

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 (212) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +529 -517
  3. package/bin/mcp-server.js.map +52 -52
  4. package/docs/sdks/deployments/README.md +43 -43
  5. package/examples/package-lock.json +1 -1
  6. package/funcs/deploymentsInvoke.d.ts +1 -1
  7. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  8. package/funcs/deploymentsInvoke.js +1 -1
  9. package/funcs/deploymentsInvoke.js.map +1 -1
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +3 -3
  12. package/lib/config.js +3 -3
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.js +2 -2
  15. package/mcp-server/server.js.map +1 -1
  16. package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
  17. package/mcp-server/tools/deploymentsInvoke.js +1 -1
  18. package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
  19. package/models/components/index.d.ts +1 -1
  20. package/models/components/index.d.ts.map +1 -1
  21. package/models/components/index.js +1 -1
  22. package/models/components/index.js.map +1 -1
  23. package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
  24. package/models/components/invokedeploymentrequest.d.ts.map +1 -0
  25. package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
  26. package/models/components/invokedeploymentrequest.js.map +1 -0
  27. package/models/operations/createbudget.js +2 -2
  28. package/models/operations/createcontact.js +2 -2
  29. package/models/operations/createdataset.js +2 -2
  30. package/models/operations/createdatasetitem.js +8 -8
  31. package/models/operations/createdatasource.js +2 -2
  32. package/models/operations/createeval.js +28 -28
  33. package/models/operations/createprompt.d.ts +2 -0
  34. package/models/operations/createprompt.d.ts.map +1 -1
  35. package/models/operations/createprompt.js +2 -0
  36. package/models/operations/createprompt.js.map +1 -1
  37. package/models/operations/createtool.js +10 -10
  38. package/models/operations/deploymentgetconfig.d.ts +42 -32
  39. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  40. package/models/operations/deploymentgetconfig.js +42 -42
  41. package/models/operations/deploymentgetconfig.js.map +1 -1
  42. package/models/operations/deploymentinvoke.d.ts +15 -15
  43. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  44. package/models/operations/deploymentinvoke.js +17 -17
  45. package/models/operations/deploymentinvoke.js.map +1 -1
  46. package/models/operations/deployments.d.ts +1 -0
  47. package/models/operations/deployments.d.ts.map +1 -1
  48. package/models/operations/deployments.js +1 -0
  49. package/models/operations/deployments.js.map +1 -1
  50. package/models/operations/deploymentstream.d.ts +41 -32
  51. package/models/operations/deploymentstream.d.ts.map +1 -1
  52. package/models/operations/deploymentstream.js +42 -41
  53. package/models/operations/deploymentstream.js.map +1 -1
  54. package/models/operations/duplicatetool.js +10 -10
  55. package/models/operations/fileget.js +2 -2
  56. package/models/operations/filelist.js +2 -2
  57. package/models/operations/fileupload.js +2 -2
  58. package/models/operations/getallprompts.d.ts +1 -0
  59. package/models/operations/getallprompts.d.ts.map +1 -1
  60. package/models/operations/getallprompts.js +1 -0
  61. package/models/operations/getallprompts.js.map +1 -1
  62. package/models/operations/getalltools.js +10 -10
  63. package/models/operations/getbudget.js +2 -2
  64. package/models/operations/getevals.js +28 -28
  65. package/models/operations/getoneprompt.d.ts +1 -0
  66. package/models/operations/getoneprompt.d.ts.map +1 -1
  67. package/models/operations/getoneprompt.js +1 -0
  68. package/models/operations/getoneprompt.js.map +1 -1
  69. package/models/operations/getpromptversion.d.ts +1 -0
  70. package/models/operations/getpromptversion.d.ts.map +1 -1
  71. package/models/operations/getpromptversion.js +1 -0
  72. package/models/operations/getpromptversion.js.map +1 -1
  73. package/models/operations/listbudgets.js +2 -2
  74. package/models/operations/listcontacts.js +2 -2
  75. package/models/operations/listdatasetdatapoints.js +8 -8
  76. package/models/operations/listdatasets.js +2 -2
  77. package/models/operations/listdatasources.js +2 -2
  78. package/models/operations/listpromptversions.d.ts +1 -0
  79. package/models/operations/listpromptversions.d.ts.map +1 -1
  80. package/models/operations/listpromptversions.js +1 -0
  81. package/models/operations/listpromptversions.js.map +1 -1
  82. package/models/operations/retrievecontact.js +2 -2
  83. package/models/operations/retrievedatapoint.js +8 -8
  84. package/models/operations/retrievedataset.js +2 -2
  85. package/models/operations/retrievedatasource.js +2 -2
  86. package/models/operations/retrievetool.js +10 -10
  87. package/models/operations/searchknowledge.d.ts +41 -32
  88. package/models/operations/searchknowledge.d.ts.map +1 -1
  89. package/models/operations/searchknowledge.js +40 -40
  90. package/models/operations/searchknowledge.js.map +1 -1
  91. package/models/operations/updatebudget.js +2 -2
  92. package/models/operations/updatecontact.js +2 -2
  93. package/models/operations/updatedatapoint.js +8 -8
  94. package/models/operations/updatedataset.js +2 -2
  95. package/models/operations/updatedatasource.js +2 -2
  96. package/models/operations/updateeval.js +28 -28
  97. package/models/operations/updateprompt.d.ts +2 -0
  98. package/models/operations/updateprompt.d.ts.map +1 -1
  99. package/models/operations/updateprompt.js +2 -0
  100. package/models/operations/updateprompt.js.map +1 -1
  101. package/models/operations/updatetool.js +10 -10
  102. package/package.json +1 -1
  103. package/packages/orq-rc/README.md +24 -22
  104. package/packages/orq-rc/docs/sdks/tools/README.md +93 -12
  105. package/packages/orq-rc/examples/package-lock.json +1 -1
  106. package/packages/orq-rc/jsr.json +1 -1
  107. package/packages/orq-rc/package-lock.json +2 -2
  108. package/packages/orq-rc/package.json +1 -1
  109. package/packages/orq-rc/src/funcs/toolsCreate.ts +11 -2
  110. package/packages/orq-rc/src/funcs/toolsSync.ts +176 -0
  111. package/packages/orq-rc/src/lib/config.ts +3 -3
  112. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  113. package/packages/orq-rc/src/mcp-server/server.ts +3 -1
  114. package/packages/orq-rc/src/mcp-server/tools/toolsSync.ts +37 -0
  115. package/packages/orq-rc/src/models/operations/createagent.ts +114 -40
  116. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  117. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  118. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  119. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  120. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  121. package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
  122. package/packages/orq-rc/src/models/operations/createtool.ts +873 -277
  123. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +29 -20
  124. package/packages/orq-rc/src/models/operations/duplicateagent.ts +0 -37
  125. package/packages/orq-rc/src/models/operations/duplicatetool.ts +466 -87
  126. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  127. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  128. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  129. package/packages/orq-rc/src/models/operations/getagent.ts +0 -38
  130. package/packages/orq-rc/src/models/operations/getalltools.ts +447 -96
  131. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  132. package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
  133. package/packages/orq-rc/src/models/operations/index.ts +1 -0
  134. package/packages/orq-rc/src/models/operations/listagents.ts +0 -37
  135. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  136. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  137. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  138. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  139. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  140. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  141. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  142. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  143. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  144. package/packages/orq-rc/src/models/operations/retrievetool.ts +466 -85
  145. package/packages/orq-rc/src/models/operations/runagent.ts +656 -25
  146. package/packages/orq-rc/src/models/operations/streamrunagent.ts +749 -34
  147. package/packages/orq-rc/src/models/operations/syncmcptool.ts +2599 -0
  148. package/packages/orq-rc/src/models/operations/updateagent.ts +121 -77
  149. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  150. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  151. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  152. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  153. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  154. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  155. package/packages/orq-rc/src/models/operations/updatetool.ts +910 -190
  156. package/packages/orq-rc/src/sdk/tools.ts +18 -0
  157. package/sdk/deployments.d.ts +7 -7
  158. package/sdk/deployments.d.ts.map +1 -1
  159. package/sdk/deployments.js +9 -9
  160. package/sdk/deployments.js.map +1 -1
  161. package/src/funcs/deploymentsInvoke.ts +3 -3
  162. package/src/lib/config.ts +3 -3
  163. package/src/mcp-server/mcp-server.ts +1 -1
  164. package/src/mcp-server/server.ts +2 -2
  165. package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  166. package/src/models/components/index.ts +1 -1
  167. package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  168. package/src/models/operations/createbudget.ts +2 -2
  169. package/src/models/operations/createcontact.ts +2 -2
  170. package/src/models/operations/createdataset.ts +2 -2
  171. package/src/models/operations/createdatasetitem.ts +8 -8
  172. package/src/models/operations/createdatasource.ts +2 -2
  173. package/src/models/operations/createeval.ts +28 -28
  174. package/src/models/operations/createprompt.ts +2 -0
  175. package/src/models/operations/createtool.ts +10 -10
  176. package/src/models/operations/deploymentgetconfig.ts +78 -66
  177. package/src/models/operations/deploymentinvoke.ts +35 -35
  178. package/src/models/operations/deployments.ts +1 -0
  179. package/src/models/operations/deploymentstream.ts +80 -78
  180. package/src/models/operations/duplicatetool.ts +10 -10
  181. package/src/models/operations/fileget.ts +2 -2
  182. package/src/models/operations/filelist.ts +2 -2
  183. package/src/models/operations/fileupload.ts +2 -2
  184. package/src/models/operations/getallprompts.ts +1 -0
  185. package/src/models/operations/getalltools.ts +10 -10
  186. package/src/models/operations/getbudget.ts +2 -2
  187. package/src/models/operations/getevals.ts +28 -28
  188. package/src/models/operations/getoneprompt.ts +1 -0
  189. package/src/models/operations/getpromptversion.ts +1 -0
  190. package/src/models/operations/listbudgets.ts +2 -2
  191. package/src/models/operations/listcontacts.ts +2 -2
  192. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  193. package/src/models/operations/listdatasets.ts +2 -2
  194. package/src/models/operations/listdatasources.ts +2 -2
  195. package/src/models/operations/listpromptversions.ts +1 -0
  196. package/src/models/operations/retrievecontact.ts +2 -2
  197. package/src/models/operations/retrievedatapoint.ts +8 -8
  198. package/src/models/operations/retrievedataset.ts +2 -2
  199. package/src/models/operations/retrievedatasource.ts +2 -2
  200. package/src/models/operations/retrievetool.ts +10 -10
  201. package/src/models/operations/searchknowledge.ts +79 -70
  202. package/src/models/operations/updatebudget.ts +2 -2
  203. package/src/models/operations/updatecontact.ts +2 -2
  204. package/src/models/operations/updatedatapoint.ts +8 -8
  205. package/src/models/operations/updatedataset.ts +2 -2
  206. package/src/models/operations/updatedatasource.ts +2 -2
  207. package/src/models/operations/updateeval.ts +28 -28
  208. package/src/models/operations/updateprompt.ts +2 -0
  209. package/src/models/operations/updatetool.ts +10 -10
  210. package/src/sdk/deployments.ts +17 -17
  211. package/models/components/deployments.d.ts.map +0 -1
  212. package/models/components/deployments.js.map +0 -1
package/bin/mcp-server.js CHANGED
@@ -34206,9 +34206,9 @@ var init_config = __esm(() => {
34206
34206
  SDK_METADATA = {
34207
34207
  language: "typescript",
34208
34208
  openapiDocVersion: "2.0",
34209
- sdkVersion: "3.14.35",
34210
- genVersion: "2.753.1",
34211
- userAgent: "speakeasy-sdk/typescript 3.14.35 2.753.1 2.0 @orq-ai/node"
34209
+ sdkVersion: "3.14.36",
34210
+ genVersion: "2.753.6",
34211
+ userAgent: "speakeasy-sdk/typescript 3.14.36 2.753.6 2.0 @orq-ai/node"
34212
34212
  };
34213
34213
  });
34214
34214
 
@@ -38403,7 +38403,7 @@ var init_createbudget = __esm(() => {
38403
38403
  is_active: booleanType(),
38404
38404
  consumption: lazyType(() => Consumption$inboundSchema).optional(),
38405
38405
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
38406
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.938Z").transform((v2) => new Date(v2))
38406
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.717Z").transform((v2) => new Date(v2))
38407
38407
  }).transform((v2) => {
38408
38408
  return remap(v2, {
38409
38409
  _id: "id",
@@ -38421,7 +38421,7 @@ var init_createbudget = __esm(() => {
38421
38421
  isActive: booleanType(),
38422
38422
  consumption: lazyType(() => Consumption$outboundSchema).optional(),
38423
38423
  created: dateType().transform((v2) => v2.toISOString()).optional(),
38424
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.938Z")).transform((v2) => v2.toISOString())
38424
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.717Z")).transform((v2) => v2.toISOString())
38425
38425
  }).transform((v2) => {
38426
38426
  return remap(v2, {
38427
38427
  id: "_id",
@@ -38561,7 +38561,7 @@ var init_createcontact = __esm(() => {
38561
38561
  tags: arrayType(stringType()).optional(),
38562
38562
  metadata: recordType(anyType()).optional(),
38563
38563
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
38564
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
38564
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
38565
38565
  }).transform((v2) => {
38566
38566
  return remap(v2, {
38567
38567
  _id: "id",
@@ -38581,7 +38581,7 @@ var init_createcontact = __esm(() => {
38581
38581
  tags: arrayType(stringType()).optional(),
38582
38582
  metadata: recordType(anyType()).optional(),
38583
38583
  created: dateType().transform((v2) => v2.toISOString()).optional(),
38584
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
38584
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
38585
38585
  }).transform((v2) => {
38586
38586
  return remap(v2, {
38587
38587
  id: "_id",
@@ -38641,7 +38641,7 @@ var init_createdataset = __esm(() => {
38641
38641
  created_by_id: stringType().optional(),
38642
38642
  updated_by_id: stringType().optional(),
38643
38643
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
38644
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
38644
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
38645
38645
  }).transform((v2) => {
38646
38646
  return remap(v2, {
38647
38647
  _id: "id",
@@ -38661,7 +38661,7 @@ var init_createdataset = __esm(() => {
38661
38661
  createdById: stringType().optional(),
38662
38662
  updatedById: stringType().optional(),
38663
38663
  created: dateType().transform((v2) => v2.toISOString()).optional(),
38664
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
38664
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
38665
38665
  }).transform((v2) => {
38666
38666
  return remap(v2, {
38667
38667
  id: "_id",
@@ -39735,7 +39735,7 @@ var init_createdatasetitem = __esm(() => {
39735
39735
  human_review_id: stringType(),
39736
39736
  source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
39737
39737
  reviewed_by_id: stringType(),
39738
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.763Z").transform((v2) => new Date(v2)),
39738
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.940Z").transform((v2) => new Date(v2)),
39739
39739
  type: CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
39740
39740
  values: arrayType(stringType())
39741
39741
  }).transform((v2) => {
@@ -39752,7 +39752,7 @@ var init_createdatasetitem = __esm(() => {
39752
39752
  humanReviewId: stringType(),
39753
39753
  source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
39754
39754
  reviewedById: stringType(),
39755
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.763Z")).transform((v2) => v2.toISOString()),
39755
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.940Z")).transform((v2) => v2.toISOString()),
39756
39756
  type: CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
39757
39757
  values: arrayType(stringType())
39758
39758
  }).transform((v2) => {
@@ -39775,7 +39775,7 @@ var init_createdatasetitem = __esm(() => {
39775
39775
  human_review_id: stringType(),
39776
39776
  source: EvaluationsSource$inboundSchema.default("orq"),
39777
39777
  reviewed_by_id: stringType(),
39778
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.762Z").transform((v2) => new Date(v2)),
39778
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.939Z").transform((v2) => new Date(v2)),
39779
39779
  type: CreateDatasetItemEvaluationsType$inboundSchema,
39780
39780
  value: numberType()
39781
39781
  }).transform((v2) => {
@@ -39792,7 +39792,7 @@ var init_createdatasetitem = __esm(() => {
39792
39792
  humanReviewId: stringType(),
39793
39793
  source: EvaluationsSource$outboundSchema.default("orq"),
39794
39794
  reviewedById: stringType(),
39795
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.762Z")).transform((v2) => v2.toISOString()),
39795
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.939Z")).transform((v2) => v2.toISOString()),
39796
39796
  type: CreateDatasetItemEvaluationsType$outboundSchema,
39797
39797
  value: numberType()
39798
39798
  }).transform((v2) => {
@@ -39815,7 +39815,7 @@ var init_createdatasetitem = __esm(() => {
39815
39815
  human_review_id: stringType(),
39816
39816
  source: Source$inboundSchema.default("orq"),
39817
39817
  reviewed_by_id: stringType(),
39818
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.762Z").transform((v2) => new Date(v2)),
39818
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.938Z").transform((v2) => new Date(v2)),
39819
39819
  type: EvaluationsType$inboundSchema,
39820
39820
  value: stringType()
39821
39821
  }).transform((v2) => {
@@ -39832,7 +39832,7 @@ var init_createdatasetitem = __esm(() => {
39832
39832
  humanReviewId: stringType(),
39833
39833
  source: Source$outboundSchema.default("orq"),
39834
39834
  reviewedById: stringType(),
39835
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.762Z")).transform((v2) => v2.toISOString()),
39835
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.938Z")).transform((v2) => v2.toISOString()),
39836
39836
  type: EvaluationsType$outboundSchema,
39837
39837
  value: stringType()
39838
39838
  }).transform((v2) => {
@@ -39875,7 +39875,7 @@ var init_createdatasetitem = __esm(() => {
39875
39875
  created_by_id: stringType().optional(),
39876
39876
  updated_by_id: stringType().optional(),
39877
39877
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
39878
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
39878
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
39879
39879
  }).transform((v2) => {
39880
39880
  return remap(v2, {
39881
39881
  _id: "id",
@@ -39909,7 +39909,7 @@ var init_createdatasetitem = __esm(() => {
39909
39909
  createdById: stringType().optional(),
39910
39910
  updatedById: stringType().optional(),
39911
39911
  created: dateType().transform((v2) => v2.toISOString()).optional(),
39912
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
39912
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
39913
39913
  }).transform((v2) => {
39914
39914
  return remap(v2, {
39915
39915
  id: "_id",
@@ -40088,7 +40088,7 @@ var init_createdatasource = __esm(() => {
40088
40088
  CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
40089
40089
  CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
40090
40090
  CreateDatasourceResponseBody$inboundSchema = objectType({
40091
- _id: stringType().default("01K9YW8DWNPZERVQJ89B1QDY1C"),
40091
+ _id: stringType().default("01KA0VD64CZAGN9X0GBWBDCHS8"),
40092
40092
  display_name: stringType(),
40093
40093
  description: stringType().optional(),
40094
40094
  status: CreateDatasourceStatus$inboundSchema,
@@ -40111,7 +40111,7 @@ var init_createdatasource = __esm(() => {
40111
40111
  });
40112
40112
  });
40113
40113
  CreateDatasourceResponseBody$outboundSchema = objectType({
40114
- id: stringType().default("01K9YW8DWNPZERVQJ89B1QDY1C"),
40114
+ id: stringType().default("01KA0VD64CZAGN9X0GBWBDCHS8"),
40115
40115
  displayName: stringType(),
40116
40116
  description: stringType().optional(),
40117
40117
  status: CreateDatasourceStatus$outboundSchema,
@@ -40830,8 +40830,8 @@ var init_createeval2 = __esm(() => {
40830
40830
  Typescript$inboundSchema = objectType({
40831
40831
  _id: stringType(),
40832
40832
  description: stringType(),
40833
- created: stringType().default("2025-11-13T15:09:53.306Z"),
40834
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
40833
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
40834
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
40835
40835
  guardrail_config: unionType([
40836
40836
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
40837
40837
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
@@ -40848,8 +40848,8 @@ var init_createeval2 = __esm(() => {
40848
40848
  Typescript$outboundSchema = objectType({
40849
40849
  id: stringType(),
40850
40850
  description: stringType(),
40851
- created: stringType().default("2025-11-13T15:09:53.306Z"),
40852
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
40851
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
40852
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
40853
40853
  guardrailConfig: unionType([
40854
40854
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
40855
40855
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
@@ -40906,8 +40906,8 @@ var init_createeval2 = __esm(() => {
40906
40906
  Ragas$inboundSchema = objectType({
40907
40907
  _id: stringType(),
40908
40908
  description: stringType(),
40909
- created: stringType().default("2025-11-13T15:09:53.306Z"),
40910
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
40909
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
40910
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
40911
40911
  guardrail_config: unionType([
40912
40912
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
40913
40913
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
@@ -40926,8 +40926,8 @@ var init_createeval2 = __esm(() => {
40926
40926
  Ragas$outboundSchema = objectType({
40927
40927
  id: stringType(),
40928
40928
  description: stringType(),
40929
- created: stringType().default("2025-11-13T15:09:53.306Z"),
40930
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
40929
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
40930
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
40931
40931
  guardrailConfig: unionType([
40932
40932
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
40933
40933
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
@@ -41364,8 +41364,8 @@ var init_createeval2 = __esm(() => {
41364
41364
  CreateEvalResponseBodyFunction$inboundSchema = objectType({
41365
41365
  _id: stringType(),
41366
41366
  description: stringType(),
41367
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41368
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41367
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41368
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41369
41369
  guardrail_config: unionType([
41370
41370
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
41371
41371
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
@@ -41419,8 +41419,8 @@ var init_createeval2 = __esm(() => {
41419
41419
  CreateEvalResponseBodyFunction$outboundSchema = objectType({
41420
41420
  id: stringType(),
41421
41421
  description: stringType(),
41422
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41423
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41422
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41423
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41424
41424
  guardrailConfig: unionType([
41425
41425
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
41426
41426
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
@@ -41512,8 +41512,8 @@ var init_createeval2 = __esm(() => {
41512
41512
  ResponseBodyPython$inboundSchema = objectType({
41513
41513
  _id: stringType(),
41514
41514
  description: stringType(),
41515
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41516
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41515
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41516
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41517
41517
  guardrail_config: unionType([
41518
41518
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
41519
41519
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -41530,8 +41530,8 @@ var init_createeval2 = __esm(() => {
41530
41530
  ResponseBodyPython$outboundSchema = objectType({
41531
41531
  id: stringType(),
41532
41532
  description: stringType(),
41533
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41534
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41533
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41534
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41535
41535
  guardrailConfig: unionType([
41536
41536
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
41537
41537
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -41588,8 +41588,8 @@ var init_createeval2 = __esm(() => {
41588
41588
  ResponseBodyHTTP$inboundSchema = objectType({
41589
41589
  _id: stringType(),
41590
41590
  description: stringType(),
41591
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41592
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41591
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41592
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41593
41593
  guardrail_config: unionType([
41594
41594
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
41595
41595
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -41609,8 +41609,8 @@ var init_createeval2 = __esm(() => {
41609
41609
  ResponseBodyHTTP$outboundSchema = objectType({
41610
41610
  id: stringType(),
41611
41611
  description: stringType(),
41612
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41613
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41612
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41613
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41614
41614
  guardrailConfig: unionType([
41615
41615
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
41616
41616
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -41668,8 +41668,8 @@ var init_createeval2 = __esm(() => {
41668
41668
  ResponseBodyJSON$inboundSchema = objectType({
41669
41669
  _id: stringType(),
41670
41670
  description: stringType(),
41671
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41672
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41671
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41672
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41673
41673
  guardrail_config: unionType([
41674
41674
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
41675
41675
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -41686,8 +41686,8 @@ var init_createeval2 = __esm(() => {
41686
41686
  ResponseBodyJSON$outboundSchema = objectType({
41687
41687
  id: stringType(),
41688
41688
  description: stringType(),
41689
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41690
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41689
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41690
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41691
41691
  guardrailConfig: unionType([
41692
41692
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
41693
41693
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -41742,8 +41742,8 @@ var init_createeval2 = __esm(() => {
41742
41742
  ResponseBodyLLM$inboundSchema = objectType({
41743
41743
  _id: stringType(),
41744
41744
  description: stringType(),
41745
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41746
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41745
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41746
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41747
41747
  guardrail_config: unionType([
41748
41748
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
41749
41749
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -41761,8 +41761,8 @@ var init_createeval2 = __esm(() => {
41761
41761
  ResponseBodyLLM$outboundSchema = objectType({
41762
41762
  id: stringType(),
41763
41763
  description: stringType(),
41764
- created: stringType().default("2025-11-13T15:09:53.306Z"),
41765
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
41764
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
41765
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
41766
41766
  guardrailConfig: unionType([
41767
41767
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
41768
41768
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -43009,6 +43009,7 @@ var init_createprompt = __esm(() => {
43009
43009
  Base64: "base64"
43010
43010
  };
43011
43011
  ReasoningEffort = {
43012
+ None: "none",
43012
43013
  Disable: "disable",
43013
43014
  Minimal: "minimal",
43014
43015
  Low: "low",
@@ -43134,6 +43135,7 @@ var init_createprompt = __esm(() => {
43134
43135
  Base64: "base64"
43135
43136
  };
43136
43137
  CreatePromptReasoningEffort = {
43138
+ None: "none",
43137
43139
  Disable: "disable",
43138
43140
  Minimal: "minimal",
43139
43141
  Low: "low",
@@ -44959,7 +44961,7 @@ var init_createtool = __esm(() => {
44959
44961
  code: stringType()
44960
44962
  });
44961
44963
  ResponseBody5$inboundSchema = objectType({
44962
- _id: stringType().default("01K9YW8DR7WHVCXXFY04T3XE5F"),
44964
+ _id: stringType().default("01KA0VD608Z2865Y33MEDFKT6X"),
44963
44965
  path: stringType(),
44964
44966
  key: stringType(),
44965
44967
  display_name: stringType().optional(),
@@ -44987,7 +44989,7 @@ var init_createtool = __esm(() => {
44987
44989
  });
44988
44990
  });
44989
44991
  ResponseBody5$outboundSchema = objectType({
44990
- id: stringType().default("01K9YW8DR7WHVCXXFY04T3XE5F"),
44992
+ id: stringType().default("01KA0VD608Z2865Y33MEDFKT6X"),
44991
44993
  path: stringType(),
44992
44994
  key: stringType(),
44993
44995
  displayName: stringType().optional(),
@@ -45073,7 +45075,7 @@ var init_createtool = __esm(() => {
45073
45075
  });
45074
45076
  });
45075
45077
  ResponseBody4$inboundSchema = objectType({
45076
- _id: stringType().default("01K9YW8DR5R4MX26AR807Q07N9"),
45078
+ _id: stringType().default("01KA0VD606KR89KJ2700DX52SM"),
45077
45079
  path: stringType(),
45078
45080
  key: stringType(),
45079
45081
  display_name: stringType().optional(),
@@ -45100,7 +45102,7 @@ var init_createtool = __esm(() => {
45100
45102
  });
45101
45103
  });
45102
45104
  ResponseBody4$outboundSchema = objectType({
45103
- id: stringType().default("01K9YW8DR5R4MX26AR807Q07N9"),
45105
+ id: stringType().default("01KA0VD606KR89KJ2700DX52SM"),
45104
45106
  path: stringType(),
45105
45107
  key: stringType(),
45106
45108
  displayName: stringType().optional(),
@@ -45179,7 +45181,7 @@ var init_createtool = __esm(() => {
45179
45181
  arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
45180
45182
  });
45181
45183
  ResponseBody3$inboundSchema = objectType({
45182
- _id: stringType().default("01K9YW8DR4EZGN72J09BH35GGA"),
45184
+ _id: stringType().default("01KA0VD604EQ1K8NYWSK696X2V"),
45183
45185
  path: stringType(),
45184
45186
  key: stringType(),
45185
45187
  display_name: stringType().optional(),
@@ -45206,7 +45208,7 @@ var init_createtool = __esm(() => {
45206
45208
  });
45207
45209
  });
45208
45210
  ResponseBody3$outboundSchema = objectType({
45209
- id: stringType().default("01K9YW8DR4EZGN72J09BH35GGA"),
45211
+ id: stringType().default("01KA0VD604EQ1K8NYWSK696X2V"),
45210
45212
  path: stringType(),
45211
45213
  key: stringType(),
45212
45214
  displayName: stringType().optional(),
@@ -45249,7 +45251,7 @@ var init_createtool = __esm(() => {
45249
45251
  strict: booleanType().optional()
45250
45252
  });
45251
45253
  ResponseBody2$inboundSchema = objectType({
45252
- _id: stringType().default("01K9YW8DR38NYDR44JYMBC7S87"),
45254
+ _id: stringType().default("01KA0VD603WXVR2S0YME5829PN"),
45253
45255
  path: stringType(),
45254
45256
  key: stringType(),
45255
45257
  display_name: stringType().optional(),
@@ -45277,7 +45279,7 @@ var init_createtool = __esm(() => {
45277
45279
  });
45278
45280
  });
45279
45281
  ResponseBody2$outboundSchema = objectType({
45280
- id: stringType().default("01K9YW8DR38NYDR44JYMBC7S87"),
45282
+ id: stringType().default("01KA0VD603WXVR2S0YME5829PN"),
45281
45283
  path: stringType(),
45282
45284
  key: stringType(),
45283
45285
  displayName: stringType().optional(),
@@ -45321,7 +45323,7 @@ var init_createtool = __esm(() => {
45321
45323
  parameters: recordType(anyType()).optional()
45322
45324
  });
45323
45325
  ResponseBody1$inboundSchema = objectType({
45324
- _id: stringType().default("01K9YW8DR15RBJ73XCQMP8MAKQ"),
45326
+ _id: stringType().default("01KA0VD60179QTWQJJHG7V2MSY"),
45325
45327
  path: stringType(),
45326
45328
  key: stringType(),
45327
45329
  display_name: stringType().optional(),
@@ -45348,7 +45350,7 @@ var init_createtool = __esm(() => {
45348
45350
  });
45349
45351
  });
45350
45352
  ResponseBody1$outboundSchema = objectType({
45351
- id: stringType().default("01K9YW8DR15RBJ73XCQMP8MAKQ"),
45353
+ id: stringType().default("01KA0VD60179QTWQJJHG7V2MSY"),
45352
45354
  path: stringType(),
45353
45355
  key: stringType(),
45354
45356
  displayName: stringType().optional(),
@@ -46817,7 +46819,7 @@ var init_deploymentcreatemetric = __esm(() => {
46817
46819
  });
46818
46820
 
46819
46821
  // src/models/operations/deploymentgetconfig.ts
46820
- var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigAnnotationsType, AnnotationsType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigAnnotationsDeploymentsRequestType, DeploymentGetConfigAnnotationsDeploymentsType, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormat6, DeploymentGetConfigResponseFormat5, DeploymentGetConfigResponseFormat4, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsResponseType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigVerbosity, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema, ToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfigAnnotationsType$inboundSchema, DeploymentGetConfigAnnotationsType$outboundSchema, FilePath$inboundSchema, FilePath$outboundSchema, Annotations2$inboundSchema, Annotations2$outboundSchema, AnnotationsType$inboundSchema, AnnotationsType$outboundSchema, FileCitation$inboundSchema, FileCitation$outboundSchema, Annotations1$inboundSchema, Annotations1$outboundSchema, Annotations$inboundSchema, Annotations$outboundSchema, TextContentPart$inboundSchema, TextContentPart$outboundSchema, Content2$inboundSchema, Content2$outboundSchema, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, Audio$inboundSchema, Audio$outboundSchema, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, FunctionT$inboundSchema, FunctionT$outboundSchema, ToolCalls$inboundSchema, ToolCalls$outboundSchema, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, FileT$inboundSchema, FileT$outboundSchema, Four$inboundSchema, Four$outboundSchema, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, Format$inboundSchema, Format$outboundSchema, InputAudio$inboundSchema, InputAudio$outboundSchema, Three$inboundSchema, Three$outboundSchema, TwoType$inboundSchema, TwoType$outboundSchema, Detail$inboundSchema, Detail$outboundSchema, ImageUrl$inboundSchema, ImageUrl$outboundSchema, Two2$inboundSchema, Two2$outboundSchema, Type$inboundSchema, Type$outboundSchema, One$inboundSchema, One$outboundSchema, Two$inboundSchema, Two$outboundSchema, Content$inboundSchema, Content$outboundSchema, UserMessage$inboundSchema, UserMessage$outboundSchema, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, SystemMessage$inboundSchema, SystemMessage$outboundSchema, Role$inboundSchema, Role$outboundSchema, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$outboundSchema, AnnotationsFilePath$inboundSchema, AnnotationsFilePath$outboundSchema, DeploymentGetConfigAnnotations2$inboundSchema, DeploymentGetConfigAnnotations2$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$outboundSchema, AnnotationsFileCitation$inboundSchema, AnnotationsFileCitation$outboundSchema, DeploymentGetConfigAnnotations1$inboundSchema, DeploymentGetConfigAnnotations1$outboundSchema, TwoAnnotations$inboundSchema, TwoAnnotations$outboundSchema, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, TwoFile$inboundSchema, TwoFile$outboundSchema, Two4$inboundSchema, Two4$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, Two3$inboundSchema, Two3$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, Two1$inboundSchema, Two1$outboundSchema, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, Messages$inboundSchema, Messages$outboundSchema, Metadata$inboundSchema, Metadata$outboundSchema, Documents$inboundSchema, Documents$outboundSchema, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, Thread$inboundSchema, Thread$outboundSchema, OrExists$inboundSchema, OrExists$outboundSchema, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, OrNin$inboundSchema, OrNin$outboundSchema, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, OrIn$inboundSchema, OrIn$outboundSchema, OrLte$inboundSchema, OrLte$outboundSchema, OrLt$inboundSchema, OrLt$outboundSchema, OrGte$inboundSchema, OrGte$outboundSchema, Or3$inboundSchema, Or3$outboundSchema, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, OrNe$inboundSchema, OrNe$outboundSchema, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, OrEq$inboundSchema, OrEq$outboundSchema, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, Or$inboundSchema, Or$outboundSchema, AndExists$inboundSchema, AndExists$outboundSchema, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, AndNin$inboundSchema, AndNin$outboundSchema, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, AndIn$inboundSchema, AndIn$outboundSchema, AndLte$inboundSchema, AndLte$outboundSchema, AndLt$inboundSchema, AndLt$outboundSchema, AndGte$inboundSchema, AndGte$outboundSchema, And3$inboundSchema, And3$outboundSchema, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, AndNe$inboundSchema, AndNe$outboundSchema, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, AndEq$inboundSchema, AndEq$outboundSchema, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, And$inboundSchema, And$outboundSchema, Exists$inboundSchema, Exists$outboundSchema, OneNin$inboundSchema, OneNin$outboundSchema, Nin$inboundSchema, Nin$outboundSchema, OneIn$inboundSchema, OneIn$outboundSchema, In$inboundSchema, In$outboundSchema, Lte$inboundSchema, Lte$outboundSchema, Lt$inboundSchema, Lt$outboundSchema, Gte$inboundSchema, Gte$outboundSchema, One3$inboundSchema, One3$outboundSchema, OneNe$inboundSchema, OneNe$outboundSchema, Ne$inboundSchema, Ne$outboundSchema, OneEq$inboundSchema, OneEq$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigResponseFormat6$inboundSchema, DeploymentGetConfigResponseFormat6$outboundSchema, DeploymentGetConfigResponseFormat5$inboundSchema, DeploymentGetConfigResponseFormat5$outboundSchema, DeploymentGetConfigResponseFormat4$inboundSchema, DeploymentGetConfigResponseFormat4$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormat3$inboundSchema, DeploymentGetConfigResponseFormat3$outboundSchema, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigVerbosity$inboundSchema, DeploymentGetConfigVerbosity$outboundSchema, DeploymentGetConfigParameters$inboundSchema, DeploymentGetConfigParameters$outboundSchema, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, Tools$inboundSchema, Tools$outboundSchema, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema;
46822
+ var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigAnnotationsType, AnnotationsType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigAnnotationsDeploymentsRequestType, DeploymentGetConfigAnnotationsDeploymentsType, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormat6, DeploymentGetConfigResponseFormat5, DeploymentGetConfigResponseFormat4, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsResponseType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigVerbosity, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema, ToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfigAnnotationsType$inboundSchema, DeploymentGetConfigAnnotationsType$outboundSchema, FilePath$inboundSchema, FilePath$outboundSchema, Annotations2$inboundSchema, Annotations2$outboundSchema, AnnotationsType$inboundSchema, AnnotationsType$outboundSchema, FileCitation$inboundSchema, FileCitation$outboundSchema, Annotations1$inboundSchema, Annotations1$outboundSchema, Annotations$inboundSchema, Annotations$outboundSchema, TextContentPart$inboundSchema, TextContentPart$outboundSchema, Content2$inboundSchema, Content2$outboundSchema, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, Audio$inboundSchema, Audio$outboundSchema, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, FunctionT$inboundSchema, FunctionT$outboundSchema, ToolCalls$inboundSchema, ToolCalls$outboundSchema, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, FileT$inboundSchema, FileT$outboundSchema, Four$inboundSchema, Four$outboundSchema, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, Format$inboundSchema, Format$outboundSchema, InputAudio$inboundSchema, InputAudio$outboundSchema, Three$inboundSchema, Three$outboundSchema, TwoType$inboundSchema, TwoType$outboundSchema, Detail$inboundSchema, Detail$outboundSchema, ImageUrl$inboundSchema, ImageUrl$outboundSchema, Two2$inboundSchema, Two2$outboundSchema, Type$inboundSchema, Type$outboundSchema, One$inboundSchema, One$outboundSchema, Two$inboundSchema, Two$outboundSchema, Content$inboundSchema, Content$outboundSchema, UserMessage$inboundSchema, UserMessage$outboundSchema, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, SystemMessage$inboundSchema, SystemMessage$outboundSchema, Role$inboundSchema, Role$outboundSchema, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$outboundSchema, AnnotationsFilePath$inboundSchema, AnnotationsFilePath$outboundSchema, DeploymentGetConfigAnnotations2$inboundSchema, DeploymentGetConfigAnnotations2$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$outboundSchema, AnnotationsFileCitation$inboundSchema, AnnotationsFileCitation$outboundSchema, DeploymentGetConfigAnnotations1$inboundSchema, DeploymentGetConfigAnnotations1$outboundSchema, TwoAnnotations$inboundSchema, TwoAnnotations$outboundSchema, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, TwoFile$inboundSchema, TwoFile$outboundSchema, Two4$inboundSchema, Two4$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, Two3$inboundSchema, Two3$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, Two1$inboundSchema, Two1$outboundSchema, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, Messages$inboundSchema, Messages$outboundSchema, Metadata$inboundSchema, Metadata$outboundSchema, Documents$inboundSchema, Documents$outboundSchema, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, Thread$inboundSchema, Thread$outboundSchema, OrExists$inboundSchema, OrExists$outboundSchema, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, OrNin$inboundSchema, OrNin$outboundSchema, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, OrIn$inboundSchema, OrIn$outboundSchema, OrLte$inboundSchema, OrLte$outboundSchema, OrLt$inboundSchema, OrLt$outboundSchema, OrGte$inboundSchema, OrGte$outboundSchema, OrGt$inboundSchema, OrGt$outboundSchema, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, OrNe$inboundSchema, OrNe$outboundSchema, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, OrEq$inboundSchema, OrEq$outboundSchema, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, Or$inboundSchema, Or$outboundSchema, AndExists$inboundSchema, AndExists$outboundSchema, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, AndNin$inboundSchema, AndNin$outboundSchema, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, AndIn$inboundSchema, AndIn$outboundSchema, AndLte$inboundSchema, AndLte$outboundSchema, AndLt$inboundSchema, AndLt$outboundSchema, AndGte$inboundSchema, AndGte$outboundSchema, AndGt$inboundSchema, AndGt$outboundSchema, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, AndNe$inboundSchema, AndNe$outboundSchema, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, AndEq$inboundSchema, AndEq$outboundSchema, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, And$inboundSchema, And$outboundSchema, Exists$inboundSchema, Exists$outboundSchema, OneNin$inboundSchema, OneNin$outboundSchema, Nin$inboundSchema, Nin$outboundSchema, OneIn$inboundSchema, OneIn$outboundSchema, In$inboundSchema, In$outboundSchema, Lte$inboundSchema, Lte$outboundSchema, Lt$inboundSchema, Lt$outboundSchema, Gte$inboundSchema, Gte$outboundSchema, Gt$inboundSchema, Gt$outboundSchema, OneNe$inboundSchema, OneNe$outboundSchema, Ne$inboundSchema, Ne$outboundSchema, OneEq$inboundSchema, OneEq$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigResponseFormat6$inboundSchema, DeploymentGetConfigResponseFormat6$outboundSchema, DeploymentGetConfigResponseFormat5$inboundSchema, DeploymentGetConfigResponseFormat5$outboundSchema, DeploymentGetConfigResponseFormat4$inboundSchema, DeploymentGetConfigResponseFormat4$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormat3$inboundSchema, DeploymentGetConfigResponseFormat3$outboundSchema, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigVerbosity$inboundSchema, DeploymentGetConfigVerbosity$outboundSchema, DeploymentGetConfigParameters$inboundSchema, DeploymentGetConfigParameters$outboundSchema, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, Tools$inboundSchema, Tools$outboundSchema, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema;
46821
46823
  var init_deploymentgetconfig = __esm(() => {
46822
46824
  init_esm();
46823
46825
  init_primitives();
@@ -46999,6 +47001,7 @@ var init_deploymentgetconfig = __esm(() => {
46999
47001
  Base64: "base64"
47000
47002
  };
47001
47003
  DeploymentGetConfigReasoningEffort = {
47004
+ None: "none",
47002
47005
  Disable: "disable",
47003
47006
  Minimal: "minimal",
47004
47007
  Low: "low",
@@ -47973,10 +47976,10 @@ var init_deploymentgetconfig = __esm(() => {
47973
47976
  OrGte$outboundSchema = objectType({
47974
47977
  gte: numberType()
47975
47978
  });
47976
- Or3$inboundSchema = objectType({
47979
+ OrGt$inboundSchema = objectType({
47977
47980
  gt: numberType()
47978
47981
  });
47979
- Or3$outboundSchema = objectType({
47982
+ OrGt$outboundSchema = objectType({
47980
47983
  gt: numberType()
47981
47984
  });
47982
47985
  DeploymentGetConfigOrNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -47998,7 +48001,7 @@ var init_deploymentgetconfig = __esm(() => {
47998
48001
  KnowledgeFilterOr$inboundSchema = unionType([
47999
48002
  lazyType(() => OrEq$inboundSchema),
48000
48003
  lazyType(() => OrNe$inboundSchema),
48001
- lazyType(() => Or3$inboundSchema),
48004
+ lazyType(() => OrGt$inboundSchema),
48002
48005
  lazyType(() => OrGte$inboundSchema),
48003
48006
  lazyType(() => OrLt$inboundSchema),
48004
48007
  lazyType(() => OrLte$inboundSchema),
@@ -48009,7 +48012,7 @@ var init_deploymentgetconfig = __esm(() => {
48009
48012
  KnowledgeFilterOr$outboundSchema = unionType([
48010
48013
  lazyType(() => OrEq$outboundSchema),
48011
48014
  lazyType(() => OrNe$outboundSchema),
48012
- lazyType(() => Or3$outboundSchema),
48015
+ lazyType(() => OrGt$outboundSchema),
48013
48016
  lazyType(() => OrGte$outboundSchema),
48014
48017
  lazyType(() => OrLt$outboundSchema),
48015
48018
  lazyType(() => OrLte$outboundSchema),
@@ -48021,7 +48024,7 @@ var init_deploymentgetconfig = __esm(() => {
48021
48024
  or: arrayType(recordType(unionType([
48022
48025
  lazyType(() => OrEq$inboundSchema),
48023
48026
  lazyType(() => OrNe$inboundSchema),
48024
- lazyType(() => Or3$inboundSchema),
48027
+ lazyType(() => OrGt$inboundSchema),
48025
48028
  lazyType(() => OrGte$inboundSchema),
48026
48029
  lazyType(() => OrLt$inboundSchema),
48027
48030
  lazyType(() => OrLte$inboundSchema),
@@ -48034,7 +48037,7 @@ var init_deploymentgetconfig = __esm(() => {
48034
48037
  or: arrayType(recordType(unionType([
48035
48038
  lazyType(() => OrEq$outboundSchema),
48036
48039
  lazyType(() => OrNe$outboundSchema),
48037
- lazyType(() => Or3$outboundSchema),
48040
+ lazyType(() => OrGt$outboundSchema),
48038
48041
  lazyType(() => OrGte$outboundSchema),
48039
48042
  lazyType(() => OrLt$outboundSchema),
48040
48043
  lazyType(() => OrLte$outboundSchema),
@@ -48083,10 +48086,10 @@ var init_deploymentgetconfig = __esm(() => {
48083
48086
  AndGte$outboundSchema = objectType({
48084
48087
  gte: numberType()
48085
48088
  });
48086
- And3$inboundSchema = objectType({
48089
+ AndGt$inboundSchema = objectType({
48087
48090
  gt: numberType()
48088
48091
  });
48089
- And3$outboundSchema = objectType({
48092
+ AndGt$outboundSchema = objectType({
48090
48093
  gt: numberType()
48091
48094
  });
48092
48095
  DeploymentGetConfigAndNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -48108,7 +48111,7 @@ var init_deploymentgetconfig = __esm(() => {
48108
48111
  KnowledgeFilterAnd$inboundSchema = unionType([
48109
48112
  lazyType(() => AndEq$inboundSchema),
48110
48113
  lazyType(() => AndNe$inboundSchema),
48111
- lazyType(() => And3$inboundSchema),
48114
+ lazyType(() => AndGt$inboundSchema),
48112
48115
  lazyType(() => AndGte$inboundSchema),
48113
48116
  lazyType(() => AndLt$inboundSchema),
48114
48117
  lazyType(() => AndLte$inboundSchema),
@@ -48119,7 +48122,7 @@ var init_deploymentgetconfig = __esm(() => {
48119
48122
  KnowledgeFilterAnd$outboundSchema = unionType([
48120
48123
  lazyType(() => AndEq$outboundSchema),
48121
48124
  lazyType(() => AndNe$outboundSchema),
48122
- lazyType(() => And3$outboundSchema),
48125
+ lazyType(() => AndGt$outboundSchema),
48123
48126
  lazyType(() => AndGte$outboundSchema),
48124
48127
  lazyType(() => AndLt$outboundSchema),
48125
48128
  lazyType(() => AndLte$outboundSchema),
@@ -48131,7 +48134,7 @@ var init_deploymentgetconfig = __esm(() => {
48131
48134
  and: arrayType(recordType(unionType([
48132
48135
  lazyType(() => AndEq$inboundSchema),
48133
48136
  lazyType(() => AndNe$inboundSchema),
48134
- lazyType(() => And3$inboundSchema),
48137
+ lazyType(() => AndGt$inboundSchema),
48135
48138
  lazyType(() => AndGte$inboundSchema),
48136
48139
  lazyType(() => AndLt$inboundSchema),
48137
48140
  lazyType(() => AndLte$inboundSchema),
@@ -48144,7 +48147,7 @@ var init_deploymentgetconfig = __esm(() => {
48144
48147
  and: arrayType(recordType(unionType([
48145
48148
  lazyType(() => AndEq$outboundSchema),
48146
48149
  lazyType(() => AndNe$outboundSchema),
48147
- lazyType(() => And3$outboundSchema),
48150
+ lazyType(() => AndGt$outboundSchema),
48148
48151
  lazyType(() => AndGte$outboundSchema),
48149
48152
  lazyType(() => AndLt$outboundSchema),
48150
48153
  lazyType(() => AndLte$outboundSchema),
@@ -48193,10 +48196,10 @@ var init_deploymentgetconfig = __esm(() => {
48193
48196
  Gte$outboundSchema = objectType({
48194
48197
  gte: numberType()
48195
48198
  });
48196
- One3$inboundSchema = objectType({
48199
+ Gt$inboundSchema = objectType({
48197
48200
  gt: numberType()
48198
48201
  });
48199
- One3$outboundSchema = objectType({
48202
+ Gt$outboundSchema = objectType({
48200
48203
  gt: numberType()
48201
48204
  });
48202
48205
  OneNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -48218,7 +48221,7 @@ var init_deploymentgetconfig = __esm(() => {
48218
48221
  KnowledgeFilter1$inboundSchema = unionType([
48219
48222
  lazyType(() => Eq$inboundSchema),
48220
48223
  lazyType(() => Ne$inboundSchema),
48221
- lazyType(() => One3$inboundSchema),
48224
+ lazyType(() => Gt$inboundSchema),
48222
48225
  lazyType(() => Gte$inboundSchema),
48223
48226
  lazyType(() => Lt$inboundSchema),
48224
48227
  lazyType(() => Lte$inboundSchema),
@@ -48229,7 +48232,7 @@ var init_deploymentgetconfig = __esm(() => {
48229
48232
  KnowledgeFilter1$outboundSchema = unionType([
48230
48233
  lazyType(() => Eq$outboundSchema),
48231
48234
  lazyType(() => Ne$outboundSchema),
48232
- lazyType(() => One3$outboundSchema),
48235
+ lazyType(() => Gt$outboundSchema),
48233
48236
  lazyType(() => Gte$outboundSchema),
48234
48237
  lazyType(() => Lt$outboundSchema),
48235
48238
  lazyType(() => Lte$outboundSchema),
@@ -48243,7 +48246,7 @@ var init_deploymentgetconfig = __esm(() => {
48243
48246
  recordType(unionType([
48244
48247
  lazyType(() => Eq$inboundSchema),
48245
48248
  lazyType(() => Ne$inboundSchema),
48246
- lazyType(() => One3$inboundSchema),
48249
+ lazyType(() => Gt$inboundSchema),
48247
48250
  lazyType(() => Gte$inboundSchema),
48248
48251
  lazyType(() => Lt$inboundSchema),
48249
48252
  lazyType(() => Lte$inboundSchema),
@@ -48258,7 +48261,7 @@ var init_deploymentgetconfig = __esm(() => {
48258
48261
  recordType(unionType([
48259
48262
  lazyType(() => Eq$outboundSchema),
48260
48263
  lazyType(() => Ne$outboundSchema),
48261
- lazyType(() => One3$outboundSchema),
48264
+ lazyType(() => Gt$outboundSchema),
48262
48265
  lazyType(() => Gte$outboundSchema),
48263
48266
  lazyType(() => Lt$outboundSchema),
48264
48267
  lazyType(() => Lte$outboundSchema),
@@ -48297,7 +48300,7 @@ var init_deploymentgetconfig = __esm(() => {
48297
48300
  recordType(unionType([
48298
48301
  lazyType(() => Eq$inboundSchema),
48299
48302
  lazyType(() => Ne$inboundSchema),
48300
- lazyType(() => One3$inboundSchema),
48303
+ lazyType(() => Gt$inboundSchema),
48301
48304
  lazyType(() => Gte$inboundSchema),
48302
48305
  lazyType(() => Lt$inboundSchema),
48303
48306
  lazyType(() => Lte$inboundSchema),
@@ -48345,7 +48348,7 @@ var init_deploymentgetconfig = __esm(() => {
48345
48348
  recordType(unionType([
48346
48349
  lazyType(() => Eq$outboundSchema),
48347
48350
  lazyType(() => Ne$outboundSchema),
48348
- lazyType(() => One3$outboundSchema),
48351
+ lazyType(() => Gt$outboundSchema),
48349
48352
  lazyType(() => Gte$outboundSchema),
48350
48353
  lazyType(() => Lt$outboundSchema),
48351
48354
  lazyType(() => Lte$outboundSchema),
@@ -48702,7 +48705,7 @@ var init_deploymentgetconfig = __esm(() => {
48702
48705
  });
48703
48706
 
48704
48707
  // src/models/operations/deploymentinvoke.ts
48705
- var DeploymentInvokeObject, DeploymentInvokeProvider, DeploymentInvokeMessageDeploymentsType, DeploymentInvokeMessageDeploymentsRole, DeploymentInvokeMessageType, DeploymentInvokeMessageRole, MessageType, MessageRole, DeploymentInvokeMessageDeploymentsResponseType, DeploymentInvokeGlobals$inboundSchema, DeploymentInvokeGlobals$outboundSchema, DeploymentInvokeObject$inboundSchema, DeploymentInvokeObject$outboundSchema, DeploymentInvokeProvider$inboundSchema, DeploymentInvokeProvider$outboundSchema, DeploymentInvokeMetadata$inboundSchema, DeploymentInvokeMetadata$outboundSchema, Retrievals$inboundSchema, Retrievals$outboundSchema, DeploymentInvokeMessageDeploymentsType$inboundSchema, DeploymentInvokeMessageDeploymentsType$outboundSchema, DeploymentInvokeMessageDeploymentsRole$inboundSchema, DeploymentInvokeMessageDeploymentsRole$outboundSchema, Message3$inboundSchema, Message3$outboundSchema, DeploymentInvokeMessageType$inboundSchema, DeploymentInvokeMessageType$outboundSchema, DeploymentInvokeMessageRole$inboundSchema, DeploymentInvokeMessageRole$outboundSchema, Message2$inboundSchema, Message2$outboundSchema, MessageType$inboundSchema, MessageType$outboundSchema, MessageRole$inboundSchema, MessageRole$outboundSchema, DeploymentInvokeMessageDeploymentsResponseType$inboundSchema, DeploymentInvokeMessageDeploymentsResponseType$outboundSchema, MessageFunction$inboundSchema, MessageFunction$outboundSchema, MessageToolCalls$inboundSchema, MessageToolCalls$outboundSchema, Message1$inboundSchema, Message1$outboundSchema, DeploymentInvokeMessage$inboundSchema, DeploymentInvokeMessage$outboundSchema, DeploymentInvokeChoices$inboundSchema, DeploymentInvokeChoices$outboundSchema, DeploymentInvokeResponseBody$inboundSchema, DeploymentInvokeResponseBody$outboundSchema;
48708
+ var DeploymentInvokeObject, DeploymentInvokeProvider, DeploymentInvokeMessageDeploymentsType, DeploymentInvokeMessageRole, DeploymentInvokeMessageType, MessageRole, MessageType, DeploymentInvokeMessageDeploymentsRole, DeploymentInvokeMessageDeploymentsResponseType, DeploymentInvokeGlobals$inboundSchema, DeploymentInvokeGlobals$outboundSchema, DeploymentInvokeObject$inboundSchema, DeploymentInvokeObject$outboundSchema, DeploymentInvokeProvider$inboundSchema, DeploymentInvokeProvider$outboundSchema, DeploymentInvokeMetadata$inboundSchema, DeploymentInvokeMetadata$outboundSchema, Retrievals$inboundSchema, Retrievals$outboundSchema, DeploymentInvokeMessageDeploymentsType$inboundSchema, DeploymentInvokeMessageDeploymentsType$outboundSchema, DeploymentInvokeMessageRole$inboundSchema, DeploymentInvokeMessageRole$outboundSchema, Message3$inboundSchema, Message3$outboundSchema, DeploymentInvokeMessageType$inboundSchema, DeploymentInvokeMessageType$outboundSchema, MessageRole$inboundSchema, MessageRole$outboundSchema, Message2$inboundSchema, Message2$outboundSchema, MessageType$inboundSchema, MessageType$outboundSchema, DeploymentInvokeMessageDeploymentsRole$inboundSchema, DeploymentInvokeMessageDeploymentsRole$outboundSchema, DeploymentInvokeMessageDeploymentsResponseType$inboundSchema, DeploymentInvokeMessageDeploymentsResponseType$outboundSchema, MessageFunction$inboundSchema, MessageFunction$outboundSchema, MessageToolCalls$inboundSchema, MessageToolCalls$outboundSchema, Message1$inboundSchema, Message1$outboundSchema, DeploymentInvokeMessage$inboundSchema, DeploymentInvokeMessage$outboundSchema, DeploymentInvokeChoices$inboundSchema, DeploymentInvokeChoices$outboundSchema, DeploymentInvokeResponseBody$inboundSchema, DeploymentInvokeResponseBody$outboundSchema;
48706
48709
  var init_deploymentinvoke = __esm(() => {
48707
48710
  init_esm();
48708
48711
  init_primitives();
@@ -48739,7 +48742,7 @@ var init_deploymentinvoke = __esm(() => {
48739
48742
  DeploymentInvokeMessageDeploymentsType = {
48740
48743
  Image: "image"
48741
48744
  };
48742
- DeploymentInvokeMessageDeploymentsRole = {
48745
+ DeploymentInvokeMessageRole = {
48743
48746
  System: "system",
48744
48747
  Assistant: "assistant",
48745
48748
  User: "user",
@@ -48752,7 +48755,7 @@ var init_deploymentinvoke = __esm(() => {
48752
48755
  DeploymentInvokeMessageType = {
48753
48756
  Content: "content"
48754
48757
  };
48755
- DeploymentInvokeMessageRole = {
48758
+ MessageRole = {
48756
48759
  System: "system",
48757
48760
  Assistant: "assistant",
48758
48761
  User: "user",
@@ -48765,7 +48768,7 @@ var init_deploymentinvoke = __esm(() => {
48765
48768
  MessageType = {
48766
48769
  ToolCalls: "tool_calls"
48767
48770
  };
48768
- MessageRole = {
48771
+ DeploymentInvokeMessageDeploymentsRole = {
48769
48772
  System: "system",
48770
48773
  Assistant: "assistant",
48771
48774
  User: "user",
@@ -48830,25 +48833,25 @@ var init_deploymentinvoke = __esm(() => {
48830
48833
  });
48831
48834
  DeploymentInvokeMessageDeploymentsType$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsType);
48832
48835
  DeploymentInvokeMessageDeploymentsType$outboundSchema = DeploymentInvokeMessageDeploymentsType$inboundSchema;
48833
- DeploymentInvokeMessageDeploymentsRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsRole);
48834
- DeploymentInvokeMessageDeploymentsRole$outboundSchema = DeploymentInvokeMessageDeploymentsRole$inboundSchema;
48836
+ DeploymentInvokeMessageRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageRole);
48837
+ DeploymentInvokeMessageRole$outboundSchema = DeploymentInvokeMessageRole$inboundSchema;
48835
48838
  Message3$inboundSchema = objectType({
48836
48839
  type: DeploymentInvokeMessageDeploymentsType$inboundSchema,
48837
- role: DeploymentInvokeMessageDeploymentsRole$inboundSchema,
48840
+ role: DeploymentInvokeMessageRole$inboundSchema,
48838
48841
  url: stringType()
48839
48842
  });
48840
48843
  Message3$outboundSchema = objectType({
48841
48844
  type: DeploymentInvokeMessageDeploymentsType$outboundSchema,
48842
- role: DeploymentInvokeMessageDeploymentsRole$outboundSchema,
48845
+ role: DeploymentInvokeMessageRole$outboundSchema,
48843
48846
  url: stringType()
48844
48847
  });
48845
48848
  DeploymentInvokeMessageType$inboundSchema = nativeEnumType(DeploymentInvokeMessageType);
48846
48849
  DeploymentInvokeMessageType$outboundSchema = DeploymentInvokeMessageType$inboundSchema;
48847
- DeploymentInvokeMessageRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageRole);
48848
- DeploymentInvokeMessageRole$outboundSchema = DeploymentInvokeMessageRole$inboundSchema;
48850
+ MessageRole$inboundSchema = nativeEnumType(MessageRole);
48851
+ MessageRole$outboundSchema = MessageRole$inboundSchema;
48849
48852
  Message2$inboundSchema = objectType({
48850
48853
  type: DeploymentInvokeMessageType$inboundSchema,
48851
- role: DeploymentInvokeMessageRole$inboundSchema,
48854
+ role: MessageRole$inboundSchema,
48852
48855
  content: nullableType(stringType()),
48853
48856
  reasoning: stringType().optional(),
48854
48857
  reasoning_signature: stringType().optional(),
@@ -48861,7 +48864,7 @@ var init_deploymentinvoke = __esm(() => {
48861
48864
  });
48862
48865
  Message2$outboundSchema = objectType({
48863
48866
  type: DeploymentInvokeMessageType$outboundSchema,
48864
- role: DeploymentInvokeMessageRole$outboundSchema,
48867
+ role: MessageRole$outboundSchema,
48865
48868
  content: nullableType(stringType()),
48866
48869
  reasoning: stringType().optional(),
48867
48870
  reasoningSignature: stringType().optional(),
@@ -48874,8 +48877,8 @@ var init_deploymentinvoke = __esm(() => {
48874
48877
  });
48875
48878
  MessageType$inboundSchema = nativeEnumType(MessageType);
48876
48879
  MessageType$outboundSchema = MessageType$inboundSchema;
48877
- MessageRole$inboundSchema = nativeEnumType(MessageRole);
48878
- MessageRole$outboundSchema = MessageRole$inboundSchema;
48880
+ DeploymentInvokeMessageDeploymentsRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsRole);
48881
+ DeploymentInvokeMessageDeploymentsRole$outboundSchema = DeploymentInvokeMessageDeploymentsRole$inboundSchema;
48879
48882
  DeploymentInvokeMessageDeploymentsResponseType$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsResponseType);
48880
48883
  DeploymentInvokeMessageDeploymentsResponseType$outboundSchema = DeploymentInvokeMessageDeploymentsResponseType$inboundSchema;
48881
48884
  MessageFunction$inboundSchema = objectType({
@@ -48900,7 +48903,7 @@ var init_deploymentinvoke = __esm(() => {
48900
48903
  });
48901
48904
  Message1$inboundSchema = objectType({
48902
48905
  type: MessageType$inboundSchema,
48903
- role: MessageRole$inboundSchema,
48906
+ role: DeploymentInvokeMessageDeploymentsRole$inboundSchema,
48904
48907
  content: nullableType(stringType()).optional(),
48905
48908
  tool_calls: arrayType(lazyType(() => MessageToolCalls$inboundSchema)),
48906
48909
  reasoning: stringType().optional(),
@@ -48915,7 +48918,7 @@ var init_deploymentinvoke = __esm(() => {
48915
48918
  });
48916
48919
  Message1$outboundSchema = objectType({
48917
48920
  type: MessageType$outboundSchema,
48918
- role: MessageRole$outboundSchema,
48921
+ role: DeploymentInvokeMessageDeploymentsRole$outboundSchema,
48919
48922
  content: nullableType(stringType()).optional(),
48920
48923
  toolCalls: arrayType(lazyType(() => MessageToolCalls$outboundSchema)),
48921
48924
  reasoning: stringType().optional(),
@@ -49076,6 +49079,7 @@ var init_deployments = __esm(() => {
49076
49079
  Base64: "base64"
49077
49080
  };
49078
49081
  DeploymentsReasoningEffort = {
49082
+ None: "none",
49079
49083
  Disable: "disable",
49080
49084
  Minimal: "minimal",
49081
49085
  Low: "low",
@@ -49565,7 +49569,7 @@ var init_deployments = __esm(() => {
49565
49569
  });
49566
49570
 
49567
49571
  // src/models/operations/deploymentstream.ts
49568
- var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamAnnotationsDeploymentsType, DeploymentStreamAnnotationsType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType, DeploymentStreamAnnotationsDeploymentsRequestType, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseType, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsType, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageType, DeploymentStreamMessageRole, DeploymentStreamMessageDeploymentsResponse200Type, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStreamAnnotationsDeploymentsType$inboundSchema, DeploymentStreamAnnotationsDeploymentsType$outboundSchema, DeploymentStreamAnnotationsFilePath$inboundSchema, DeploymentStreamAnnotationsFilePath$outboundSchema, DeploymentStreamAnnotations2$inboundSchema, DeploymentStreamAnnotations2$outboundSchema, DeploymentStreamAnnotationsType$inboundSchema, DeploymentStreamAnnotationsType$outboundSchema, DeploymentStreamAnnotationsFileCitation$inboundSchema, DeploymentStreamAnnotationsFileCitation$outboundSchema, DeploymentStreamAnnotations1$inboundSchema, DeploymentStreamAnnotations1$outboundSchema, DeploymentStream2Annotations$inboundSchema, DeploymentStream2Annotations$outboundSchema, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$inboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$outboundSchema, DeploymentStreamAnnotationsDeployments2$inboundSchema, DeploymentStreamAnnotationsDeployments2$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$inboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$outboundSchema, DeploymentStreamAnnotationsDeployments1$inboundSchema, DeploymentStreamAnnotationsDeployments1$outboundSchema, DeploymentStream2DeploymentsAnnotations$inboundSchema, DeploymentStream2DeploymentsAnnotations$outboundSchema, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOr3$inboundSchema, DeploymentStreamOr3$outboundSchema, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAnd3$inboundSchema, DeploymentStreamAnd3$outboundSchema, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, OneExists$inboundSchema, OneExists$outboundSchema, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, OneLte$inboundSchema, OneLte$outboundSchema, OneLt$inboundSchema, OneLt$outboundSchema, OneGte$inboundSchema, OneGte$outboundSchema, DeploymentStream13$inboundSchema, DeploymentStream13$outboundSchema, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamMessageDeploymentsResponseType$inboundSchema, DeploymentStreamMessageDeploymentsResponseType$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessageDeploymentsType$inboundSchema, DeploymentStreamMessageDeploymentsType$outboundSchema, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$inboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$outboundSchema, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema;
49572
+ var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamAnnotationsDeploymentsType, DeploymentStreamAnnotationsType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType, DeploymentStreamAnnotationsDeploymentsRequestType, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseType, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsType, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageType, DeploymentStreamMessageRole, DeploymentStreamMessageDeploymentsResponse200Type, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStreamAnnotationsDeploymentsType$inboundSchema, DeploymentStreamAnnotationsDeploymentsType$outboundSchema, DeploymentStreamAnnotationsFilePath$inboundSchema, DeploymentStreamAnnotationsFilePath$outboundSchema, DeploymentStreamAnnotations2$inboundSchema, DeploymentStreamAnnotations2$outboundSchema, DeploymentStreamAnnotationsType$inboundSchema, DeploymentStreamAnnotationsType$outboundSchema, DeploymentStreamAnnotationsFileCitation$inboundSchema, DeploymentStreamAnnotationsFileCitation$outboundSchema, DeploymentStreamAnnotations1$inboundSchema, DeploymentStreamAnnotations1$outboundSchema, DeploymentStream2Annotations$inboundSchema, DeploymentStream2Annotations$outboundSchema, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$inboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$outboundSchema, DeploymentStreamAnnotationsDeployments2$inboundSchema, DeploymentStreamAnnotationsDeployments2$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$inboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$outboundSchema, DeploymentStreamAnnotationsDeployments1$inboundSchema, DeploymentStreamAnnotationsDeployments1$outboundSchema, DeploymentStream2DeploymentsAnnotations$inboundSchema, DeploymentStream2DeploymentsAnnotations$outboundSchema, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOrGt$inboundSchema, DeploymentStreamOrGt$outboundSchema, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAndGt$inboundSchema, DeploymentStreamAndGt$outboundSchema, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, OneExists$inboundSchema, OneExists$outboundSchema, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, OneLte$inboundSchema, OneLte$outboundSchema, OneLt$inboundSchema, OneLt$outboundSchema, OneGte$inboundSchema, OneGte$outboundSchema, OneGt$inboundSchema, OneGt$outboundSchema, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamMessageDeploymentsResponseType$inboundSchema, DeploymentStreamMessageDeploymentsResponseType$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessageDeploymentsType$inboundSchema, DeploymentStreamMessageDeploymentsType$outboundSchema, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$inboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$outboundSchema, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema;
49569
49573
  var init_deploymentstream = __esm(() => {
49570
49574
  init_esm();
49571
49575
  init_primitives();
@@ -50711,10 +50715,10 @@ var init_deploymentstream = __esm(() => {
50711
50715
  DeploymentStreamOrGte$outboundSchema = objectType({
50712
50716
  gte: numberType()
50713
50717
  });
50714
- DeploymentStreamOr3$inboundSchema = objectType({
50718
+ DeploymentStreamOrGt$inboundSchema = objectType({
50715
50719
  gt: numberType()
50716
50720
  });
50717
- DeploymentStreamOr3$outboundSchema = objectType({
50721
+ DeploymentStreamOrGt$outboundSchema = objectType({
50718
50722
  gt: numberType()
50719
50723
  });
50720
50724
  DeploymentStreamOrDeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -50736,7 +50740,7 @@ var init_deploymentstream = __esm(() => {
50736
50740
  DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema = unionType([
50737
50741
  lazyType(() => DeploymentStreamOrEq$inboundSchema),
50738
50742
  lazyType(() => DeploymentStreamOrNe$inboundSchema),
50739
- lazyType(() => DeploymentStreamOr3$inboundSchema),
50743
+ lazyType(() => DeploymentStreamOrGt$inboundSchema),
50740
50744
  lazyType(() => DeploymentStreamOrGte$inboundSchema),
50741
50745
  lazyType(() => DeploymentStreamOrLt$inboundSchema),
50742
50746
  lazyType(() => DeploymentStreamOrLte$inboundSchema),
@@ -50747,7 +50751,7 @@ var init_deploymentstream = __esm(() => {
50747
50751
  DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema = unionType([
50748
50752
  lazyType(() => DeploymentStreamOrEq$outboundSchema),
50749
50753
  lazyType(() => DeploymentStreamOrNe$outboundSchema),
50750
- lazyType(() => DeploymentStreamOr3$outboundSchema),
50754
+ lazyType(() => DeploymentStreamOrGt$outboundSchema),
50751
50755
  lazyType(() => DeploymentStreamOrGte$outboundSchema),
50752
50756
  lazyType(() => DeploymentStreamOrLt$outboundSchema),
50753
50757
  lazyType(() => DeploymentStreamOrLte$outboundSchema),
@@ -50759,7 +50763,7 @@ var init_deploymentstream = __esm(() => {
50759
50763
  or: arrayType(recordType(unionType([
50760
50764
  lazyType(() => DeploymentStreamOrEq$inboundSchema),
50761
50765
  lazyType(() => DeploymentStreamOrNe$inboundSchema),
50762
- lazyType(() => DeploymentStreamOr3$inboundSchema),
50766
+ lazyType(() => DeploymentStreamOrGt$inboundSchema),
50763
50767
  lazyType(() => DeploymentStreamOrGte$inboundSchema),
50764
50768
  lazyType(() => DeploymentStreamOrLt$inboundSchema),
50765
50769
  lazyType(() => DeploymentStreamOrLte$inboundSchema),
@@ -50772,7 +50776,7 @@ var init_deploymentstream = __esm(() => {
50772
50776
  or: arrayType(recordType(unionType([
50773
50777
  lazyType(() => DeploymentStreamOrEq$outboundSchema),
50774
50778
  lazyType(() => DeploymentStreamOrNe$outboundSchema),
50775
- lazyType(() => DeploymentStreamOr3$outboundSchema),
50779
+ lazyType(() => DeploymentStreamOrGt$outboundSchema),
50776
50780
  lazyType(() => DeploymentStreamOrGte$outboundSchema),
50777
50781
  lazyType(() => DeploymentStreamOrLt$outboundSchema),
50778
50782
  lazyType(() => DeploymentStreamOrLte$outboundSchema),
@@ -50821,10 +50825,10 @@ var init_deploymentstream = __esm(() => {
50821
50825
  DeploymentStreamAndGte$outboundSchema = objectType({
50822
50826
  gte: numberType()
50823
50827
  });
50824
- DeploymentStreamAnd3$inboundSchema = objectType({
50828
+ DeploymentStreamAndGt$inboundSchema = objectType({
50825
50829
  gt: numberType()
50826
50830
  });
50827
- DeploymentStreamAnd3$outboundSchema = objectType({
50831
+ DeploymentStreamAndGt$outboundSchema = objectType({
50828
50832
  gt: numberType()
50829
50833
  });
50830
50834
  DeploymentStreamAndDeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -50846,7 +50850,7 @@ var init_deploymentstream = __esm(() => {
50846
50850
  DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema = unionType([
50847
50851
  lazyType(() => DeploymentStreamAndEq$inboundSchema),
50848
50852
  lazyType(() => DeploymentStreamAndNe$inboundSchema),
50849
- lazyType(() => DeploymentStreamAnd3$inboundSchema),
50853
+ lazyType(() => DeploymentStreamAndGt$inboundSchema),
50850
50854
  lazyType(() => DeploymentStreamAndGte$inboundSchema),
50851
50855
  lazyType(() => DeploymentStreamAndLt$inboundSchema),
50852
50856
  lazyType(() => DeploymentStreamAndLte$inboundSchema),
@@ -50857,7 +50861,7 @@ var init_deploymentstream = __esm(() => {
50857
50861
  DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema = unionType([
50858
50862
  lazyType(() => DeploymentStreamAndEq$outboundSchema),
50859
50863
  lazyType(() => DeploymentStreamAndNe$outboundSchema),
50860
- lazyType(() => DeploymentStreamAnd3$outboundSchema),
50864
+ lazyType(() => DeploymentStreamAndGt$outboundSchema),
50861
50865
  lazyType(() => DeploymentStreamAndGte$outboundSchema),
50862
50866
  lazyType(() => DeploymentStreamAndLt$outboundSchema),
50863
50867
  lazyType(() => DeploymentStreamAndLte$outboundSchema),
@@ -50869,7 +50873,7 @@ var init_deploymentstream = __esm(() => {
50869
50873
  and: arrayType(recordType(unionType([
50870
50874
  lazyType(() => DeploymentStreamAndEq$inboundSchema),
50871
50875
  lazyType(() => DeploymentStreamAndNe$inboundSchema),
50872
- lazyType(() => DeploymentStreamAnd3$inboundSchema),
50876
+ lazyType(() => DeploymentStreamAndGt$inboundSchema),
50873
50877
  lazyType(() => DeploymentStreamAndGte$inboundSchema),
50874
50878
  lazyType(() => DeploymentStreamAndLt$inboundSchema),
50875
50879
  lazyType(() => DeploymentStreamAndLte$inboundSchema),
@@ -50882,7 +50886,7 @@ var init_deploymentstream = __esm(() => {
50882
50886
  and: arrayType(recordType(unionType([
50883
50887
  lazyType(() => DeploymentStreamAndEq$outboundSchema),
50884
50888
  lazyType(() => DeploymentStreamAndNe$outboundSchema),
50885
- lazyType(() => DeploymentStreamAnd3$outboundSchema),
50889
+ lazyType(() => DeploymentStreamAndGt$outboundSchema),
50886
50890
  lazyType(() => DeploymentStreamAndGte$outboundSchema),
50887
50891
  lazyType(() => DeploymentStreamAndLt$outboundSchema),
50888
50892
  lazyType(() => DeploymentStreamAndLte$outboundSchema),
@@ -50931,10 +50935,10 @@ var init_deploymentstream = __esm(() => {
50931
50935
  OneGte$outboundSchema = objectType({
50932
50936
  gte: numberType()
50933
50937
  });
50934
- DeploymentStream13$inboundSchema = objectType({
50938
+ OneGt$inboundSchema = objectType({
50935
50939
  gt: numberType()
50936
50940
  });
50937
- DeploymentStream13$outboundSchema = objectType({
50941
+ OneGt$outboundSchema = objectType({
50938
50942
  gt: numberType()
50939
50943
  });
50940
50944
  DeploymentStream1DeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -50956,7 +50960,7 @@ var init_deploymentstream = __esm(() => {
50956
50960
  DeploymentStreamKnowledgeFilter1$inboundSchema = unionType([
50957
50961
  lazyType(() => DeploymentStream1Eq$inboundSchema),
50958
50962
  lazyType(() => DeploymentStream1Ne$inboundSchema),
50959
- lazyType(() => DeploymentStream13$inboundSchema),
50963
+ lazyType(() => OneGt$inboundSchema),
50960
50964
  lazyType(() => OneGte$inboundSchema),
50961
50965
  lazyType(() => OneLt$inboundSchema),
50962
50966
  lazyType(() => OneLte$inboundSchema),
@@ -50967,7 +50971,7 @@ var init_deploymentstream = __esm(() => {
50967
50971
  DeploymentStreamKnowledgeFilter1$outboundSchema = unionType([
50968
50972
  lazyType(() => DeploymentStream1Eq$outboundSchema),
50969
50973
  lazyType(() => DeploymentStream1Ne$outboundSchema),
50970
- lazyType(() => DeploymentStream13$outboundSchema),
50974
+ lazyType(() => OneGt$outboundSchema),
50971
50975
  lazyType(() => OneGte$outboundSchema),
50972
50976
  lazyType(() => OneLt$outboundSchema),
50973
50977
  lazyType(() => OneLte$outboundSchema),
@@ -50981,7 +50985,7 @@ var init_deploymentstream = __esm(() => {
50981
50985
  recordType(unionType([
50982
50986
  lazyType(() => DeploymentStream1Eq$inboundSchema),
50983
50987
  lazyType(() => DeploymentStream1Ne$inboundSchema),
50984
- lazyType(() => DeploymentStream13$inboundSchema),
50988
+ lazyType(() => OneGt$inboundSchema),
50985
50989
  lazyType(() => OneGte$inboundSchema),
50986
50990
  lazyType(() => OneLt$inboundSchema),
50987
50991
  lazyType(() => OneLte$inboundSchema),
@@ -50996,7 +51000,7 @@ var init_deploymentstream = __esm(() => {
50996
51000
  recordType(unionType([
50997
51001
  lazyType(() => DeploymentStream1Eq$outboundSchema),
50998
51002
  lazyType(() => DeploymentStream1Ne$outboundSchema),
50999
- lazyType(() => DeploymentStream13$outboundSchema),
51003
+ lazyType(() => OneGt$outboundSchema),
51000
51004
  lazyType(() => OneGte$outboundSchema),
51001
51005
  lazyType(() => OneLt$outboundSchema),
51002
51006
  lazyType(() => OneLte$outboundSchema),
@@ -51035,7 +51039,7 @@ var init_deploymentstream = __esm(() => {
51035
51039
  recordType(unionType([
51036
51040
  lazyType(() => DeploymentStream1Eq$inboundSchema),
51037
51041
  lazyType(() => DeploymentStream1Ne$inboundSchema),
51038
- lazyType(() => DeploymentStream13$inboundSchema),
51042
+ lazyType(() => OneGt$inboundSchema),
51039
51043
  lazyType(() => OneGte$inboundSchema),
51040
51044
  lazyType(() => OneLt$inboundSchema),
51041
51045
  lazyType(() => OneLte$inboundSchema),
@@ -51083,7 +51087,7 @@ var init_deploymentstream = __esm(() => {
51083
51087
  recordType(unionType([
51084
51088
  lazyType(() => DeploymentStream1Eq$outboundSchema),
51085
51089
  lazyType(() => DeploymentStream1Ne$outboundSchema),
51086
- lazyType(() => DeploymentStream13$outboundSchema),
51090
+ lazyType(() => OneGt$outboundSchema),
51087
51091
  lazyType(() => OneGte$outboundSchema),
51088
51092
  lazyType(() => OneLt$outboundSchema),
51089
51093
  lazyType(() => OneLte$outboundSchema),
@@ -51441,7 +51445,7 @@ var init_duplicatetool2 = __esm(() => {
51441
51445
  code: stringType()
51442
51446
  });
51443
51447
  DuplicateToolResponseBody5$inboundSchema = objectType({
51444
- _id: stringType().default("01K9YW8DSA2MTFYP9ZZAKVG0XM"),
51448
+ _id: stringType().default("01KA0VD61D6V51B3MDW3YP2KZD"),
51445
51449
  path: stringType(),
51446
51450
  key: stringType(),
51447
51451
  display_name: stringType().optional(),
@@ -51469,7 +51473,7 @@ var init_duplicatetool2 = __esm(() => {
51469
51473
  });
51470
51474
  });
51471
51475
  DuplicateToolResponseBody5$outboundSchema = objectType({
51472
- id: stringType().default("01K9YW8DSA2MTFYP9ZZAKVG0XM"),
51476
+ id: stringType().default("01KA0VD61D6V51B3MDW3YP2KZD"),
51473
51477
  path: stringType(),
51474
51478
  key: stringType(),
51475
51479
  displayName: stringType().optional(),
@@ -51555,7 +51559,7 @@ var init_duplicatetool2 = __esm(() => {
51555
51559
  });
51556
51560
  });
51557
51561
  DuplicateToolResponseBody4$inboundSchema = objectType({
51558
- _id: stringType().default("01K9YW8DS8N496VYCBJC7Y5CPY"),
51562
+ _id: stringType().default("01KA0VD61B1GADZW21RHSG3ZE5"),
51559
51563
  path: stringType(),
51560
51564
  key: stringType(),
51561
51565
  display_name: stringType().optional(),
@@ -51582,7 +51586,7 @@ var init_duplicatetool2 = __esm(() => {
51582
51586
  });
51583
51587
  });
51584
51588
  DuplicateToolResponseBody4$outboundSchema = objectType({
51585
- id: stringType().default("01K9YW8DS8N496VYCBJC7Y5CPY"),
51589
+ id: stringType().default("01KA0VD61B1GADZW21RHSG3ZE5"),
51586
51590
  path: stringType(),
51587
51591
  key: stringType(),
51588
51592
  displayName: stringType().optional(),
@@ -51661,7 +51665,7 @@ var init_duplicatetool2 = __esm(() => {
51661
51665
  arguments: recordType(lazyType(() => DuplicateToolResponseBodyArguments$outboundSchema)).optional()
51662
51666
  });
51663
51667
  DuplicateToolResponseBody3$inboundSchema = objectType({
51664
- _id: stringType().default("01K9YW8DS6XD4EEQRNH1N54HHH"),
51668
+ _id: stringType().default("01KA0VD619CTG8T6DDYYK0E24E"),
51665
51669
  path: stringType(),
51666
51670
  key: stringType(),
51667
51671
  display_name: stringType().optional(),
@@ -51688,7 +51692,7 @@ var init_duplicatetool2 = __esm(() => {
51688
51692
  });
51689
51693
  });
51690
51694
  DuplicateToolResponseBody3$outboundSchema = objectType({
51691
- id: stringType().default("01K9YW8DS6XD4EEQRNH1N54HHH"),
51695
+ id: stringType().default("01KA0VD619CTG8T6DDYYK0E24E"),
51692
51696
  path: stringType(),
51693
51697
  key: stringType(),
51694
51698
  displayName: stringType().optional(),
@@ -51731,7 +51735,7 @@ var init_duplicatetool2 = __esm(() => {
51731
51735
  strict: booleanType().optional()
51732
51736
  });
51733
51737
  DuplicateToolResponseBody2$inboundSchema = objectType({
51734
- _id: stringType().default("01K9YW8DS592VV3ZK0KZ8G97JN"),
51738
+ _id: stringType().default("01KA0VD6182777EYR568HNAE7C"),
51735
51739
  path: stringType(),
51736
51740
  key: stringType(),
51737
51741
  display_name: stringType().optional(),
@@ -51759,7 +51763,7 @@ var init_duplicatetool2 = __esm(() => {
51759
51763
  });
51760
51764
  });
51761
51765
  DuplicateToolResponseBody2$outboundSchema = objectType({
51762
- id: stringType().default("01K9YW8DS592VV3ZK0KZ8G97JN"),
51766
+ id: stringType().default("01KA0VD6182777EYR568HNAE7C"),
51763
51767
  path: stringType(),
51764
51768
  key: stringType(),
51765
51769
  displayName: stringType().optional(),
@@ -51803,7 +51807,7 @@ var init_duplicatetool2 = __esm(() => {
51803
51807
  parameters: recordType(anyType()).optional()
51804
51808
  });
51805
51809
  DuplicateToolResponseBody1$inboundSchema = objectType({
51806
- _id: stringType().default("01K9YW8DS38NSVP3BXSNAJW9FG"),
51810
+ _id: stringType().default("01KA0VD617J38ZCQJJNNXK5KN9"),
51807
51811
  path: stringType(),
51808
51812
  key: stringType(),
51809
51813
  display_name: stringType().optional(),
@@ -51830,7 +51834,7 @@ var init_duplicatetool2 = __esm(() => {
51830
51834
  });
51831
51835
  });
51832
51836
  DuplicateToolResponseBody1$outboundSchema = objectType({
51833
- id: stringType().default("01K9YW8DS38NSVP3BXSNAJW9FG"),
51837
+ id: stringType().default("01KA0VD617J38ZCQJJNNXK5KN9"),
51834
51838
  path: stringType(),
51835
51839
  key: stringType(),
51836
51840
  displayName: stringType().optional(),
@@ -51926,7 +51930,7 @@ var init_fileget = __esm(() => {
51926
51930
  bytes: numberType(),
51927
51931
  file_name: stringType(),
51928
51932
  workspace_id: stringType(),
51929
- created: stringType().datetime({ offset: true }).default("2025-11-13T15:09:54.392Z").transform((v2) => new Date(v2))
51933
+ created: stringType().datetime({ offset: true }).default("2025-11-14T09:33:30.800Z").transform((v2) => new Date(v2))
51930
51934
  }).transform((v2) => {
51931
51935
  return remap(v2, {
51932
51936
  _id: "id",
@@ -51942,7 +51946,7 @@ var init_fileget = __esm(() => {
51942
51946
  bytes: numberType(),
51943
51947
  fileName: stringType(),
51944
51948
  workspaceId: stringType(),
51945
- created: dateType().default(() => new Date("2025-11-13T15:09:54.392Z")).transform((v2) => v2.toISOString())
51949
+ created: dateType().default(() => new Date("2025-11-14T09:33:30.800Z")).transform((v2) => v2.toISOString())
51946
51950
  }).transform((v2) => {
51947
51951
  return remap(v2, {
51948
51952
  id: "_id",
@@ -51997,7 +52001,7 @@ var init_filelist = __esm(() => {
51997
52001
  bytes: numberType(),
51998
52002
  file_name: stringType(),
51999
52003
  workspace_id: stringType(),
52000
- created: stringType().datetime({ offset: true }).default("2025-11-13T15:09:54.392Z").transform((v2) => new Date(v2))
52004
+ created: stringType().datetime({ offset: true }).default("2025-11-14T09:33:30.800Z").transform((v2) => new Date(v2))
52001
52005
  }).transform((v2) => {
52002
52006
  return remap(v2, {
52003
52007
  _id: "id",
@@ -52013,7 +52017,7 @@ var init_filelist = __esm(() => {
52013
52017
  bytes: numberType(),
52014
52018
  fileName: stringType(),
52015
52019
  workspaceId: stringType(),
52016
- created: dateType().default(() => new Date("2025-11-13T15:09:54.392Z")).transform((v2) => v2.toISOString())
52020
+ created: dateType().default(() => new Date("2025-11-14T09:33:30.800Z")).transform((v2) => v2.toISOString())
52017
52021
  }).transform((v2) => {
52018
52022
  return remap(v2, {
52019
52023
  id: "_id",
@@ -52121,7 +52125,7 @@ var init_fileupload = __esm(() => {
52121
52125
  bytes: numberType(),
52122
52126
  file_name: stringType(),
52123
52127
  workspace_id: stringType(),
52124
- created: stringType().datetime({ offset: true }).default("2025-11-13T15:09:54.392Z").transform((v2) => new Date(v2))
52128
+ created: stringType().datetime({ offset: true }).default("2025-11-14T09:33:30.800Z").transform((v2) => new Date(v2))
52125
52129
  }).transform((v2) => {
52126
52130
  return remap(v2, {
52127
52131
  _id: "id",
@@ -52137,7 +52141,7 @@ var init_fileupload = __esm(() => {
52137
52141
  bytes: numberType(),
52138
52142
  fileName: stringType(),
52139
52143
  workspaceId: stringType(),
52140
- created: dateType().default(() => new Date("2025-11-13T15:09:54.392Z")).transform((v2) => v2.toISOString())
52144
+ created: dateType().default(() => new Date("2025-11-14T09:33:30.800Z")).transform((v2) => v2.toISOString())
52141
52145
  }).transform((v2) => {
52142
52146
  return remap(v2, {
52143
52147
  id: "_id",
@@ -53583,6 +53587,7 @@ var init_getallprompts = __esm(() => {
53583
53587
  Base64: "base64"
53584
53588
  };
53585
53589
  GetAllPromptsReasoningEffort = {
53590
+ None: "none",
53586
53591
  Disable: "disable",
53587
53592
  Minimal: "minimal",
53588
53593
  Low: "low",
@@ -54229,7 +54234,7 @@ var init_getalltools = __esm(() => {
54229
54234
  code: stringType()
54230
54235
  });
54231
54236
  Data5$inboundSchema = objectType({
54232
- _id: stringType().default("01K9YW8DQFW7WXHCBETAW0023J"),
54237
+ _id: stringType().default("01KA0VD5ZMG6BWR5QF1SXT54QP"),
54233
54238
  path: stringType(),
54234
54239
  key: stringType(),
54235
54240
  display_name: stringType().optional(),
@@ -54257,7 +54262,7 @@ var init_getalltools = __esm(() => {
54257
54262
  });
54258
54263
  });
54259
54264
  Data5$outboundSchema = objectType({
54260
- id: stringType().default("01K9YW8DQFW7WXHCBETAW0023J"),
54265
+ id: stringType().default("01KA0VD5ZMG6BWR5QF1SXT54QP"),
54261
54266
  path: stringType(),
54262
54267
  key: stringType(),
54263
54268
  displayName: stringType().optional(),
@@ -54343,7 +54348,7 @@ var init_getalltools = __esm(() => {
54343
54348
  });
54344
54349
  });
54345
54350
  Data4$inboundSchema = objectType({
54346
- _id: stringType().default("01K9YW8DQD870Y24PNP552S9ZD"),
54351
+ _id: stringType().default("01KA0VD5ZJJBD79G84GP8MYT67"),
54347
54352
  path: stringType(),
54348
54353
  key: stringType(),
54349
54354
  display_name: stringType().optional(),
@@ -54370,7 +54375,7 @@ var init_getalltools = __esm(() => {
54370
54375
  });
54371
54376
  });
54372
54377
  Data4$outboundSchema = objectType({
54373
- id: stringType().default("01K9YW8DQD870Y24PNP552S9ZD"),
54378
+ id: stringType().default("01KA0VD5ZJJBD79G84GP8MYT67"),
54374
54379
  path: stringType(),
54375
54380
  key: stringType(),
54376
54381
  displayName: stringType().optional(),
@@ -54449,7 +54454,7 @@ var init_getalltools = __esm(() => {
54449
54454
  arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
54450
54455
  });
54451
54456
  Data3$inboundSchema = objectType({
54452
- _id: stringType().default("01K9YW8DQA9TVBMZSPW63WA3NV"),
54457
+ _id: stringType().default("01KA0VD5ZG7EFHZGSF641KHKQS"),
54453
54458
  path: stringType(),
54454
54459
  key: stringType(),
54455
54460
  display_name: stringType().optional(),
@@ -54476,7 +54481,7 @@ var init_getalltools = __esm(() => {
54476
54481
  });
54477
54482
  });
54478
54483
  Data3$outboundSchema = objectType({
54479
- id: stringType().default("01K9YW8DQA9TVBMZSPW63WA3NV"),
54484
+ id: stringType().default("01KA0VD5ZG7EFHZGSF641KHKQS"),
54480
54485
  path: stringType(),
54481
54486
  key: stringType(),
54482
54487
  displayName: stringType().optional(),
@@ -54519,7 +54524,7 @@ var init_getalltools = __esm(() => {
54519
54524
  strict: booleanType().optional()
54520
54525
  });
54521
54526
  Data2$inboundSchema = objectType({
54522
- _id: stringType().default("01K9YW8DQ7VTQKMZ3R5593D50H"),
54527
+ _id: stringType().default("01KA0VD5ZC2N9JTWKG7PDPTC8F"),
54523
54528
  path: stringType(),
54524
54529
  key: stringType(),
54525
54530
  display_name: stringType().optional(),
@@ -54547,7 +54552,7 @@ var init_getalltools = __esm(() => {
54547
54552
  });
54548
54553
  });
54549
54554
  Data2$outboundSchema = objectType({
54550
- id: stringType().default("01K9YW8DQ7VTQKMZ3R5593D50H"),
54555
+ id: stringType().default("01KA0VD5ZC2N9JTWKG7PDPTC8F"),
54551
54556
  path: stringType(),
54552
54557
  key: stringType(),
54553
54558
  displayName: stringType().optional(),
@@ -54591,7 +54596,7 @@ var init_getalltools = __esm(() => {
54591
54596
  parameters: recordType(anyType()).optional()
54592
54597
  });
54593
54598
  Data1$inboundSchema = objectType({
54594
- _id: stringType().default("01K9YW8DQ5V0KJ21YN5YHWD7KS"),
54599
+ _id: stringType().default("01KA0VD5Z7V5FVTYGYQJ5NPBSA"),
54595
54600
  path: stringType(),
54596
54601
  key: stringType(),
54597
54602
  display_name: stringType().optional(),
@@ -54618,7 +54623,7 @@ var init_getalltools = __esm(() => {
54618
54623
  });
54619
54624
  });
54620
54625
  Data1$outboundSchema = objectType({
54621
- id: stringType().default("01K9YW8DQ5V0KJ21YN5YHWD7KS"),
54626
+ id: stringType().default("01KA0VD5Z7V5FVTYGYQJ5NPBSA"),
54622
54627
  path: stringType(),
54623
54628
  key: stringType(),
54624
54629
  displayName: stringType().optional(),
@@ -54760,7 +54765,7 @@ var init_getbudget = __esm(() => {
54760
54765
  is_active: booleanType(),
54761
54766
  consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
54762
54767
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
54763
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.938Z").transform((v2) => new Date(v2))
54768
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.717Z").transform((v2) => new Date(v2))
54764
54769
  }).transform((v2) => {
54765
54770
  return remap(v2, {
54766
54771
  _id: "id",
@@ -54778,7 +54783,7 @@ var init_getbudget = __esm(() => {
54778
54783
  isActive: booleanType(),
54779
54784
  consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
54780
54785
  created: dateType().transform((v2) => v2.toISOString()).optional(),
54781
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.938Z")).transform((v2) => v2.toISOString())
54786
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.717Z")).transform((v2) => v2.toISOString())
54782
54787
  }).transform((v2) => {
54783
54788
  return remap(v2, {
54784
54789
  id: "_id",
@@ -55147,8 +55152,8 @@ var init_getevals2 = __esm(() => {
55147
55152
  DataTypescript$inboundSchema = objectType({
55148
55153
  _id: stringType(),
55149
55154
  description: stringType(),
55150
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55151
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55155
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55156
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55152
55157
  guardrail_config: unionType([
55153
55158
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
55154
55159
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -55165,8 +55170,8 @@ var init_getevals2 = __esm(() => {
55165
55170
  DataTypescript$outboundSchema = objectType({
55166
55171
  id: stringType(),
55167
55172
  description: stringType(),
55168
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55169
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55173
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55174
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55170
55175
  guardrailConfig: unionType([
55171
55176
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
55172
55177
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -55223,8 +55228,8 @@ var init_getevals2 = __esm(() => {
55223
55228
  DataRagas$inboundSchema = objectType({
55224
55229
  _id: stringType(),
55225
55230
  description: stringType(),
55226
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55227
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55231
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55232
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55228
55233
  guardrail_config: unionType([
55229
55234
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
55230
55235
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -55243,8 +55248,8 @@ var init_getevals2 = __esm(() => {
55243
55248
  DataRagas$outboundSchema = objectType({
55244
55249
  id: stringType(),
55245
55250
  description: stringType(),
55246
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55247
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55251
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55252
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55248
55253
  guardrailConfig: unionType([
55249
55254
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
55250
55255
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -55681,8 +55686,8 @@ var init_getevals2 = __esm(() => {
55681
55686
  DataFunction$inboundSchema = objectType({
55682
55687
  _id: stringType(),
55683
55688
  description: stringType(),
55684
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55685
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55689
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55690
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55686
55691
  guardrail_config: unionType([
55687
55692
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
55688
55693
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -55736,8 +55741,8 @@ var init_getevals2 = __esm(() => {
55736
55741
  DataFunction$outboundSchema = objectType({
55737
55742
  id: stringType(),
55738
55743
  description: stringType(),
55739
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55740
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55744
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55745
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55741
55746
  guardrailConfig: unionType([
55742
55747
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
55743
55748
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -55829,8 +55834,8 @@ var init_getevals2 = __esm(() => {
55829
55834
  DataPython$inboundSchema = objectType({
55830
55835
  _id: stringType(),
55831
55836
  description: stringType(),
55832
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55833
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55837
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55838
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55834
55839
  guardrail_config: unionType([
55835
55840
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
55836
55841
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
@@ -55847,8 +55852,8 @@ var init_getevals2 = __esm(() => {
55847
55852
  DataPython$outboundSchema = objectType({
55848
55853
  id: stringType(),
55849
55854
  description: stringType(),
55850
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55851
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55855
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55856
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55852
55857
  guardrailConfig: unionType([
55853
55858
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
55854
55859
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
@@ -55905,8 +55910,8 @@ var init_getevals2 = __esm(() => {
55905
55910
  DataHTTP$inboundSchema = objectType({
55906
55911
  _id: stringType(),
55907
55912
  description: stringType(),
55908
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55909
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55913
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55914
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55910
55915
  guardrail_config: unionType([
55911
55916
  lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
55912
55917
  lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
@@ -55926,8 +55931,8 @@ var init_getevals2 = __esm(() => {
55926
55931
  DataHTTP$outboundSchema = objectType({
55927
55932
  id: stringType(),
55928
55933
  description: stringType(),
55929
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55930
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55934
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55935
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55931
55936
  guardrailConfig: unionType([
55932
55937
  lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
55933
55938
  lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
@@ -55985,8 +55990,8 @@ var init_getevals2 = __esm(() => {
55985
55990
  DataJSON$inboundSchema = objectType({
55986
55991
  _id: stringType(),
55987
55992
  description: stringType(),
55988
- created: stringType().default("2025-11-13T15:09:53.306Z"),
55989
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
55993
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
55994
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
55990
55995
  guardrail_config: unionType([
55991
55996
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
55992
55997
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
@@ -56003,8 +56008,8 @@ var init_getevals2 = __esm(() => {
56003
56008
  DataJSON$outboundSchema = objectType({
56004
56009
  id: stringType(),
56005
56010
  description: stringType(),
56006
- created: stringType().default("2025-11-13T15:09:53.306Z"),
56007
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
56011
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
56012
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
56008
56013
  guardrailConfig: unionType([
56009
56014
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
56010
56015
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
@@ -56059,8 +56064,8 @@ var init_getevals2 = __esm(() => {
56059
56064
  DataLLM$inboundSchema = objectType({
56060
56065
  _id: stringType(),
56061
56066
  description: stringType(),
56062
- created: stringType().default("2025-11-13T15:09:53.306Z"),
56063
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
56067
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
56068
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
56064
56069
  guardrail_config: unionType([
56065
56070
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
56066
56071
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -56078,8 +56083,8 @@ var init_getevals2 = __esm(() => {
56078
56083
  DataLLM$outboundSchema = objectType({
56079
56084
  id: stringType(),
56080
56085
  description: stringType(),
56081
- created: stringType().default("2025-11-13T15:09:53.306Z"),
56082
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
56086
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
56087
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
56083
56088
  guardrailConfig: unionType([
56084
56089
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
56085
56090
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -56544,6 +56549,7 @@ var init_getoneprompt = __esm(() => {
56544
56549
  Base64: "base64"
56545
56550
  };
56546
56551
  GetOnePromptReasoningEffort = {
56552
+ None: "none",
56547
56553
  Disable: "disable",
56548
56554
  Minimal: "minimal",
56549
56555
  Low: "low",
@@ -57102,6 +57108,7 @@ var init_getpromptversion2 = __esm(() => {
57102
57108
  Base64: "base64"
57103
57109
  };
57104
57110
  GetPromptVersionReasoningEffort = {
57111
+ None: "none",
57105
57112
  Disable: "disable",
57106
57113
  Minimal: "minimal",
57107
57114
  Low: "low",
@@ -59870,7 +59877,7 @@ var init_listbudgets = __esm(() => {
59870
59877
  is_active: booleanType(),
59871
59878
  consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
59872
59879
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
59873
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.938Z").transform((v2) => new Date(v2))
59880
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.717Z").transform((v2) => new Date(v2))
59874
59881
  }).transform((v2) => {
59875
59882
  return remap(v2, {
59876
59883
  _id: "id",
@@ -59886,7 +59893,7 @@ var init_listbudgets = __esm(() => {
59886
59893
  isActive: booleanType(),
59887
59894
  consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
59888
59895
  created: dateType().transform((v2) => v2.toISOString()).optional(),
59889
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.938Z")).transform((v2) => v2.toISOString())
59896
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.717Z")).transform((v2) => v2.toISOString())
59890
59897
  }).transform((v2) => {
59891
59898
  return remap(v2, {
59892
59899
  id: "_id",
@@ -60213,7 +60220,7 @@ var init_listcontacts = __esm(() => {
60213
60220
  tags: arrayType(stringType()).optional(),
60214
60221
  metadata: recordType(anyType()).optional(),
60215
60222
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
60216
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2)),
60223
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2)),
60217
60224
  metrics: lazyType(() => ListContactsMetrics$inboundSchema)
60218
60225
  }).transform((v2) => {
60219
60226
  return remap(v2, {
@@ -60232,7 +60239,7 @@ var init_listcontacts = __esm(() => {
60232
60239
  tags: arrayType(stringType()).optional(),
60233
60240
  metadata: recordType(anyType()).optional(),
60234
60241
  created: dateType().transform((v2) => v2.toISOString()).optional(),
60235
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString()),
60242
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString()),
60236
60243
  metrics: lazyType(() => ListContactsMetrics$outboundSchema)
60237
60244
  }).transform((v2) => {
60238
60245
  return remap(v2, {
@@ -60821,7 +60828,7 @@ var init_listdatasetdatapoints = __esm(() => {
60821
60828
  human_review_id: stringType(),
60822
60829
  source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
60823
60830
  reviewed_by_id: stringType(),
60824
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.735Z").transform((v2) => new Date(v2)),
60831
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.916Z").transform((v2) => new Date(v2)),
60825
60832
  type: ListDatasetDatapointsEvaluationsDatasetsType$inboundSchema,
60826
60833
  values: arrayType(stringType())
60827
60834
  }).transform((v2) => {
@@ -60838,7 +60845,7 @@ var init_listdatasetdatapoints = __esm(() => {
60838
60845
  humanReviewId: stringType(),
60839
60846
  source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
60840
60847
  reviewedById: stringType(),
60841
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.735Z")).transform((v2) => v2.toISOString()),
60848
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.916Z")).transform((v2) => v2.toISOString()),
60842
60849
  type: ListDatasetDatapointsEvaluationsDatasetsType$outboundSchema,
60843
60850
  values: arrayType(stringType())
60844
60851
  }).transform((v2) => {
@@ -60861,7 +60868,7 @@ var init_listdatasetdatapoints = __esm(() => {
60861
60868
  human_review_id: stringType(),
60862
60869
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
60863
60870
  reviewed_by_id: stringType(),
60864
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.732Z").transform((v2) => new Date(v2)),
60871
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.915Z").transform((v2) => new Date(v2)),
60865
60872
  type: ListDatasetDatapointsEvaluationsType$inboundSchema,
60866
60873
  value: numberType()
60867
60874
  }).transform((v2) => {
@@ -60878,7 +60885,7 @@ var init_listdatasetdatapoints = __esm(() => {
60878
60885
  humanReviewId: stringType(),
60879
60886
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
60880
60887
  reviewedById: stringType(),
60881
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.732Z")).transform((v2) => v2.toISOString()),
60888
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.915Z")).transform((v2) => v2.toISOString()),
60882
60889
  type: ListDatasetDatapointsEvaluationsType$outboundSchema,
60883
60890
  value: numberType()
60884
60891
  }).transform((v2) => {
@@ -60901,7 +60908,7 @@ var init_listdatasetdatapoints = __esm(() => {
60901
60908
  human_review_id: stringType(),
60902
60909
  source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
60903
60910
  reviewed_by_id: stringType(),
60904
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.731Z").transform((v2) => new Date(v2)),
60911
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.914Z").transform((v2) => new Date(v2)),
60905
60912
  type: ListDatasetDatapointsEvaluationsDatasetsResponseType$inboundSchema,
60906
60913
  value: stringType()
60907
60914
  }).transform((v2) => {
@@ -60918,7 +60925,7 @@ var init_listdatasetdatapoints = __esm(() => {
60918
60925
  humanReviewId: stringType(),
60919
60926
  source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
60920
60927
  reviewedById: stringType(),
60921
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.731Z")).transform((v2) => v2.toISOString()),
60928
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.914Z")).transform((v2) => v2.toISOString()),
60922
60929
  type: ListDatasetDatapointsEvaluationsDatasetsResponseType$outboundSchema,
60923
60930
  value: stringType()
60924
60931
  }).transform((v2) => {
@@ -60961,7 +60968,7 @@ var init_listdatasetdatapoints = __esm(() => {
60961
60968
  created_by_id: stringType().optional(),
60962
60969
  updated_by_id: stringType().optional(),
60963
60970
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
60964
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
60971
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
60965
60972
  }).transform((v2) => {
60966
60973
  return remap(v2, {
60967
60974
  _id: "id",
@@ -60995,7 +61002,7 @@ var init_listdatasetdatapoints = __esm(() => {
60995
61002
  createdById: stringType().optional(),
60996
61003
  updatedById: stringType().optional(),
60997
61004
  created: dateType().transform((v2) => v2.toISOString()).optional(),
60998
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
61005
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
60999
61006
  }).transform((v2) => {
61000
61007
  return remap(v2, {
61001
61008
  id: "_id",
@@ -61084,7 +61091,7 @@ var init_listdatasets = __esm(() => {
61084
61091
  created_by_id: stringType().optional(),
61085
61092
  updated_by_id: stringType().optional(),
61086
61093
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
61087
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
61094
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
61088
61095
  }).transform((v2) => {
61089
61096
  return remap(v2, {
61090
61097
  _id: "id",
@@ -61104,7 +61111,7 @@ var init_listdatasets = __esm(() => {
61104
61111
  createdById: stringType().optional(),
61105
61112
  updatedById: stringType().optional(),
61106
61113
  created: dateType().transform((v2) => v2.toISOString()).optional(),
61107
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
61114
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
61108
61115
  }).transform((v2) => {
61109
61116
  return remap(v2, {
61110
61117
  id: "_id",
@@ -61185,7 +61192,7 @@ var init_listdatasources = __esm(() => {
61185
61192
  ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
61186
61193
  ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
61187
61194
  ListDatasourcesData$inboundSchema = objectType({
61188
- _id: stringType().default("01K9YW8DWJSPGST4KB7QP2YVQT"),
61195
+ _id: stringType().default("01KA0VD649GAMKDT96SGWA1Y15"),
61189
61196
  display_name: stringType(),
61190
61197
  description: stringType().optional(),
61191
61198
  status: ListDatasourcesStatus$inboundSchema,
@@ -61208,7 +61215,7 @@ var init_listdatasources = __esm(() => {
61208
61215
  });
61209
61216
  });
61210
61217
  ListDatasourcesData$outboundSchema = objectType({
61211
- id: stringType().default("01K9YW8DWJSPGST4KB7QP2YVQT"),
61218
+ id: stringType().default("01KA0VD649GAMKDT96SGWA1Y15"),
61212
61219
  displayName: stringType(),
61213
61220
  description: stringType().optional(),
61214
61221
  status: ListDatasourcesStatus$outboundSchema,
@@ -61676,6 +61683,7 @@ var init_listpromptversions = __esm(() => {
61676
61683
  Base64: "base64"
61677
61684
  };
61678
61685
  ListPromptVersionsReasoningEffort = {
61686
+ None: "none",
61679
61687
  Disable: "disable",
61680
61688
  Minimal: "minimal",
61681
61689
  Low: "low",
@@ -62668,7 +62676,7 @@ var init_retrievecontact2 = __esm(() => {
62668
62676
  tags: arrayType(stringType()).optional(),
62669
62677
  metadata: recordType(anyType()).optional(),
62670
62678
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
62671
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
62679
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
62672
62680
  }).transform((v2) => {
62673
62681
  return remap(v2, {
62674
62682
  _id: "id",
@@ -62686,7 +62694,7 @@ var init_retrievecontact2 = __esm(() => {
62686
62694
  tags: arrayType(stringType()).optional(),
62687
62695
  metadata: recordType(anyType()).optional(),
62688
62696
  created: dateType().transform((v2) => v2.toISOString()).optional(),
62689
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
62697
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
62690
62698
  }).transform((v2) => {
62691
62699
  return remap(v2, {
62692
62700
  id: "_id",
@@ -63245,7 +63253,7 @@ var init_retrievedatapoint = __esm(() => {
63245
63253
  human_review_id: stringType(),
63246
63254
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
63247
63255
  reviewed_by_id: stringType(),
63248
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.753Z").transform((v2) => new Date(v2)),
63256
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.928Z").transform((v2) => new Date(v2)),
63249
63257
  type: RetrieveDatapointEvaluationsDatasetsResponseType$inboundSchema,
63250
63258
  values: arrayType(stringType())
63251
63259
  }).transform((v2) => {
@@ -63262,7 +63270,7 @@ var init_retrievedatapoint = __esm(() => {
63262
63270
  humanReviewId: stringType(),
63263
63271
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
63264
63272
  reviewedById: stringType(),
63265
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.753Z")).transform((v2) => v2.toISOString()),
63273
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.928Z")).transform((v2) => v2.toISOString()),
63266
63274
  type: RetrieveDatapointEvaluationsDatasetsResponseType$outboundSchema,
63267
63275
  values: arrayType(stringType())
63268
63276
  }).transform((v2) => {
@@ -63285,7 +63293,7 @@ var init_retrievedatapoint = __esm(() => {
63285
63293
  human_review_id: stringType(),
63286
63294
  source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
63287
63295
  reviewed_by_id: stringType(),
63288
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.752Z").transform((v2) => new Date(v2)),
63296
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.927Z").transform((v2) => new Date(v2)),
63289
63297
  type: RetrieveDatapointEvaluationsDatasetsType$inboundSchema,
63290
63298
  value: numberType()
63291
63299
  }).transform((v2) => {
@@ -63302,7 +63310,7 @@ var init_retrievedatapoint = __esm(() => {
63302
63310
  humanReviewId: stringType(),
63303
63311
  source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
63304
63312
  reviewedById: stringType(),
63305
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.752Z")).transform((v2) => v2.toISOString()),
63313
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.927Z")).transform((v2) => v2.toISOString()),
63306
63314
  type: RetrieveDatapointEvaluationsDatasetsType$outboundSchema,
63307
63315
  value: numberType()
63308
63316
  }).transform((v2) => {
@@ -63325,7 +63333,7 @@ var init_retrievedatapoint = __esm(() => {
63325
63333
  human_review_id: stringType(),
63326
63334
  source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
63327
63335
  reviewed_by_id: stringType(),
63328
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.751Z").transform((v2) => new Date(v2)),
63336
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.927Z").transform((v2) => new Date(v2)),
63329
63337
  type: RetrieveDatapointEvaluationsType$inboundSchema,
63330
63338
  value: stringType()
63331
63339
  }).transform((v2) => {
@@ -63342,7 +63350,7 @@ var init_retrievedatapoint = __esm(() => {
63342
63350
  humanReviewId: stringType(),
63343
63351
  source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
63344
63352
  reviewedById: stringType(),
63345
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.751Z")).transform((v2) => v2.toISOString()),
63353
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.927Z")).transform((v2) => v2.toISOString()),
63346
63354
  type: RetrieveDatapointEvaluationsType$outboundSchema,
63347
63355
  value: stringType()
63348
63356
  }).transform((v2) => {
@@ -63385,7 +63393,7 @@ var init_retrievedatapoint = __esm(() => {
63385
63393
  created_by_id: stringType().optional(),
63386
63394
  updated_by_id: stringType().optional(),
63387
63395
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63388
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
63396
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
63389
63397
  }).transform((v2) => {
63390
63398
  return remap(v2, {
63391
63399
  _id: "id",
@@ -63419,7 +63427,7 @@ var init_retrievedatapoint = __esm(() => {
63419
63427
  createdById: stringType().optional(),
63420
63428
  updatedById: stringType().optional(),
63421
63429
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63422
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
63430
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
63423
63431
  }).transform((v2) => {
63424
63432
  return remap(v2, {
63425
63433
  id: "_id",
@@ -63479,7 +63487,7 @@ var init_retrievedataset = __esm(() => {
63479
63487
  created_by_id: stringType().optional(),
63480
63488
  updated_by_id: stringType().optional(),
63481
63489
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63482
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
63490
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
63483
63491
  }).transform((v2) => {
63484
63492
  return remap(v2, {
63485
63493
  _id: "id",
@@ -63499,7 +63507,7 @@ var init_retrievedataset = __esm(() => {
63499
63507
  createdById: stringType().optional(),
63500
63508
  updatedById: stringType().optional(),
63501
63509
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63502
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
63510
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
63503
63511
  }).transform((v2) => {
63504
63512
  return remap(v2, {
63505
63513
  id: "_id",
@@ -63545,7 +63553,7 @@ var init_retrievedatasource = __esm(() => {
63545
63553
  RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
63546
63554
  RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
63547
63555
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
63548
- _id: stringType().default("01K9YW8DWM0EFXPHQ810ASGK2B"),
63556
+ _id: stringType().default("01KA0VD64BSVFT05DDRRZEBRAZ"),
63549
63557
  display_name: stringType(),
63550
63558
  description: stringType().optional(),
63551
63559
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -63568,7 +63576,7 @@ var init_retrievedatasource = __esm(() => {
63568
63576
  });
63569
63577
  });
63570
63578
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
63571
- id: stringType().default("01K9YW8DWM0EFXPHQ810ASGK2B"),
63579
+ id: stringType().default("01KA0VD64BSVFT05DDRRZEBRAZ"),
63572
63580
  displayName: stringType(),
63573
63581
  description: stringType().optional(),
63574
63582
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -64106,7 +64114,7 @@ var init_retrievetool = __esm(() => {
64106
64114
  code: stringType()
64107
64115
  });
64108
64116
  RetrieveToolResponseBody5$inboundSchema = objectType({
64109
- _id: stringType().default("01K9YW8DST4GA8ATT68AW30BY8"),
64117
+ _id: stringType().default("01KA0VD61NKJ9VXQWHZCBXPEY9"),
64110
64118
  path: stringType(),
64111
64119
  key: stringType(),
64112
64120
  display_name: stringType().optional(),
@@ -64134,7 +64142,7 @@ var init_retrievetool = __esm(() => {
64134
64142
  });
64135
64143
  });
64136
64144
  RetrieveToolResponseBody5$outboundSchema = objectType({
64137
- id: stringType().default("01K9YW8DST4GA8ATT68AW30BY8"),
64145
+ id: stringType().default("01KA0VD61NKJ9VXQWHZCBXPEY9"),
64138
64146
  path: stringType(),
64139
64147
  key: stringType(),
64140
64148
  displayName: stringType().optional(),
@@ -64220,7 +64228,7 @@ var init_retrievetool = __esm(() => {
64220
64228
  });
64221
64229
  });
64222
64230
  RetrieveToolResponseBody4$inboundSchema = objectType({
64223
- _id: stringType().default("01K9YW8DSRW4B7J54Y8TTJ2RJJ"),
64231
+ _id: stringType().default("01KA0VD61KE59GVFS0H8AVTBCJ"),
64224
64232
  path: stringType(),
64225
64233
  key: stringType(),
64226
64234
  display_name: stringType().optional(),
@@ -64247,7 +64255,7 @@ var init_retrievetool = __esm(() => {
64247
64255
  });
64248
64256
  });
64249
64257
  RetrieveToolResponseBody4$outboundSchema = objectType({
64250
- id: stringType().default("01K9YW8DSRW4B7J54Y8TTJ2RJJ"),
64258
+ id: stringType().default("01KA0VD61KE59GVFS0H8AVTBCJ"),
64251
64259
  path: stringType(),
64252
64260
  key: stringType(),
64253
64261
  displayName: stringType().optional(),
@@ -64326,7 +64334,7 @@ var init_retrievetool = __esm(() => {
64326
64334
  arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
64327
64335
  });
64328
64336
  RetrieveToolResponseBody3$inboundSchema = objectType({
64329
- _id: stringType().default("01K9YW8DSEY7BXMFA52805SQ0C"),
64337
+ _id: stringType().default("01KA0VD61HPSZX8NXVCZJ82D0D"),
64330
64338
  path: stringType(),
64331
64339
  key: stringType(),
64332
64340
  display_name: stringType().optional(),
@@ -64353,7 +64361,7 @@ var init_retrievetool = __esm(() => {
64353
64361
  });
64354
64362
  });
64355
64363
  RetrieveToolResponseBody3$outboundSchema = objectType({
64356
- id: stringType().default("01K9YW8DSEY7BXMFA52805SQ0C"),
64364
+ id: stringType().default("01KA0VD61HPSZX8NXVCZJ82D0D"),
64357
64365
  path: stringType(),
64358
64366
  key: stringType(),
64359
64367
  displayName: stringType().optional(),
@@ -64396,7 +64404,7 @@ var init_retrievetool = __esm(() => {
64396
64404
  strict: booleanType().optional()
64397
64405
  });
64398
64406
  RetrieveToolResponseBody2$inboundSchema = objectType({
64399
- _id: stringType().default("01K9YW8DSDKE04AKTYKTJHX54B"),
64407
+ _id: stringType().default("01KA0VD61G69W08NXM7B4VPK3J"),
64400
64408
  path: stringType(),
64401
64409
  key: stringType(),
64402
64410
  display_name: stringType().optional(),
@@ -64424,7 +64432,7 @@ var init_retrievetool = __esm(() => {
64424
64432
  });
64425
64433
  });
64426
64434
  RetrieveToolResponseBody2$outboundSchema = objectType({
64427
- id: stringType().default("01K9YW8DSDKE04AKTYKTJHX54B"),
64435
+ id: stringType().default("01KA0VD61G69W08NXM7B4VPK3J"),
64428
64436
  path: stringType(),
64429
64437
  key: stringType(),
64430
64438
  displayName: stringType().optional(),
@@ -64468,7 +64476,7 @@ var init_retrievetool = __esm(() => {
64468
64476
  parameters: recordType(anyType()).optional()
64469
64477
  });
64470
64478
  RetrieveToolResponseBody1$inboundSchema = objectType({
64471
- _id: stringType().default("01K9YW8DSC3ER9W0AEY2CQXR7G"),
64479
+ _id: stringType().default("01KA0VD61F5ZW7DE396N0XAP3N"),
64472
64480
  path: stringType(),
64473
64481
  key: stringType(),
64474
64482
  display_name: stringType().optional(),
@@ -64495,7 +64503,7 @@ var init_retrievetool = __esm(() => {
64495
64503
  });
64496
64504
  });
64497
64505
  RetrieveToolResponseBody1$outboundSchema = objectType({
64498
- id: stringType().default("01K9YW8DSC3ER9W0AEY2CQXR7G"),
64506
+ id: stringType().default("01KA0VD61F5ZW7DE396N0XAP3N"),
64499
64507
  path: stringType(),
64500
64508
  key: stringType(),
64501
64509
  displayName: stringType().optional(),
@@ -65978,7 +65986,7 @@ var init_runagent = __esm(() => {
65978
65986
  });
65979
65987
 
65980
65988
  // src/models/operations/searchknowledge.ts
65981
- var SearchType, SearchType$inboundSchema, SearchType$outboundSchema, SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema, SearchKnowledgeOr3$inboundSchema, SearchKnowledgeOr3$outboundSchema, SearchKnowledgeOrKnowledgeNe$inboundSchema, SearchKnowledgeOrKnowledgeNe$outboundSchema, SearchKnowledgeOrNe$inboundSchema, SearchKnowledgeOrNe$outboundSchema, SearchKnowledgeOrKnowledgeEq$inboundSchema, SearchKnowledgeOrKnowledgeEq$outboundSchema, SearchKnowledgeOrEq$inboundSchema, SearchKnowledgeOrEq$outboundSchema, SearchKnowledgeFilterByOr$inboundSchema, SearchKnowledgeFilterByOr$outboundSchema, FilterByOr$inboundSchema, FilterByOr$outboundSchema, SearchKnowledgeAndExists$inboundSchema, SearchKnowledgeAndExists$outboundSchema, SearchKnowledgeAndKnowledgeNin$inboundSchema, SearchKnowledgeAndKnowledgeNin$outboundSchema, SearchKnowledgeAndNin$inboundSchema, SearchKnowledgeAndNin$outboundSchema, SearchKnowledgeAndKnowledgeIn$inboundSchema, SearchKnowledgeAndKnowledgeIn$outboundSchema, SearchKnowledgeAndIn$inboundSchema, SearchKnowledgeAndIn$outboundSchema, SearchKnowledgeAndLte$inboundSchema, SearchKnowledgeAndLte$outboundSchema, SearchKnowledgeAndLt$inboundSchema, SearchKnowledgeAndLt$outboundSchema, SearchKnowledgeAndGte$inboundSchema, SearchKnowledgeAndGte$outboundSchema, SearchKnowledgeAnd3$inboundSchema, SearchKnowledgeAnd3$outboundSchema, SearchKnowledgeAndKnowledgeNe$inboundSchema, SearchKnowledgeAndKnowledgeNe$outboundSchema, SearchKnowledgeAndNe$inboundSchema, SearchKnowledgeAndNe$outboundSchema, SearchKnowledgeAndKnowledgeEq$inboundSchema, SearchKnowledgeAndKnowledgeEq$outboundSchema, SearchKnowledgeAndEq$inboundSchema, SearchKnowledgeAndEq$outboundSchema, SearchKnowledgeFilterByAnd$inboundSchema, SearchKnowledgeFilterByAnd$outboundSchema, FilterByAnd$inboundSchema, FilterByAnd$outboundSchema, SearchKnowledge1Exists$inboundSchema, SearchKnowledge1Exists$outboundSchema, SearchKnowledge1KnowledgeNin$inboundSchema, SearchKnowledge1KnowledgeNin$outboundSchema, SearchKnowledge1Nin$inboundSchema, SearchKnowledge1Nin$outboundSchema, SearchKnowledge1KnowledgeIn$inboundSchema, SearchKnowledge1KnowledgeIn$outboundSchema, SearchKnowledge1In$inboundSchema, SearchKnowledge1In$outboundSchema, SearchKnowledge1Lte$inboundSchema, SearchKnowledge1Lte$outboundSchema, SearchKnowledge1Lt$inboundSchema, SearchKnowledge1Lt$outboundSchema, SearchKnowledge1Gte$inboundSchema, SearchKnowledge1Gte$outboundSchema, SearchKnowledge13$inboundSchema, SearchKnowledge13$outboundSchema, SearchKnowledge1KnowledgeNe$inboundSchema, SearchKnowledge1KnowledgeNe$outboundSchema, SearchKnowledge1Ne$inboundSchema, SearchKnowledge1Ne$outboundSchema, SearchKnowledge1KnowledgeEq$inboundSchema, SearchKnowledge1KnowledgeEq$outboundSchema, SearchKnowledge1Eq$inboundSchema, SearchKnowledge1Eq$outboundSchema, FilterBy1$inboundSchema, FilterBy1$outboundSchema, FilterBy$inboundSchema, FilterBy$outboundSchema, SearchOptions$inboundSchema, SearchOptions$outboundSchema, RerankConfig$inboundSchema, RerankConfig$outboundSchema, AgenticRagConfig$inboundSchema, AgenticRagConfig$outboundSchema, SearchKnowledgeRequestBody$inboundSchema, SearchKnowledgeRequestBody$outboundSchema, SearchKnowledgeRequest$inboundSchema, SearchKnowledgeRequest$outboundSchema, Scores$inboundSchema, Scores$outboundSchema, Matches$inboundSchema, Matches$outboundSchema, SearchKnowledgeResponseBody$inboundSchema, SearchKnowledgeResponseBody$outboundSchema;
65989
+ var SearchType, SearchType$inboundSchema, SearchType$outboundSchema, SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema, SearchKnowledgeOrGt$inboundSchema, SearchKnowledgeOrGt$outboundSchema, SearchKnowledgeOrKnowledgeNe$inboundSchema, SearchKnowledgeOrKnowledgeNe$outboundSchema, SearchKnowledgeOrNe$inboundSchema, SearchKnowledgeOrNe$outboundSchema, SearchKnowledgeOrKnowledgeEq$inboundSchema, SearchKnowledgeOrKnowledgeEq$outboundSchema, SearchKnowledgeOrEq$inboundSchema, SearchKnowledgeOrEq$outboundSchema, SearchKnowledgeFilterByOr$inboundSchema, SearchKnowledgeFilterByOr$outboundSchema, FilterByOr$inboundSchema, FilterByOr$outboundSchema, SearchKnowledgeAndExists$inboundSchema, SearchKnowledgeAndExists$outboundSchema, SearchKnowledgeAndKnowledgeNin$inboundSchema, SearchKnowledgeAndKnowledgeNin$outboundSchema, SearchKnowledgeAndNin$inboundSchema, SearchKnowledgeAndNin$outboundSchema, SearchKnowledgeAndKnowledgeIn$inboundSchema, SearchKnowledgeAndKnowledgeIn$outboundSchema, SearchKnowledgeAndIn$inboundSchema, SearchKnowledgeAndIn$outboundSchema, SearchKnowledgeAndLte$inboundSchema, SearchKnowledgeAndLte$outboundSchema, SearchKnowledgeAndLt$inboundSchema, SearchKnowledgeAndLt$outboundSchema, SearchKnowledgeAndGte$inboundSchema, SearchKnowledgeAndGte$outboundSchema, SearchKnowledgeAndGt$inboundSchema, SearchKnowledgeAndGt$outboundSchema, SearchKnowledgeAndKnowledgeNe$inboundSchema, SearchKnowledgeAndKnowledgeNe$outboundSchema, SearchKnowledgeAndNe$inboundSchema, SearchKnowledgeAndNe$outboundSchema, SearchKnowledgeAndKnowledgeEq$inboundSchema, SearchKnowledgeAndKnowledgeEq$outboundSchema, SearchKnowledgeAndEq$inboundSchema, SearchKnowledgeAndEq$outboundSchema, SearchKnowledgeFilterByAnd$inboundSchema, SearchKnowledgeFilterByAnd$outboundSchema, FilterByAnd$inboundSchema, FilterByAnd$outboundSchema, SearchKnowledge1Exists$inboundSchema, SearchKnowledge1Exists$outboundSchema, SearchKnowledge1KnowledgeNin$inboundSchema, SearchKnowledge1KnowledgeNin$outboundSchema, SearchKnowledge1Nin$inboundSchema, SearchKnowledge1Nin$outboundSchema, SearchKnowledge1KnowledgeIn$inboundSchema, SearchKnowledge1KnowledgeIn$outboundSchema, SearchKnowledge1In$inboundSchema, SearchKnowledge1In$outboundSchema, SearchKnowledge1Lte$inboundSchema, SearchKnowledge1Lte$outboundSchema, SearchKnowledge1Lt$inboundSchema, SearchKnowledge1Lt$outboundSchema, SearchKnowledge1Gte$inboundSchema, SearchKnowledge1Gte$outboundSchema, SearchKnowledge1Gt$inboundSchema, SearchKnowledge1Gt$outboundSchema, SearchKnowledge1KnowledgeNe$inboundSchema, SearchKnowledge1KnowledgeNe$outboundSchema, SearchKnowledge1Ne$inboundSchema, SearchKnowledge1Ne$outboundSchema, SearchKnowledge1KnowledgeEq$inboundSchema, SearchKnowledge1KnowledgeEq$outboundSchema, SearchKnowledge1Eq$inboundSchema, SearchKnowledge1Eq$outboundSchema, FilterBy1$inboundSchema, FilterBy1$outboundSchema, FilterBy$inboundSchema, FilterBy$outboundSchema, SearchOptions$inboundSchema, SearchOptions$outboundSchema, RerankConfig$inboundSchema, RerankConfig$outboundSchema, AgenticRagConfig$inboundSchema, AgenticRagConfig$outboundSchema, SearchKnowledgeRequestBody$inboundSchema, SearchKnowledgeRequestBody$outboundSchema, SearchKnowledgeRequest$inboundSchema, SearchKnowledgeRequest$outboundSchema, Scores$inboundSchema, Scores$outboundSchema, Matches$inboundSchema, Matches$outboundSchema, SearchKnowledgeResponseBody$inboundSchema, SearchKnowledgeResponseBody$outboundSchema;
65982
65990
  var init_searchknowledge = __esm(() => {
65983
65991
  init_esm();
65984
65992
  init_primitives();
@@ -66029,10 +66037,10 @@ var init_searchknowledge = __esm(() => {
66029
66037
  SearchKnowledgeOrGte$outboundSchema = objectType({
66030
66038
  gte: numberType()
66031
66039
  });
66032
- SearchKnowledgeOr3$inboundSchema = objectType({
66040
+ SearchKnowledgeOrGt$inboundSchema = objectType({
66033
66041
  gt: numberType()
66034
66042
  });
66035
- SearchKnowledgeOr3$outboundSchema = objectType({
66043
+ SearchKnowledgeOrGt$outboundSchema = objectType({
66036
66044
  gt: numberType()
66037
66045
  });
66038
66046
  SearchKnowledgeOrKnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -66054,7 +66062,7 @@ var init_searchknowledge = __esm(() => {
66054
66062
  SearchKnowledgeFilterByOr$inboundSchema = unionType([
66055
66063
  lazyType(() => SearchKnowledgeOrEq$inboundSchema),
66056
66064
  lazyType(() => SearchKnowledgeOrNe$inboundSchema),
66057
- lazyType(() => SearchKnowledgeOr3$inboundSchema),
66065
+ lazyType(() => SearchKnowledgeOrGt$inboundSchema),
66058
66066
  lazyType(() => SearchKnowledgeOrGte$inboundSchema),
66059
66067
  lazyType(() => SearchKnowledgeOrLt$inboundSchema),
66060
66068
  lazyType(() => SearchKnowledgeOrLte$inboundSchema),
@@ -66065,7 +66073,7 @@ var init_searchknowledge = __esm(() => {
66065
66073
  SearchKnowledgeFilterByOr$outboundSchema = unionType([
66066
66074
  lazyType(() => SearchKnowledgeOrEq$outboundSchema),
66067
66075
  lazyType(() => SearchKnowledgeOrNe$outboundSchema),
66068
- lazyType(() => SearchKnowledgeOr3$outboundSchema),
66076
+ lazyType(() => SearchKnowledgeOrGt$outboundSchema),
66069
66077
  lazyType(() => SearchKnowledgeOrGte$outboundSchema),
66070
66078
  lazyType(() => SearchKnowledgeOrLt$outboundSchema),
66071
66079
  lazyType(() => SearchKnowledgeOrLte$outboundSchema),
@@ -66077,7 +66085,7 @@ var init_searchknowledge = __esm(() => {
66077
66085
  or: arrayType(recordType(unionType([
66078
66086
  lazyType(() => SearchKnowledgeOrEq$inboundSchema),
66079
66087
  lazyType(() => SearchKnowledgeOrNe$inboundSchema),
66080
- lazyType(() => SearchKnowledgeOr3$inboundSchema),
66088
+ lazyType(() => SearchKnowledgeOrGt$inboundSchema),
66081
66089
  lazyType(() => SearchKnowledgeOrGte$inboundSchema),
66082
66090
  lazyType(() => SearchKnowledgeOrLt$inboundSchema),
66083
66091
  lazyType(() => SearchKnowledgeOrLte$inboundSchema),
@@ -66090,7 +66098,7 @@ var init_searchknowledge = __esm(() => {
66090
66098
  or: arrayType(recordType(unionType([
66091
66099
  lazyType(() => SearchKnowledgeOrEq$outboundSchema),
66092
66100
  lazyType(() => SearchKnowledgeOrNe$outboundSchema),
66093
- lazyType(() => SearchKnowledgeOr3$outboundSchema),
66101
+ lazyType(() => SearchKnowledgeOrGt$outboundSchema),
66094
66102
  lazyType(() => SearchKnowledgeOrGte$outboundSchema),
66095
66103
  lazyType(() => SearchKnowledgeOrLt$outboundSchema),
66096
66104
  lazyType(() => SearchKnowledgeOrLte$outboundSchema),
@@ -66139,10 +66147,10 @@ var init_searchknowledge = __esm(() => {
66139
66147
  SearchKnowledgeAndGte$outboundSchema = objectType({
66140
66148
  gte: numberType()
66141
66149
  });
66142
- SearchKnowledgeAnd3$inboundSchema = objectType({
66150
+ SearchKnowledgeAndGt$inboundSchema = objectType({
66143
66151
  gt: numberType()
66144
66152
  });
66145
- SearchKnowledgeAnd3$outboundSchema = objectType({
66153
+ SearchKnowledgeAndGt$outboundSchema = objectType({
66146
66154
  gt: numberType()
66147
66155
  });
66148
66156
  SearchKnowledgeAndKnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -66164,7 +66172,7 @@ var init_searchknowledge = __esm(() => {
66164
66172
  SearchKnowledgeFilterByAnd$inboundSchema = unionType([
66165
66173
  lazyType(() => SearchKnowledgeAndEq$inboundSchema),
66166
66174
  lazyType(() => SearchKnowledgeAndNe$inboundSchema),
66167
- lazyType(() => SearchKnowledgeAnd3$inboundSchema),
66175
+ lazyType(() => SearchKnowledgeAndGt$inboundSchema),
66168
66176
  lazyType(() => SearchKnowledgeAndGte$inboundSchema),
66169
66177
  lazyType(() => SearchKnowledgeAndLt$inboundSchema),
66170
66178
  lazyType(() => SearchKnowledgeAndLte$inboundSchema),
@@ -66175,7 +66183,7 @@ var init_searchknowledge = __esm(() => {
66175
66183
  SearchKnowledgeFilterByAnd$outboundSchema = unionType([
66176
66184
  lazyType(() => SearchKnowledgeAndEq$outboundSchema),
66177
66185
  lazyType(() => SearchKnowledgeAndNe$outboundSchema),
66178
- lazyType(() => SearchKnowledgeAnd3$outboundSchema),
66186
+ lazyType(() => SearchKnowledgeAndGt$outboundSchema),
66179
66187
  lazyType(() => SearchKnowledgeAndGte$outboundSchema),
66180
66188
  lazyType(() => SearchKnowledgeAndLt$outboundSchema),
66181
66189
  lazyType(() => SearchKnowledgeAndLte$outboundSchema),
@@ -66187,7 +66195,7 @@ var init_searchknowledge = __esm(() => {
66187
66195
  and: arrayType(recordType(unionType([
66188
66196
  lazyType(() => SearchKnowledgeAndEq$inboundSchema),
66189
66197
  lazyType(() => SearchKnowledgeAndNe$inboundSchema),
66190
- lazyType(() => SearchKnowledgeAnd3$inboundSchema),
66198
+ lazyType(() => SearchKnowledgeAndGt$inboundSchema),
66191
66199
  lazyType(() => SearchKnowledgeAndGte$inboundSchema),
66192
66200
  lazyType(() => SearchKnowledgeAndLt$inboundSchema),
66193
66201
  lazyType(() => SearchKnowledgeAndLte$inboundSchema),
@@ -66200,7 +66208,7 @@ var init_searchknowledge = __esm(() => {
66200
66208
  and: arrayType(recordType(unionType([
66201
66209
  lazyType(() => SearchKnowledgeAndEq$outboundSchema),
66202
66210
  lazyType(() => SearchKnowledgeAndNe$outboundSchema),
66203
- lazyType(() => SearchKnowledgeAnd3$outboundSchema),
66211
+ lazyType(() => SearchKnowledgeAndGt$outboundSchema),
66204
66212
  lazyType(() => SearchKnowledgeAndGte$outboundSchema),
66205
66213
  lazyType(() => SearchKnowledgeAndLt$outboundSchema),
66206
66214
  lazyType(() => SearchKnowledgeAndLte$outboundSchema),
@@ -66249,10 +66257,10 @@ var init_searchknowledge = __esm(() => {
66249
66257
  SearchKnowledge1Gte$outboundSchema = objectType({
66250
66258
  gte: numberType()
66251
66259
  });
66252
- SearchKnowledge13$inboundSchema = objectType({
66260
+ SearchKnowledge1Gt$inboundSchema = objectType({
66253
66261
  gt: numberType()
66254
66262
  });
66255
- SearchKnowledge13$outboundSchema = objectType({
66263
+ SearchKnowledge1Gt$outboundSchema = objectType({
66256
66264
  gt: numberType()
66257
66265
  });
66258
66266
  SearchKnowledge1KnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
@@ -66274,7 +66282,7 @@ var init_searchknowledge = __esm(() => {
66274
66282
  FilterBy1$inboundSchema = unionType([
66275
66283
  lazyType(() => SearchKnowledge1Eq$inboundSchema),
66276
66284
  lazyType(() => SearchKnowledge1Ne$inboundSchema),
66277
- lazyType(() => SearchKnowledge13$inboundSchema),
66285
+ lazyType(() => SearchKnowledge1Gt$inboundSchema),
66278
66286
  lazyType(() => SearchKnowledge1Gte$inboundSchema),
66279
66287
  lazyType(() => SearchKnowledge1Lt$inboundSchema),
66280
66288
  lazyType(() => SearchKnowledge1Lte$inboundSchema),
@@ -66285,7 +66293,7 @@ var init_searchknowledge = __esm(() => {
66285
66293
  FilterBy1$outboundSchema = unionType([
66286
66294
  lazyType(() => SearchKnowledge1Eq$outboundSchema),
66287
66295
  lazyType(() => SearchKnowledge1Ne$outboundSchema),
66288
- lazyType(() => SearchKnowledge13$outboundSchema),
66296
+ lazyType(() => SearchKnowledge1Gt$outboundSchema),
66289
66297
  lazyType(() => SearchKnowledge1Gte$outboundSchema),
66290
66298
  lazyType(() => SearchKnowledge1Lt$outboundSchema),
66291
66299
  lazyType(() => SearchKnowledge1Lte$outboundSchema),
@@ -66299,7 +66307,7 @@ var init_searchknowledge = __esm(() => {
66299
66307
  recordType(unionType([
66300
66308
  lazyType(() => SearchKnowledge1Eq$inboundSchema),
66301
66309
  lazyType(() => SearchKnowledge1Ne$inboundSchema),
66302
- lazyType(() => SearchKnowledge13$inboundSchema),
66310
+ lazyType(() => SearchKnowledge1Gt$inboundSchema),
66303
66311
  lazyType(() => SearchKnowledge1Gte$inboundSchema),
66304
66312
  lazyType(() => SearchKnowledge1Lt$inboundSchema),
66305
66313
  lazyType(() => SearchKnowledge1Lte$inboundSchema),
@@ -66314,7 +66322,7 @@ var init_searchknowledge = __esm(() => {
66314
66322
  recordType(unionType([
66315
66323
  lazyType(() => SearchKnowledge1Eq$outboundSchema),
66316
66324
  lazyType(() => SearchKnowledge1Ne$outboundSchema),
66317
- lazyType(() => SearchKnowledge13$outboundSchema),
66325
+ lazyType(() => SearchKnowledge1Gt$outboundSchema),
66318
66326
  lazyType(() => SearchKnowledge1Gte$outboundSchema),
66319
66327
  lazyType(() => SearchKnowledge1Lt$outboundSchema),
66320
66328
  lazyType(() => SearchKnowledge1Lte$outboundSchema),
@@ -66380,7 +66388,7 @@ var init_searchknowledge = __esm(() => {
66380
66388
  recordType(unionType([
66381
66389
  lazyType(() => SearchKnowledge1Eq$inboundSchema),
66382
66390
  lazyType(() => SearchKnowledge1Ne$inboundSchema),
66383
- lazyType(() => SearchKnowledge13$inboundSchema),
66391
+ lazyType(() => SearchKnowledge1Gt$inboundSchema),
66384
66392
  lazyType(() => SearchKnowledge1Gte$inboundSchema),
66385
66393
  lazyType(() => SearchKnowledge1Lt$inboundSchema),
66386
66394
  lazyType(() => SearchKnowledge1Lte$inboundSchema),
@@ -66413,7 +66421,7 @@ var init_searchknowledge = __esm(() => {
66413
66421
  recordType(unionType([
66414
66422
  lazyType(() => SearchKnowledge1Eq$outboundSchema),
66415
66423
  lazyType(() => SearchKnowledge1Ne$outboundSchema),
66416
- lazyType(() => SearchKnowledge13$outboundSchema),
66424
+ lazyType(() => SearchKnowledge1Gt$outboundSchema),
66417
66425
  lazyType(() => SearchKnowledge1Gte$outboundSchema),
66418
66426
  lazyType(() => SearchKnowledge1Lt$outboundSchema),
66419
66427
  lazyType(() => SearchKnowledge1Lte$outboundSchema),
@@ -70136,7 +70144,7 @@ var init_updatebudget = __esm(() => {
70136
70144
  is_active: booleanType(),
70137
70145
  consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
70138
70146
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70139
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.938Z").transform((v2) => new Date(v2))
70147
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.717Z").transform((v2) => new Date(v2))
70140
70148
  }).transform((v2) => {
70141
70149
  return remap(v2, {
70142
70150
  _id: "id",
@@ -70154,7 +70162,7 @@ var init_updatebudget = __esm(() => {
70154
70162
  isActive: booleanType(),
70155
70163
  consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
70156
70164
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70157
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.938Z")).transform((v2) => v2.toISOString())
70165
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.717Z")).transform((v2) => v2.toISOString())
70158
70166
  }).transform((v2) => {
70159
70167
  return remap(v2, {
70160
70168
  id: "_id",
@@ -70309,7 +70317,7 @@ var init_updatecontact2 = __esm(() => {
70309
70317
  tags: arrayType(stringType()).optional(),
70310
70318
  metadata: recordType(anyType()).optional(),
70311
70319
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70312
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
70320
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
70313
70321
  }).transform((v2) => {
70314
70322
  return remap(v2, {
70315
70323
  _id: "id",
@@ -70327,7 +70335,7 @@ var init_updatecontact2 = __esm(() => {
70327
70335
  tags: arrayType(stringType()).optional(),
70328
70336
  metadata: recordType(anyType()).optional(),
70329
70337
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70330
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
70338
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
70331
70339
  }).transform((v2) => {
70332
70340
  return remap(v2, {
70333
70341
  id: "_id",
@@ -71403,7 +71411,7 @@ var init_updatedatapoint = __esm(() => {
71403
71411
  human_review_id: stringType(),
71404
71412
  source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
71405
71413
  reviewed_by_id: stringType(),
71406
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.793Z").transform((v2) => new Date(v2)),
71414
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.975Z").transform((v2) => new Date(v2)),
71407
71415
  type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
71408
71416
  values: arrayType(stringType())
71409
71417
  }).transform((v2) => {
@@ -71420,7 +71428,7 @@ var init_updatedatapoint = __esm(() => {
71420
71428
  humanReviewId: stringType(),
71421
71429
  source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
71422
71430
  reviewedById: stringType(),
71423
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.793Z")).transform((v2) => v2.toISOString()),
71431
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.975Z")).transform((v2) => v2.toISOString()),
71424
71432
  type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
71425
71433
  values: arrayType(stringType())
71426
71434
  }).transform((v2) => {
@@ -71443,7 +71451,7 @@ var init_updatedatapoint = __esm(() => {
71443
71451
  human_review_id: stringType(),
71444
71452
  source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
71445
71453
  reviewed_by_id: stringType(),
71446
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.793Z").transform((v2) => new Date(v2)),
71454
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.974Z").transform((v2) => new Date(v2)),
71447
71455
  type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
71448
71456
  value: numberType()
71449
71457
  }).transform((v2) => {
@@ -71460,7 +71468,7 @@ var init_updatedatapoint = __esm(() => {
71460
71468
  humanReviewId: stringType(),
71461
71469
  source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
71462
71470
  reviewedById: stringType(),
71463
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.793Z")).transform((v2) => v2.toISOString()),
71471
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.974Z")).transform((v2) => v2.toISOString()),
71464
71472
  type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
71465
71473
  value: numberType()
71466
71474
  }).transform((v2) => {
@@ -71483,7 +71491,7 @@ var init_updatedatapoint = __esm(() => {
71483
71491
  human_review_id: stringType(),
71484
71492
  source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
71485
71493
  reviewed_by_id: stringType(),
71486
- reviewed_at: stringType().datetime({ offset: true }).default("2025-11-13T15:10:02.792Z").transform((v2) => new Date(v2)),
71494
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T09:33:38.974Z").transform((v2) => new Date(v2)),
71487
71495
  type: UpdateDatapointEvaluationsType$inboundSchema,
71488
71496
  value: stringType()
71489
71497
  }).transform((v2) => {
@@ -71500,7 +71508,7 @@ var init_updatedatapoint = __esm(() => {
71500
71508
  humanReviewId: stringType(),
71501
71509
  source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
71502
71510
  reviewedById: stringType(),
71503
- reviewedAt: dateType().default(() => new Date("2025-11-13T15:10:02.792Z")).transform((v2) => v2.toISOString()),
71511
+ reviewedAt: dateType().default(() => new Date("2025-11-14T09:33:38.974Z")).transform((v2) => v2.toISOString()),
71504
71512
  type: UpdateDatapointEvaluationsType$outboundSchema,
71505
71513
  value: stringType()
71506
71514
  }).transform((v2) => {
@@ -71543,7 +71551,7 @@ var init_updatedatapoint = __esm(() => {
71543
71551
  created_by_id: stringType().optional(),
71544
71552
  updated_by_id: stringType().optional(),
71545
71553
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
71546
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
71554
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
71547
71555
  }).transform((v2) => {
71548
71556
  return remap(v2, {
71549
71557
  _id: "id",
@@ -71577,7 +71585,7 @@ var init_updatedatapoint = __esm(() => {
71577
71585
  createdById: stringType().optional(),
71578
71586
  updatedById: stringType().optional(),
71579
71587
  created: dateType().transform((v2) => v2.toISOString()).optional(),
71580
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
71588
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
71581
71589
  }).transform((v2) => {
71582
71590
  return remap(v2, {
71583
71591
  id: "_id",
@@ -71661,7 +71669,7 @@ var init_updatedataset = __esm(() => {
71661
71669
  created_by_id: stringType().optional(),
71662
71670
  updated_by_id: stringType().optional(),
71663
71671
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
71664
- updated: stringType().datetime({ offset: true }).default("2025-11-13T15:09:50.596Z").transform((v2) => new Date(v2))
71672
+ updated: stringType().datetime({ offset: true }).default("2025-11-14T09:33:27.338Z").transform((v2) => new Date(v2))
71665
71673
  }).transform((v2) => {
71666
71674
  return remap(v2, {
71667
71675
  _id: "id",
@@ -71681,7 +71689,7 @@ var init_updatedataset = __esm(() => {
71681
71689
  createdById: stringType().optional(),
71682
71690
  updatedById: stringType().optional(),
71683
71691
  created: dateType().transform((v2) => v2.toISOString()).optional(),
71684
- updated: dateType().default(() => new Date("2025-11-13T15:09:50.596Z")).transform((v2) => v2.toISOString())
71692
+ updated: dateType().default(() => new Date("2025-11-14T09:33:27.338Z")).transform((v2) => v2.toISOString())
71685
71693
  }).transform((v2) => {
71686
71694
  return remap(v2, {
71687
71695
  id: "_id",
@@ -71745,7 +71753,7 @@ var init_updatedatasource = __esm(() => {
71745
71753
  UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
71746
71754
  UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
71747
71755
  UpdateDatasourceResponseBody$inboundSchema = objectType({
71748
- _id: stringType().default("01K9YW8DWRWAK8MAST5266DDDC"),
71756
+ _id: stringType().default("01KA0VD64FM8VQ67RGYR2B5VTR"),
71749
71757
  display_name: stringType(),
71750
71758
  description: stringType().optional(),
71751
71759
  status: UpdateDatasourceStatus$inboundSchema,
@@ -71768,7 +71776,7 @@ var init_updatedatasource = __esm(() => {
71768
71776
  });
71769
71777
  });
71770
71778
  UpdateDatasourceResponseBody$outboundSchema = objectType({
71771
- id: stringType().default("01K9YW8DWRWAK8MAST5266DDDC"),
71779
+ id: stringType().default("01KA0VD64FM8VQ67RGYR2B5VTR"),
71772
71780
  displayName: stringType(),
71773
71781
  description: stringType().optional(),
71774
71782
  status: UpdateDatasourceStatus$outboundSchema,
@@ -72513,8 +72521,8 @@ var init_updateeval2 = __esm(() => {
72513
72521
  ResponseBodyTypescript$inboundSchema = objectType({
72514
72522
  _id: stringType(),
72515
72523
  description: stringType(),
72516
- created: stringType().default("2025-11-13T15:09:53.306Z"),
72517
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
72524
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
72525
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
72518
72526
  guardrail_config: unionType([
72519
72527
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
72520
72528
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
@@ -72531,8 +72539,8 @@ var init_updateeval2 = __esm(() => {
72531
72539
  ResponseBodyTypescript$outboundSchema = objectType({
72532
72540
  id: stringType(),
72533
72541
  description: stringType(),
72534
- created: stringType().default("2025-11-13T15:09:53.306Z"),
72535
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
72542
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
72543
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
72536
72544
  guardrailConfig: unionType([
72537
72545
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
72538
72546
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
@@ -72589,8 +72597,8 @@ var init_updateeval2 = __esm(() => {
72589
72597
  ResponseBodyRagas$inboundSchema = objectType({
72590
72598
  _id: stringType(),
72591
72599
  description: stringType(),
72592
- created: stringType().default("2025-11-13T15:09:53.306Z"),
72593
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
72600
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
72601
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
72594
72602
  guardrail_config: unionType([
72595
72603
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
72596
72604
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
@@ -72609,8 +72617,8 @@ var init_updateeval2 = __esm(() => {
72609
72617
  ResponseBodyRagas$outboundSchema = objectType({
72610
72618
  id: stringType(),
72611
72619
  description: stringType(),
72612
- created: stringType().default("2025-11-13T15:09:53.306Z"),
72613
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
72620
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
72621
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
72614
72622
  guardrailConfig: unionType([
72615
72623
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
72616
72624
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
@@ -73047,8 +73055,8 @@ var init_updateeval2 = __esm(() => {
73047
73055
  ResponseBodyFunction$inboundSchema = objectType({
73048
73056
  _id: stringType(),
73049
73057
  description: stringType(),
73050
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73051
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73058
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73059
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73052
73060
  guardrail_config: unionType([
73053
73061
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
73054
73062
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
@@ -73102,8 +73110,8 @@ var init_updateeval2 = __esm(() => {
73102
73110
  ResponseBodyFunction$outboundSchema = objectType({
73103
73111
  id: stringType(),
73104
73112
  description: stringType(),
73105
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73106
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73113
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73114
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73107
73115
  guardrailConfig: unionType([
73108
73116
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
73109
73117
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
@@ -73195,8 +73203,8 @@ var init_updateeval2 = __esm(() => {
73195
73203
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
73196
73204
  _id: stringType(),
73197
73205
  description: stringType(),
73198
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73199
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73206
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73207
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73200
73208
  guardrail_config: unionType([
73201
73209
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
73202
73210
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -73213,8 +73221,8 @@ var init_updateeval2 = __esm(() => {
73213
73221
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
73214
73222
  id: stringType(),
73215
73223
  description: stringType(),
73216
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73217
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73224
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73225
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73218
73226
  guardrailConfig: unionType([
73219
73227
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
73220
73228
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -73271,8 +73279,8 @@ var init_updateeval2 = __esm(() => {
73271
73279
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
73272
73280
  _id: stringType(),
73273
73281
  description: stringType(),
73274
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73275
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73282
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73283
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73276
73284
  guardrail_config: unionType([
73277
73285
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
73278
73286
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -73292,8 +73300,8 @@ var init_updateeval2 = __esm(() => {
73292
73300
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
73293
73301
  id: stringType(),
73294
73302
  description: stringType(),
73295
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73296
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73303
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73304
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73297
73305
  guardrailConfig: unionType([
73298
73306
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
73299
73307
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -73351,8 +73359,8 @@ var init_updateeval2 = __esm(() => {
73351
73359
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
73352
73360
  _id: stringType(),
73353
73361
  description: stringType(),
73354
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73355
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73362
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73363
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73356
73364
  guardrail_config: unionType([
73357
73365
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
73358
73366
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -73369,8 +73377,8 @@ var init_updateeval2 = __esm(() => {
73369
73377
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
73370
73378
  id: stringType(),
73371
73379
  description: stringType(),
73372
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73373
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73380
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73381
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73374
73382
  guardrailConfig: unionType([
73375
73383
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
73376
73384
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -73425,8 +73433,8 @@ var init_updateeval2 = __esm(() => {
73425
73433
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
73426
73434
  _id: stringType(),
73427
73435
  description: stringType(),
73428
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73429
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73436
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73437
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73430
73438
  guardrail_config: unionType([
73431
73439
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
73432
73440
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -73444,8 +73452,8 @@ var init_updateeval2 = __esm(() => {
73444
73452
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
73445
73453
  id: stringType(),
73446
73454
  description: stringType(),
73447
- created: stringType().default("2025-11-13T15:09:53.306Z"),
73448
- updated: stringType().default("2025-11-13T15:09:53.306Z"),
73455
+ created: stringType().default("2025-11-14T09:33:29.871Z"),
73456
+ updated: stringType().default("2025-11-14T09:33:29.871Z"),
73449
73457
  guardrailConfig: unionType([
73450
73458
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
73451
73459
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -74522,6 +74530,7 @@ var init_updateprompt2 = __esm(() => {
74522
74530
  Base64: "base64"
74523
74531
  };
74524
74532
  UpdatePromptReasoningEffort = {
74533
+ None: "none",
74525
74534
  Disable: "disable",
74526
74535
  Minimal: "minimal",
74527
74536
  Low: "low",
@@ -74736,6 +74745,7 @@ var init_updateprompt2 = __esm(() => {
74736
74745
  Base64: "base64"
74737
74746
  };
74738
74747
  UpdatePromptPromptsReasoningEffort = {
74748
+ None: "none",
74739
74749
  Disable: "disable",
74740
74750
  Minimal: "minimal",
74741
74751
  Low: "low",
@@ -76649,7 +76659,7 @@ var init_updatetool2 = __esm(() => {
76649
76659
  code: stringType()
76650
76660
  });
76651
76661
  UpdateToolResponseBody5$inboundSchema = objectType({
76652
- _id: stringType().default("01K9YW8DRW2AMVPKSAM4SYQ038"),
76662
+ _id: stringType().default("01KA0VD610P3A7BQN30P1SNPB2"),
76653
76663
  path: stringType(),
76654
76664
  key: stringType(),
76655
76665
  display_name: stringType().optional(),
@@ -76677,7 +76687,7 @@ var init_updatetool2 = __esm(() => {
76677
76687
  });
76678
76688
  });
76679
76689
  UpdateToolResponseBody5$outboundSchema = objectType({
76680
- id: stringType().default("01K9YW8DRW2AMVPKSAM4SYQ038"),
76690
+ id: stringType().default("01KA0VD610P3A7BQN30P1SNPB2"),
76681
76691
  path: stringType(),
76682
76692
  key: stringType(),
76683
76693
  displayName: stringType().optional(),
@@ -76763,7 +76773,7 @@ var init_updatetool2 = __esm(() => {
76763
76773
  });
76764
76774
  });
76765
76775
  UpdateToolResponseBody4$inboundSchema = objectType({
76766
- _id: stringType().default("01K9YW8DRTF2AFG1MEBVP0N2G4"),
76776
+ _id: stringType().default("01KA0VD60YZ4KZJ1N7EK1HX1E2"),
76767
76777
  path: stringType(),
76768
76778
  key: stringType(),
76769
76779
  display_name: stringType().optional(),
@@ -76790,7 +76800,7 @@ var init_updatetool2 = __esm(() => {
76790
76800
  });
76791
76801
  });
76792
76802
  UpdateToolResponseBody4$outboundSchema = objectType({
76793
- id: stringType().default("01K9YW8DRTF2AFG1MEBVP0N2G4"),
76803
+ id: stringType().default("01KA0VD60YZ4KZJ1N7EK1HX1E2"),
76794
76804
  path: stringType(),
76795
76805
  key: stringType(),
76796
76806
  displayName: stringType().optional(),
@@ -76869,7 +76879,7 @@ var init_updatetool2 = __esm(() => {
76869
76879
  arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
76870
76880
  });
76871
76881
  UpdateToolResponseBody3$inboundSchema = objectType({
76872
- _id: stringType().default("01K9YW8DRNEXC6JDX6FD0DBYDM"),
76882
+ _id: stringType().default("01KA0VD60WVK9XM78E40KFTEHX"),
76873
76883
  path: stringType(),
76874
76884
  key: stringType(),
76875
76885
  display_name: stringType().optional(),
@@ -76896,7 +76906,7 @@ var init_updatetool2 = __esm(() => {
76896
76906
  });
76897
76907
  });
76898
76908
  UpdateToolResponseBody3$outboundSchema = objectType({
76899
- id: stringType().default("01K9YW8DRNEXC6JDX6FD0DBYDM"),
76909
+ id: stringType().default("01KA0VD60WVK9XM78E40KFTEHX"),
76900
76910
  path: stringType(),
76901
76911
  key: stringType(),
76902
76912
  displayName: stringType().optional(),
@@ -76939,7 +76949,7 @@ var init_updatetool2 = __esm(() => {
76939
76949
  strict: booleanType().optional()
76940
76950
  });
76941
76951
  UpdateToolResponseBody2$inboundSchema = objectType({
76942
- _id: stringType().default("01K9YW8DRKQTTVV1CDBJ8ABPD7"),
76952
+ _id: stringType().default("01KA0VD60KXM3F0YSA6DAQAHQ5"),
76943
76953
  path: stringType(),
76944
76954
  key: stringType(),
76945
76955
  display_name: stringType().optional(),
@@ -76967,7 +76977,7 @@ var init_updatetool2 = __esm(() => {
76967
76977
  });
76968
76978
  });
76969
76979
  UpdateToolResponseBody2$outboundSchema = objectType({
76970
- id: stringType().default("01K9YW8DRKQTTVV1CDBJ8ABPD7"),
76980
+ id: stringType().default("01KA0VD60KXM3F0YSA6DAQAHQ5"),
76971
76981
  path: stringType(),
76972
76982
  key: stringType(),
76973
76983
  displayName: stringType().optional(),
@@ -77011,7 +77021,7 @@ var init_updatetool2 = __esm(() => {
77011
77021
  parameters: recordType(anyType()).optional()
77012
77022
  });
77013
77023
  UpdateToolResponseBody1$inboundSchema = objectType({
77014
- _id: stringType().default("01K9YW8DRHMG4NHDE1PFEB91QJ"),
77024
+ _id: stringType().default("01KA0VD60H0GW13C33CBTFT9EQ"),
77015
77025
  path: stringType(),
77016
77026
  key: stringType(),
77017
77027
  display_name: stringType().optional(),
@@ -77038,7 +77048,7 @@ var init_updatetool2 = __esm(() => {
77038
77048
  });
77039
77049
  });
77040
77050
  UpdateToolResponseBody1$outboundSchema = objectType({
77041
- id: stringType().default("01K9YW8DRHMG4NHDE1PFEB91QJ"),
77051
+ id: stringType().default("01KA0VD60H0GW13C33CBTFT9EQ"),
77042
77052
  path: stringType(),
77043
77053
  key: stringType(),
77044
77054
  displayName: stringType().optional(),
@@ -81163,39 +81173,39 @@ Retrieve the deployment configuration`,
81163
81173
  };
81164
81174
  });
81165
81175
 
81166
- // src/models/components/deployments.ts
81167
- var DeploymentsPrefixMessages5Role, Deployments2PrefixMessages4ContentType, Deployments2PrefixMessages4Type, DeploymentsAnnotationsType, AnnotationsType2, DeploymentsPrefixMessages4Role, Type2, DeploymentsPrefixMessagesRole, Deployments2PrefixMessagesType, Deployments2Type2, Format2, TwoType2, Detail2, Deployments2PrefixMessages3Type, PrefixMessagesRole2, Role2, DeploymentsMessages5Role, Deployments2Messages4ContentType, Deployments2Messages4Type, DeploymentsAnnotationsMessages4Type, DeploymentsAnnotationsMessagesType, DeploymentsMessages4Role, MessagesType2, DeploymentsMessages3Role, Deployments2Messages3Content4Type, Deployments2Messages3ContentType, TwoFormat2, Deployments2Messages3Type, TwoDetail2, Deployments2MessagesType, DeploymentsMessagesRole, MessagesRole2, DeploymentsPrefixMessages5Role$inboundSchema, DeploymentsPrefixMessages5Role$outboundSchema, DeploymentsPrefixMessagesContent$inboundSchema, DeploymentsPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, Deployments2PrefixMessages4ContentType$inboundSchema, Deployments2PrefixMessages4ContentType$outboundSchema, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, Deployments2PrefixMessages4Type$inboundSchema, Deployments2PrefixMessages4Type$outboundSchema, DeploymentsAnnotationsType$inboundSchema, DeploymentsAnnotationsType$outboundSchema, FilePath$inboundSchema2, FilePath$outboundSchema2, Annotations2$inboundSchema2, Annotations2$outboundSchema2, AnnotationsType$inboundSchema2, AnnotationsType$outboundSchema2, FileCitation$inboundSchema2, FileCitation$outboundSchema2, Annotations1$inboundSchema2, Annotations1$outboundSchema2, Annotations$inboundSchema2, Annotations$outboundSchema2, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, Content2$inboundSchema2, Content2$outboundSchema2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, DeploymentsPrefixMessages4Role$inboundSchema, DeploymentsPrefixMessages4Role$outboundSchema, Audio$inboundSchema2, Audio$outboundSchema2, Type$inboundSchema2, Type$outboundSchema2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, DeploymentsPrefixMessagesRole$inboundSchema, DeploymentsPrefixMessagesRole$outboundSchema, Deployments2PrefixMessagesType$inboundSchema, Deployments2PrefixMessagesType$outboundSchema, FileT$inboundSchema2, FileT$outboundSchema2, Four$inboundSchema2, Four$outboundSchema2, Deployments2Type$inboundSchema2, Deployments2Type$outboundSchema2, Format$inboundSchema2, Format$outboundSchema2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, Deployments23$inboundSchema2, Deployments23$outboundSchema2, TwoType$inboundSchema2, TwoType$outboundSchema2, Detail$inboundSchema2, Detail$outboundSchema2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, Two2$inboundSchema2, Two2$outboundSchema2, Deployments2PrefixMessages3Type$inboundSchema, Deployments2PrefixMessages3Type$outboundSchema, Deployments21$inboundSchema2, Deployments21$outboundSchema2, Two$inboundSchema2, Two$outboundSchema2, Content$inboundSchema2, Content$outboundSchema2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, Role$inboundSchema2, Role$outboundSchema2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, DeploymentsMessages5Role$inboundSchema, DeploymentsMessages5Role$outboundSchema, DeploymentsMessages5Content$inboundSchema, DeploymentsMessages5Content$outboundSchema, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, Deployments2Messages4ContentType$inboundSchema, Deployments2Messages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, Deployments2Messages4Type$inboundSchema, Deployments2Messages4Type$outboundSchema, DeploymentsAnnotationsMessages4Type$inboundSchema, DeploymentsAnnotationsMessages4Type$outboundSchema, AnnotationsFilePath$inboundSchema2, AnnotationsFilePath$outboundSchema2, DeploymentsAnnotations2$inboundSchema, DeploymentsAnnotations2$outboundSchema, DeploymentsAnnotationsMessagesType$inboundSchema, DeploymentsAnnotationsMessagesType$outboundSchema, AnnotationsFileCitation$inboundSchema2, AnnotationsFileCitation$outboundSchema2, DeploymentsAnnotations1$inboundSchema, DeploymentsAnnotations1$outboundSchema, TwoAnnotations$inboundSchema2, TwoAnnotations$outboundSchema2, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, DeploymentsContentMessages2$inboundSchema, DeploymentsContentMessages2$outboundSchema, DeploymentsMessagesContent$inboundSchema, DeploymentsMessagesContent$outboundSchema, DeploymentsMessages4Role$inboundSchema, DeploymentsMessages4Role$outboundSchema, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, DeploymentsMessages3Role$inboundSchema, DeploymentsMessages3Role$outboundSchema, Deployments2Messages3Content4Type$inboundSchema, Deployments2Messages3Content4Type$outboundSchema, TwoFile$inboundSchema2, TwoFile$outboundSchema2, Two4$inboundSchema2, Two4$outboundSchema2, Deployments2Messages3ContentType$inboundSchema, Deployments2Messages3ContentType$outboundSchema, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, Two3$inboundSchema2, Two3$outboundSchema2, Deployments2Messages3Type$inboundSchema, Deployments2Messages3Type$outboundSchema, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, Deployments22$inboundSchema2, Deployments22$outboundSchema2, Deployments2MessagesType$inboundSchema, Deployments2MessagesType$outboundSchema, Two1$inboundSchema2, Two1$outboundSchema2, DeploymentsContent2$inboundSchema2, DeploymentsContent2$outboundSchema2, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, DeploymentsMessagesRole$inboundSchema, DeploymentsMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, Messages$inboundSchema2, Messages$outboundSchema2, Metadata$inboundSchema2, Metadata$outboundSchema2, Documents$inboundSchema2, Documents$outboundSchema2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, Thread$inboundSchema2, Thread$outboundSchema2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrNin$inboundSchema2, OrNin$outboundSchema2, DeploymentsOrNin$inboundSchema, DeploymentsOrNin$outboundSchema, OrIn$inboundSchema2, OrIn$outboundSchema2, DeploymentsOrIn$inboundSchema, DeploymentsOrIn$outboundSchema, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrGte$inboundSchema2, OrGte$outboundSchema2, Or3$inboundSchema2, Or3$outboundSchema2, OrNe$inboundSchema2, OrNe$outboundSchema2, DeploymentsOrNe$inboundSchema, DeploymentsOrNe$outboundSchema, OrEq$inboundSchema2, OrEq$outboundSchema2, DeploymentsOrEq$inboundSchema, DeploymentsOrEq$outboundSchema, Or$inboundSchema2, Or$outboundSchema2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndNin$inboundSchema2, AndNin$outboundSchema2, DeploymentsAndNin$inboundSchema, DeploymentsAndNin$outboundSchema, AndIn$inboundSchema2, AndIn$outboundSchema2, DeploymentsAndIn$inboundSchema, DeploymentsAndIn$outboundSchema, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndGte$inboundSchema2, AndGte$outboundSchema2, And3$inboundSchema2, And3$outboundSchema2, AndNe$inboundSchema2, AndNe$outboundSchema2, DeploymentsAndNe$inboundSchema, DeploymentsAndNe$outboundSchema, AndEq$inboundSchema2, AndEq$outboundSchema2, DeploymentsAndEq$inboundSchema, DeploymentsAndEq$outboundSchema, And$inboundSchema2, And$outboundSchema2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, Exists$inboundSchema2, Exists$outboundSchema2, Nin$inboundSchema2, Nin$outboundSchema2, OneNin$inboundSchema2, OneNin$outboundSchema2, In$inboundSchema2, In$outboundSchema2, OneIn$inboundSchema2, OneIn$outboundSchema2, Lte$inboundSchema2, Lte$outboundSchema2, Lt$inboundSchema2, Lt$outboundSchema2, Gte$inboundSchema2, Gte$outboundSchema2, Three$inboundSchema2, Three$outboundSchema2, Ne$inboundSchema2, Ne$outboundSchema2, OneNe$inboundSchema2, OneNe$outboundSchema2, Eq$inboundSchema2, Eq$outboundSchema2, OneEq$inboundSchema2, OneEq$outboundSchema2, One$inboundSchema2, One$outboundSchema2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, Deployments$inboundSchema, Deployments$outboundSchema;
81168
- var init_deployments2 = __esm(() => {
81176
+ // src/models/components/invokedeploymentrequest.ts
81177
+ var InvokeDeploymentRequestPrefixMessages5Role, InvokeDeploymentRequest2PrefixMessages4ContentType, InvokeDeploymentRequest2PrefixMessages4Type, InvokeDeploymentRequestAnnotationsType, AnnotationsType2, InvokeDeploymentRequestPrefixMessages4Role, Type2, InvokeDeploymentRequestPrefixMessagesRole, InvokeDeploymentRequest2PrefixMessagesType, InvokeDeploymentRequest2Type, Format2, TwoType2, Detail2, InvokeDeploymentRequest2PrefixMessages3Type, PrefixMessagesRole2, Role2, InvokeDeploymentRequestMessages5Role, InvokeDeploymentRequest2Messages4ContentType, InvokeDeploymentRequest2Messages4Type, InvokeDeploymentRequestAnnotationsMessages4Type, InvokeDeploymentRequestAnnotationsMessagesType, InvokeDeploymentRequestMessages4Role, MessagesType2, InvokeDeploymentRequestMessages3Role, InvokeDeploymentRequest2Messages3Content4Type, InvokeDeploymentRequest2Messages3ContentType, TwoFormat2, InvokeDeploymentRequest2Messages3Type, TwoDetail2, InvokeDeploymentRequest2MessagesType, InvokeDeploymentRequestMessagesRole, MessagesRole2, InvokeDeploymentRequestPrefixMessages5Role$inboundSchema, InvokeDeploymentRequestPrefixMessages5Role$outboundSchema, InvokeDeploymentRequestPrefixMessagesContent$inboundSchema, InvokeDeploymentRequestPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema, InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema, InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema, InvokeDeploymentRequestAnnotationsType$inboundSchema, InvokeDeploymentRequestAnnotationsType$outboundSchema, FilePath$inboundSchema2, FilePath$outboundSchema2, Annotations2$inboundSchema2, Annotations2$outboundSchema2, AnnotationsType$inboundSchema2, AnnotationsType$outboundSchema2, FileCitation$inboundSchema2, FileCitation$outboundSchema2, Annotations1$inboundSchema2, Annotations1$outboundSchema2, Annotations$inboundSchema2, Annotations$outboundSchema2, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, Content2$inboundSchema2, Content2$outboundSchema2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, InvokeDeploymentRequestPrefixMessages4Role$inboundSchema, InvokeDeploymentRequestPrefixMessages4Role$outboundSchema, Audio$inboundSchema2, Audio$outboundSchema2, Type$inboundSchema2, Type$outboundSchema2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, InvokeDeploymentRequestPrefixMessagesRole$inboundSchema, InvokeDeploymentRequestPrefixMessagesRole$outboundSchema, InvokeDeploymentRequest2PrefixMessagesType$inboundSchema, InvokeDeploymentRequest2PrefixMessagesType$outboundSchema, FileT$inboundSchema2, FileT$outboundSchema2, Four$inboundSchema2, Four$outboundSchema2, InvokeDeploymentRequest2Type$inboundSchema, InvokeDeploymentRequest2Type$outboundSchema, Format$inboundSchema2, Format$outboundSchema2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, Three$inboundSchema2, Three$outboundSchema2, TwoType$inboundSchema2, TwoType$outboundSchema2, Detail$inboundSchema2, Detail$outboundSchema2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, Two2$inboundSchema2, Two2$outboundSchema2, InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema, InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema, InvokeDeploymentRequest21$inboundSchema, InvokeDeploymentRequest21$outboundSchema, Two$inboundSchema2, Two$outboundSchema2, Content$inboundSchema2, Content$outboundSchema2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, Role$inboundSchema2, Role$outboundSchema2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, InvokeDeploymentRequestMessages5Role$inboundSchema, InvokeDeploymentRequestMessages5Role$outboundSchema, InvokeDeploymentRequestMessages5Content$inboundSchema, InvokeDeploymentRequestMessages5Content$outboundSchema, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, InvokeDeploymentRequest2Messages4ContentType$inboundSchema, InvokeDeploymentRequest2Messages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, InvokeDeploymentRequest2Messages4Type$inboundSchema, InvokeDeploymentRequest2Messages4Type$outboundSchema, InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema, InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema, AnnotationsFilePath$inboundSchema2, AnnotationsFilePath$outboundSchema2, InvokeDeploymentRequestAnnotations2$inboundSchema, InvokeDeploymentRequestAnnotations2$outboundSchema, InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema, InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema, AnnotationsFileCitation$inboundSchema2, AnnotationsFileCitation$outboundSchema2, InvokeDeploymentRequestAnnotations1$inboundSchema, InvokeDeploymentRequestAnnotations1$outboundSchema, TwoAnnotations$inboundSchema2, TwoAnnotations$outboundSchema2, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, InvokeDeploymentRequestContentMessages2$inboundSchema, InvokeDeploymentRequestContentMessages2$outboundSchema, InvokeDeploymentRequestMessagesContent$inboundSchema, InvokeDeploymentRequestMessagesContent$outboundSchema, InvokeDeploymentRequestMessages4Role$inboundSchema, InvokeDeploymentRequestMessages4Role$outboundSchema, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, InvokeDeploymentRequestMessages3Role$inboundSchema, InvokeDeploymentRequestMessages3Role$outboundSchema, InvokeDeploymentRequest2Messages3Content4Type$inboundSchema, InvokeDeploymentRequest2Messages3Content4Type$outboundSchema, TwoFile$inboundSchema2, TwoFile$outboundSchema2, Two4$inboundSchema2, Two4$outboundSchema2, InvokeDeploymentRequest2Messages3ContentType$inboundSchema, InvokeDeploymentRequest2Messages3ContentType$outboundSchema, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, Two3$inboundSchema2, Two3$outboundSchema2, InvokeDeploymentRequest2Messages3Type$inboundSchema, InvokeDeploymentRequest2Messages3Type$outboundSchema, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, InvokeDeploymentRequest22$inboundSchema, InvokeDeploymentRequest22$outboundSchema, InvokeDeploymentRequest2MessagesType$inboundSchema, InvokeDeploymentRequest2MessagesType$outboundSchema, Two1$inboundSchema2, Two1$outboundSchema2, InvokeDeploymentRequestContent2$inboundSchema, InvokeDeploymentRequestContent2$outboundSchema, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, InvokeDeploymentRequestMessagesRole$inboundSchema, InvokeDeploymentRequestMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, Messages$inboundSchema2, Messages$outboundSchema2, Metadata$inboundSchema2, Metadata$outboundSchema2, Documents$inboundSchema2, Documents$outboundSchema2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, Thread$inboundSchema2, Thread$outboundSchema2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrNin$inboundSchema2, OrNin$outboundSchema2, InvokeDeploymentRequestOrNin$inboundSchema, InvokeDeploymentRequestOrNin$outboundSchema, OrIn$inboundSchema2, OrIn$outboundSchema2, InvokeDeploymentRequestOrIn$inboundSchema, InvokeDeploymentRequestOrIn$outboundSchema, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrGte$inboundSchema2, OrGte$outboundSchema2, OrGt$inboundSchema2, OrGt$outboundSchema2, OrNe$inboundSchema2, OrNe$outboundSchema2, InvokeDeploymentRequestOrNe$inboundSchema, InvokeDeploymentRequestOrNe$outboundSchema, OrEq$inboundSchema2, OrEq$outboundSchema2, InvokeDeploymentRequestOrEq$inboundSchema, InvokeDeploymentRequestOrEq$outboundSchema, Or$inboundSchema2, Or$outboundSchema2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndNin$inboundSchema2, AndNin$outboundSchema2, InvokeDeploymentRequestAndNin$inboundSchema, InvokeDeploymentRequestAndNin$outboundSchema, AndIn$inboundSchema2, AndIn$outboundSchema2, InvokeDeploymentRequestAndIn$inboundSchema, InvokeDeploymentRequestAndIn$outboundSchema, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndGte$inboundSchema2, AndGte$outboundSchema2, AndGt$inboundSchema2, AndGt$outboundSchema2, AndNe$inboundSchema2, AndNe$outboundSchema2, InvokeDeploymentRequestAndNe$inboundSchema, InvokeDeploymentRequestAndNe$outboundSchema, AndEq$inboundSchema2, AndEq$outboundSchema2, InvokeDeploymentRequestAndEq$inboundSchema, InvokeDeploymentRequestAndEq$outboundSchema, And$inboundSchema2, And$outboundSchema2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, Exists$inboundSchema2, Exists$outboundSchema2, Nin$inboundSchema2, Nin$outboundSchema2, OneNin$inboundSchema2, OneNin$outboundSchema2, In$inboundSchema2, In$outboundSchema2, OneIn$inboundSchema2, OneIn$outboundSchema2, Lte$inboundSchema2, Lte$outboundSchema2, Lt$inboundSchema2, Lt$outboundSchema2, Gte$inboundSchema2, Gte$outboundSchema2, Gt$inboundSchema2, Gt$outboundSchema2, Ne$inboundSchema2, Ne$outboundSchema2, OneNe$inboundSchema2, OneNe$outboundSchema2, Eq$inboundSchema2, Eq$outboundSchema2, OneEq$inboundSchema2, OneEq$outboundSchema2, One$inboundSchema2, One$outboundSchema2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, InvokeDeploymentRequest$inboundSchema, InvokeDeploymentRequest$outboundSchema;
81178
+ var init_invokedeploymentrequest = __esm(() => {
81169
81179
  init_esm();
81170
81180
  init_primitives();
81171
- DeploymentsPrefixMessages5Role = {
81181
+ InvokeDeploymentRequestPrefixMessages5Role = {
81172
81182
  Tool: "tool"
81173
81183
  };
81174
- Deployments2PrefixMessages4ContentType = {
81184
+ InvokeDeploymentRequest2PrefixMessages4ContentType = {
81175
81185
  Refusal: "refusal"
81176
81186
  };
81177
- Deployments2PrefixMessages4Type = {
81187
+ InvokeDeploymentRequest2PrefixMessages4Type = {
81178
81188
  Text: "text"
81179
81189
  };
81180
- DeploymentsAnnotationsType = {
81190
+ InvokeDeploymentRequestAnnotationsType = {
81181
81191
  FilePath: "file_path"
81182
81192
  };
81183
81193
  AnnotationsType2 = {
81184
81194
  FileCitation: "file_citation"
81185
81195
  };
81186
- DeploymentsPrefixMessages4Role = {
81196
+ InvokeDeploymentRequestPrefixMessages4Role = {
81187
81197
  Assistant: "assistant"
81188
81198
  };
81189
81199
  Type2 = {
81190
81200
  Function: "function"
81191
81201
  };
81192
- DeploymentsPrefixMessagesRole = {
81202
+ InvokeDeploymentRequestPrefixMessagesRole = {
81193
81203
  User: "user"
81194
81204
  };
81195
- Deployments2PrefixMessagesType = {
81205
+ InvokeDeploymentRequest2PrefixMessagesType = {
81196
81206
  File: "file"
81197
81207
  };
81198
- Deployments2Type2 = {
81208
+ InvokeDeploymentRequest2Type = {
81199
81209
  InputAudio: "input_audio"
81200
81210
  };
81201
81211
  Format2 = {
@@ -81210,7 +81220,7 @@ var init_deployments2 = __esm(() => {
81210
81220
  High: "high",
81211
81221
  Auto: "auto"
81212
81222
  };
81213
- Deployments2PrefixMessages3Type = {
81223
+ InvokeDeploymentRequest2PrefixMessages3Type = {
81214
81224
  Text: "text"
81215
81225
  };
81216
81226
  PrefixMessagesRole2 = {
@@ -81219,41 +81229,41 @@ var init_deployments2 = __esm(() => {
81219
81229
  Role2 = {
81220
81230
  Developer: "developer"
81221
81231
  };
81222
- DeploymentsMessages5Role = {
81232
+ InvokeDeploymentRequestMessages5Role = {
81223
81233
  Tool: "tool"
81224
81234
  };
81225
- Deployments2Messages4ContentType = {
81235
+ InvokeDeploymentRequest2Messages4ContentType = {
81226
81236
  Refusal: "refusal"
81227
81237
  };
81228
- Deployments2Messages4Type = {
81238
+ InvokeDeploymentRequest2Messages4Type = {
81229
81239
  Text: "text"
81230
81240
  };
81231
- DeploymentsAnnotationsMessages4Type = {
81241
+ InvokeDeploymentRequestAnnotationsMessages4Type = {
81232
81242
  FilePath: "file_path"
81233
81243
  };
81234
- DeploymentsAnnotationsMessagesType = {
81244
+ InvokeDeploymentRequestAnnotationsMessagesType = {
81235
81245
  FileCitation: "file_citation"
81236
81246
  };
81237
- DeploymentsMessages4Role = {
81247
+ InvokeDeploymentRequestMessages4Role = {
81238
81248
  Assistant: "assistant"
81239
81249
  };
81240
81250
  MessagesType2 = {
81241
81251
  Function: "function"
81242
81252
  };
81243
- DeploymentsMessages3Role = {
81253
+ InvokeDeploymentRequestMessages3Role = {
81244
81254
  User: "user"
81245
81255
  };
81246
- Deployments2Messages3Content4Type = {
81256
+ InvokeDeploymentRequest2Messages3Content4Type = {
81247
81257
  File: "file"
81248
81258
  };
81249
- Deployments2Messages3ContentType = {
81259
+ InvokeDeploymentRequest2Messages3ContentType = {
81250
81260
  InputAudio: "input_audio"
81251
81261
  };
81252
81262
  TwoFormat2 = {
81253
81263
  Mp3: "mp3",
81254
81264
  Wav: "wav"
81255
81265
  };
81256
- Deployments2Messages3Type = {
81266
+ InvokeDeploymentRequest2Messages3Type = {
81257
81267
  ImageUrl: "image_url"
81258
81268
  };
81259
81269
  TwoDetail2 = {
@@ -81261,21 +81271,21 @@ var init_deployments2 = __esm(() => {
81261
81271
  High: "high",
81262
81272
  Auto: "auto"
81263
81273
  };
81264
- Deployments2MessagesType = {
81274
+ InvokeDeploymentRequest2MessagesType = {
81265
81275
  Text: "text"
81266
81276
  };
81267
- DeploymentsMessagesRole = {
81277
+ InvokeDeploymentRequestMessagesRole = {
81268
81278
  System: "system"
81269
81279
  };
81270
81280
  MessagesRole2 = {
81271
81281
  Developer: "developer"
81272
81282
  };
81273
- DeploymentsPrefixMessages5Role$inboundSchema = nativeEnumType(DeploymentsPrefixMessages5Role);
81274
- DeploymentsPrefixMessages5Role$outboundSchema = DeploymentsPrefixMessages5Role$inboundSchema;
81275
- DeploymentsPrefixMessagesContent$inboundSchema = unionType([stringType(), arrayType(stringType())]);
81276
- DeploymentsPrefixMessagesContent$outboundSchema = unionType([stringType(), arrayType(stringType())]);
81283
+ InvokeDeploymentRequestPrefixMessages5Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessages5Role);
81284
+ InvokeDeploymentRequestPrefixMessages5Role$outboundSchema = InvokeDeploymentRequestPrefixMessages5Role$inboundSchema;
81285
+ InvokeDeploymentRequestPrefixMessagesContent$inboundSchema = unionType([stringType(), arrayType(stringType())]);
81286
+ InvokeDeploymentRequestPrefixMessagesContent$outboundSchema = unionType([stringType(), arrayType(stringType())]);
81277
81287
  ToolMessage$inboundSchema2 = objectType({
81278
- role: DeploymentsPrefixMessages5Role$inboundSchema,
81288
+ role: InvokeDeploymentRequestPrefixMessages5Role$inboundSchema,
81279
81289
  content: unionType([stringType(), arrayType(stringType())]),
81280
81290
  tool_call_id: stringType()
81281
81291
  }).transform((v2) => {
@@ -81284,7 +81294,7 @@ var init_deployments2 = __esm(() => {
81284
81294
  });
81285
81295
  });
81286
81296
  ToolMessage$outboundSchema2 = objectType({
81287
- role: DeploymentsPrefixMessages5Role$outboundSchema,
81297
+ role: InvokeDeploymentRequestPrefixMessages5Role$outboundSchema,
81288
81298
  content: unionType([stringType(), arrayType(stringType())]),
81289
81299
  toolCallId: stringType()
81290
81300
  }).transform((v2) => {
@@ -81292,20 +81302,20 @@ var init_deployments2 = __esm(() => {
81292
81302
  toolCallId: "tool_call_id"
81293
81303
  });
81294
81304
  });
81295
- Deployments2PrefixMessages4ContentType$inboundSchema = nativeEnumType(Deployments2PrefixMessages4ContentType);
81296
- Deployments2PrefixMessages4ContentType$outboundSchema = Deployments2PrefixMessages4ContentType$inboundSchema;
81305
+ InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages4ContentType);
81306
+ InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema = InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema;
81297
81307
  RefusalContentPart$inboundSchema2 = objectType({
81298
- type: Deployments2PrefixMessages4ContentType$inboundSchema,
81308
+ type: InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema,
81299
81309
  refusal: stringType()
81300
81310
  });
81301
81311
  RefusalContentPart$outboundSchema2 = objectType({
81302
- type: Deployments2PrefixMessages4ContentType$outboundSchema,
81312
+ type: InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema,
81303
81313
  refusal: stringType()
81304
81314
  });
81305
- Deployments2PrefixMessages4Type$inboundSchema = nativeEnumType(Deployments2PrefixMessages4Type);
81306
- Deployments2PrefixMessages4Type$outboundSchema = Deployments2PrefixMessages4Type$inboundSchema;
81307
- DeploymentsAnnotationsType$inboundSchema = nativeEnumType(DeploymentsAnnotationsType);
81308
- DeploymentsAnnotationsType$outboundSchema = DeploymentsAnnotationsType$inboundSchema;
81315
+ InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages4Type);
81316
+ InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema = InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema;
81317
+ InvokeDeploymentRequestAnnotationsType$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsType);
81318
+ InvokeDeploymentRequestAnnotationsType$outboundSchema = InvokeDeploymentRequestAnnotationsType$inboundSchema;
81309
81319
  FilePath$inboundSchema2 = objectType({
81310
81320
  file_id: stringType()
81311
81321
  }).transform((v2) => {
@@ -81321,7 +81331,7 @@ var init_deployments2 = __esm(() => {
81321
81331
  });
81322
81332
  });
81323
81333
  Annotations2$inboundSchema2 = objectType({
81324
- type: DeploymentsAnnotationsType$inboundSchema,
81334
+ type: InvokeDeploymentRequestAnnotationsType$inboundSchema,
81325
81335
  text: stringType(),
81326
81336
  file_path: lazyType(() => FilePath$inboundSchema2),
81327
81337
  start_index: numberType().int(),
@@ -81334,7 +81344,7 @@ var init_deployments2 = __esm(() => {
81334
81344
  });
81335
81345
  });
81336
81346
  Annotations2$outboundSchema2 = objectType({
81337
- type: DeploymentsAnnotationsType$outboundSchema,
81347
+ type: InvokeDeploymentRequestAnnotationsType$outboundSchema,
81338
81348
  text: stringType(),
81339
81349
  filePath: lazyType(() => FilePath$outboundSchema2),
81340
81350
  startIndex: numberType().int(),
@@ -81399,7 +81409,7 @@ var init_deployments2 = __esm(() => {
81399
81409
  lazyType(() => Annotations2$outboundSchema2)
81400
81410
  ]);
81401
81411
  TextContentPart$inboundSchema2 = objectType({
81402
- type: Deployments2PrefixMessages4Type$inboundSchema,
81412
+ type: InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema,
81403
81413
  text: stringType(),
81404
81414
  annotations: arrayType(unionType([
81405
81415
  lazyType(() => Annotations1$inboundSchema2),
@@ -81407,7 +81417,7 @@ var init_deployments2 = __esm(() => {
81407
81417
  ])).optional()
81408
81418
  });
81409
81419
  TextContentPart$outboundSchema2 = objectType({
81410
- type: Deployments2PrefixMessages4Type$outboundSchema,
81420
+ type: InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema,
81411
81421
  text: stringType(),
81412
81422
  annotations: arrayType(unionType([
81413
81423
  lazyType(() => Annotations1$outboundSchema2),
@@ -81436,8 +81446,8 @@ var init_deployments2 = __esm(() => {
81436
81446
  lazyType(() => RefusalContentPart$outboundSchema2)
81437
81447
  ]))
81438
81448
  ]);
81439
- DeploymentsPrefixMessages4Role$inboundSchema = nativeEnumType(DeploymentsPrefixMessages4Role);
81440
- DeploymentsPrefixMessages4Role$outboundSchema = DeploymentsPrefixMessages4Role$inboundSchema;
81449
+ InvokeDeploymentRequestPrefixMessages4Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessages4Role);
81450
+ InvokeDeploymentRequestPrefixMessages4Role$outboundSchema = InvokeDeploymentRequestPrefixMessages4Role$inboundSchema;
81441
81451
  Audio$inboundSchema2 = objectType({
81442
81452
  id: stringType()
81443
81453
  });
@@ -81473,7 +81483,7 @@ var init_deployments2 = __esm(() => {
81473
81483
  ]))
81474
81484
  ])).optional(),
81475
81485
  refusal: nullableType(stringType()).optional(),
81476
- role: DeploymentsPrefixMessages4Role$inboundSchema,
81486
+ role: InvokeDeploymentRequestPrefixMessages4Role$inboundSchema,
81477
81487
  name: stringType().optional(),
81478
81488
  audio: nullableType(lazyType(() => Audio$inboundSchema2)).optional(),
81479
81489
  tool_calls: arrayType(lazyType(() => ToolCalls$inboundSchema2)).optional(),
@@ -81496,7 +81506,7 @@ var init_deployments2 = __esm(() => {
81496
81506
  ]))
81497
81507
  ])).optional(),
81498
81508
  refusal: nullableType(stringType()).optional(),
81499
- role: DeploymentsPrefixMessages4Role$outboundSchema,
81509
+ role: InvokeDeploymentRequestPrefixMessages4Role$outboundSchema,
81500
81510
  name: stringType().optional(),
81501
81511
  audio: nullableType(lazyType(() => Audio$outboundSchema2)).optional(),
81502
81512
  toolCalls: arrayType(lazyType(() => ToolCalls$outboundSchema2)).optional(),
@@ -81510,10 +81520,10 @@ var init_deployments2 = __esm(() => {
81510
81520
  redactedReasoning: "redacted_reasoning"
81511
81521
  });
81512
81522
  });
81513
- DeploymentsPrefixMessagesRole$inboundSchema = nativeEnumType(DeploymentsPrefixMessagesRole);
81514
- DeploymentsPrefixMessagesRole$outboundSchema = DeploymentsPrefixMessagesRole$inboundSchema;
81515
- Deployments2PrefixMessagesType$inboundSchema = nativeEnumType(Deployments2PrefixMessagesType);
81516
- Deployments2PrefixMessagesType$outboundSchema = Deployments2PrefixMessagesType$inboundSchema;
81523
+ InvokeDeploymentRequestPrefixMessagesRole$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessagesRole);
81524
+ InvokeDeploymentRequestPrefixMessagesRole$outboundSchema = InvokeDeploymentRequestPrefixMessagesRole$inboundSchema;
81525
+ InvokeDeploymentRequest2PrefixMessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessagesType);
81526
+ InvokeDeploymentRequest2PrefixMessagesType$outboundSchema = InvokeDeploymentRequest2PrefixMessagesType$inboundSchema;
81517
81527
  FileT$inboundSchema2 = objectType({
81518
81528
  file_data: stringType().optional(),
81519
81529
  uri: stringType().optional(),
@@ -81535,15 +81545,15 @@ var init_deployments2 = __esm(() => {
81535
81545
  });
81536
81546
  });
81537
81547
  Four$inboundSchema2 = objectType({
81538
- type: Deployments2PrefixMessagesType$inboundSchema,
81548
+ type: InvokeDeploymentRequest2PrefixMessagesType$inboundSchema,
81539
81549
  file: lazyType(() => FileT$inboundSchema2)
81540
81550
  });
81541
81551
  Four$outboundSchema2 = objectType({
81542
- type: Deployments2PrefixMessagesType$outboundSchema,
81552
+ type: InvokeDeploymentRequest2PrefixMessagesType$outboundSchema,
81543
81553
  file: lazyType(() => FileT$outboundSchema2)
81544
81554
  });
81545
- Deployments2Type$inboundSchema2 = nativeEnumType(Deployments2Type2);
81546
- Deployments2Type$outboundSchema2 = Deployments2Type$inboundSchema2;
81555
+ InvokeDeploymentRequest2Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Type);
81556
+ InvokeDeploymentRequest2Type$outboundSchema = InvokeDeploymentRequest2Type$inboundSchema;
81547
81557
  Format$inboundSchema2 = nativeEnumType(Format2);
81548
81558
  Format$outboundSchema2 = Format$inboundSchema2;
81549
81559
  InputAudio$inboundSchema2 = objectType({
@@ -81554,16 +81564,16 @@ var init_deployments2 = __esm(() => {
81554
81564
  data: stringType(),
81555
81565
  format: Format$outboundSchema2
81556
81566
  });
81557
- Deployments23$inboundSchema2 = objectType({
81558
- type: Deployments2Type$inboundSchema2,
81567
+ Three$inboundSchema2 = objectType({
81568
+ type: InvokeDeploymentRequest2Type$inboundSchema,
81559
81569
  input_audio: lazyType(() => InputAudio$inboundSchema2)
81560
81570
  }).transform((v2) => {
81561
81571
  return remap(v2, {
81562
81572
  input_audio: "inputAudio"
81563
81573
  });
81564
81574
  });
81565
- Deployments23$outboundSchema2 = objectType({
81566
- type: Deployments2Type$outboundSchema2,
81575
+ Three$outboundSchema2 = objectType({
81576
+ type: InvokeDeploymentRequest2Type$outboundSchema,
81567
81577
  inputAudio: lazyType(() => InputAudio$outboundSchema2)
81568
81578
  }).transform((v2) => {
81569
81579
  return remap(v2, {
@@ -81598,68 +81608,68 @@ var init_deployments2 = __esm(() => {
81598
81608
  imageUrl: "image_url"
81599
81609
  });
81600
81610
  });
81601
- Deployments2PrefixMessages3Type$inboundSchema = nativeEnumType(Deployments2PrefixMessages3Type);
81602
- Deployments2PrefixMessages3Type$outboundSchema = Deployments2PrefixMessages3Type$inboundSchema;
81603
- Deployments21$inboundSchema2 = objectType({
81604
- type: Deployments2PrefixMessages3Type$inboundSchema,
81611
+ InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages3Type);
81612
+ InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema = InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema;
81613
+ InvokeDeploymentRequest21$inboundSchema = objectType({
81614
+ type: InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema,
81605
81615
  text: stringType()
81606
81616
  });
81607
- Deployments21$outboundSchema2 = objectType({
81608
- type: Deployments2PrefixMessages3Type$outboundSchema,
81617
+ InvokeDeploymentRequest21$outboundSchema = objectType({
81618
+ type: InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema,
81609
81619
  text: stringType()
81610
81620
  });
81611
81621
  Two$inboundSchema2 = unionType([
81612
- lazyType(() => Deployments21$inboundSchema2),
81622
+ lazyType(() => InvokeDeploymentRequest21$inboundSchema),
81613
81623
  lazyType(() => Two2$inboundSchema2),
81614
- lazyType(() => Deployments23$inboundSchema2),
81624
+ lazyType(() => Three$inboundSchema2),
81615
81625
  lazyType(() => Four$inboundSchema2)
81616
81626
  ]);
81617
81627
  Two$outboundSchema2 = unionType([
81618
- lazyType(() => Deployments21$outboundSchema2),
81628
+ lazyType(() => InvokeDeploymentRequest21$outboundSchema),
81619
81629
  lazyType(() => Two2$outboundSchema2),
81620
- lazyType(() => Deployments23$outboundSchema2),
81630
+ lazyType(() => Three$outboundSchema2),
81621
81631
  lazyType(() => Four$outboundSchema2)
81622
81632
  ]);
81623
81633
  Content$inboundSchema2 = unionType([
81624
81634
  stringType(),
81625
81635
  arrayType(unionType([
81626
- lazyType(() => Deployments21$inboundSchema2),
81636
+ lazyType(() => InvokeDeploymentRequest21$inboundSchema),
81627
81637
  lazyType(() => Two2$inboundSchema2),
81628
- lazyType(() => Deployments23$inboundSchema2),
81638
+ lazyType(() => Three$inboundSchema2),
81629
81639
  lazyType(() => Four$inboundSchema2)
81630
81640
  ]))
81631
81641
  ]);
81632
81642
  Content$outboundSchema2 = unionType([
81633
81643
  stringType(),
81634
81644
  arrayType(unionType([
81635
- lazyType(() => Deployments21$outboundSchema2),
81645
+ lazyType(() => InvokeDeploymentRequest21$outboundSchema),
81636
81646
  lazyType(() => Two2$outboundSchema2),
81637
- lazyType(() => Deployments23$outboundSchema2),
81647
+ lazyType(() => Three$outboundSchema2),
81638
81648
  lazyType(() => Four$outboundSchema2)
81639
81649
  ]))
81640
81650
  ]);
81641
81651
  UserMessage$inboundSchema2 = objectType({
81642
- role: DeploymentsPrefixMessagesRole$inboundSchema,
81652
+ role: InvokeDeploymentRequestPrefixMessagesRole$inboundSchema,
81643
81653
  name: stringType().optional(),
81644
81654
  content: unionType([
81645
81655
  stringType(),
81646
81656
  arrayType(unionType([
81647
- lazyType(() => Deployments21$inboundSchema2),
81657
+ lazyType(() => InvokeDeploymentRequest21$inboundSchema),
81648
81658
  lazyType(() => Two2$inboundSchema2),
81649
- lazyType(() => Deployments23$inboundSchema2),
81659
+ lazyType(() => Three$inboundSchema2),
81650
81660
  lazyType(() => Four$inboundSchema2)
81651
81661
  ]))
81652
81662
  ])
81653
81663
  });
81654
81664
  UserMessage$outboundSchema2 = objectType({
81655
- role: DeploymentsPrefixMessagesRole$outboundSchema,
81665
+ role: InvokeDeploymentRequestPrefixMessagesRole$outboundSchema,
81656
81666
  name: stringType().optional(),
81657
81667
  content: unionType([
81658
81668
  stringType(),
81659
81669
  arrayType(unionType([
81660
- lazyType(() => Deployments21$outboundSchema2),
81670
+ lazyType(() => InvokeDeploymentRequest21$outboundSchema),
81661
81671
  lazyType(() => Two2$outboundSchema2),
81662
- lazyType(() => Deployments23$outboundSchema2),
81672
+ lazyType(() => Three$outboundSchema2),
81663
81673
  lazyType(() => Four$outboundSchema2)
81664
81674
  ]))
81665
81675
  ])
@@ -81702,12 +81712,12 @@ var init_deployments2 = __esm(() => {
81702
81712
  lazyType(() => UserMessage$outboundSchema2),
81703
81713
  lazyType(() => AssistantMessage$outboundSchema2)
81704
81714
  ]);
81705
- DeploymentsMessages5Role$inboundSchema = nativeEnumType(DeploymentsMessages5Role);
81706
- DeploymentsMessages5Role$outboundSchema = DeploymentsMessages5Role$inboundSchema;
81707
- DeploymentsMessages5Content$inboundSchema = unionType([stringType(), arrayType(stringType())]);
81708
- DeploymentsMessages5Content$outboundSchema = unionType([stringType(), arrayType(stringType())]);
81715
+ InvokeDeploymentRequestMessages5Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages5Role);
81716
+ InvokeDeploymentRequestMessages5Role$outboundSchema = InvokeDeploymentRequestMessages5Role$inboundSchema;
81717
+ InvokeDeploymentRequestMessages5Content$inboundSchema = unionType([stringType(), arrayType(stringType())]);
81718
+ InvokeDeploymentRequestMessages5Content$outboundSchema = unionType([stringType(), arrayType(stringType())]);
81709
81719
  MessagesToolMessage$inboundSchema2 = objectType({
81710
- role: DeploymentsMessages5Role$inboundSchema,
81720
+ role: InvokeDeploymentRequestMessages5Role$inboundSchema,
81711
81721
  content: unionType([stringType(), arrayType(stringType())]),
81712
81722
  tool_call_id: stringType()
81713
81723
  }).transform((v2) => {
@@ -81716,7 +81726,7 @@ var init_deployments2 = __esm(() => {
81716
81726
  });
81717
81727
  });
81718
81728
  MessagesToolMessage$outboundSchema2 = objectType({
81719
- role: DeploymentsMessages5Role$outboundSchema,
81729
+ role: InvokeDeploymentRequestMessages5Role$outboundSchema,
81720
81730
  content: unionType([stringType(), arrayType(stringType())]),
81721
81731
  toolCallId: stringType()
81722
81732
  }).transform((v2) => {
@@ -81724,20 +81734,20 @@ var init_deployments2 = __esm(() => {
81724
81734
  toolCallId: "tool_call_id"
81725
81735
  });
81726
81736
  });
81727
- Deployments2Messages4ContentType$inboundSchema = nativeEnumType(Deployments2Messages4ContentType);
81728
- Deployments2Messages4ContentType$outboundSchema = Deployments2Messages4ContentType$inboundSchema;
81737
+ InvokeDeploymentRequest2Messages4ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages4ContentType);
81738
+ InvokeDeploymentRequest2Messages4ContentType$outboundSchema = InvokeDeploymentRequest2Messages4ContentType$inboundSchema;
81729
81739
  TwoRefusalContentPart$inboundSchema2 = objectType({
81730
- type: Deployments2Messages4ContentType$inboundSchema,
81740
+ type: InvokeDeploymentRequest2Messages4ContentType$inboundSchema,
81731
81741
  refusal: stringType()
81732
81742
  });
81733
81743
  TwoRefusalContentPart$outboundSchema2 = objectType({
81734
- type: Deployments2Messages4ContentType$outboundSchema,
81744
+ type: InvokeDeploymentRequest2Messages4ContentType$outboundSchema,
81735
81745
  refusal: stringType()
81736
81746
  });
81737
- Deployments2Messages4Type$inboundSchema = nativeEnumType(Deployments2Messages4Type);
81738
- Deployments2Messages4Type$outboundSchema = Deployments2Messages4Type$inboundSchema;
81739
- DeploymentsAnnotationsMessages4Type$inboundSchema = nativeEnumType(DeploymentsAnnotationsMessages4Type);
81740
- DeploymentsAnnotationsMessages4Type$outboundSchema = DeploymentsAnnotationsMessages4Type$inboundSchema;
81747
+ InvokeDeploymentRequest2Messages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages4Type);
81748
+ InvokeDeploymentRequest2Messages4Type$outboundSchema = InvokeDeploymentRequest2Messages4Type$inboundSchema;
81749
+ InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsMessages4Type);
81750
+ InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema = InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema;
81741
81751
  AnnotationsFilePath$inboundSchema2 = objectType({
81742
81752
  file_id: stringType()
81743
81753
  }).transform((v2) => {
@@ -81752,8 +81762,8 @@ var init_deployments2 = __esm(() => {
81752
81762
  fileId: "file_id"
81753
81763
  });
81754
81764
  });
81755
- DeploymentsAnnotations2$inboundSchema = objectType({
81756
- type: DeploymentsAnnotationsMessages4Type$inboundSchema,
81765
+ InvokeDeploymentRequestAnnotations2$inboundSchema = objectType({
81766
+ type: InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema,
81757
81767
  text: stringType(),
81758
81768
  file_path: lazyType(() => AnnotationsFilePath$inboundSchema2),
81759
81769
  start_index: numberType().int(),
@@ -81765,8 +81775,8 @@ var init_deployments2 = __esm(() => {
81765
81775
  end_index: "endIndex"
81766
81776
  });
81767
81777
  });
81768
- DeploymentsAnnotations2$outboundSchema = objectType({
81769
- type: DeploymentsAnnotationsMessages4Type$outboundSchema,
81778
+ InvokeDeploymentRequestAnnotations2$outboundSchema = objectType({
81779
+ type: InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema,
81770
81780
  text: stringType(),
81771
81781
  filePath: lazyType(() => AnnotationsFilePath$outboundSchema2),
81772
81782
  startIndex: numberType().int(),
@@ -81778,8 +81788,8 @@ var init_deployments2 = __esm(() => {
81778
81788
  endIndex: "end_index"
81779
81789
  });
81780
81790
  });
81781
- DeploymentsAnnotationsMessagesType$inboundSchema = nativeEnumType(DeploymentsAnnotationsMessagesType);
81782
- DeploymentsAnnotationsMessagesType$outboundSchema = DeploymentsAnnotationsMessagesType$inboundSchema;
81791
+ InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsMessagesType);
81792
+ InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema = InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema;
81783
81793
  AnnotationsFileCitation$inboundSchema2 = objectType({
81784
81794
  file_id: stringType(),
81785
81795
  quote: stringType().optional()
@@ -81796,8 +81806,8 @@ var init_deployments2 = __esm(() => {
81796
81806
  fileId: "file_id"
81797
81807
  });
81798
81808
  });
81799
- DeploymentsAnnotations1$inboundSchema = objectType({
81800
- type: DeploymentsAnnotationsMessagesType$inboundSchema,
81809
+ InvokeDeploymentRequestAnnotations1$inboundSchema = objectType({
81810
+ type: InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema,
81801
81811
  text: stringType(),
81802
81812
  file_citation: lazyType(() => AnnotationsFileCitation$inboundSchema2),
81803
81813
  start_index: numberType().int(),
@@ -81809,8 +81819,8 @@ var init_deployments2 = __esm(() => {
81809
81819
  end_index: "endIndex"
81810
81820
  });
81811
81821
  });
81812
- DeploymentsAnnotations1$outboundSchema = objectType({
81813
- type: DeploymentsAnnotationsMessagesType$outboundSchema,
81822
+ InvokeDeploymentRequestAnnotations1$outboundSchema = objectType({
81823
+ type: InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema,
81814
81824
  text: stringType(),
81815
81825
  fileCitation: lazyType(() => AnnotationsFileCitation$outboundSchema2),
81816
81826
  startIndex: numberType().int(),
@@ -81823,53 +81833,53 @@ var init_deployments2 = __esm(() => {
81823
81833
  });
81824
81834
  });
81825
81835
  TwoAnnotations$inboundSchema2 = unionType([
81826
- lazyType(() => DeploymentsAnnotations1$inboundSchema),
81827
- lazyType(() => DeploymentsAnnotations2$inboundSchema)
81836
+ lazyType(() => InvokeDeploymentRequestAnnotations1$inboundSchema),
81837
+ lazyType(() => InvokeDeploymentRequestAnnotations2$inboundSchema)
81828
81838
  ]);
81829
81839
  TwoAnnotations$outboundSchema2 = unionType([
81830
- lazyType(() => DeploymentsAnnotations1$outboundSchema),
81831
- lazyType(() => DeploymentsAnnotations2$outboundSchema)
81840
+ lazyType(() => InvokeDeploymentRequestAnnotations1$outboundSchema),
81841
+ lazyType(() => InvokeDeploymentRequestAnnotations2$outboundSchema)
81832
81842
  ]);
81833
81843
  TwoTextContentPart$inboundSchema2 = objectType({
81834
- type: Deployments2Messages4Type$inboundSchema,
81844
+ type: InvokeDeploymentRequest2Messages4Type$inboundSchema,
81835
81845
  text: stringType(),
81836
81846
  annotations: arrayType(unionType([
81837
- lazyType(() => DeploymentsAnnotations1$inboundSchema),
81838
- lazyType(() => DeploymentsAnnotations2$inboundSchema)
81847
+ lazyType(() => InvokeDeploymentRequestAnnotations1$inboundSchema),
81848
+ lazyType(() => InvokeDeploymentRequestAnnotations2$inboundSchema)
81839
81849
  ])).optional()
81840
81850
  });
81841
81851
  TwoTextContentPart$outboundSchema2 = objectType({
81842
- type: Deployments2Messages4Type$outboundSchema,
81852
+ type: InvokeDeploymentRequest2Messages4Type$outboundSchema,
81843
81853
  text: stringType(),
81844
81854
  annotations: arrayType(unionType([
81845
- lazyType(() => DeploymentsAnnotations1$outboundSchema),
81846
- lazyType(() => DeploymentsAnnotations2$outboundSchema)
81855
+ lazyType(() => InvokeDeploymentRequestAnnotations1$outboundSchema),
81856
+ lazyType(() => InvokeDeploymentRequestAnnotations2$outboundSchema)
81847
81857
  ])).optional()
81848
81858
  });
81849
- DeploymentsContentMessages2$inboundSchema = unionType([
81859
+ InvokeDeploymentRequestContentMessages2$inboundSchema = unionType([
81850
81860
  lazyType(() => TwoTextContentPart$inboundSchema2),
81851
81861
  lazyType(() => TwoRefusalContentPart$inboundSchema2)
81852
81862
  ]);
81853
- DeploymentsContentMessages2$outboundSchema = unionType([
81863
+ InvokeDeploymentRequestContentMessages2$outboundSchema = unionType([
81854
81864
  lazyType(() => TwoTextContentPart$outboundSchema2),
81855
81865
  lazyType(() => TwoRefusalContentPart$outboundSchema2)
81856
81866
  ]);
81857
- DeploymentsMessagesContent$inboundSchema = unionType([
81867
+ InvokeDeploymentRequestMessagesContent$inboundSchema = unionType([
81858
81868
  stringType(),
81859
81869
  arrayType(unionType([
81860
81870
  lazyType(() => TwoTextContentPart$inboundSchema2),
81861
81871
  lazyType(() => TwoRefusalContentPart$inboundSchema2)
81862
81872
  ]))
81863
81873
  ]);
81864
- DeploymentsMessagesContent$outboundSchema = unionType([
81874
+ InvokeDeploymentRequestMessagesContent$outboundSchema = unionType([
81865
81875
  stringType(),
81866
81876
  arrayType(unionType([
81867
81877
  lazyType(() => TwoTextContentPart$outboundSchema2),
81868
81878
  lazyType(() => TwoRefusalContentPart$outboundSchema2)
81869
81879
  ]))
81870
81880
  ]);
81871
- DeploymentsMessages4Role$inboundSchema = nativeEnumType(DeploymentsMessages4Role);
81872
- DeploymentsMessages4Role$outboundSchema = DeploymentsMessages4Role$inboundSchema;
81881
+ InvokeDeploymentRequestMessages4Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages4Role);
81882
+ InvokeDeploymentRequestMessages4Role$outboundSchema = InvokeDeploymentRequestMessages4Role$inboundSchema;
81873
81883
  MessagesAudio$inboundSchema2 = objectType({
81874
81884
  id: stringType()
81875
81885
  });
@@ -81905,7 +81915,7 @@ var init_deployments2 = __esm(() => {
81905
81915
  ]))
81906
81916
  ])).optional(),
81907
81917
  refusal: nullableType(stringType()).optional(),
81908
- role: DeploymentsMessages4Role$inboundSchema,
81918
+ role: InvokeDeploymentRequestMessages4Role$inboundSchema,
81909
81919
  name: stringType().optional(),
81910
81920
  audio: nullableType(lazyType(() => MessagesAudio$inboundSchema2)).optional(),
81911
81921
  tool_calls: arrayType(lazyType(() => MessagesToolCalls$inboundSchema2)).optional(),
@@ -81928,7 +81938,7 @@ var init_deployments2 = __esm(() => {
81928
81938
  ]))
81929
81939
  ])).optional(),
81930
81940
  refusal: nullableType(stringType()).optional(),
81931
- role: DeploymentsMessages4Role$outboundSchema,
81941
+ role: InvokeDeploymentRequestMessages4Role$outboundSchema,
81932
81942
  name: stringType().optional(),
81933
81943
  audio: nullableType(lazyType(() => MessagesAudio$outboundSchema2)).optional(),
81934
81944
  toolCalls: arrayType(lazyType(() => MessagesToolCalls$outboundSchema2)).optional(),
@@ -81942,10 +81952,10 @@ var init_deployments2 = __esm(() => {
81942
81952
  redactedReasoning: "redacted_reasoning"
81943
81953
  });
81944
81954
  });
81945
- DeploymentsMessages3Role$inboundSchema = nativeEnumType(DeploymentsMessages3Role);
81946
- DeploymentsMessages3Role$outboundSchema = DeploymentsMessages3Role$inboundSchema;
81947
- Deployments2Messages3Content4Type$inboundSchema = nativeEnumType(Deployments2Messages3Content4Type);
81948
- Deployments2Messages3Content4Type$outboundSchema = Deployments2Messages3Content4Type$inboundSchema;
81955
+ InvokeDeploymentRequestMessages3Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages3Role);
81956
+ InvokeDeploymentRequestMessages3Role$outboundSchema = InvokeDeploymentRequestMessages3Role$inboundSchema;
81957
+ InvokeDeploymentRequest2Messages3Content4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3Content4Type);
81958
+ InvokeDeploymentRequest2Messages3Content4Type$outboundSchema = InvokeDeploymentRequest2Messages3Content4Type$inboundSchema;
81949
81959
  TwoFile$inboundSchema2 = objectType({
81950
81960
  file_data: stringType().optional(),
81951
81961
  uri: stringType().optional(),
@@ -81967,15 +81977,15 @@ var init_deployments2 = __esm(() => {
81967
81977
  });
81968
81978
  });
81969
81979
  Two4$inboundSchema2 = objectType({
81970
- type: Deployments2Messages3Content4Type$inboundSchema,
81980
+ type: InvokeDeploymentRequest2Messages3Content4Type$inboundSchema,
81971
81981
  file: lazyType(() => TwoFile$inboundSchema2)
81972
81982
  });
81973
81983
  Two4$outboundSchema2 = objectType({
81974
- type: Deployments2Messages3Content4Type$outboundSchema,
81984
+ type: InvokeDeploymentRequest2Messages3Content4Type$outboundSchema,
81975
81985
  file: lazyType(() => TwoFile$outboundSchema2)
81976
81986
  });
81977
- Deployments2Messages3ContentType$inboundSchema = nativeEnumType(Deployments2Messages3ContentType);
81978
- Deployments2Messages3ContentType$outboundSchema = Deployments2Messages3ContentType$inboundSchema;
81987
+ InvokeDeploymentRequest2Messages3ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3ContentType);
81988
+ InvokeDeploymentRequest2Messages3ContentType$outboundSchema = InvokeDeploymentRequest2Messages3ContentType$inboundSchema;
81979
81989
  TwoFormat$inboundSchema2 = nativeEnumType(TwoFormat2);
81980
81990
  TwoFormat$outboundSchema2 = TwoFormat$inboundSchema2;
81981
81991
  TwoInputAudio$inboundSchema2 = objectType({
@@ -81987,7 +81997,7 @@ var init_deployments2 = __esm(() => {
81987
81997
  format: TwoFormat$outboundSchema2
81988
81998
  });
81989
81999
  Two3$inboundSchema2 = objectType({
81990
- type: Deployments2Messages3ContentType$inboundSchema,
82000
+ type: InvokeDeploymentRequest2Messages3ContentType$inboundSchema,
81991
82001
  input_audio: lazyType(() => TwoInputAudio$inboundSchema2)
81992
82002
  }).transform((v2) => {
81993
82003
  return remap(v2, {
@@ -81995,15 +82005,15 @@ var init_deployments2 = __esm(() => {
81995
82005
  });
81996
82006
  });
81997
82007
  Two3$outboundSchema2 = objectType({
81998
- type: Deployments2Messages3ContentType$outboundSchema,
82008
+ type: InvokeDeploymentRequest2Messages3ContentType$outboundSchema,
81999
82009
  inputAudio: lazyType(() => TwoInputAudio$outboundSchema2)
82000
82010
  }).transform((v2) => {
82001
82011
  return remap(v2, {
82002
82012
  inputAudio: "input_audio"
82003
82013
  });
82004
82014
  });
82005
- Deployments2Messages3Type$inboundSchema = nativeEnumType(Deployments2Messages3Type);
82006
- Deployments2Messages3Type$outboundSchema = Deployments2Messages3Type$inboundSchema;
82015
+ InvokeDeploymentRequest2Messages3Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3Type);
82016
+ InvokeDeploymentRequest2Messages3Type$outboundSchema = InvokeDeploymentRequest2Messages3Type$inboundSchema;
82007
82017
  TwoDetail$inboundSchema2 = nativeEnumType(TwoDetail2);
82008
82018
  TwoDetail$outboundSchema2 = TwoDetail$inboundSchema2;
82009
82019
  TwoImageUrl$inboundSchema2 = objectType({
@@ -82014,41 +82024,41 @@ var init_deployments2 = __esm(() => {
82014
82024
  url: stringType(),
82015
82025
  detail: TwoDetail$outboundSchema2.optional()
82016
82026
  });
82017
- Deployments22$inboundSchema2 = objectType({
82018
- type: Deployments2Messages3Type$inboundSchema,
82027
+ InvokeDeploymentRequest22$inboundSchema = objectType({
82028
+ type: InvokeDeploymentRequest2Messages3Type$inboundSchema,
82019
82029
  image_url: lazyType(() => TwoImageUrl$inboundSchema2)
82020
82030
  }).transform((v2) => {
82021
82031
  return remap(v2, {
82022
82032
  image_url: "imageUrl"
82023
82033
  });
82024
82034
  });
82025
- Deployments22$outboundSchema2 = objectType({
82026
- type: Deployments2Messages3Type$outboundSchema,
82035
+ InvokeDeploymentRequest22$outboundSchema = objectType({
82036
+ type: InvokeDeploymentRequest2Messages3Type$outboundSchema,
82027
82037
  imageUrl: lazyType(() => TwoImageUrl$outboundSchema2)
82028
82038
  }).transform((v2) => {
82029
82039
  return remap(v2, {
82030
82040
  imageUrl: "image_url"
82031
82041
  });
82032
82042
  });
82033
- Deployments2MessagesType$inboundSchema = nativeEnumType(Deployments2MessagesType);
82034
- Deployments2MessagesType$outboundSchema = Deployments2MessagesType$inboundSchema;
82043
+ InvokeDeploymentRequest2MessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2MessagesType);
82044
+ InvokeDeploymentRequest2MessagesType$outboundSchema = InvokeDeploymentRequest2MessagesType$inboundSchema;
82035
82045
  Two1$inboundSchema2 = objectType({
82036
- type: Deployments2MessagesType$inboundSchema,
82046
+ type: InvokeDeploymentRequest2MessagesType$inboundSchema,
82037
82047
  text: stringType()
82038
82048
  });
82039
82049
  Two1$outboundSchema2 = objectType({
82040
- type: Deployments2MessagesType$outboundSchema,
82050
+ type: InvokeDeploymentRequest2MessagesType$outboundSchema,
82041
82051
  text: stringType()
82042
82052
  });
82043
- DeploymentsContent2$inboundSchema2 = unionType([
82053
+ InvokeDeploymentRequestContent2$inboundSchema = unionType([
82044
82054
  lazyType(() => Two1$inboundSchema2),
82045
- lazyType(() => Deployments22$inboundSchema2),
82055
+ lazyType(() => InvokeDeploymentRequest22$inboundSchema),
82046
82056
  lazyType(() => Two3$inboundSchema2),
82047
82057
  lazyType(() => Two4$inboundSchema2)
82048
82058
  ]);
82049
- DeploymentsContent2$outboundSchema2 = unionType([
82059
+ InvokeDeploymentRequestContent2$outboundSchema = unionType([
82050
82060
  lazyType(() => Two1$outboundSchema2),
82051
- lazyType(() => Deployments22$outboundSchema2),
82061
+ lazyType(() => InvokeDeploymentRequest22$outboundSchema),
82052
82062
  lazyType(() => Two3$outboundSchema2),
82053
82063
  lazyType(() => Two4$outboundSchema2)
82054
82064
  ]);
@@ -82056,7 +82066,7 @@ var init_deployments2 = __esm(() => {
82056
82066
  stringType(),
82057
82067
  arrayType(unionType([
82058
82068
  lazyType(() => Two1$inboundSchema2),
82059
- lazyType(() => Deployments22$inboundSchema2),
82069
+ lazyType(() => InvokeDeploymentRequest22$inboundSchema),
82060
82070
  lazyType(() => Two3$inboundSchema2),
82061
82071
  lazyType(() => Two4$inboundSchema2)
82062
82072
  ]))
@@ -82065,46 +82075,46 @@ var init_deployments2 = __esm(() => {
82065
82075
  stringType(),
82066
82076
  arrayType(unionType([
82067
82077
  lazyType(() => Two1$outboundSchema2),
82068
- lazyType(() => Deployments22$outboundSchema2),
82078
+ lazyType(() => InvokeDeploymentRequest22$outboundSchema),
82069
82079
  lazyType(() => Two3$outboundSchema2),
82070
82080
  lazyType(() => Two4$outboundSchema2)
82071
82081
  ]))
82072
82082
  ]);
82073
82083
  MessagesUserMessage$inboundSchema2 = objectType({
82074
- role: DeploymentsMessages3Role$inboundSchema,
82084
+ role: InvokeDeploymentRequestMessages3Role$inboundSchema,
82075
82085
  name: stringType().optional(),
82076
82086
  content: unionType([
82077
82087
  stringType(),
82078
82088
  arrayType(unionType([
82079
82089
  lazyType(() => Two1$inboundSchema2),
82080
- lazyType(() => Deployments22$inboundSchema2),
82090
+ lazyType(() => InvokeDeploymentRequest22$inboundSchema),
82081
82091
  lazyType(() => Two3$inboundSchema2),
82082
82092
  lazyType(() => Two4$inboundSchema2)
82083
82093
  ]))
82084
82094
  ])
82085
82095
  });
82086
82096
  MessagesUserMessage$outboundSchema2 = objectType({
82087
- role: DeploymentsMessages3Role$outboundSchema,
82097
+ role: InvokeDeploymentRequestMessages3Role$outboundSchema,
82088
82098
  name: stringType().optional(),
82089
82099
  content: unionType([
82090
82100
  stringType(),
82091
82101
  arrayType(unionType([
82092
82102
  lazyType(() => Two1$outboundSchema2),
82093
- lazyType(() => Deployments22$outboundSchema2),
82103
+ lazyType(() => InvokeDeploymentRequest22$outboundSchema),
82094
82104
  lazyType(() => Two3$outboundSchema2),
82095
82105
  lazyType(() => Two4$outboundSchema2)
82096
82106
  ]))
82097
82107
  ])
82098
82108
  });
82099
- DeploymentsMessagesRole$inboundSchema = nativeEnumType(DeploymentsMessagesRole);
82100
- DeploymentsMessagesRole$outboundSchema = DeploymentsMessagesRole$inboundSchema;
82109
+ InvokeDeploymentRequestMessagesRole$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessagesRole);
82110
+ InvokeDeploymentRequestMessagesRole$outboundSchema = InvokeDeploymentRequestMessagesRole$inboundSchema;
82101
82111
  MessagesSystemMessage$inboundSchema2 = objectType({
82102
- role: DeploymentsMessagesRole$inboundSchema,
82112
+ role: InvokeDeploymentRequestMessagesRole$inboundSchema,
82103
82113
  content: stringType(),
82104
82114
  name: stringType().optional()
82105
82115
  });
82106
82116
  MessagesSystemMessage$outboundSchema2 = objectType({
82107
- role: DeploymentsMessagesRole$outboundSchema,
82117
+ role: InvokeDeploymentRequestMessagesRole$outboundSchema,
82108
82118
  content: stringType(),
82109
82119
  name: stringType().optional()
82110
82120
  });
@@ -82198,18 +82208,18 @@ var init_deployments2 = __esm(() => {
82198
82208
  });
82199
82209
  OrNin$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82200
82210
  OrNin$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82201
- DeploymentsOrNin$inboundSchema = objectType({
82211
+ InvokeDeploymentRequestOrNin$inboundSchema = objectType({
82202
82212
  nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
82203
82213
  });
82204
- DeploymentsOrNin$outboundSchema = objectType({
82214
+ InvokeDeploymentRequestOrNin$outboundSchema = objectType({
82205
82215
  nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
82206
82216
  });
82207
82217
  OrIn$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82208
82218
  OrIn$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82209
- DeploymentsOrIn$inboundSchema = objectType({
82219
+ InvokeDeploymentRequestOrIn$inboundSchema = objectType({
82210
82220
  in: arrayType(unionType([stringType(), numberType(), booleanType()]))
82211
82221
  });
82212
- DeploymentsOrIn$outboundSchema = objectType({
82222
+ InvokeDeploymentRequestOrIn$outboundSchema = objectType({
82213
82223
  in: arrayType(unionType([stringType(), numberType(), booleanType()]))
82214
82224
  });
82215
82225
  OrLte$inboundSchema2 = objectType({
@@ -82230,73 +82240,73 @@ var init_deployments2 = __esm(() => {
82230
82240
  OrGte$outboundSchema2 = objectType({
82231
82241
  gte: numberType()
82232
82242
  });
82233
- Or3$inboundSchema2 = objectType({
82243
+ OrGt$inboundSchema2 = objectType({
82234
82244
  gt: numberType()
82235
82245
  });
82236
- Or3$outboundSchema2 = objectType({
82246
+ OrGt$outboundSchema2 = objectType({
82237
82247
  gt: numberType()
82238
82248
  });
82239
82249
  OrNe$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82240
82250
  OrNe$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82241
- DeploymentsOrNe$inboundSchema = objectType({
82251
+ InvokeDeploymentRequestOrNe$inboundSchema = objectType({
82242
82252
  ne: unionType([stringType(), numberType(), booleanType()])
82243
82253
  });
82244
- DeploymentsOrNe$outboundSchema = objectType({
82254
+ InvokeDeploymentRequestOrNe$outboundSchema = objectType({
82245
82255
  ne: unionType([stringType(), numberType(), booleanType()])
82246
82256
  });
82247
82257
  OrEq$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82248
82258
  OrEq$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82249
- DeploymentsOrEq$inboundSchema = objectType({
82259
+ InvokeDeploymentRequestOrEq$inboundSchema = objectType({
82250
82260
  eq: unionType([stringType(), numberType(), booleanType()])
82251
82261
  });
82252
- DeploymentsOrEq$outboundSchema = objectType({
82262
+ InvokeDeploymentRequestOrEq$outboundSchema = objectType({
82253
82263
  eq: unionType([stringType(), numberType(), booleanType()])
82254
82264
  });
82255
82265
  Or$inboundSchema2 = unionType([
82256
- lazyType(() => DeploymentsOrEq$inboundSchema),
82257
- lazyType(() => DeploymentsOrNe$inboundSchema),
82258
- lazyType(() => Or3$inboundSchema2),
82266
+ lazyType(() => InvokeDeploymentRequestOrEq$inboundSchema),
82267
+ lazyType(() => InvokeDeploymentRequestOrNe$inboundSchema),
82268
+ lazyType(() => OrGt$inboundSchema2),
82259
82269
  lazyType(() => OrGte$inboundSchema2),
82260
82270
  lazyType(() => OrLt$inboundSchema2),
82261
82271
  lazyType(() => OrLte$inboundSchema2),
82262
- lazyType(() => DeploymentsOrIn$inboundSchema),
82263
- lazyType(() => DeploymentsOrNin$inboundSchema),
82272
+ lazyType(() => InvokeDeploymentRequestOrIn$inboundSchema),
82273
+ lazyType(() => InvokeDeploymentRequestOrNin$inboundSchema),
82264
82274
  lazyType(() => OrExists$inboundSchema2)
82265
82275
  ]);
82266
82276
  Or$outboundSchema2 = unionType([
82267
- lazyType(() => DeploymentsOrEq$outboundSchema),
82268
- lazyType(() => DeploymentsOrNe$outboundSchema),
82269
- lazyType(() => Or3$outboundSchema2),
82277
+ lazyType(() => InvokeDeploymentRequestOrEq$outboundSchema),
82278
+ lazyType(() => InvokeDeploymentRequestOrNe$outboundSchema),
82279
+ lazyType(() => OrGt$outboundSchema2),
82270
82280
  lazyType(() => OrGte$outboundSchema2),
82271
82281
  lazyType(() => OrLt$outboundSchema2),
82272
82282
  lazyType(() => OrLte$outboundSchema2),
82273
- lazyType(() => DeploymentsOrIn$outboundSchema),
82274
- lazyType(() => DeploymentsOrNin$outboundSchema),
82283
+ lazyType(() => InvokeDeploymentRequestOrIn$outboundSchema),
82284
+ lazyType(() => InvokeDeploymentRequestOrNin$outboundSchema),
82275
82285
  lazyType(() => OrExists$outboundSchema2)
82276
82286
  ]);
82277
82287
  KnowledgeFilterOr$inboundSchema2 = objectType({
82278
82288
  or: arrayType(recordType(unionType([
82279
- lazyType(() => DeploymentsOrEq$inboundSchema),
82280
- lazyType(() => DeploymentsOrNe$inboundSchema),
82281
- lazyType(() => Or3$inboundSchema2),
82289
+ lazyType(() => InvokeDeploymentRequestOrEq$inboundSchema),
82290
+ lazyType(() => InvokeDeploymentRequestOrNe$inboundSchema),
82291
+ lazyType(() => OrGt$inboundSchema2),
82282
82292
  lazyType(() => OrGte$inboundSchema2),
82283
82293
  lazyType(() => OrLt$inboundSchema2),
82284
82294
  lazyType(() => OrLte$inboundSchema2),
82285
- lazyType(() => DeploymentsOrIn$inboundSchema),
82286
- lazyType(() => DeploymentsOrNin$inboundSchema),
82295
+ lazyType(() => InvokeDeploymentRequestOrIn$inboundSchema),
82296
+ lazyType(() => InvokeDeploymentRequestOrNin$inboundSchema),
82287
82297
  lazyType(() => OrExists$inboundSchema2)
82288
82298
  ])))
82289
82299
  });
82290
82300
  KnowledgeFilterOr$outboundSchema2 = objectType({
82291
82301
  or: arrayType(recordType(unionType([
82292
- lazyType(() => DeploymentsOrEq$outboundSchema),
82293
- lazyType(() => DeploymentsOrNe$outboundSchema),
82294
- lazyType(() => Or3$outboundSchema2),
82302
+ lazyType(() => InvokeDeploymentRequestOrEq$outboundSchema),
82303
+ lazyType(() => InvokeDeploymentRequestOrNe$outboundSchema),
82304
+ lazyType(() => OrGt$outboundSchema2),
82295
82305
  lazyType(() => OrGte$outboundSchema2),
82296
82306
  lazyType(() => OrLt$outboundSchema2),
82297
82307
  lazyType(() => OrLte$outboundSchema2),
82298
- lazyType(() => DeploymentsOrIn$outboundSchema),
82299
- lazyType(() => DeploymentsOrNin$outboundSchema),
82308
+ lazyType(() => InvokeDeploymentRequestOrIn$outboundSchema),
82309
+ lazyType(() => InvokeDeploymentRequestOrNin$outboundSchema),
82300
82310
  lazyType(() => OrExists$outboundSchema2)
82301
82311
  ])))
82302
82312
  });
@@ -82308,18 +82318,18 @@ var init_deployments2 = __esm(() => {
82308
82318
  });
82309
82319
  AndNin$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82310
82320
  AndNin$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82311
- DeploymentsAndNin$inboundSchema = objectType({
82321
+ InvokeDeploymentRequestAndNin$inboundSchema = objectType({
82312
82322
  nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
82313
82323
  });
82314
- DeploymentsAndNin$outboundSchema = objectType({
82324
+ InvokeDeploymentRequestAndNin$outboundSchema = objectType({
82315
82325
  nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
82316
82326
  });
82317
82327
  AndIn$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82318
82328
  AndIn$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82319
- DeploymentsAndIn$inboundSchema = objectType({
82329
+ InvokeDeploymentRequestAndIn$inboundSchema = objectType({
82320
82330
  in: arrayType(unionType([stringType(), numberType(), booleanType()]))
82321
82331
  });
82322
- DeploymentsAndIn$outboundSchema = objectType({
82332
+ InvokeDeploymentRequestAndIn$outboundSchema = objectType({
82323
82333
  in: arrayType(unionType([stringType(), numberType(), booleanType()]))
82324
82334
  });
82325
82335
  AndLte$inboundSchema2 = objectType({
@@ -82340,73 +82350,73 @@ var init_deployments2 = __esm(() => {
82340
82350
  AndGte$outboundSchema2 = objectType({
82341
82351
  gte: numberType()
82342
82352
  });
82343
- And3$inboundSchema2 = objectType({
82353
+ AndGt$inboundSchema2 = objectType({
82344
82354
  gt: numberType()
82345
82355
  });
82346
- And3$outboundSchema2 = objectType({
82356
+ AndGt$outboundSchema2 = objectType({
82347
82357
  gt: numberType()
82348
82358
  });
82349
82359
  AndNe$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82350
82360
  AndNe$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82351
- DeploymentsAndNe$inboundSchema = objectType({
82361
+ InvokeDeploymentRequestAndNe$inboundSchema = objectType({
82352
82362
  ne: unionType([stringType(), numberType(), booleanType()])
82353
82363
  });
82354
- DeploymentsAndNe$outboundSchema = objectType({
82364
+ InvokeDeploymentRequestAndNe$outboundSchema = objectType({
82355
82365
  ne: unionType([stringType(), numberType(), booleanType()])
82356
82366
  });
82357
82367
  AndEq$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82358
82368
  AndEq$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
82359
- DeploymentsAndEq$inboundSchema = objectType({
82369
+ InvokeDeploymentRequestAndEq$inboundSchema = objectType({
82360
82370
  eq: unionType([stringType(), numberType(), booleanType()])
82361
82371
  });
82362
- DeploymentsAndEq$outboundSchema = objectType({
82372
+ InvokeDeploymentRequestAndEq$outboundSchema = objectType({
82363
82373
  eq: unionType([stringType(), numberType(), booleanType()])
82364
82374
  });
82365
82375
  And$inboundSchema2 = unionType([
82366
- lazyType(() => DeploymentsAndEq$inboundSchema),
82367
- lazyType(() => DeploymentsAndNe$inboundSchema),
82368
- lazyType(() => And3$inboundSchema2),
82376
+ lazyType(() => InvokeDeploymentRequestAndEq$inboundSchema),
82377
+ lazyType(() => InvokeDeploymentRequestAndNe$inboundSchema),
82378
+ lazyType(() => AndGt$inboundSchema2),
82369
82379
  lazyType(() => AndGte$inboundSchema2),
82370
82380
  lazyType(() => AndLt$inboundSchema2),
82371
82381
  lazyType(() => AndLte$inboundSchema2),
82372
- lazyType(() => DeploymentsAndIn$inboundSchema),
82373
- lazyType(() => DeploymentsAndNin$inboundSchema),
82382
+ lazyType(() => InvokeDeploymentRequestAndIn$inboundSchema),
82383
+ lazyType(() => InvokeDeploymentRequestAndNin$inboundSchema),
82374
82384
  lazyType(() => AndExists$inboundSchema2)
82375
82385
  ]);
82376
82386
  And$outboundSchema2 = unionType([
82377
- lazyType(() => DeploymentsAndEq$outboundSchema),
82378
- lazyType(() => DeploymentsAndNe$outboundSchema),
82379
- lazyType(() => And3$outboundSchema2),
82387
+ lazyType(() => InvokeDeploymentRequestAndEq$outboundSchema),
82388
+ lazyType(() => InvokeDeploymentRequestAndNe$outboundSchema),
82389
+ lazyType(() => AndGt$outboundSchema2),
82380
82390
  lazyType(() => AndGte$outboundSchema2),
82381
82391
  lazyType(() => AndLt$outboundSchema2),
82382
82392
  lazyType(() => AndLte$outboundSchema2),
82383
- lazyType(() => DeploymentsAndIn$outboundSchema),
82384
- lazyType(() => DeploymentsAndNin$outboundSchema),
82393
+ lazyType(() => InvokeDeploymentRequestAndIn$outboundSchema),
82394
+ lazyType(() => InvokeDeploymentRequestAndNin$outboundSchema),
82385
82395
  lazyType(() => AndExists$outboundSchema2)
82386
82396
  ]);
82387
82397
  KnowledgeFilterAnd$inboundSchema2 = objectType({
82388
82398
  and: arrayType(recordType(unionType([
82389
- lazyType(() => DeploymentsAndEq$inboundSchema),
82390
- lazyType(() => DeploymentsAndNe$inboundSchema),
82391
- lazyType(() => And3$inboundSchema2),
82399
+ lazyType(() => InvokeDeploymentRequestAndEq$inboundSchema),
82400
+ lazyType(() => InvokeDeploymentRequestAndNe$inboundSchema),
82401
+ lazyType(() => AndGt$inboundSchema2),
82392
82402
  lazyType(() => AndGte$inboundSchema2),
82393
82403
  lazyType(() => AndLt$inboundSchema2),
82394
82404
  lazyType(() => AndLte$inboundSchema2),
82395
- lazyType(() => DeploymentsAndIn$inboundSchema),
82396
- lazyType(() => DeploymentsAndNin$inboundSchema),
82405
+ lazyType(() => InvokeDeploymentRequestAndIn$inboundSchema),
82406
+ lazyType(() => InvokeDeploymentRequestAndNin$inboundSchema),
82397
82407
  lazyType(() => AndExists$inboundSchema2)
82398
82408
  ])))
82399
82409
  });
82400
82410
  KnowledgeFilterAnd$outboundSchema2 = objectType({
82401
82411
  and: arrayType(recordType(unionType([
82402
- lazyType(() => DeploymentsAndEq$outboundSchema),
82403
- lazyType(() => DeploymentsAndNe$outboundSchema),
82404
- lazyType(() => And3$outboundSchema2),
82412
+ lazyType(() => InvokeDeploymentRequestAndEq$outboundSchema),
82413
+ lazyType(() => InvokeDeploymentRequestAndNe$outboundSchema),
82414
+ lazyType(() => AndGt$outboundSchema2),
82405
82415
  lazyType(() => AndGte$outboundSchema2),
82406
82416
  lazyType(() => AndLt$outboundSchema2),
82407
82417
  lazyType(() => AndLte$outboundSchema2),
82408
- lazyType(() => DeploymentsAndIn$outboundSchema),
82409
- lazyType(() => DeploymentsAndNin$outboundSchema),
82418
+ lazyType(() => InvokeDeploymentRequestAndIn$outboundSchema),
82419
+ lazyType(() => InvokeDeploymentRequestAndNin$outboundSchema),
82410
82420
  lazyType(() => AndExists$outboundSchema2)
82411
82421
  ])))
82412
82422
  });
@@ -82454,10 +82464,10 @@ var init_deployments2 = __esm(() => {
82454
82464
  Gte$outboundSchema2 = objectType({
82455
82465
  gte: numberType()
82456
82466
  });
82457
- Three$inboundSchema2 = objectType({
82467
+ Gt$inboundSchema2 = objectType({
82458
82468
  gt: numberType()
82459
82469
  });
82460
- Three$outboundSchema2 = objectType({
82470
+ Gt$outboundSchema2 = objectType({
82461
82471
  gt: numberType()
82462
82472
  });
82463
82473
  Ne$inboundSchema2 = unionType([
@@ -82487,7 +82497,7 @@ var init_deployments2 = __esm(() => {
82487
82497
  One$inboundSchema2 = unionType([
82488
82498
  lazyType(() => OneEq$inboundSchema2),
82489
82499
  lazyType(() => OneNe$inboundSchema2),
82490
- lazyType(() => Three$inboundSchema2),
82500
+ lazyType(() => Gt$inboundSchema2),
82491
82501
  lazyType(() => Gte$inboundSchema2),
82492
82502
  lazyType(() => Lt$inboundSchema2),
82493
82503
  lazyType(() => Lte$inboundSchema2),
@@ -82498,7 +82508,7 @@ var init_deployments2 = __esm(() => {
82498
82508
  One$outboundSchema2 = unionType([
82499
82509
  lazyType(() => OneEq$outboundSchema2),
82500
82510
  lazyType(() => OneNe$outboundSchema2),
82501
- lazyType(() => Three$outboundSchema2),
82511
+ lazyType(() => Gt$outboundSchema2),
82502
82512
  lazyType(() => Gte$outboundSchema2),
82503
82513
  lazyType(() => Lt$outboundSchema2),
82504
82514
  lazyType(() => Lte$outboundSchema2),
@@ -82512,7 +82522,7 @@ var init_deployments2 = __esm(() => {
82512
82522
  recordType(unionType([
82513
82523
  lazyType(() => OneEq$inboundSchema2),
82514
82524
  lazyType(() => OneNe$inboundSchema2),
82515
- lazyType(() => Three$inboundSchema2),
82525
+ lazyType(() => Gt$inboundSchema2),
82516
82526
  lazyType(() => Gte$inboundSchema2),
82517
82527
  lazyType(() => Lt$inboundSchema2),
82518
82528
  lazyType(() => Lte$inboundSchema2),
@@ -82527,7 +82537,7 @@ var init_deployments2 = __esm(() => {
82527
82537
  recordType(unionType([
82528
82538
  lazyType(() => OneEq$outboundSchema2),
82529
82539
  lazyType(() => OneNe$outboundSchema2),
82530
- lazyType(() => Three$outboundSchema2),
82540
+ lazyType(() => Gt$outboundSchema2),
82531
82541
  lazyType(() => Gte$outboundSchema2),
82532
82542
  lazyType(() => Lt$outboundSchema2),
82533
82543
  lazyType(() => Lte$outboundSchema2),
@@ -82536,8 +82546,9 @@ var init_deployments2 = __esm(() => {
82536
82546
  lazyType(() => Exists$outboundSchema2)
82537
82547
  ]))
82538
82548
  ]);
82539
- Deployments$inboundSchema = objectType({
82549
+ InvokeDeploymentRequest$inboundSchema = objectType({
82540
82550
  key: stringType(),
82551
+ stream: booleanType().default(false),
82541
82552
  inputs: recordType(anyType()).optional(),
82542
82553
  context: recordType(anyType()).optional(),
82543
82554
  prefix_messages: arrayType(unionType([
@@ -82566,7 +82577,7 @@ var init_deployments2 = __esm(() => {
82566
82577
  recordType(unionType([
82567
82578
  lazyType(() => OneEq$inboundSchema2),
82568
82579
  lazyType(() => OneNe$inboundSchema2),
82569
- lazyType(() => Three$inboundSchema2),
82580
+ lazyType(() => Gt$inboundSchema2),
82570
82581
  lazyType(() => Gte$inboundSchema2),
82571
82582
  lazyType(() => Lt$inboundSchema2),
82572
82583
  lazyType(() => Lte$inboundSchema2),
@@ -82584,8 +82595,9 @@ var init_deployments2 = __esm(() => {
82584
82595
  knowledge_filter: "knowledgeFilter"
82585
82596
  });
82586
82597
  });
82587
- Deployments$outboundSchema = objectType({
82598
+ InvokeDeploymentRequest$outboundSchema = objectType({
82588
82599
  key: stringType(),
82600
+ stream: booleanType().default(false),
82589
82601
  inputs: recordType(anyType()).optional(),
82590
82602
  context: recordType(anyType()).optional(),
82591
82603
  prefixMessages: arrayType(unionType([
@@ -82614,7 +82626,7 @@ var init_deployments2 = __esm(() => {
82614
82626
  recordType(unionType([
82615
82627
  lazyType(() => OneEq$outboundSchema2),
82616
82628
  lazyType(() => OneNe$outboundSchema2),
82617
- lazyType(() => Three$outboundSchema2),
82629
+ lazyType(() => Gt$outboundSchema2),
82618
82630
  lazyType(() => Gte$outboundSchema2),
82619
82631
  lazyType(() => Lt$outboundSchema2),
82620
82632
  lazyType(() => Lte$outboundSchema2),
@@ -82657,7 +82669,7 @@ var init_security2 = __esm(() => {
82657
82669
 
82658
82670
  // src/models/components/index.ts
82659
82671
  var init_components = __esm(() => {
82660
- init_deployments2();
82672
+ init_invokedeploymentrequest();
82661
82673
  init_security2();
82662
82674
  });
82663
82675
 
@@ -82666,7 +82678,7 @@ function deploymentsInvoke(client, request, options) {
82666
82678
  return new APIPromise($do37(client, request, options));
82667
82679
  }
82668
82680
  async function $do37(client, request, options) {
82669
- const parsed = safeParse(request, (value) => Deployments$outboundSchema.parse(value), "Input validation failed");
82681
+ const parsed = safeParse(request, (value) => InvokeDeploymentRequest$outboundSchema.parse(value), "Input validation failed");
82670
82682
  if (!parsed.ok) {
82671
82683
  return [parsed, { status: "invalid" }];
82672
82684
  }
@@ -82747,7 +82759,7 @@ var init_deploymentsInvoke2 = __esm(() => {
82747
82759
  init_components();
82748
82760
  init_tools();
82749
82761
  args37 = {
82750
- request: Deployments$inboundSchema
82762
+ request: InvokeDeploymentRequest$inboundSchema
82751
82763
  };
82752
82764
  tool$deploymentsInvoke = {
82753
82765
  name: "deployments-invoke",
@@ -89285,7 +89297,7 @@ Updates a tool in the workspace.`,
89285
89297
  function createMCPServer(deps) {
89286
89298
  const server = new McpServer({
89287
89299
  name: "Orq",
89288
- version: "3.14.35"
89300
+ version: "3.14.36"
89289
89301
  });
89290
89302
  const client = new OrqCore({
89291
89303
  apiKey: deps.apiKey,
@@ -89311,9 +89323,9 @@ function createMCPServer(deps) {
89311
89323
  tool(tool$evalsCreate);
89312
89324
  tool(tool$evalsUpdate);
89313
89325
  tool(tool$evalsDelete);
89326
+ tool(tool$deploymentsInvoke);
89314
89327
  tool(tool$deploymentsList);
89315
89328
  tool(tool$deploymentsGetConfig);
89316
- tool(tool$deploymentsInvoke);
89317
89329
  tool(tool$deploymentsStream);
89318
89330
  tool(tool$agentsRetrieveTask);
89319
89331
  tool(tool$agentsCreate);
@@ -90701,7 +90713,7 @@ var routes = rn({
90701
90713
  var app = Ve(routes, {
90702
90714
  name: "mcp",
90703
90715
  versionInfo: {
90704
- currentVersion: "3.14.35"
90716
+ currentVersion: "3.14.36"
90705
90717
  }
90706
90718
  });
90707
90719
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -90709,5 +90721,5 @@ export {
90709
90721
  app
90710
90722
  };
90711
90723
 
90712
- //# debugId=6D30388FF690558664756E2164756E21
90724
+ //# debugId=EE2B46BDE6EF85B064756E2164756E21
90713
90725
  //# sourceMappingURL=mcp-server.js.map