@orq-ai/node 3.8.0-rc.3 → 3.8.0-rc.30

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 (238) hide show
  1. package/FUNCTIONS.md +3 -5
  2. package/README.md +91 -95
  3. package/bin/mcp-server.js +1866 -461
  4. package/bin/mcp-server.js.map +68 -62
  5. package/docs/sdks/contacts/README.md +30 -2
  6. package/docs/sdks/knowledge/README.md +1 -1
  7. package/docs/sdks/orq/README.md +138 -0
  8. package/funcs/filesCreate.d.ts.map +1 -1
  9. package/funcs/filesCreate.js +7 -3
  10. package/funcs/filesCreate.js.map +1 -1
  11. package/funcs/getV2ModelsLitellmModels.d.ts +17 -0
  12. package/funcs/getV2ModelsLitellmModels.d.ts.map +1 -0
  13. package/funcs/getV2ModelsLitellmModels.js +105 -0
  14. package/funcs/getV2ModelsLitellmModels.js.map +1 -0
  15. package/funcs/knowledgeCreateChunks.d.ts +1 -1
  16. package/funcs/knowledgeCreateChunks.d.ts.map +1 -1
  17. package/funcs/knowledgeCreateChunks.js +1 -1
  18. package/funcs/knowledgeCreateChunks.js.map +1 -1
  19. package/funcs/postV2ModelsLitellmImport.d.ts +17 -0
  20. package/funcs/postV2ModelsLitellmImport.d.ts.map +1 -0
  21. package/funcs/postV2ModelsLitellmImport.js +117 -0
  22. package/funcs/postV2ModelsLitellmImport.js.map +1 -0
  23. package/jsr.json +1 -1
  24. package/lib/config.d.ts +3 -3
  25. package/lib/config.js +3 -3
  26. package/lib/config.js.map +1 -1
  27. package/lib/files.d.ts +5 -0
  28. package/lib/files.d.ts.map +1 -1
  29. package/lib/files.js +41 -0
  30. package/lib/files.js.map +1 -1
  31. package/lib/security.d.ts +2 -2
  32. package/lib/security.d.ts.map +1 -1
  33. package/mcp-server/mcp-server.js +1 -1
  34. package/mcp-server/mcp-server.js.map +1 -1
  35. package/mcp-server/server.d.ts.map +1 -1
  36. package/mcp-server/server.js +5 -1
  37. package/mcp-server/server.js.map +1 -1
  38. package/mcp-server/tools/getV2ModelsLitellmModels.d.ts +3 -0
  39. package/mcp-server/tools/getV2ModelsLitellmModels.d.ts.map +1 -0
  40. package/mcp-server/tools/getV2ModelsLitellmModels.js +26 -0
  41. package/mcp-server/tools/getV2ModelsLitellmModels.js.map +1 -0
  42. package/mcp-server/tools/postV2ModelsLitellmImport.d.ts +9 -0
  43. package/mcp-server/tools/postV2ModelsLitellmImport.d.ts.map +1 -0
  44. package/mcp-server/tools/postV2ModelsLitellmImport.js +65 -0
  45. package/mcp-server/tools/postV2ModelsLitellmImport.js.map +1 -0
  46. package/models/operations/createchunk.d.ts +28 -28
  47. package/models/operations/createchunk.d.ts.map +1 -1
  48. package/models/operations/createchunk.js +35 -33
  49. package/models/operations/createchunk.js.map +1 -1
  50. package/models/operations/createcontact.js +2 -2
  51. package/models/operations/createdataset.js +2 -2
  52. package/models/operations/createdatasetitem.js +2 -2
  53. package/models/operations/createdatasource.js +2 -2
  54. package/models/operations/createeval.js +16 -16
  55. package/models/operations/createfeedback.d.ts +8 -8
  56. package/models/operations/createfeedback.d.ts.map +1 -1
  57. package/models/operations/createfeedback.js +8 -8
  58. package/models/operations/createfeedback.js.map +1 -1
  59. package/models/operations/createprompt.d.ts +16 -10
  60. package/models/operations/createprompt.d.ts.map +1 -1
  61. package/models/operations/createprompt.js +12 -10
  62. package/models/operations/createprompt.js.map +1 -1
  63. package/models/operations/deploymentgetconfig.d.ts +17 -17
  64. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  65. package/models/operations/deploymentgetconfig.js +20 -20
  66. package/models/operations/deploymentgetconfig.js.map +1 -1
  67. package/models/operations/deploymentinvoke.d.ts +3 -0
  68. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  69. package/models/operations/deploymentinvoke.js +1 -0
  70. package/models/operations/deploymentinvoke.js.map +1 -1
  71. package/models/operations/deployments.d.ts +5 -2
  72. package/models/operations/deployments.d.ts.map +1 -1
  73. package/models/operations/deployments.js +3 -2
  74. package/models/operations/deployments.js.map +1 -1
  75. package/models/operations/evalsageappropriate.d.ts +2 -2
  76. package/models/operations/evalsageappropriate.js +2 -2
  77. package/models/operations/evalsfactcheckingknowledgebase.d.ts +2 -2
  78. package/models/operations/evalsfactcheckingknowledgebase.js +2 -2
  79. package/models/operations/evalsgrammar.d.ts +2 -2
  80. package/models/operations/evalsgrammar.js +2 -2
  81. package/models/operations/evalslocalization.d.ts +2 -2
  82. package/models/operations/evalslocalization.js +2 -2
  83. package/models/operations/evalspii.d.ts +2 -2
  84. package/models/operations/evalspii.js +2 -2
  85. package/models/operations/evalsragascoherence.d.ts +2 -2
  86. package/models/operations/evalsragascoherence.js +2 -2
  87. package/models/operations/evalsragasconciseness.d.ts +2 -2
  88. package/models/operations/evalsragasconciseness.js +2 -2
  89. package/models/operations/evalsragascontextprecision.d.ts +2 -2
  90. package/models/operations/evalsragascontextprecision.js +2 -2
  91. package/models/operations/evalsragascorrectness.d.ts +2 -2
  92. package/models/operations/evalsragascorrectness.js +2 -2
  93. package/models/operations/evalsragasfaithfulness.d.ts +2 -2
  94. package/models/operations/evalsragasfaithfulness.js +2 -2
  95. package/models/operations/evalsragasharmfulness.d.ts +2 -2
  96. package/models/operations/evalsragasharmfulness.js +2 -2
  97. package/models/operations/evalsragasmaliciousness.d.ts +2 -2
  98. package/models/operations/evalsragasmaliciousness.js +2 -2
  99. package/models/operations/evalsragasresponserelevancy.d.ts +2 -2
  100. package/models/operations/evalsragasresponserelevancy.js +2 -2
  101. package/models/operations/evalssentimentclassification.d.ts +2 -2
  102. package/models/operations/evalssentimentclassification.js +2 -2
  103. package/models/operations/evalssummarization.d.ts +2 -2
  104. package/models/operations/evalssummarization.js +2 -2
  105. package/models/operations/evalstoneofvoice.d.ts +2 -2
  106. package/models/operations/evalstoneofvoice.js +2 -2
  107. package/models/operations/evalstranslation.d.ts +2 -2
  108. package/models/operations/evalstranslation.js +2 -2
  109. package/models/operations/fileget.js +2 -2
  110. package/models/operations/filelist.js +2 -2
  111. package/models/operations/fileupload.js +2 -2
  112. package/models/operations/getallprompts.d.ts +9 -6
  113. package/models/operations/getallprompts.d.ts.map +1 -1
  114. package/models/operations/getallprompts.js +7 -6
  115. package/models/operations/getallprompts.js.map +1 -1
  116. package/models/operations/getevals.d.ts +56 -56
  117. package/models/operations/getevals.d.ts.map +1 -1
  118. package/models/operations/getevals.js +111 -106
  119. package/models/operations/getevals.js.map +1 -1
  120. package/models/operations/getoneprompt.d.ts +9 -6
  121. package/models/operations/getoneprompt.d.ts.map +1 -1
  122. package/models/operations/getoneprompt.js +7 -6
  123. package/models/operations/getoneprompt.js.map +1 -1
  124. package/models/operations/getpromptversion.d.ts +9 -6
  125. package/models/operations/getpromptversion.d.ts.map +1 -1
  126. package/models/operations/getpromptversion.js +7 -6
  127. package/models/operations/getpromptversion.js.map +1 -1
  128. package/models/operations/getv2modelslitellmmodels.d.ts +185 -0
  129. package/models/operations/getv2modelslitellmmodels.d.ts.map +1 -0
  130. package/models/operations/getv2modelslitellmmodels.js +349 -0
  131. package/models/operations/getv2modelslitellmmodels.js.map +1 -0
  132. package/models/operations/index.d.ts +2 -0
  133. package/models/operations/index.d.ts.map +1 -1
  134. package/models/operations/index.js +2 -0
  135. package/models/operations/index.js.map +1 -1
  136. package/models/operations/invokeeval.d.ts +108 -108
  137. package/models/operations/invokeeval.d.ts.map +1 -1
  138. package/models/operations/invokeeval.js +141 -144
  139. package/models/operations/invokeeval.js.map +1 -1
  140. package/models/operations/listcontacts.js +2 -2
  141. package/models/operations/listdatasetdatapoints.js +2 -2
  142. package/models/operations/listdatasets.js +2 -2
  143. package/models/operations/listdatasources.js +2 -2
  144. package/models/operations/listpromptversions.d.ts +9 -6
  145. package/models/operations/listpromptversions.d.ts.map +1 -1
  146. package/models/operations/listpromptversions.js +7 -6
  147. package/models/operations/listpromptversions.js.map +1 -1
  148. package/models/operations/postv2modelslitellmimport.d.ts +1333 -0
  149. package/models/operations/postv2modelslitellmimport.d.ts.map +1 -0
  150. package/models/operations/postv2modelslitellmimport.js +1400 -0
  151. package/models/operations/postv2modelslitellmimport.js.map +1 -0
  152. package/models/operations/retrievecontact.js +2 -2
  153. package/models/operations/retrievedatapoint.js +2 -2
  154. package/models/operations/retrievedataset.js +2 -2
  155. package/models/operations/retrievedatasource.js +2 -2
  156. package/models/operations/updatecontact.js +2 -2
  157. package/models/operations/updatedatapoint.js +2 -2
  158. package/models/operations/updatedataset.js +2 -2
  159. package/models/operations/updatedatasource.js +2 -2
  160. package/models/operations/updateeval.js +16 -16
  161. package/models/operations/updateprompt.d.ts +25 -78
  162. package/models/operations/updateprompt.d.ts.map +1 -1
  163. package/models/operations/updateprompt.js +33 -56
  164. package/models/operations/updateprompt.js.map +1 -1
  165. package/package.json +1 -1
  166. package/sdk/knowledge.d.ts +1 -1
  167. package/sdk/knowledge.d.ts.map +1 -1
  168. package/sdk/sdk.d.ts +16 -1
  169. package/sdk/sdk.d.ts.map +1 -1
  170. package/sdk/sdk.js +21 -0
  171. package/sdk/sdk.js.map +1 -1
  172. package/src/funcs/filesCreate.ts +11 -4
  173. package/src/funcs/getV2ModelsLitellmModels.ts +143 -0
  174. package/src/funcs/knowledgeCreateChunks.ts +4 -4
  175. package/src/funcs/postV2ModelsLitellmImport.ts +167 -0
  176. package/src/lib/config.ts +3 -3
  177. package/src/lib/files.ts +42 -0
  178. package/src/lib/security.ts +2 -2
  179. package/src/mcp-server/mcp-server.ts +1 -1
  180. package/src/mcp-server/server.ts +5 -1
  181. package/src/mcp-server/tools/getV2ModelsLitellmModels.ts +30 -0
  182. package/src/mcp-server/tools/postV2ModelsLitellmImport.ts +38 -0
  183. package/src/models/operations/createchunk.ts +54 -44
  184. package/src/models/operations/createcontact.ts +2 -2
  185. package/src/models/operations/createdataset.ts +2 -2
  186. package/src/models/operations/createdatasetitem.ts +2 -2
  187. package/src/models/operations/createdatasource.ts +2 -2
  188. package/src/models/operations/createeval.ts +16 -16
  189. package/src/models/operations/createfeedback.ts +16 -16
  190. package/src/models/operations/createprompt.ts +22 -20
  191. package/src/models/operations/deploymentgetconfig.ts +34 -28
  192. package/src/models/operations/deploymentinvoke.ts +1 -0
  193. package/src/models/operations/deployments.ts +5 -4
  194. package/src/models/operations/evalsageappropriate.ts +4 -4
  195. package/src/models/operations/evalsfactcheckingknowledgebase.ts +4 -4
  196. package/src/models/operations/evalsgrammar.ts +4 -4
  197. package/src/models/operations/evalslocalization.ts +4 -4
  198. package/src/models/operations/evalspii.ts +4 -4
  199. package/src/models/operations/evalsragascoherence.ts +4 -4
  200. package/src/models/operations/evalsragasconciseness.ts +4 -4
  201. package/src/models/operations/evalsragascontextprecision.ts +4 -4
  202. package/src/models/operations/evalsragascorrectness.ts +4 -4
  203. package/src/models/operations/evalsragasfaithfulness.ts +4 -4
  204. package/src/models/operations/evalsragasharmfulness.ts +4 -4
  205. package/src/models/operations/evalsragasmaliciousness.ts +4 -4
  206. package/src/models/operations/evalsragasresponserelevancy.ts +4 -4
  207. package/src/models/operations/evalssentimentclassification.ts +4 -4
  208. package/src/models/operations/evalssummarization.ts +4 -4
  209. package/src/models/operations/evalstoneofvoice.ts +4 -4
  210. package/src/models/operations/evalstranslation.ts +4 -4
  211. package/src/models/operations/fileget.ts +2 -2
  212. package/src/models/operations/filelist.ts +2 -2
  213. package/src/models/operations/fileupload.ts +2 -2
  214. package/src/models/operations/getallprompts.ts +13 -12
  215. package/src/models/operations/getevals.ts +155 -180
  216. package/src/models/operations/getoneprompt.ts +13 -12
  217. package/src/models/operations/getpromptversion.ts +13 -12
  218. package/src/models/operations/getv2modelslitellmmodels.ts +530 -0
  219. package/src/models/operations/index.ts +2 -0
  220. package/src/models/operations/invokeeval.ts +251 -223
  221. package/src/models/operations/listcontacts.ts +2 -2
  222. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  223. package/src/models/operations/listdatasets.ts +2 -2
  224. package/src/models/operations/listdatasources.ts +2 -2
  225. package/src/models/operations/listpromptversions.ts +13 -12
  226. package/src/models/operations/postv2modelslitellmimport.ts +2408 -0
  227. package/src/models/operations/retrievecontact.ts +2 -2
  228. package/src/models/operations/retrievedatapoint.ts +2 -2
  229. package/src/models/operations/retrievedataset.ts +2 -2
  230. package/src/models/operations/retrievedatasource.ts +2 -2
  231. package/src/models/operations/updatecontact.ts +2 -2
  232. package/src/models/operations/updatedatapoint.ts +2 -2
  233. package/src/models/operations/updatedataset.ts +2 -2
  234. package/src/models/operations/updatedatasource.ts +2 -2
  235. package/src/models/operations/updateeval.ts +16 -16
  236. package/src/models/operations/updateprompt.ts +43 -86
  237. package/src/sdk/knowledge.ts +1 -1
  238. package/src/sdk/sdk.ts +37 -1
package/bin/mcp-server.js CHANGED
@@ -34272,9 +34272,9 @@ var init_config = __esm(() => {
34272
34272
  SDK_METADATA = {
34273
34273
  language: "typescript",
34274
34274
  openapiDocVersion: "2.0",
34275
- sdkVersion: "3.8.0-rc.3",
34276
- genVersion: "2.623.0",
34277
- userAgent: "speakeasy-sdk/typescript 3.8.0-rc.3 2.623.0 2.0 @orq-ai/node"
34275
+ sdkVersion: "3.8.0-rc.30",
34276
+ genVersion: "2.629.2",
34277
+ userAgent: "speakeasy-sdk/typescript 3.8.0-rc.30 2.629.2 2.0 @orq-ai/node"
34278
34278
  };
34279
34279
  });
34280
34280
 
@@ -35990,7 +35990,7 @@ var init_cleardataset = __esm(() => {
35990
35990
  });
35991
35991
 
35992
35992
  // src/models/operations/createchunk.ts
35993
- var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$, RequestBody$inboundSchema, RequestBody$outboundSchema, RequestBody$, CreateChunkRequest$inboundSchema, CreateChunkRequest$outboundSchema, CreateChunkRequest$, CreateChunkKnowledgeMetadata$inboundSchema, CreateChunkKnowledgeMetadata$outboundSchema, CreateChunkKnowledgeMetadata$, CreateChunkStatus$inboundSchema, CreateChunkStatus$outboundSchema, CreateChunkStatus$, ResponseBody$inboundSchema, ResponseBody$outboundSchema, ResponseBody$;
35993
+ var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$, CreateChunkRequestBody$inboundSchema, CreateChunkRequestBody$outboundSchema, CreateChunkRequestBody$, CreateChunkRequest$inboundSchema, CreateChunkRequest$outboundSchema, CreateChunkRequest$, CreateChunkKnowledgeMetadata$inboundSchema, CreateChunkKnowledgeMetadata$outboundSchema, CreateChunkKnowledgeMetadata$, CreateChunkStatus$inboundSchema, CreateChunkStatus$outboundSchema, CreateChunkStatus$, CreateChunkResponseBody$inboundSchema, CreateChunkResponseBody$outboundSchema, CreateChunkResponseBody$;
35994
35994
  var init_createchunk = __esm(() => {
35995
35995
  init_esm();
35996
35996
  init_primitives();
@@ -36007,24 +36007,24 @@ var init_createchunk = __esm(() => {
36007
36007
  CreateChunkMetadata$.inboundSchema = CreateChunkMetadata$inboundSchema;
36008
36008
  CreateChunkMetadata$.outboundSchema = CreateChunkMetadata$outboundSchema;
36009
36009
  })(CreateChunkMetadata$ ||= {});
36010
- RequestBody$inboundSchema = objectType({
36010
+ CreateChunkRequestBody$inboundSchema = objectType({
36011
36011
  text: stringType(),
36012
36012
  embedding: arrayType(numberType()).optional(),
36013
36013
  metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional()
36014
36014
  });
36015
- RequestBody$outboundSchema = objectType({
36015
+ CreateChunkRequestBody$outboundSchema = objectType({
36016
36016
  text: stringType(),
36017
36017
  embedding: arrayType(numberType()).optional(),
36018
36018
  metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional()
36019
36019
  });
36020
- ((RequestBody$) => {
36021
- RequestBody$.inboundSchema = RequestBody$inboundSchema;
36022
- RequestBody$.outboundSchema = RequestBody$outboundSchema;
36023
- })(RequestBody$ ||= {});
36020
+ ((CreateChunkRequestBody$) => {
36021
+ CreateChunkRequestBody$.inboundSchema = CreateChunkRequestBody$inboundSchema;
36022
+ CreateChunkRequestBody$.outboundSchema = CreateChunkRequestBody$outboundSchema;
36023
+ })(CreateChunkRequestBody$ ||= {});
36024
36024
  CreateChunkRequest$inboundSchema = objectType({
36025
36025
  knowledge_id: stringType(),
36026
36026
  datasource_id: stringType(),
36027
- RequestBody: arrayType(lazyType(() => RequestBody$inboundSchema)).optional()
36027
+ RequestBody: arrayType(lazyType(() => CreateChunkRequestBody$inboundSchema)).optional()
36028
36028
  }).transform((v2) => {
36029
36029
  return remap(v2, {
36030
36030
  knowledge_id: "knowledgeId",
@@ -36035,7 +36035,7 @@ var init_createchunk = __esm(() => {
36035
36035
  CreateChunkRequest$outboundSchema = objectType({
36036
36036
  knowledgeId: stringType(),
36037
36037
  datasourceId: stringType(),
36038
- requestBody: arrayType(lazyType(() => RequestBody$outboundSchema)).optional()
36038
+ requestBody: arrayType(lazyType(() => CreateChunkRequestBody$outboundSchema)).optional()
36039
36039
  }).transform((v2) => {
36040
36040
  return remap(v2, {
36041
36041
  knowledgeId: "knowledge_id",
@@ -36059,7 +36059,7 @@ var init_createchunk = __esm(() => {
36059
36059
  CreateChunkStatus$.inboundSchema = CreateChunkStatus$inboundSchema;
36060
36060
  CreateChunkStatus$.outboundSchema = CreateChunkStatus$outboundSchema;
36061
36061
  })(CreateChunkStatus$ ||= {});
36062
- ResponseBody$inboundSchema = objectType({
36062
+ CreateChunkResponseBody$inboundSchema = objectType({
36063
36063
  _id: stringType(),
36064
36064
  text: stringType(),
36065
36065
  metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
@@ -36076,7 +36076,7 @@ var init_createchunk = __esm(() => {
36076
36076
  update_by_id: "updateById"
36077
36077
  });
36078
36078
  });
36079
- ResponseBody$outboundSchema = objectType({
36079
+ CreateChunkResponseBody$outboundSchema = objectType({
36080
36080
  id: stringType(),
36081
36081
  text: stringType(),
36082
36082
  metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
@@ -36093,10 +36093,10 @@ var init_createchunk = __esm(() => {
36093
36093
  updateById: "update_by_id"
36094
36094
  });
36095
36095
  });
36096
- ((ResponseBody$) => {
36097
- ResponseBody$.inboundSchema = ResponseBody$inboundSchema;
36098
- ResponseBody$.outboundSchema = ResponseBody$outboundSchema;
36099
- })(ResponseBody$ ||= {});
36096
+ ((CreateChunkResponseBody$) => {
36097
+ CreateChunkResponseBody$.inboundSchema = CreateChunkResponseBody$inboundSchema;
36098
+ CreateChunkResponseBody$.outboundSchema = CreateChunkResponseBody$outboundSchema;
36099
+ })(CreateChunkResponseBody$ ||= {});
36100
36100
  });
36101
36101
 
36102
36102
  // src/models/operations/createcontact.ts
@@ -36146,7 +36146,7 @@ var init_createcontact = __esm(() => {
36146
36146
  tags: arrayType(stringType()).optional(),
36147
36147
  metadata: recordType(anyType()).optional(),
36148
36148
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36149
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
36149
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
36150
36150
  }).transform((v2) => {
36151
36151
  return remap(v2, {
36152
36152
  _id: "id",
@@ -36166,7 +36166,7 @@ var init_createcontact = __esm(() => {
36166
36166
  tags: arrayType(stringType()).optional(),
36167
36167
  metadata: recordType(anyType()).optional(),
36168
36168
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36169
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
36169
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
36170
36170
  }).transform((v2) => {
36171
36171
  return remap(v2, {
36172
36172
  id: "_id",
@@ -36238,7 +36238,7 @@ var init_createdataset = __esm(() => {
36238
36238
  updated_by_id: stringType().optional(),
36239
36239
  metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
36240
36240
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36241
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
36241
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
36242
36242
  }).transform((v2) => {
36243
36243
  return remap(v2, {
36244
36244
  _id: "id",
@@ -36258,7 +36258,7 @@ var init_createdataset = __esm(() => {
36258
36258
  updatedById: stringType().optional(),
36259
36259
  metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
36260
36260
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36261
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
36261
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
36262
36262
  }).transform((v2) => {
36263
36263
  return remap(v2, {
36264
36264
  id: "_id",
@@ -37480,7 +37480,7 @@ var init_createdatasetitem = __esm(() => {
37480
37480
  created_by_id: stringType().optional(),
37481
37481
  updated_by_id: stringType().optional(),
37482
37482
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
37483
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
37483
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
37484
37484
  }).transform((v2) => {
37485
37485
  return remap(v2, {
37486
37486
  _id: "id",
@@ -37507,7 +37507,7 @@ var init_createdatasetitem = __esm(() => {
37507
37507
  createdById: stringType().optional(),
37508
37508
  updatedById: stringType().optional(),
37509
37509
  created: dateType().transform((v2) => v2.toISOString()).optional(),
37510
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
37510
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
37511
37511
  }).transform((v2) => {
37512
37512
  return remap(v2, {
37513
37513
  id: "_id",
@@ -37729,7 +37729,7 @@ var init_createdatasource = __esm(() => {
37729
37729
  CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
37730
37730
  })(CreateDatasourceStatus$ ||= {});
37731
37731
  CreateDatasourceResponseBody$inboundSchema = objectType({
37732
- _id: stringType().default("01JX225RQV7K6RRPKMCCAFPK1M"),
37732
+ _id: stringType().default("01JXWEMQ3RX1JSF4JPZY41PYG3"),
37733
37733
  display_name: stringType(),
37734
37734
  description: stringType().optional(),
37735
37735
  status: CreateDatasourceStatus$inboundSchema,
@@ -37752,7 +37752,7 @@ var init_createdatasource = __esm(() => {
37752
37752
  });
37753
37753
  });
37754
37754
  CreateDatasourceResponseBody$outboundSchema = objectType({
37755
- id: stringType().default("01JX225RQV7K6RRPKMCCAFPK1M"),
37755
+ id: stringType().default("01JXWEMQ3RX1JSF4JPZY41PYG3"),
37756
37756
  displayName: stringType(),
37757
37757
  description: stringType().optional(),
37758
37758
  status: CreateDatasourceStatus$outboundSchema,
@@ -38520,8 +38520,8 @@ var init_createeval = __esm(() => {
38520
38520
  ResponseBodyPython$inboundSchema = objectType({
38521
38521
  _id: stringType(),
38522
38522
  description: stringType(),
38523
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38524
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38523
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38524
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38525
38525
  guardrail_config: unionType([
38526
38526
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
38527
38527
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -38538,8 +38538,8 @@ var init_createeval = __esm(() => {
38538
38538
  ResponseBodyPython$outboundSchema = objectType({
38539
38539
  id: stringType(),
38540
38540
  description: stringType(),
38541
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38542
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38541
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38542
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38543
38543
  guardrailConfig: unionType([
38544
38544
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
38545
38545
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -38632,8 +38632,8 @@ var init_createeval = __esm(() => {
38632
38632
  ResponseBodyHTTP$inboundSchema = objectType({
38633
38633
  _id: stringType(),
38634
38634
  description: stringType(),
38635
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38636
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38635
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38636
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38637
38637
  guardrail_config: unionType([
38638
38638
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
38639
38639
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -38653,8 +38653,8 @@ var init_createeval = __esm(() => {
38653
38653
  ResponseBodyHTTP$outboundSchema = objectType({
38654
38654
  id: stringType(),
38655
38655
  description: stringType(),
38656
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38657
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38656
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38657
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38658
38658
  guardrailConfig: unionType([
38659
38659
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
38660
38660
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -38744,8 +38744,8 @@ var init_createeval = __esm(() => {
38744
38744
  ResponseBodyJSON$inboundSchema = objectType({
38745
38745
  _id: stringType(),
38746
38746
  description: stringType(),
38747
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38748
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38747
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38748
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38749
38749
  guardrail_config: unionType([
38750
38750
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
38751
38751
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -38762,8 +38762,8 @@ var init_createeval = __esm(() => {
38762
38762
  ResponseBodyJSON$outboundSchema = objectType({
38763
38763
  id: stringType(),
38764
38764
  description: stringType(),
38765
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38766
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38765
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38766
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38767
38767
  guardrailConfig: unionType([
38768
38768
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
38769
38769
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -38850,8 +38850,8 @@ var init_createeval = __esm(() => {
38850
38850
  ResponseBodyLLM$inboundSchema = objectType({
38851
38851
  _id: stringType(),
38852
38852
  description: stringType(),
38853
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38854
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38853
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38854
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38855
38855
  guardrail_config: unionType([
38856
38856
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
38857
38857
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -38869,8 +38869,8 @@ var init_createeval = __esm(() => {
38869
38869
  ResponseBodyLLM$outboundSchema = objectType({
38870
38870
  id: stringType(),
38871
38871
  description: stringType(),
38872
- created: stringType().default("2025-06-06T07:27:01.143Z"),
38873
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
38872
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
38873
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
38874
38874
  guardrailConfig: unionType([
38875
38875
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
38876
38876
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -38912,15 +38912,15 @@ var Value$inboundSchema, Value$outboundSchema, Value$, CreateFeedbackRequestBody
38912
38912
  var init_createfeedback = __esm(() => {
38913
38913
  init_esm();
38914
38914
  init_primitives();
38915
- Value$inboundSchema = unionType([stringType(), arrayType(stringType())]);
38916
- Value$outboundSchema = unionType([stringType(), arrayType(stringType())]);
38915
+ Value$inboundSchema = unionType([stringType(), numberType(), arrayType(stringType())]);
38916
+ Value$outboundSchema = unionType([stringType(), numberType(), arrayType(stringType())]);
38917
38917
  ((Value$) => {
38918
38918
  Value$.inboundSchema = Value$inboundSchema;
38919
38919
  Value$.outboundSchema = Value$outboundSchema;
38920
38920
  })(Value$ ||= {});
38921
38921
  CreateFeedbackRequestBody$inboundSchema = objectType({
38922
38922
  property: stringType(),
38923
- value: unionType([stringType(), arrayType(stringType())]),
38923
+ value: unionType([stringType(), numberType(), arrayType(stringType())]),
38924
38924
  trace_id: stringType()
38925
38925
  }).transform((v2) => {
38926
38926
  return remap(v2, {
@@ -38930,7 +38930,7 @@ var init_createfeedback = __esm(() => {
38930
38930
  });
38931
38931
  CreateFeedbackRequestBody$outboundSchema = objectType({
38932
38932
  field: stringType(),
38933
- value: unionType([stringType(), arrayType(stringType())]),
38933
+ value: unionType([stringType(), numberType(), arrayType(stringType())]),
38934
38934
  traceId: stringType()
38935
38935
  }).transform((v2) => {
38936
38936
  return remap(v2, {
@@ -38942,15 +38942,15 @@ var init_createfeedback = __esm(() => {
38942
38942
  CreateFeedbackRequestBody$.inboundSchema = CreateFeedbackRequestBody$inboundSchema;
38943
38943
  CreateFeedbackRequestBody$.outboundSchema = CreateFeedbackRequestBody$outboundSchema;
38944
38944
  })(CreateFeedbackRequestBody$ ||= {});
38945
- CreateFeedbackValue$inboundSchema = unionType([stringType(), arrayType(stringType())]);
38946
- CreateFeedbackValue$outboundSchema = unionType([stringType(), arrayType(stringType())]);
38945
+ CreateFeedbackValue$inboundSchema = unionType([stringType(), numberType(), arrayType(stringType())]);
38946
+ CreateFeedbackValue$outboundSchema = unionType([stringType(), numberType(), arrayType(stringType())]);
38947
38947
  ((CreateFeedbackValue$) => {
38948
38948
  CreateFeedbackValue$.inboundSchema = CreateFeedbackValue$inboundSchema;
38949
38949
  CreateFeedbackValue$.outboundSchema = CreateFeedbackValue$outboundSchema;
38950
38950
  })(CreateFeedbackValue$ ||= {});
38951
38951
  CreateFeedbackResponseBody$inboundSchema = objectType({
38952
38952
  property: stringType(),
38953
- value: unionType([stringType(), arrayType(stringType())]),
38953
+ value: unionType([stringType(), numberType(), arrayType(stringType())]),
38954
38954
  trace_id: stringType(),
38955
38955
  id: stringType()
38956
38956
  }).transform((v2) => {
@@ -38960,7 +38960,7 @@ var init_createfeedback = __esm(() => {
38960
38960
  });
38961
38961
  CreateFeedbackResponseBody$outboundSchema = objectType({
38962
38962
  property: stringType(),
38963
- value: unionType([stringType(), arrayType(stringType())]),
38963
+ value: unionType([stringType(), numberType(), arrayType(stringType())]),
38964
38964
  traceId: stringType(),
38965
38965
  id: stringType()
38966
38966
  }).transform((v2) => {
@@ -39264,7 +39264,8 @@ var init_createprompt = __esm(() => {
39264
39264
  Nvidia: "nvidia",
39265
39265
  Jina: "jina",
39266
39266
  Togetherai: "togetherai",
39267
- Elevenlabs: "elevenlabs"
39267
+ Elevenlabs: "elevenlabs",
39268
+ Litellm: "litellm"
39268
39269
  };
39269
39270
  CreatePromptRole = {
39270
39271
  System: "system",
@@ -39376,7 +39377,8 @@ var init_createprompt = __esm(() => {
39376
39377
  Nvidia: "nvidia",
39377
39378
  Jina: "jina",
39378
39379
  Togetherai: "togetherai",
39379
- Elevenlabs: "elevenlabs"
39380
+ Elevenlabs: "elevenlabs",
39381
+ Litellm: "litellm"
39380
39382
  };
39381
39383
  CreatePromptPromptsRole = {
39382
39384
  System: "system",
@@ -39467,12 +39469,12 @@ var init_createprompt = __esm(() => {
39467
39469
  })(ResponseFormatType$ ||= {});
39468
39470
  JsonSchema$inboundSchema = objectType({
39469
39471
  name: stringType(),
39470
- strict: booleanType(),
39472
+ strict: booleanType().optional(),
39471
39473
  schema: recordType(anyType())
39472
39474
  });
39473
39475
  JsonSchema$outboundSchema = objectType({
39474
39476
  name: stringType(),
39475
- strict: booleanType(),
39477
+ strict: booleanType().optional(),
39476
39478
  schema: recordType(anyType())
39477
39479
  });
39478
39480
  ((JsonSchema$) => {
@@ -39802,7 +39804,7 @@ var init_createprompt = __esm(() => {
39802
39804
  PromptConfig$inboundSchema = objectType({
39803
39805
  stream: booleanType().optional(),
39804
39806
  model: stringType().optional(),
39805
- model_type: ModelType$inboundSchema.optional(),
39807
+ model_type: nullableType(ModelType$inboundSchema).optional(),
39806
39808
  model_parameters: lazyType(() => ModelParameters$inboundSchema).optional(),
39807
39809
  provider: Provider$inboundSchema.optional(),
39808
39810
  version: stringType().optional(),
@@ -39816,7 +39818,7 @@ var init_createprompt = __esm(() => {
39816
39818
  PromptConfig$outboundSchema = objectType({
39817
39819
  stream: booleanType().optional(),
39818
39820
  model: stringType().optional(),
39819
- modelType: ModelType$outboundSchema.optional(),
39821
+ modelType: nullableType(ModelType$outboundSchema).optional(),
39820
39822
  modelParameters: lazyType(() => ModelParameters$outboundSchema).optional(),
39821
39823
  provider: Provider$outboundSchema.optional(),
39822
39824
  version: stringType().optional(),
@@ -39933,12 +39935,12 @@ var init_createprompt = __esm(() => {
39933
39935
  })(CreatePromptResponseFormatPromptsType$ ||= {});
39934
39936
  CreatePromptResponseFormatJsonSchema$inboundSchema = objectType({
39935
39937
  name: stringType(),
39936
- strict: booleanType(),
39938
+ strict: booleanType().optional(),
39937
39939
  schema: recordType(anyType())
39938
39940
  });
39939
39941
  CreatePromptResponseFormatJsonSchema$outboundSchema = objectType({
39940
39942
  name: stringType(),
39941
- strict: booleanType(),
39943
+ strict: booleanType().optional(),
39942
39944
  schema: recordType(anyType())
39943
39945
  });
39944
39946
  ((CreatePromptResponseFormatJsonSchema$) => {
@@ -40270,8 +40272,8 @@ var init_createprompt = __esm(() => {
40270
40272
  CreatePromptPromptConfig$inboundSchema = objectType({
40271
40273
  stream: booleanType().optional(),
40272
40274
  model: stringType().optional(),
40273
- model_db_id: stringType().optional(),
40274
- model_type: CreatePromptModelType$inboundSchema.optional(),
40275
+ model_db_id: nullableType(stringType()).optional(),
40276
+ model_type: nullableType(CreatePromptModelType$inboundSchema).optional(),
40275
40277
  model_parameters: lazyType(() => CreatePromptModelParameters$inboundSchema).optional(),
40276
40278
  provider: CreatePromptProvider$inboundSchema.optional(),
40277
40279
  integration_id: nullableType(stringType()).optional(),
@@ -40288,8 +40290,8 @@ var init_createprompt = __esm(() => {
40288
40290
  CreatePromptPromptConfig$outboundSchema = objectType({
40289
40291
  stream: booleanType().optional(),
40290
40292
  model: stringType().optional(),
40291
- modelDbId: stringType().optional(),
40292
- modelType: CreatePromptModelType$outboundSchema.optional(),
40293
+ modelDbId: nullableType(stringType()).optional(),
40294
+ modelType: nullableType(CreatePromptModelType$outboundSchema).optional(),
40293
40295
  modelParameters: lazyType(() => CreatePromptModelParameters$outboundSchema).optional(),
40294
40296
  provider: CreatePromptProvider$outboundSchema.optional(),
40295
40297
  integrationId: nullableType(stringType()).optional(),
@@ -41756,7 +41758,7 @@ var init_deploymentcreatemetric = __esm(() => {
41756
41758
  });
41757
41759
 
41758
41760
  // src/models/operations/deploymentgetconfig.ts
41759
- var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigDeploymentsType, Inputs$inboundSchema, Inputs$outboundSchema, Inputs$, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
41761
+ var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigDeploymentsType, Inputs$inboundSchema, Inputs$outboundSchema, Inputs$, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, DeploymentGetConfigParameters$inboundSchema, DeploymentGetConfigParameters$outboundSchema, DeploymentGetConfigParameters$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
41760
41762
  var init_deploymentgetconfig = __esm(() => {
41761
41763
  init_esm();
41762
41764
  init_primitives();
@@ -43797,12 +43799,12 @@ var init_deploymentgetconfig = __esm(() => {
43797
43799
  })(DeploymentGetConfigResponseFormatDeploymentsType$ ||= {});
43798
43800
  DeploymentGetConfigResponseFormatJsonSchema$inboundSchema = objectType({
43799
43801
  name: stringType(),
43800
- strict: booleanType(),
43802
+ strict: booleanType().optional(),
43801
43803
  schema: recordType(anyType())
43802
43804
  });
43803
43805
  DeploymentGetConfigResponseFormatJsonSchema$outboundSchema = objectType({
43804
43806
  name: stringType(),
43805
- strict: booleanType(),
43807
+ strict: booleanType().optional(),
43806
43808
  schema: recordType(anyType())
43807
43809
  });
43808
43810
  ((DeploymentGetConfigResponseFormatJsonSchema$) => {
@@ -43859,7 +43861,7 @@ var init_deploymentgetconfig = __esm(() => {
43859
43861
  DeploymentGetConfigReasoningEffort$.inboundSchema = DeploymentGetConfigReasoningEffort$inboundSchema;
43860
43862
  DeploymentGetConfigReasoningEffort$.outboundSchema = DeploymentGetConfigReasoningEffort$outboundSchema;
43861
43863
  })(DeploymentGetConfigReasoningEffort$ ||= {});
43862
- ParametersT$inboundSchema = objectType({
43864
+ DeploymentGetConfigParameters$inboundSchema = objectType({
43863
43865
  temperature: numberType().optional(),
43864
43866
  maxTokens: numberType().optional(),
43865
43867
  topK: numberType().optional(),
@@ -43885,7 +43887,7 @@ var init_deploymentgetconfig = __esm(() => {
43885
43887
  encoding_format: "encodingFormat"
43886
43888
  });
43887
43889
  });
43888
- ParametersT$outboundSchema = objectType({
43890
+ DeploymentGetConfigParameters$outboundSchema = objectType({
43889
43891
  temperature: numberType().optional(),
43890
43892
  maxTokens: numberType().optional(),
43891
43893
  topK: numberType().optional(),
@@ -43911,10 +43913,10 @@ var init_deploymentgetconfig = __esm(() => {
43911
43913
  encodingFormat: "encoding_format"
43912
43914
  });
43913
43915
  });
43914
- ((ParametersT$) => {
43915
- ParametersT$.inboundSchema = ParametersT$inboundSchema;
43916
- ParametersT$.outboundSchema = ParametersT$outboundSchema;
43917
- })(ParametersT$ ||= {});
43916
+ ((DeploymentGetConfigParameters$) => {
43917
+ DeploymentGetConfigParameters$.inboundSchema = DeploymentGetConfigParameters$inboundSchema;
43918
+ DeploymentGetConfigParameters$.outboundSchema = DeploymentGetConfigParameters$outboundSchema;
43919
+ })(DeploymentGetConfigParameters$ ||= {});
43918
43920
  DeploymentGetConfigDeploymentsType$inboundSchema = nativeEnumType(DeploymentGetConfigDeploymentsType);
43919
43921
  DeploymentGetConfigDeploymentsType$outboundSchema = DeploymentGetConfigDeploymentsType$inboundSchema;
43920
43922
  ((DeploymentGetConfigDeploymentsType$) => {
@@ -43954,7 +43956,7 @@ var init_deploymentgetconfig = __esm(() => {
43954
43956
  type: DeploymentGetConfigType$inboundSchema.optional(),
43955
43957
  version: stringType(),
43956
43958
  messages: arrayType(lazyType(() => DeploymentGetConfigMessages$inboundSchema)),
43957
- parameters: lazyType(() => ParametersT$inboundSchema),
43959
+ parameters: lazyType(() => DeploymentGetConfigParameters$inboundSchema),
43958
43960
  tools: arrayType(lazyType(() => Tools$inboundSchema)).optional()
43959
43961
  });
43960
43962
  DeploymentGetConfigResponseBody$outboundSchema = objectType({
@@ -43964,7 +43966,7 @@ var init_deploymentgetconfig = __esm(() => {
43964
43966
  type: DeploymentGetConfigType$outboundSchema.optional(),
43965
43967
  version: stringType(),
43966
43968
  messages: arrayType(lazyType(() => DeploymentGetConfigMessages$outboundSchema)),
43967
- parameters: lazyType(() => ParametersT$outboundSchema),
43969
+ parameters: lazyType(() => DeploymentGetConfigParameters$outboundSchema),
43968
43970
  tools: arrayType(lazyType(() => Tools$outboundSchema)).optional()
43969
43971
  });
43970
43972
  ((DeploymentGetConfigResponseBody$) => {
@@ -44002,7 +44004,8 @@ var init_deploymentinvoke = __esm(() => {
44002
44004
  Nvidia: "nvidia",
44003
44005
  Jina: "jina",
44004
44006
  Togetherai: "togetherai",
44005
- Elevenlabs: "elevenlabs"
44007
+ Elevenlabs: "elevenlabs",
44008
+ Litellm: "litellm"
44006
44009
  };
44007
44010
  DeploymentInvokeMessageDeploymentsType = {
44008
44011
  Image: "image"
@@ -44424,7 +44427,8 @@ var init_deployments = __esm(() => {
44424
44427
  Nvidia: "nvidia",
44425
44428
  Jina: "jina",
44426
44429
  Togetherai: "togetherai",
44427
- Elevenlabs: "elevenlabs"
44430
+ Elevenlabs: "elevenlabs",
44431
+ Litellm: "litellm"
44428
44432
  };
44429
44433
  DeploymentsRole = {
44430
44434
  System: "system",
@@ -44572,12 +44576,12 @@ var init_deployments = __esm(() => {
44572
44576
  })(DeploymentsResponseFormatDeploymentsType$ ||= {});
44573
44577
  DeploymentsResponseFormatJsonSchema$inboundSchema = objectType({
44574
44578
  name: stringType(),
44575
- strict: booleanType(),
44579
+ strict: booleanType().optional(),
44576
44580
  schema: recordType(anyType())
44577
44581
  });
44578
44582
  DeploymentsResponseFormatJsonSchema$outboundSchema = objectType({
44579
44583
  name: stringType(),
44580
- strict: booleanType(),
44584
+ strict: booleanType().optional(),
44581
44585
  schema: recordType(anyType())
44582
44586
  });
44583
44587
  ((DeploymentsResponseFormatJsonSchema$) => {
@@ -47069,12 +47073,12 @@ var EvalsAgeAppropriateRequestBody$inboundSchema, EvalsAgeAppropriateRequestBody
47069
47073
  var init_evalsageappropriate = __esm(() => {
47070
47074
  init_esm();
47071
47075
  EvalsAgeAppropriateRequestBody$inboundSchema = objectType({
47072
- input: stringType(),
47076
+ query: stringType(),
47073
47077
  output: stringType(),
47074
47078
  model: stringType()
47075
47079
  });
47076
47080
  EvalsAgeAppropriateRequestBody$outboundSchema = objectType({
47077
- input: stringType(),
47081
+ query: stringType(),
47078
47082
  output: stringType(),
47079
47083
  model: stringType()
47080
47084
  });
@@ -47628,13 +47632,13 @@ var EvalsFactCheckingKnowledgeBaseRequestBody$inboundSchema, EvalsFactCheckingKn
47628
47632
  var init_evalsfactcheckingknowledgebase = __esm(() => {
47629
47633
  init_esm();
47630
47634
  EvalsFactCheckingKnowledgeBaseRequestBody$inboundSchema = objectType({
47631
- input: stringType(),
47635
+ query: stringType(),
47632
47636
  output: stringType(),
47633
47637
  model: stringType(),
47634
47638
  reference: stringType()
47635
47639
  });
47636
47640
  EvalsFactCheckingKnowledgeBaseRequestBody$outboundSchema = objectType({
47637
- input: stringType(),
47641
+ query: stringType(),
47638
47642
  output: stringType(),
47639
47643
  model: stringType(),
47640
47644
  reference: stringType()
@@ -47678,11 +47682,11 @@ var EvalsGrammarRequestBody$inboundSchema, EvalsGrammarRequestBody$outboundSchem
47678
47682
  var init_evalsgrammar = __esm(() => {
47679
47683
  init_esm();
47680
47684
  EvalsGrammarRequestBody$inboundSchema = objectType({
47681
- input: stringType(),
47685
+ query: stringType(),
47682
47686
  model: stringType()
47683
47687
  });
47684
47688
  EvalsGrammarRequestBody$outboundSchema = objectType({
47685
- input: stringType(),
47689
+ query: stringType(),
47686
47690
  model: stringType()
47687
47691
  });
47688
47692
  ((EvalsGrammarRequestBody$) => {
@@ -47895,12 +47899,12 @@ var EvalsLocalizationRequestBody$inboundSchema, EvalsLocalizationRequestBody$out
47895
47899
  var init_evalslocalization = __esm(() => {
47896
47900
  init_esm();
47897
47901
  EvalsLocalizationRequestBody$inboundSchema = objectType({
47898
- input: stringType(),
47902
+ query: stringType(),
47899
47903
  output: stringType(),
47900
47904
  model: stringType()
47901
47905
  });
47902
47906
  EvalsLocalizationRequestBody$outboundSchema = objectType({
47903
- input: stringType(),
47907
+ query: stringType(),
47904
47908
  output: stringType(),
47905
47909
  model: stringType()
47906
47910
  });
@@ -47943,12 +47947,12 @@ var EvalsPiiRequestBody$inboundSchema, EvalsPiiRequestBody$outboundSchema, Evals
47943
47947
  var init_evalspii = __esm(() => {
47944
47948
  init_esm();
47945
47949
  EvalsPiiRequestBody$inboundSchema = objectType({
47946
- input: stringType(),
47950
+ query: stringType(),
47947
47951
  output: stringType(),
47948
47952
  model: stringType()
47949
47953
  });
47950
47954
  EvalsPiiRequestBody$outboundSchema = objectType({
47951
- input: stringType(),
47955
+ query: stringType(),
47952
47956
  output: stringType(),
47953
47957
  model: stringType()
47954
47958
  });
@@ -47991,13 +47995,13 @@ var EvalsRagasCoherenceRequestBody$inboundSchema, EvalsRagasCoherenceRequestBody
47991
47995
  var init_evalsragascoherence = __esm(() => {
47992
47996
  init_esm();
47993
47997
  EvalsRagasCoherenceRequestBody$inboundSchema = objectType({
47994
- input: stringType(),
47998
+ query: stringType(),
47995
47999
  output: stringType(),
47996
48000
  model: stringType(),
47997
48001
  reference: stringType().optional()
47998
48002
  });
47999
48003
  EvalsRagasCoherenceRequestBody$outboundSchema = objectType({
48000
- input: stringType(),
48004
+ query: stringType(),
48001
48005
  output: stringType(),
48002
48006
  model: stringType(),
48003
48007
  reference: stringType().optional()
@@ -48023,13 +48027,13 @@ var EvalsRagasConcisenessRequestBody$inboundSchema, EvalsRagasConcisenessRequest
48023
48027
  var init_evalsragasconciseness = __esm(() => {
48024
48028
  init_esm();
48025
48029
  EvalsRagasConcisenessRequestBody$inboundSchema = objectType({
48026
- input: stringType(),
48030
+ query: stringType(),
48027
48031
  output: stringType(),
48028
48032
  model: stringType(),
48029
48033
  reference: stringType().optional()
48030
48034
  });
48031
48035
  EvalsRagasConcisenessRequestBody$outboundSchema = objectType({
48032
- input: stringType(),
48036
+ query: stringType(),
48033
48037
  output: stringType(),
48034
48038
  model: stringType(),
48035
48039
  reference: stringType().optional()
@@ -48055,14 +48059,14 @@ var EvalsRagasContextPrecisionRequestBody$inboundSchema, EvalsRagasContextPrecis
48055
48059
  var init_evalsragascontextprecision = __esm(() => {
48056
48060
  init_esm();
48057
48061
  EvalsRagasContextPrecisionRequestBody$inboundSchema = objectType({
48058
- input: stringType(),
48062
+ query: stringType(),
48059
48063
  output: stringType(),
48060
48064
  model: stringType(),
48061
48065
  reference: stringType().optional(),
48062
48066
  retrievals: arrayType(stringType()).optional()
48063
48067
  });
48064
48068
  EvalsRagasContextPrecisionRequestBody$outboundSchema = objectType({
48065
- input: stringType(),
48069
+ query: stringType(),
48066
48070
  output: stringType(),
48067
48071
  model: stringType(),
48068
48072
  reference: stringType().optional(),
@@ -48089,13 +48093,13 @@ var EvalsRagasCorrectnessRequestBody$inboundSchema, EvalsRagasCorrectnessRequest
48089
48093
  var init_evalsragascorrectness = __esm(() => {
48090
48094
  init_esm();
48091
48095
  EvalsRagasCorrectnessRequestBody$inboundSchema = objectType({
48092
- input: stringType(),
48096
+ query: stringType(),
48093
48097
  output: stringType(),
48094
48098
  model: stringType(),
48095
48099
  reference: stringType().optional()
48096
48100
  });
48097
48101
  EvalsRagasCorrectnessRequestBody$outboundSchema = objectType({
48098
- input: stringType(),
48102
+ query: stringType(),
48099
48103
  output: stringType(),
48100
48104
  model: stringType(),
48101
48105
  reference: stringType().optional()
@@ -48121,13 +48125,13 @@ var EvalsRagasFaithfulnessRequestBody$inboundSchema, EvalsRagasFaithfulnessReque
48121
48125
  var init_evalsragasfaithfulness = __esm(() => {
48122
48126
  init_esm();
48123
48127
  EvalsRagasFaithfulnessRequestBody$inboundSchema = objectType({
48124
- input: stringType(),
48128
+ query: stringType(),
48125
48129
  output: stringType(),
48126
48130
  model: stringType(),
48127
48131
  retrievals: arrayType(stringType()).optional()
48128
48132
  });
48129
48133
  EvalsRagasFaithfulnessRequestBody$outboundSchema = objectType({
48130
- input: stringType(),
48134
+ query: stringType(),
48131
48135
  output: stringType(),
48132
48136
  model: stringType(),
48133
48137
  retrievals: arrayType(stringType()).optional()
@@ -48153,12 +48157,12 @@ var EvalsRagasHarmfulnessRequestBody$inboundSchema, EvalsRagasHarmfulnessRequest
48153
48157
  var init_evalsragasharmfulness = __esm(() => {
48154
48158
  init_esm();
48155
48159
  EvalsRagasHarmfulnessRequestBody$inboundSchema = objectType({
48156
- input: stringType(),
48160
+ query: stringType(),
48157
48161
  output: stringType(),
48158
48162
  model: stringType()
48159
48163
  });
48160
48164
  EvalsRagasHarmfulnessRequestBody$outboundSchema = objectType({
48161
- input: stringType(),
48165
+ query: stringType(),
48162
48166
  output: stringType(),
48163
48167
  model: stringType()
48164
48168
  });
@@ -48183,13 +48187,13 @@ var EvalsRagasMaliciousnessRequestBody$inboundSchema, EvalsRagasMaliciousnessReq
48183
48187
  var init_evalsragasmaliciousness = __esm(() => {
48184
48188
  init_esm();
48185
48189
  EvalsRagasMaliciousnessRequestBody$inboundSchema = objectType({
48186
- input: stringType(),
48190
+ query: stringType(),
48187
48191
  output: stringType(),
48188
48192
  model: stringType(),
48189
48193
  reference: stringType().optional()
48190
48194
  });
48191
48195
  EvalsRagasMaliciousnessRequestBody$outboundSchema = objectType({
48192
- input: stringType(),
48196
+ query: stringType(),
48193
48197
  output: stringType(),
48194
48198
  model: stringType(),
48195
48199
  reference: stringType().optional()
@@ -48215,13 +48219,13 @@ var EvalsRagasResponseRelevancyRequestBody$inboundSchema, EvalsRagasResponseRele
48215
48219
  var init_evalsragasresponserelevancy = __esm(() => {
48216
48220
  init_esm();
48217
48221
  EvalsRagasResponseRelevancyRequestBody$inboundSchema = objectType({
48218
- input: stringType(),
48222
+ query: stringType(),
48219
48223
  output: stringType(),
48220
48224
  model: stringType(),
48221
48225
  retrievals: arrayType(stringType()).optional()
48222
48226
  });
48223
48227
  EvalsRagasResponseRelevancyRequestBody$outboundSchema = objectType({
48224
- input: stringType(),
48228
+ query: stringType(),
48225
48229
  output: stringType(),
48226
48230
  model: stringType(),
48227
48231
  retrievals: arrayType(stringType()).optional()
@@ -48277,12 +48281,12 @@ var EvalsSentimentClassificationRequestBody$inboundSchema, EvalsSentimentClassif
48277
48281
  var init_evalssentimentclassification = __esm(() => {
48278
48282
  init_esm();
48279
48283
  EvalsSentimentClassificationRequestBody$inboundSchema = objectType({
48280
- input: stringType(),
48284
+ query: stringType(),
48281
48285
  output: stringType(),
48282
48286
  model: stringType()
48283
48287
  });
48284
48288
  EvalsSentimentClassificationRequestBody$outboundSchema = objectType({
48285
- input: stringType(),
48289
+ query: stringType(),
48286
48290
  output: stringType(),
48287
48291
  model: stringType()
48288
48292
  });
@@ -48325,12 +48329,12 @@ var EvalsSummarizationRequestBody$inboundSchema, EvalsSummarizationRequestBody$o
48325
48329
  var init_evalssummarization = __esm(() => {
48326
48330
  init_esm();
48327
48331
  EvalsSummarizationRequestBody$inboundSchema = objectType({
48328
- input: stringType(),
48332
+ query: stringType(),
48329
48333
  output: stringType(),
48330
48334
  model: stringType()
48331
48335
  });
48332
48336
  EvalsSummarizationRequestBody$outboundSchema = objectType({
48333
- input: stringType(),
48337
+ query: stringType(),
48334
48338
  output: stringType(),
48335
48339
  model: stringType()
48336
48340
  });
@@ -48373,12 +48377,12 @@ var EvalsToneOfVoiceRequestBody$inboundSchema, EvalsToneOfVoiceRequestBody$outbo
48373
48377
  var init_evalstoneofvoice = __esm(() => {
48374
48378
  init_esm();
48375
48379
  EvalsToneOfVoiceRequestBody$inboundSchema = objectType({
48376
- input: stringType(),
48380
+ query: stringType(),
48377
48381
  output: stringType(),
48378
48382
  model: stringType()
48379
48383
  });
48380
48384
  EvalsToneOfVoiceRequestBody$outboundSchema = objectType({
48381
- input: stringType(),
48385
+ query: stringType(),
48382
48386
  output: stringType(),
48383
48387
  model: stringType()
48384
48388
  });
@@ -48421,12 +48425,12 @@ var EvalsTranslationRequestBody$inboundSchema, EvalsTranslationRequestBody$outbo
48421
48425
  var init_evalstranslation = __esm(() => {
48422
48426
  init_esm();
48423
48427
  EvalsTranslationRequestBody$inboundSchema = objectType({
48424
- input: stringType(),
48428
+ query: stringType(),
48425
48429
  output: stringType(),
48426
48430
  model: stringType()
48427
48431
  });
48428
48432
  EvalsTranslationRequestBody$outboundSchema = objectType({
48429
- input: stringType(),
48433
+ query: stringType(),
48430
48434
  output: stringType(),
48431
48435
  model: stringType()
48432
48436
  });
@@ -48562,7 +48566,7 @@ var init_fileget = __esm(() => {
48562
48566
  bytes: numberType(),
48563
48567
  file_name: stringType(),
48564
48568
  workspace_id: stringType(),
48565
- created: stringType().datetime({ offset: true }).default("2025-06-06T07:27:01.978Z").transform((v2) => new Date(v2))
48569
+ created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48566
48570
  }).transform((v2) => {
48567
48571
  return remap(v2, {
48568
48572
  _id: "id",
@@ -48578,7 +48582,7 @@ var init_fileget = __esm(() => {
48578
48582
  bytes: numberType(),
48579
48583
  fileName: stringType(),
48580
48584
  workspaceId: stringType(),
48581
- created: dateType().default(() => new Date("2025-06-06T07:27:01.978Z")).transform((v2) => v2.toISOString())
48585
+ created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48582
48586
  }).transform((v2) => {
48583
48587
  return remap(v2, {
48584
48588
  id: "_id",
@@ -48649,7 +48653,7 @@ var init_filelist = __esm(() => {
48649
48653
  bytes: numberType(),
48650
48654
  file_name: stringType(),
48651
48655
  workspace_id: stringType(),
48652
- created: stringType().datetime({ offset: true }).default("2025-06-06T07:27:01.978Z").transform((v2) => new Date(v2))
48656
+ created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48653
48657
  }).transform((v2) => {
48654
48658
  return remap(v2, {
48655
48659
  _id: "id",
@@ -48665,7 +48669,7 @@ var init_filelist = __esm(() => {
48665
48669
  bytes: numberType(),
48666
48670
  fileName: stringType(),
48667
48671
  workspaceId: stringType(),
48668
- created: dateType().default(() => new Date("2025-06-06T07:27:01.978Z")).transform((v2) => v2.toISOString())
48672
+ created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48669
48673
  }).transform((v2) => {
48670
48674
  return remap(v2, {
48671
48675
  id: "_id",
@@ -48797,7 +48801,7 @@ var init_fileupload = __esm(() => {
48797
48801
  bytes: numberType(),
48798
48802
  file_name: stringType(),
48799
48803
  workspace_id: stringType(),
48800
- created: stringType().datetime({ offset: true }).default("2025-06-06T07:27:01.978Z").transform((v2) => new Date(v2))
48804
+ created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48801
48805
  }).transform((v2) => {
48802
48806
  return remap(v2, {
48803
48807
  _id: "id",
@@ -48813,7 +48817,7 @@ var init_fileupload = __esm(() => {
48813
48817
  bytes: numberType(),
48814
48818
  fileName: stringType(),
48815
48819
  workspaceId: stringType(),
48816
- created: dateType().default(() => new Date("2025-06-06T07:27:01.978Z")).transform((v2) => v2.toISOString())
48820
+ created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48817
48821
  }).transform((v2) => {
48818
48822
  return remap(v2, {
48819
48823
  id: "_id",
@@ -48893,7 +48897,8 @@ var init_getallprompts = __esm(() => {
48893
48897
  Nvidia: "nvidia",
48894
48898
  Jina: "jina",
48895
48899
  Togetherai: "togetherai",
48896
- Elevenlabs: "elevenlabs"
48900
+ Elevenlabs: "elevenlabs",
48901
+ Litellm: "litellm"
48897
48902
  };
48898
48903
  GetAllPromptsRole = {
48899
48904
  System: "system",
@@ -49020,12 +49025,12 @@ var init_getallprompts = __esm(() => {
49020
49025
  })(GetAllPromptsResponseFormatType$ ||= {});
49021
49026
  GetAllPromptsResponseFormatJsonSchema$inboundSchema = objectType({
49022
49027
  name: stringType(),
49023
- strict: booleanType(),
49028
+ strict: booleanType().optional(),
49024
49029
  schema: recordType(anyType())
49025
49030
  });
49026
49031
  GetAllPromptsResponseFormatJsonSchema$outboundSchema = objectType({
49027
49032
  name: stringType(),
49028
- strict: booleanType(),
49033
+ strict: booleanType().optional(),
49029
49034
  schema: recordType(anyType())
49030
49035
  });
49031
49036
  ((GetAllPromptsResponseFormatJsonSchema$) => {
@@ -49357,8 +49362,8 @@ var init_getallprompts = __esm(() => {
49357
49362
  GetAllPromptsPromptConfig$inboundSchema = objectType({
49358
49363
  stream: booleanType().optional(),
49359
49364
  model: stringType().optional(),
49360
- model_db_id: stringType().optional(),
49361
- model_type: GetAllPromptsModelType$inboundSchema.optional(),
49365
+ model_db_id: nullableType(stringType()).optional(),
49366
+ model_type: nullableType(GetAllPromptsModelType$inboundSchema).optional(),
49362
49367
  model_parameters: lazyType(() => GetAllPromptsModelParameters$inboundSchema).optional(),
49363
49368
  provider: GetAllPromptsProvider$inboundSchema.optional(),
49364
49369
  integration_id: nullableType(stringType()).optional(),
@@ -49375,8 +49380,8 @@ var init_getallprompts = __esm(() => {
49375
49380
  GetAllPromptsPromptConfig$outboundSchema = objectType({
49376
49381
  stream: booleanType().optional(),
49377
49382
  model: stringType().optional(),
49378
- modelDbId: stringType().optional(),
49379
- modelType: GetAllPromptsModelType$outboundSchema.optional(),
49383
+ modelDbId: nullableType(stringType()).optional(),
49384
+ modelType: nullableType(GetAllPromptsModelType$outboundSchema).optional(),
49380
49385
  modelParameters: lazyType(() => GetAllPromptsModelParameters$outboundSchema).optional(),
49381
49386
  provider: GetAllPromptsProvider$outboundSchema.optional(),
49382
49387
  integrationId: nullableType(stringType()).optional(),
@@ -49501,7 +49506,7 @@ var init_getallprompts = __esm(() => {
49501
49506
  });
49502
49507
 
49503
49508
  // src/models/operations/getevals.ts
49504
- var GetEvalsObject, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type, GetEvalsGuardrailConfigEvalsResponse200Operator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type, GetEvalsDataEvalsResponse200ApplicationJSONType, RagasMetric, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type, GetEvalsGuardrailConfigEvalsResponseOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type, GetEvalsDataEvalsResponse200Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType, GetEvalsFunctionParamsEvalsResponse200Type, GetEvalsFunctionParamsEvalsResponseType, GetEvalsFunctionParamsEvalsType, GetEvalsFunctionParamsType, FunctionParamsType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType, GetEvalsGuardrailConfigEvalsOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsDataEvalsResponseType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType, GetEvalsGuardrailConfigOperator, GetEvalsGuardrailConfigEvalsResponse200Type, GetEvalsDataEvalsType, DataMethod, GetEvalsGuardrailConfigEvalsResponseType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator, GetEvalsGuardrailConfigEvalsType, GetEvalsDataType, GetEvalsGuardrailConfigType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type, DataType, GetEvalsRequest$inboundSchema, GetEvalsRequest$outboundSchema, GetEvalsRequest$, GetEvalsObject$inboundSchema, GetEvalsObject$outboundSchema, GetEvalsObject$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$, Typescript$inboundSchema, Typescript$outboundSchema, Typescript$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$, GetEvalsGuardrailConfigEvalsResponse200Operator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Operator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Operator$, GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Number$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$, GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Boolean$, GetEvalsDataEvalsResponse200GuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200GuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200GuardrailConfig$, GetEvalsDataEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONType$, RagasMetric$inboundSchema, RagasMetric$outboundSchema, RagasMetric$, Ragas$inboundSchema, Ragas$outboundSchema, Ragas$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$, GetEvalsGuardrailConfigEvalsResponseOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponseOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponseOperator$, GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponseNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$, GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponseBoolean$, GetEvalsDataEvalsResponseGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponseGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponseGuardrailConfig$, GetEvalsDataEvalsResponse200Type$inboundSchema, GetEvalsDataEvalsResponse200Type$outboundSchema, GetEvalsDataEvalsResponse200Type$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$, Ten$inboundSchema, Ten$outboundSchema, Ten$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$, Nine$inboundSchema, Nine$outboundSchema, Nine$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$, FunctionParams8$inboundSchema, FunctionParams8$outboundSchema, FunctionParams8$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$, FunctionParams7$inboundSchema, FunctionParams7$outboundSchema, FunctionParams7$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$, FunctionParams6$inboundSchema, FunctionParams6$outboundSchema, FunctionParams6$, GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200Type$, FunctionParams5$inboundSchema, FunctionParams5$outboundSchema, FunctionParams5$, GetEvalsFunctionParamsEvalsResponseType$inboundSchema, GetEvalsFunctionParamsEvalsResponseType$outboundSchema, GetEvalsFunctionParamsEvalsResponseType$, FunctionParams4$inboundSchema, FunctionParams4$outboundSchema, FunctionParams4$, GetEvalsFunctionParamsEvalsType$inboundSchema, GetEvalsFunctionParamsEvalsType$outboundSchema, GetEvalsFunctionParamsEvalsType$, FunctionParams3$inboundSchema, FunctionParams3$outboundSchema, FunctionParams3$, GetEvalsFunctionParamsType$inboundSchema, GetEvalsFunctionParamsType$outboundSchema, GetEvalsFunctionParamsType$, FunctionParams2$inboundSchema, FunctionParams2$outboundSchema, FunctionParams2$, FunctionParamsType$inboundSchema, FunctionParamsType$outboundSchema, FunctionParamsType$, FunctionParams1$inboundSchema, FunctionParams1$outboundSchema, FunctionParams1$, DataFunctionParams$inboundSchema, DataFunctionParams$outboundSchema, DataFunctionParams$, DataFunction$inboundSchema, DataFunction$outboundSchema, DataFunction$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$, GetEvalsGuardrailConfigEvalsOperator$inboundSchema, GetEvalsGuardrailConfigEvalsOperator$outboundSchema, GetEvalsGuardrailConfigEvalsOperator$, GetEvalsGuardrailConfigEvalsNumber$inboundSchema, GetEvalsGuardrailConfigEvalsNumber$outboundSchema, GetEvalsGuardrailConfigEvalsNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$, GetEvalsGuardrailConfigEvalsBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsBoolean$, GetEvalsDataEvalsGuardrailConfig$inboundSchema, GetEvalsDataEvalsGuardrailConfig$outboundSchema, GetEvalsDataEvalsGuardrailConfig$, GetEvalsDataEvalsResponseType$inboundSchema, GetEvalsDataEvalsResponseType$outboundSchema, GetEvalsDataEvalsResponseType$, DataPython$inboundSchema, DataPython$outboundSchema, DataPython$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$, GetEvalsGuardrailConfigOperator$inboundSchema, GetEvalsGuardrailConfigOperator$outboundSchema, GetEvalsGuardrailConfigOperator$, GetEvalsGuardrailConfigNumber$inboundSchema, GetEvalsGuardrailConfigNumber$outboundSchema, GetEvalsGuardrailConfigNumber$, GetEvalsGuardrailConfigEvalsResponse200Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Type$, GetEvalsGuardrailConfigBoolean$inboundSchema, GetEvalsGuardrailConfigBoolean$outboundSchema, GetEvalsGuardrailConfigBoolean$, GetEvalsDataGuardrailConfig$inboundSchema, GetEvalsDataGuardrailConfig$outboundSchema, GetEvalsDataGuardrailConfig$, GetEvalsDataEvalsType$inboundSchema, GetEvalsDataEvalsType$outboundSchema, GetEvalsDataEvalsType$, DataMethod$inboundSchema, DataMethod$outboundSchema, DataMethod$, DataHTTP$inboundSchema, DataHTTP$outboundSchema, DataHTTP$, GetEvalsGuardrailConfigEvalsResponseType$inboundSchema, GetEvalsGuardrailConfigEvalsResponseType$outboundSchema, GetEvalsGuardrailConfigEvalsResponseType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$, GetEvalsGuardrailConfigEvalsType$inboundSchema, GetEvalsGuardrailConfigEvalsType$outboundSchema, GetEvalsGuardrailConfigEvalsType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$, DataGuardrailConfig$inboundSchema, DataGuardrailConfig$outboundSchema, DataGuardrailConfig$, GetEvalsDataType$inboundSchema, GetEvalsDataType$outboundSchema, GetEvalsDataType$, DataJSON$inboundSchema, DataJSON$outboundSchema, DataJSON$, GetEvalsGuardrailConfigType$inboundSchema, GetEvalsGuardrailConfigType$outboundSchema, GetEvalsGuardrailConfigType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$, DataType$inboundSchema, DataType$outboundSchema, DataType$, DataLLM$inboundSchema, DataLLM$outboundSchema, DataLLM$, GetEvalsData$inboundSchema, GetEvalsData$outboundSchema, GetEvalsData$, GetEvalsResponseBody$inboundSchema, GetEvalsResponseBody$outboundSchema, GetEvalsResponseBody$;
49509
+ var GetEvalsObject, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type, GetEvalsGuardrailConfigEvalsResponse200Operator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type, GetEvalsDataEvalsResponse200ApplicationJSONType, RagasMetric, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type, GetEvalsGuardrailConfigEvalsResponseOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type, GetEvalsDataEvalsResponse200Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType, GetEvalsFunctionParamsEvalsResponse200Type, GetEvalsFunctionParamsEvalsResponseType, GetEvalsFunctionParamsEvalsType, GetEvalsFunctionParamsType, FunctionParamsType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType, GetEvalsGuardrailConfigEvalsOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType, GetEvalsDataEvalsResponseType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType, GetEvalsGuardrailConfigOperator, GetEvalsGuardrailConfigEvalsResponse200Type, GetEvalsDataEvalsType, DataMethod, GetEvalsGuardrailConfigEvalsResponseType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator, GetEvalsGuardrailConfigEvalsType, GetEvalsDataType, GetEvalsGuardrailConfigType, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type, DataType, GetEvalsRequest$inboundSchema, GetEvalsRequest$outboundSchema, GetEvalsRequest$, GetEvalsObject$inboundSchema, GetEvalsObject$outboundSchema, GetEvalsObject$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData72Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData7Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$, Typescript$inboundSchema, Typescript$outboundSchema, Typescript$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData62Type$, GetEvalsGuardrailConfigEvalsResponse200Operator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Operator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Operator$, GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Number$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData6Type$, GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Boolean$, GetEvalsDataEvalsResponse200GuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200GuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200GuardrailConfig$, GetEvalsDataEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONType$, RagasMetric$inboundSchema, RagasMetric$outboundSchema, RagasMetric$, Ragas$inboundSchema, Ragas$outboundSchema, Ragas$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData52Type$, GetEvalsGuardrailConfigEvalsResponseOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponseOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponseOperator$, GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponseNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData5Type$, GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponseBoolean$, GetEvalsDataEvalsResponseGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponseGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponseGuardrailConfig$, GetEvalsDataEvalsResponse200Type$inboundSchema, GetEvalsDataEvalsResponse200Type$outboundSchema, GetEvalsDataEvalsResponse200Type$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData524Type$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData523Type$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData522Type$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData521Type$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData520Type$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData519Type$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData518Type$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData517Type$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData516Type$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData515Type$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData514Type$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData513Type$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData512Type$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData511Type$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData510Type$, Ten$inboundSchema, Ten$outboundSchema, Ten$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyData5Type$, Nine$inboundSchema, Nine$outboundSchema, Nine$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$, Eight$inboundSchema, Eight$outboundSchema, Eight$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$, Seven$inboundSchema, Seven$outboundSchema, Seven$, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$, Six$inboundSchema, Six$outboundSchema, Six$, GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema, GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema, GetEvalsFunctionParamsEvalsResponse200Type$, Five$inboundSchema, Five$outboundSchema, Five$, GetEvalsFunctionParamsEvalsResponseType$inboundSchema, GetEvalsFunctionParamsEvalsResponseType$outboundSchema, GetEvalsFunctionParamsEvalsResponseType$, FunctionParams4$inboundSchema, FunctionParams4$outboundSchema, FunctionParams4$, GetEvalsFunctionParamsEvalsType$inboundSchema, GetEvalsFunctionParamsEvalsType$outboundSchema, GetEvalsFunctionParamsEvalsType$, FunctionParams3$inboundSchema, FunctionParams3$outboundSchema, FunctionParams3$, GetEvalsFunctionParamsType$inboundSchema, GetEvalsFunctionParamsType$outboundSchema, GetEvalsFunctionParamsType$, FunctionParams2$inboundSchema, FunctionParams2$outboundSchema, FunctionParams2$, FunctionParamsType$inboundSchema, FunctionParamsType$outboundSchema, FunctionParamsType$, FunctionParams1$inboundSchema, FunctionParams1$outboundSchema, FunctionParams1$, DataFunctionParams$inboundSchema, DataFunctionParams$outboundSchema, DataFunctionParams$, DataFunction$inboundSchema, DataFunction$outboundSchema, DataFunction$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataType$, GetEvalsGuardrailConfigEvalsOperator$inboundSchema, GetEvalsGuardrailConfigEvalsOperator$outboundSchema, GetEvalsGuardrailConfigEvalsOperator$, GetEvalsGuardrailConfigEvalsNumber$inboundSchema, GetEvalsGuardrailConfigEvalsNumber$outboundSchema, GetEvalsGuardrailConfigEvalsNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$, GetEvalsGuardrailConfigEvalsBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsBoolean$, GetEvalsDataEvalsGuardrailConfig$inboundSchema, GetEvalsDataEvalsGuardrailConfig$outboundSchema, GetEvalsDataEvalsGuardrailConfig$, GetEvalsDataEvalsResponseType$inboundSchema, GetEvalsDataEvalsResponseType$outboundSchema, GetEvalsDataEvalsResponseType$, DataPython$inboundSchema, DataPython$outboundSchema, DataPython$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONType$, GetEvalsGuardrailConfigOperator$inboundSchema, GetEvalsGuardrailConfigOperator$outboundSchema, GetEvalsGuardrailConfigOperator$, GetEvalsGuardrailConfigNumber$inboundSchema, GetEvalsGuardrailConfigNumber$outboundSchema, GetEvalsGuardrailConfigNumber$, GetEvalsGuardrailConfigEvalsResponse200Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200Type$, GetEvalsGuardrailConfigBoolean$inboundSchema, GetEvalsGuardrailConfigBoolean$outboundSchema, GetEvalsGuardrailConfigBoolean$, GetEvalsDataGuardrailConfig$inboundSchema, GetEvalsDataGuardrailConfig$outboundSchema, GetEvalsDataGuardrailConfig$, GetEvalsDataEvalsType$inboundSchema, GetEvalsDataEvalsType$outboundSchema, GetEvalsDataEvalsType$, DataMethod$inboundSchema, DataMethod$outboundSchema, DataMethod$, DataHTTP$inboundSchema, DataHTTP$outboundSchema, DataHTTP$, GetEvalsGuardrailConfigEvalsResponseType$inboundSchema, GetEvalsGuardrailConfigEvalsResponseType$outboundSchema, GetEvalsGuardrailConfigEvalsResponseType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$, GetEvalsGuardrailConfigEvalsType$inboundSchema, GetEvalsGuardrailConfigEvalsType$outboundSchema, GetEvalsGuardrailConfigEvalsType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$, DataGuardrailConfig$inboundSchema, DataGuardrailConfig$outboundSchema, DataGuardrailConfig$, GetEvalsDataType$inboundSchema, GetEvalsDataType$outboundSchema, GetEvalsDataType$, DataJSON$inboundSchema, DataJSON$outboundSchema, DataJSON$, GetEvalsGuardrailConfigType$inboundSchema, GetEvalsGuardrailConfigType$outboundSchema, GetEvalsGuardrailConfigType$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Type$, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema, GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$inboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$outboundSchema, GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$, DataType$inboundSchema, DataType$outboundSchema, DataType$, DataLLM$inboundSchema, DataLLM$outboundSchema, DataLLM$, GetEvalsData$inboundSchema, GetEvalsData$outboundSchema, GetEvalsData$, GetEvalsResponseBody$inboundSchema, GetEvalsResponseBody$outboundSchema, GetEvalsResponseBody$;
49505
49510
  var init_getevals = __esm(() => {
49506
49511
  init_esm();
49507
49512
  init_primitives();
@@ -49815,8 +49820,8 @@ var init_getevals = __esm(() => {
49815
49820
  Typescript$inboundSchema = objectType({
49816
49821
  _id: stringType(),
49817
49822
  description: stringType(),
49818
- created: stringType().default("2025-06-06T07:27:01.143Z"),
49819
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
49823
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
49824
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
49820
49825
  guardrail_config: unionType([
49821
49826
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
49822
49827
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -49833,8 +49838,8 @@ var init_getevals = __esm(() => {
49833
49838
  Typescript$outboundSchema = objectType({
49834
49839
  id: stringType(),
49835
49840
  description: stringType(),
49836
- created: stringType().default("2025-06-06T07:27:01.143Z"),
49837
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
49841
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
49842
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
49838
49843
  guardrailConfig: unionType([
49839
49844
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
49840
49845
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -49927,8 +49932,8 @@ var init_getevals = __esm(() => {
49927
49932
  Ragas$inboundSchema = objectType({
49928
49933
  _id: stringType(),
49929
49934
  description: stringType(),
49930
- created: stringType().default("2025-06-06T07:27:01.143Z"),
49931
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
49935
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
49936
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
49932
49937
  guardrail_config: unionType([
49933
49938
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
49934
49939
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -49947,8 +49952,8 @@ var init_getevals = __esm(() => {
49947
49952
  Ragas$outboundSchema = objectType({
49948
49953
  id: stringType(),
49949
49954
  description: stringType(),
49950
- created: stringType().default("2025-06-06T07:27:01.143Z"),
49951
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
49955
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
49956
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
49952
49957
  guardrailConfig: unionType([
49953
49958
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
49954
49959
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -50308,66 +50313,66 @@ var init_getevals = __esm(() => {
50308
50313
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$.inboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema;
50309
50314
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$.outboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema;
50310
50315
  })(GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$ ||= {});
50311
- FunctionParams8$inboundSchema = objectType({
50316
+ Eight$inboundSchema = objectType({
50312
50317
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema,
50313
50318
  value: stringType()
50314
50319
  });
50315
- FunctionParams8$outboundSchema = objectType({
50320
+ Eight$outboundSchema = objectType({
50316
50321
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema,
50317
50322
  value: stringType()
50318
50323
  });
50319
- ((FunctionParams8$) => {
50320
- FunctionParams8$.inboundSchema = FunctionParams8$inboundSchema;
50321
- FunctionParams8$.outboundSchema = FunctionParams8$outboundSchema;
50322
- })(FunctionParams8$ ||= {});
50324
+ ((Eight$) => {
50325
+ Eight$.inboundSchema = Eight$inboundSchema;
50326
+ Eight$.outboundSchema = Eight$outboundSchema;
50327
+ })(Eight$ ||= {});
50323
50328
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema = nativeEnumType(GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType);
50324
50329
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
50325
50330
  ((GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$) => {
50326
50331
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$.inboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
50327
50332
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$.outboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema;
50328
50333
  })(GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$ ||= {});
50329
- FunctionParams7$inboundSchema = objectType({
50334
+ Seven$inboundSchema = objectType({
50330
50335
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema
50331
50336
  });
50332
- FunctionParams7$outboundSchema = objectType({
50337
+ Seven$outboundSchema = objectType({
50333
50338
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema
50334
50339
  });
50335
- ((FunctionParams7$) => {
50336
- FunctionParams7$.inboundSchema = FunctionParams7$inboundSchema;
50337
- FunctionParams7$.outboundSchema = FunctionParams7$outboundSchema;
50338
- })(FunctionParams7$ ||= {});
50340
+ ((Seven$) => {
50341
+ Seven$.inboundSchema = Seven$inboundSchema;
50342
+ Seven$.outboundSchema = Seven$outboundSchema;
50343
+ })(Seven$ ||= {});
50339
50344
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema = nativeEnumType(GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType);
50340
50345
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema;
50341
50346
  ((GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$) => {
50342
50347
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$.inboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema;
50343
50348
  GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$.outboundSchema = GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema;
50344
50349
  })(GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$ ||= {});
50345
- FunctionParams6$inboundSchema = objectType({
50350
+ Six$inboundSchema = objectType({
50346
50351
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema
50347
50352
  });
50348
- FunctionParams6$outboundSchema = objectType({
50353
+ Six$outboundSchema = objectType({
50349
50354
  type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema
50350
50355
  });
50351
- ((FunctionParams6$) => {
50352
- FunctionParams6$.inboundSchema = FunctionParams6$inboundSchema;
50353
- FunctionParams6$.outboundSchema = FunctionParams6$outboundSchema;
50354
- })(FunctionParams6$ ||= {});
50356
+ ((Six$) => {
50357
+ Six$.inboundSchema = Six$inboundSchema;
50358
+ Six$.outboundSchema = Six$outboundSchema;
50359
+ })(Six$ ||= {});
50355
50360
  GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema = nativeEnumType(GetEvalsFunctionParamsEvalsResponse200Type);
50356
50361
  GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema = GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema;
50357
50362
  ((GetEvalsFunctionParamsEvalsResponse200Type$) => {
50358
50363
  GetEvalsFunctionParamsEvalsResponse200Type$.inboundSchema = GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema;
50359
50364
  GetEvalsFunctionParamsEvalsResponse200Type$.outboundSchema = GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema;
50360
50365
  })(GetEvalsFunctionParamsEvalsResponse200Type$ ||= {});
50361
- FunctionParams5$inboundSchema = objectType({
50366
+ Five$inboundSchema = objectType({
50362
50367
  type: GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema
50363
50368
  });
50364
- FunctionParams5$outboundSchema = objectType({
50369
+ Five$outboundSchema = objectType({
50365
50370
  type: GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema
50366
50371
  });
50367
- ((FunctionParams5$) => {
50368
- FunctionParams5$.inboundSchema = FunctionParams5$inboundSchema;
50369
- FunctionParams5$.outboundSchema = FunctionParams5$outboundSchema;
50370
- })(FunctionParams5$ ||= {});
50372
+ ((Five$) => {
50373
+ Five$.inboundSchema = Five$inboundSchema;
50374
+ Five$.outboundSchema = Five$outboundSchema;
50375
+ })(Five$ ||= {});
50371
50376
  GetEvalsFunctionParamsEvalsResponseType$inboundSchema = nativeEnumType(GetEvalsFunctionParamsEvalsResponseType);
50372
50377
  GetEvalsFunctionParamsEvalsResponseType$outboundSchema = GetEvalsFunctionParamsEvalsResponseType$inboundSchema;
50373
50378
  ((GetEvalsFunctionParamsEvalsResponseType$) => {
@@ -50441,9 +50446,9 @@ var init_getevals = __esm(() => {
50441
50446
  FunctionParams1$.outboundSchema = FunctionParams1$outboundSchema;
50442
50447
  })(FunctionParams1$ ||= {});
50443
50448
  DataFunctionParams$inboundSchema = unionType([
50444
- lazyType(() => FunctionParams5$inboundSchema),
50445
- lazyType(() => FunctionParams6$inboundSchema),
50446
- lazyType(() => FunctionParams7$inboundSchema),
50449
+ lazyType(() => Five$inboundSchema),
50450
+ lazyType(() => Six$inboundSchema),
50451
+ lazyType(() => Seven$inboundSchema),
50447
50452
  lazyType(() => Ten$inboundSchema),
50448
50453
  lazyType(() => Fourteen$inboundSchema),
50449
50454
  lazyType(() => Sixteen$inboundSchema),
@@ -50459,7 +50464,7 @@ var init_getevals = __esm(() => {
50459
50464
  lazyType(() => FunctionParams2$inboundSchema),
50460
50465
  lazyType(() => FunctionParams3$inboundSchema),
50461
50466
  lazyType(() => FunctionParams4$inboundSchema),
50462
- lazyType(() => FunctionParams8$inboundSchema),
50467
+ lazyType(() => Eight$inboundSchema),
50463
50468
  lazyType(() => Nine$inboundSchema),
50464
50469
  lazyType(() => Eleven$inboundSchema),
50465
50470
  lazyType(() => Thirteen$inboundSchema),
@@ -50467,9 +50472,9 @@ var init_getevals = __esm(() => {
50467
50472
  lazyType(() => Twelve$inboundSchema)
50468
50473
  ]);
50469
50474
  DataFunctionParams$outboundSchema = unionType([
50470
- lazyType(() => FunctionParams5$outboundSchema),
50471
- lazyType(() => FunctionParams6$outboundSchema),
50472
- lazyType(() => FunctionParams7$outboundSchema),
50475
+ lazyType(() => Five$outboundSchema),
50476
+ lazyType(() => Six$outboundSchema),
50477
+ lazyType(() => Seven$outboundSchema),
50473
50478
  lazyType(() => Ten$outboundSchema),
50474
50479
  lazyType(() => Fourteen$outboundSchema),
50475
50480
  lazyType(() => Sixteen$outboundSchema),
@@ -50485,7 +50490,7 @@ var init_getevals = __esm(() => {
50485
50490
  lazyType(() => FunctionParams2$outboundSchema),
50486
50491
  lazyType(() => FunctionParams3$outboundSchema),
50487
50492
  lazyType(() => FunctionParams4$outboundSchema),
50488
- lazyType(() => FunctionParams8$outboundSchema),
50493
+ lazyType(() => Eight$outboundSchema),
50489
50494
  lazyType(() => Nine$outboundSchema),
50490
50495
  lazyType(() => Eleven$outboundSchema),
50491
50496
  lazyType(() => Thirteen$outboundSchema),
@@ -50499,17 +50504,17 @@ var init_getevals = __esm(() => {
50499
50504
  DataFunction$inboundSchema = objectType({
50500
50505
  _id: stringType(),
50501
50506
  description: stringType(),
50502
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50503
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50507
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50508
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50504
50509
  guardrail_config: unionType([
50505
50510
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
50506
50511
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
50507
50512
  ]).optional(),
50508
50513
  type: GetEvalsDataEvalsResponse200Type$inboundSchema,
50509
50514
  function_params: unionType([
50510
- lazyType(() => FunctionParams5$inboundSchema),
50511
- lazyType(() => FunctionParams6$inboundSchema),
50512
- lazyType(() => FunctionParams7$inboundSchema),
50515
+ lazyType(() => Five$inboundSchema),
50516
+ lazyType(() => Six$inboundSchema),
50517
+ lazyType(() => Seven$inboundSchema),
50513
50518
  lazyType(() => Ten$inboundSchema),
50514
50519
  lazyType(() => Fourteen$inboundSchema),
50515
50520
  lazyType(() => Sixteen$inboundSchema),
@@ -50525,7 +50530,7 @@ var init_getevals = __esm(() => {
50525
50530
  lazyType(() => FunctionParams2$inboundSchema),
50526
50531
  lazyType(() => FunctionParams3$inboundSchema),
50527
50532
  lazyType(() => FunctionParams4$inboundSchema),
50528
- lazyType(() => FunctionParams8$inboundSchema),
50533
+ lazyType(() => Eight$inboundSchema),
50529
50534
  lazyType(() => Nine$inboundSchema),
50530
50535
  lazyType(() => Eleven$inboundSchema),
50531
50536
  lazyType(() => Thirteen$inboundSchema),
@@ -50543,17 +50548,17 @@ var init_getevals = __esm(() => {
50543
50548
  DataFunction$outboundSchema = objectType({
50544
50549
  id: stringType(),
50545
50550
  description: stringType(),
50546
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50547
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50551
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50552
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50548
50553
  guardrailConfig: unionType([
50549
50554
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
50550
50555
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
50551
50556
  ]).optional(),
50552
50557
  type: GetEvalsDataEvalsResponse200Type$outboundSchema,
50553
50558
  functionParams: unionType([
50554
- lazyType(() => FunctionParams5$outboundSchema),
50555
- lazyType(() => FunctionParams6$outboundSchema),
50556
- lazyType(() => FunctionParams7$outboundSchema),
50559
+ lazyType(() => Five$outboundSchema),
50560
+ lazyType(() => Six$outboundSchema),
50561
+ lazyType(() => Seven$outboundSchema),
50557
50562
  lazyType(() => Ten$outboundSchema),
50558
50563
  lazyType(() => Fourteen$outboundSchema),
50559
50564
  lazyType(() => Sixteen$outboundSchema),
@@ -50569,7 +50574,7 @@ var init_getevals = __esm(() => {
50569
50574
  lazyType(() => FunctionParams2$outboundSchema),
50570
50575
  lazyType(() => FunctionParams3$outboundSchema),
50571
50576
  lazyType(() => FunctionParams4$outboundSchema),
50572
- lazyType(() => FunctionParams8$outboundSchema),
50577
+ lazyType(() => Eight$outboundSchema),
50573
50578
  lazyType(() => Nine$outboundSchema),
50574
50579
  lazyType(() => Eleven$outboundSchema),
50575
50580
  lazyType(() => Thirteen$outboundSchema),
@@ -50657,8 +50662,8 @@ var init_getevals = __esm(() => {
50657
50662
  DataPython$inboundSchema = objectType({
50658
50663
  _id: stringType(),
50659
50664
  description: stringType(),
50660
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50661
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50665
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50666
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50662
50667
  guardrail_config: unionType([
50663
50668
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
50664
50669
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
@@ -50675,8 +50680,8 @@ var init_getevals = __esm(() => {
50675
50680
  DataPython$outboundSchema = objectType({
50676
50681
  id: stringType(),
50677
50682
  description: stringType(),
50678
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50679
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50683
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50684
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50680
50685
  guardrailConfig: unionType([
50681
50686
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
50682
50687
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
@@ -50769,8 +50774,8 @@ var init_getevals = __esm(() => {
50769
50774
  DataHTTP$inboundSchema = objectType({
50770
50775
  _id: stringType(),
50771
50776
  description: stringType(),
50772
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50773
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50777
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50778
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50774
50779
  guardrail_config: unionType([
50775
50780
  lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
50776
50781
  lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
@@ -50790,8 +50795,8 @@ var init_getevals = __esm(() => {
50790
50795
  DataHTTP$outboundSchema = objectType({
50791
50796
  id: stringType(),
50792
50797
  description: stringType(),
50793
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50794
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50798
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50799
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50795
50800
  guardrailConfig: unionType([
50796
50801
  lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
50797
50802
  lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
@@ -50881,8 +50886,8 @@ var init_getevals = __esm(() => {
50881
50886
  DataJSON$inboundSchema = objectType({
50882
50887
  _id: stringType(),
50883
50888
  description: stringType(),
50884
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50885
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50889
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50890
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50886
50891
  guardrail_config: unionType([
50887
50892
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
50888
50893
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
@@ -50899,8 +50904,8 @@ var init_getevals = __esm(() => {
50899
50904
  DataJSON$outboundSchema = objectType({
50900
50905
  id: stringType(),
50901
50906
  description: stringType(),
50902
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50903
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50907
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50908
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50904
50909
  guardrailConfig: unionType([
50905
50910
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
50906
50911
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
@@ -50987,8 +50992,8 @@ var init_getevals = __esm(() => {
50987
50992
  DataLLM$inboundSchema = objectType({
50988
50993
  _id: stringType(),
50989
50994
  description: stringType(),
50990
- created: stringType().default("2025-06-06T07:27:01.143Z"),
50991
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
50995
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
50996
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
50992
50997
  guardrail_config: unionType([
50993
50998
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
50994
50999
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -51006,8 +51011,8 @@ var init_getevals = __esm(() => {
51006
51011
  DataLLM$outboundSchema = objectType({
51007
51012
  id: stringType(),
51008
51013
  description: stringType(),
51009
- created: stringType().default("2025-06-06T07:27:01.143Z"),
51010
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
51014
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
51015
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
51011
51016
  guardrailConfig: unionType([
51012
51017
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
51013
51018
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -51386,7 +51391,8 @@ var init_getoneprompt = __esm(() => {
51386
51391
  Nvidia: "nvidia",
51387
51392
  Jina: "jina",
51388
51393
  Togetherai: "togetherai",
51389
- Elevenlabs: "elevenlabs"
51394
+ Elevenlabs: "elevenlabs",
51395
+ Litellm: "litellm"
51390
51396
  };
51391
51397
  GetOnePromptRole = {
51392
51398
  System: "system",
@@ -51493,12 +51499,12 @@ var init_getoneprompt = __esm(() => {
51493
51499
  })(GetOnePromptResponseFormatType$ ||= {});
51494
51500
  GetOnePromptResponseFormatJsonSchema$inboundSchema = objectType({
51495
51501
  name: stringType(),
51496
- strict: booleanType(),
51502
+ strict: booleanType().optional(),
51497
51503
  schema: recordType(anyType())
51498
51504
  });
51499
51505
  GetOnePromptResponseFormatJsonSchema$outboundSchema = objectType({
51500
51506
  name: stringType(),
51501
- strict: booleanType(),
51507
+ strict: booleanType().optional(),
51502
51508
  schema: recordType(anyType())
51503
51509
  });
51504
51510
  ((GetOnePromptResponseFormatJsonSchema$) => {
@@ -51830,8 +51836,8 @@ var init_getoneprompt = __esm(() => {
51830
51836
  GetOnePromptPromptConfig$inboundSchema = objectType({
51831
51837
  stream: booleanType().optional(),
51832
51838
  model: stringType().optional(),
51833
- model_db_id: stringType().optional(),
51834
- model_type: GetOnePromptModelType$inboundSchema.optional(),
51839
+ model_db_id: nullableType(stringType()).optional(),
51840
+ model_type: nullableType(GetOnePromptModelType$inboundSchema).optional(),
51835
51841
  model_parameters: lazyType(() => GetOnePromptModelParameters$inboundSchema).optional(),
51836
51842
  provider: GetOnePromptProvider$inboundSchema.optional(),
51837
51843
  integration_id: nullableType(stringType()).optional(),
@@ -51848,8 +51854,8 @@ var init_getoneprompt = __esm(() => {
51848
51854
  GetOnePromptPromptConfig$outboundSchema = objectType({
51849
51855
  stream: booleanType().optional(),
51850
51856
  model: stringType().optional(),
51851
- modelDbId: stringType().optional(),
51852
- modelType: GetOnePromptModelType$outboundSchema.optional(),
51857
+ modelDbId: nullableType(stringType()).optional(),
51858
+ modelType: nullableType(GetOnePromptModelType$outboundSchema).optional(),
51853
51859
  modelParameters: lazyType(() => GetOnePromptModelParameters$outboundSchema).optional(),
51854
51860
  provider: GetOnePromptProvider$outboundSchema.optional(),
51855
51861
  integrationId: nullableType(stringType()).optional(),
@@ -52010,7 +52016,8 @@ var init_getpromptversion = __esm(() => {
52010
52016
  Nvidia: "nvidia",
52011
52017
  Jina: "jina",
52012
52018
  Togetherai: "togetherai",
52013
- Elevenlabs: "elevenlabs"
52019
+ Elevenlabs: "elevenlabs",
52020
+ Litellm: "litellm"
52014
52021
  };
52015
52022
  GetPromptVersionRole = {
52016
52023
  System: "system",
@@ -52123,12 +52130,12 @@ var init_getpromptversion = __esm(() => {
52123
52130
  })(GetPromptVersionResponseFormatType$ ||= {});
52124
52131
  GetPromptVersionResponseFormatJsonSchema$inboundSchema = objectType({
52125
52132
  name: stringType(),
52126
- strict: booleanType(),
52133
+ strict: booleanType().optional(),
52127
52134
  schema: recordType(anyType())
52128
52135
  });
52129
52136
  GetPromptVersionResponseFormatJsonSchema$outboundSchema = objectType({
52130
52137
  name: stringType(),
52131
- strict: booleanType(),
52138
+ strict: booleanType().optional(),
52132
52139
  schema: recordType(anyType())
52133
52140
  });
52134
52141
  ((GetPromptVersionResponseFormatJsonSchema$) => {
@@ -52460,8 +52467,8 @@ var init_getpromptversion = __esm(() => {
52460
52467
  GetPromptVersionPromptConfig$inboundSchema = objectType({
52461
52468
  stream: booleanType().optional(),
52462
52469
  model: stringType().optional(),
52463
- model_db_id: stringType().optional(),
52464
- model_type: GetPromptVersionModelType$inboundSchema.optional(),
52470
+ model_db_id: nullableType(stringType()).optional(),
52471
+ model_type: nullableType(GetPromptVersionModelType$inboundSchema).optional(),
52465
52472
  model_parameters: lazyType(() => GetPromptVersionModelParameters$inboundSchema).optional(),
52466
52473
  provider: GetPromptVersionProvider$inboundSchema.optional(),
52467
52474
  integration_id: nullableType(stringType()).optional(),
@@ -52478,8 +52485,8 @@ var init_getpromptversion = __esm(() => {
52478
52485
  GetPromptVersionPromptConfig$outboundSchema = objectType({
52479
52486
  stream: booleanType().optional(),
52480
52487
  model: stringType().optional(),
52481
- modelDbId: stringType().optional(),
52482
- modelType: GetPromptVersionModelType$outboundSchema.optional(),
52488
+ modelDbId: nullableType(stringType()).optional(),
52489
+ modelType: nullableType(GetPromptVersionModelType$outboundSchema).optional(),
52483
52490
  modelParameters: lazyType(() => GetPromptVersionModelParameters$outboundSchema).optional(),
52484
52491
  provider: GetPromptVersionProvider$outboundSchema.optional(),
52485
52492
  integrationId: nullableType(stringType()).optional(),
@@ -52567,8 +52574,269 @@ var init_getpromptversion = __esm(() => {
52567
52574
  })(GetPromptVersionResponseBody$ ||= {});
52568
52575
  });
52569
52576
 
52577
+ // src/models/operations/getv2modelslitellmmodels.ts
52578
+ var GetV2ModelsLitellmModelsLitellmParams$inboundSchema, GetV2ModelsLitellmModelsLitellmParams$outboundSchema, GetV2ModelsLitellmModelsLitellmParams$, GetV2ModelsLitellmModelsModelInfo$inboundSchema, GetV2ModelsLitellmModelsModelInfo$outboundSchema, GetV2ModelsLitellmModelsModelInfo$, ResponseBody$inboundSchema, ResponseBody$outboundSchema, ResponseBody$;
52579
+ var init_getv2modelslitellmmodels = __esm(() => {
52580
+ init_esm();
52581
+ init_primitives();
52582
+ GetV2ModelsLitellmModelsLitellmParams$inboundSchema = objectType({
52583
+ use_in_pass_through: booleanType(),
52584
+ use_litellm_proxy: booleanType(),
52585
+ merge_reasoning_content_in_choices: booleanType(),
52586
+ model: stringType()
52587
+ }).transform((v2) => {
52588
+ return remap(v2, {
52589
+ use_in_pass_through: "useInPassThrough",
52590
+ use_litellm_proxy: "useLitellmProxy",
52591
+ merge_reasoning_content_in_choices: "mergeReasoningContentInChoices"
52592
+ });
52593
+ });
52594
+ GetV2ModelsLitellmModelsLitellmParams$outboundSchema = objectType({
52595
+ useInPassThrough: booleanType(),
52596
+ useLitellmProxy: booleanType(),
52597
+ mergeReasoningContentInChoices: booleanType(),
52598
+ model: stringType()
52599
+ }).transform((v2) => {
52600
+ return remap(v2, {
52601
+ useInPassThrough: "use_in_pass_through",
52602
+ useLitellmProxy: "use_litellm_proxy",
52603
+ mergeReasoningContentInChoices: "merge_reasoning_content_in_choices"
52604
+ });
52605
+ });
52606
+ ((GetV2ModelsLitellmModelsLitellmParams$) => {
52607
+ GetV2ModelsLitellmModelsLitellmParams$.inboundSchema = GetV2ModelsLitellmModelsLitellmParams$inboundSchema;
52608
+ GetV2ModelsLitellmModelsLitellmParams$.outboundSchema = GetV2ModelsLitellmModelsLitellmParams$outboundSchema;
52609
+ })(GetV2ModelsLitellmModelsLitellmParams$ ||= {});
52610
+ GetV2ModelsLitellmModelsModelInfo$inboundSchema = objectType({
52611
+ id: nullableType(stringType()),
52612
+ db_model: nullableType(booleanType()),
52613
+ key: nullableType(stringType()),
52614
+ max_tokens: nullableType(numberType()).optional(),
52615
+ max_input_tokens: nullableType(numberType()).optional(),
52616
+ max_output_tokens: nullableType(numberType()).optional(),
52617
+ input_cost_per_token: nullableType(numberType()).optional(),
52618
+ cache_creation_input_token_cost: nullableType(numberType()).optional(),
52619
+ cache_read_input_token_cost: nullableType(numberType()).optional(),
52620
+ input_cost_per_character: nullableType(numberType()).optional(),
52621
+ input_cost_per_token_above_128k_tokens: nullableType(numberType()).optional(),
52622
+ input_cost_per_token_above_200k_tokens: nullableType(numberType()).optional(),
52623
+ input_cost_per_query: nullableType(numberType()).optional(),
52624
+ input_cost_per_second: nullableType(numberType()).optional(),
52625
+ input_cost_per_audio_token: nullableType(numberType()).optional(),
52626
+ input_cost_per_token_batches: nullableType(numberType()).optional(),
52627
+ output_cost_per_token_batches: nullableType(numberType()).optional(),
52628
+ output_cost_per_token: nullableType(numberType()).optional(),
52629
+ output_cost_per_audio_token: nullableType(numberType()).optional(),
52630
+ output_cost_per_character: nullableType(numberType()).optional(),
52631
+ output_cost_per_reasoning_token: nullableType(numberType()).optional(),
52632
+ output_cost_per_token_above_128k_tokens: nullableType(numberType()).optional(),
52633
+ output_cost_per_character_above_128k_tokens: nullableType(numberType()).optional(),
52634
+ output_cost_per_token_above_200k_tokens: nullableType(numberType()).optional(),
52635
+ output_cost_per_second: nullableType(numberType()).optional(),
52636
+ output_cost_per_image: nullableType(numberType()).optional(),
52637
+ output_vector_size: nullableType(numberType()).optional(),
52638
+ litellm_provider: nullableType(stringType()),
52639
+ mode: nullableType(stringType()),
52640
+ supports_system_messages: nullableType(booleanType()).optional(),
52641
+ supports_response_schema: nullableType(booleanType()).optional(),
52642
+ supports_vision: nullableType(booleanType()).optional(),
52643
+ supports_function_calling: nullableType(booleanType()).optional(),
52644
+ supports_tool_choice: nullableType(booleanType()).optional(),
52645
+ supports_assistant_prefill: nullableType(booleanType()).optional(),
52646
+ supports_prompt_caching: nullableType(booleanType()).optional(),
52647
+ supports_audio_input: nullableType(booleanType()).optional(),
52648
+ supports_audio_output: nullableType(booleanType()).optional(),
52649
+ supports_pdf_input: nullableType(booleanType()).optional(),
52650
+ supports_embedding_image_input: nullableType(booleanType()).optional(),
52651
+ supports_native_streaming: nullableType(booleanType()).optional(),
52652
+ supports_web_search: nullableType(booleanType()).optional(),
52653
+ supports_url_context: nullableType(booleanType()).optional(),
52654
+ supports_reasoning: nullableType(booleanType()).optional(),
52655
+ supports_computer_use: nullableType(booleanType()).optional(),
52656
+ search_context_cost_per_query: nullableType(numberType()).optional(),
52657
+ tpm: nullableType(numberType()).optional(),
52658
+ rpm: nullableType(numberType()).optional(),
52659
+ supported_openai_params: nullableType(arrayType(stringType())).optional()
52660
+ }).transform((v2) => {
52661
+ return remap(v2, {
52662
+ db_model: "dbModel",
52663
+ max_tokens: "maxTokens",
52664
+ max_input_tokens: "maxInputTokens",
52665
+ max_output_tokens: "maxOutputTokens",
52666
+ input_cost_per_token: "inputCostPerToken",
52667
+ cache_creation_input_token_cost: "cacheCreationInputTokenCost",
52668
+ cache_read_input_token_cost: "cacheReadInputTokenCost",
52669
+ input_cost_per_character: "inputCostPerCharacter",
52670
+ input_cost_per_token_above_128k_tokens: "inputCostPerTokenAbove128kTokens",
52671
+ input_cost_per_token_above_200k_tokens: "inputCostPerTokenAbove200kTokens",
52672
+ input_cost_per_query: "inputCostPerQuery",
52673
+ input_cost_per_second: "inputCostPerSecond",
52674
+ input_cost_per_audio_token: "inputCostPerAudioToken",
52675
+ input_cost_per_token_batches: "inputCostPerTokenBatches",
52676
+ output_cost_per_token_batches: "outputCostPerTokenBatches",
52677
+ output_cost_per_token: "outputCostPerToken",
52678
+ output_cost_per_audio_token: "outputCostPerAudioToken",
52679
+ output_cost_per_character: "outputCostPerCharacter",
52680
+ output_cost_per_reasoning_token: "outputCostPerReasoningToken",
52681
+ output_cost_per_token_above_128k_tokens: "outputCostPerTokenAbove128kTokens",
52682
+ output_cost_per_character_above_128k_tokens: "outputCostPerCharacterAbove128kTokens",
52683
+ output_cost_per_token_above_200k_tokens: "outputCostPerTokenAbove200kTokens",
52684
+ output_cost_per_second: "outputCostPerSecond",
52685
+ output_cost_per_image: "outputCostPerImage",
52686
+ output_vector_size: "outputVectorSize",
52687
+ litellm_provider: "litellmProvider",
52688
+ supports_system_messages: "supportsSystemMessages",
52689
+ supports_response_schema: "supportsResponseSchema",
52690
+ supports_vision: "supportsVision",
52691
+ supports_function_calling: "supportsFunctionCalling",
52692
+ supports_tool_choice: "supportsToolChoice",
52693
+ supports_assistant_prefill: "supportsAssistantPrefill",
52694
+ supports_prompt_caching: "supportsPromptCaching",
52695
+ supports_audio_input: "supportsAudioInput",
52696
+ supports_audio_output: "supportsAudioOutput",
52697
+ supports_pdf_input: "supportsPdfInput",
52698
+ supports_embedding_image_input: "supportsEmbeddingImageInput",
52699
+ supports_native_streaming: "supportsNativeStreaming",
52700
+ supports_web_search: "supportsWebSearch",
52701
+ supports_url_context: "supportsUrlContext",
52702
+ supports_reasoning: "supportsReasoning",
52703
+ supports_computer_use: "supportsComputerUse",
52704
+ search_context_cost_per_query: "searchContextCostPerQuery",
52705
+ supported_openai_params: "supportedOpenaiParams"
52706
+ });
52707
+ });
52708
+ GetV2ModelsLitellmModelsModelInfo$outboundSchema = objectType({
52709
+ id: nullableType(stringType()),
52710
+ dbModel: nullableType(booleanType()),
52711
+ key: nullableType(stringType()),
52712
+ maxTokens: nullableType(numberType()).optional(),
52713
+ maxInputTokens: nullableType(numberType()).optional(),
52714
+ maxOutputTokens: nullableType(numberType()).optional(),
52715
+ inputCostPerToken: nullableType(numberType()).optional(),
52716
+ cacheCreationInputTokenCost: nullableType(numberType()).optional(),
52717
+ cacheReadInputTokenCost: nullableType(numberType()).optional(),
52718
+ inputCostPerCharacter: nullableType(numberType()).optional(),
52719
+ inputCostPerTokenAbove128kTokens: nullableType(numberType()).optional(),
52720
+ inputCostPerTokenAbove200kTokens: nullableType(numberType()).optional(),
52721
+ inputCostPerQuery: nullableType(numberType()).optional(),
52722
+ inputCostPerSecond: nullableType(numberType()).optional(),
52723
+ inputCostPerAudioToken: nullableType(numberType()).optional(),
52724
+ inputCostPerTokenBatches: nullableType(numberType()).optional(),
52725
+ outputCostPerTokenBatches: nullableType(numberType()).optional(),
52726
+ outputCostPerToken: nullableType(numberType()).optional(),
52727
+ outputCostPerAudioToken: nullableType(numberType()).optional(),
52728
+ outputCostPerCharacter: nullableType(numberType()).optional(),
52729
+ outputCostPerReasoningToken: nullableType(numberType()).optional(),
52730
+ outputCostPerTokenAbove128kTokens: nullableType(numberType()).optional(),
52731
+ outputCostPerCharacterAbove128kTokens: nullableType(numberType()).optional(),
52732
+ outputCostPerTokenAbove200kTokens: nullableType(numberType()).optional(),
52733
+ outputCostPerSecond: nullableType(numberType()).optional(),
52734
+ outputCostPerImage: nullableType(numberType()).optional(),
52735
+ outputVectorSize: nullableType(numberType()).optional(),
52736
+ litellmProvider: nullableType(stringType()),
52737
+ mode: nullableType(stringType()),
52738
+ supportsSystemMessages: nullableType(booleanType()).optional(),
52739
+ supportsResponseSchema: nullableType(booleanType()).optional(),
52740
+ supportsVision: nullableType(booleanType()).optional(),
52741
+ supportsFunctionCalling: nullableType(booleanType()).optional(),
52742
+ supportsToolChoice: nullableType(booleanType()).optional(),
52743
+ supportsAssistantPrefill: nullableType(booleanType()).optional(),
52744
+ supportsPromptCaching: nullableType(booleanType()).optional(),
52745
+ supportsAudioInput: nullableType(booleanType()).optional(),
52746
+ supportsAudioOutput: nullableType(booleanType()).optional(),
52747
+ supportsPdfInput: nullableType(booleanType()).optional(),
52748
+ supportsEmbeddingImageInput: nullableType(booleanType()).optional(),
52749
+ supportsNativeStreaming: nullableType(booleanType()).optional(),
52750
+ supportsWebSearch: nullableType(booleanType()).optional(),
52751
+ supportsUrlContext: nullableType(booleanType()).optional(),
52752
+ supportsReasoning: nullableType(booleanType()).optional(),
52753
+ supportsComputerUse: nullableType(booleanType()).optional(),
52754
+ searchContextCostPerQuery: nullableType(numberType()).optional(),
52755
+ tpm: nullableType(numberType()).optional(),
52756
+ rpm: nullableType(numberType()).optional(),
52757
+ supportedOpenaiParams: nullableType(arrayType(stringType())).optional()
52758
+ }).transform((v2) => {
52759
+ return remap(v2, {
52760
+ dbModel: "db_model",
52761
+ maxTokens: "max_tokens",
52762
+ maxInputTokens: "max_input_tokens",
52763
+ maxOutputTokens: "max_output_tokens",
52764
+ inputCostPerToken: "input_cost_per_token",
52765
+ cacheCreationInputTokenCost: "cache_creation_input_token_cost",
52766
+ cacheReadInputTokenCost: "cache_read_input_token_cost",
52767
+ inputCostPerCharacter: "input_cost_per_character",
52768
+ inputCostPerTokenAbove128kTokens: "input_cost_per_token_above_128k_tokens",
52769
+ inputCostPerTokenAbove200kTokens: "input_cost_per_token_above_200k_tokens",
52770
+ inputCostPerQuery: "input_cost_per_query",
52771
+ inputCostPerSecond: "input_cost_per_second",
52772
+ inputCostPerAudioToken: "input_cost_per_audio_token",
52773
+ inputCostPerTokenBatches: "input_cost_per_token_batches",
52774
+ outputCostPerTokenBatches: "output_cost_per_token_batches",
52775
+ outputCostPerToken: "output_cost_per_token",
52776
+ outputCostPerAudioToken: "output_cost_per_audio_token",
52777
+ outputCostPerCharacter: "output_cost_per_character",
52778
+ outputCostPerReasoningToken: "output_cost_per_reasoning_token",
52779
+ outputCostPerTokenAbove128kTokens: "output_cost_per_token_above_128k_tokens",
52780
+ outputCostPerCharacterAbove128kTokens: "output_cost_per_character_above_128k_tokens",
52781
+ outputCostPerTokenAbove200kTokens: "output_cost_per_token_above_200k_tokens",
52782
+ outputCostPerSecond: "output_cost_per_second",
52783
+ outputCostPerImage: "output_cost_per_image",
52784
+ outputVectorSize: "output_vector_size",
52785
+ litellmProvider: "litellm_provider",
52786
+ supportsSystemMessages: "supports_system_messages",
52787
+ supportsResponseSchema: "supports_response_schema",
52788
+ supportsVision: "supports_vision",
52789
+ supportsFunctionCalling: "supports_function_calling",
52790
+ supportsToolChoice: "supports_tool_choice",
52791
+ supportsAssistantPrefill: "supports_assistant_prefill",
52792
+ supportsPromptCaching: "supports_prompt_caching",
52793
+ supportsAudioInput: "supports_audio_input",
52794
+ supportsAudioOutput: "supports_audio_output",
52795
+ supportsPdfInput: "supports_pdf_input",
52796
+ supportsEmbeddingImageInput: "supports_embedding_image_input",
52797
+ supportsNativeStreaming: "supports_native_streaming",
52798
+ supportsWebSearch: "supports_web_search",
52799
+ supportsUrlContext: "supports_url_context",
52800
+ supportsReasoning: "supports_reasoning",
52801
+ supportsComputerUse: "supports_computer_use",
52802
+ searchContextCostPerQuery: "search_context_cost_per_query",
52803
+ supportedOpenaiParams: "supported_openai_params"
52804
+ });
52805
+ });
52806
+ ((GetV2ModelsLitellmModelsModelInfo$) => {
52807
+ GetV2ModelsLitellmModelsModelInfo$.inboundSchema = GetV2ModelsLitellmModelsModelInfo$inboundSchema;
52808
+ GetV2ModelsLitellmModelsModelInfo$.outboundSchema = GetV2ModelsLitellmModelsModelInfo$outboundSchema;
52809
+ })(GetV2ModelsLitellmModelsModelInfo$ ||= {});
52810
+ ResponseBody$inboundSchema = objectType({
52811
+ model_name: stringType(),
52812
+ litellm_params: lazyType(() => GetV2ModelsLitellmModelsLitellmParams$inboundSchema),
52813
+ model_info: lazyType(() => GetV2ModelsLitellmModelsModelInfo$inboundSchema)
52814
+ }).transform((v2) => {
52815
+ return remap(v2, {
52816
+ model_name: "modelName",
52817
+ litellm_params: "litellmParams",
52818
+ model_info: "modelInfo"
52819
+ });
52820
+ });
52821
+ ResponseBody$outboundSchema = objectType({
52822
+ modelName: stringType(),
52823
+ litellmParams: lazyType(() => GetV2ModelsLitellmModelsLitellmParams$outboundSchema),
52824
+ modelInfo: lazyType(() => GetV2ModelsLitellmModelsModelInfo$outboundSchema)
52825
+ }).transform((v2) => {
52826
+ return remap(v2, {
52827
+ modelName: "model_name",
52828
+ litellmParams: "litellm_params",
52829
+ modelInfo: "model_info"
52830
+ });
52831
+ });
52832
+ ((ResponseBody$) => {
52833
+ ResponseBody$.inboundSchema = ResponseBody$inboundSchema;
52834
+ ResponseBody$.outboundSchema = ResponseBody$outboundSchema;
52835
+ })(ResponseBody$ ||= {});
52836
+ });
52837
+
52570
52838
  // src/models/operations/invokeeval.ts
52571
- var InvokeEvalRole, InvokeEval2EvalsRequestType, InvokeEval2EvalsType, InvokeEval2Type, InvokeEvalType, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType, InvokeEvalResponseBodyEvalsResponse200Type, InvokeEvalResponseBodyEvalsResponseType, InvokeEvalResponseBodyEvalsType, InvokeEvalResponseBodyType, InvokeEvalRole$inboundSchema, InvokeEvalRole$outboundSchema, InvokeEvalRole$, InvokeEval2EvalsRequestType$inboundSchema, InvokeEval2EvalsRequestType$outboundSchema, InvokeEval2EvalsRequestType$, InvokeEval2File$inboundSchema, InvokeEval2File$outboundSchema, InvokeEval2File$, InvokeEval23$inboundSchema, InvokeEval23$outboundSchema, InvokeEval23$, InvokeEval2EvalsType$inboundSchema, InvokeEval2EvalsType$outboundSchema, InvokeEval2EvalsType$, InvokeEval2ImageUrl$inboundSchema, InvokeEval2ImageUrl$outboundSchema, InvokeEval2ImageUrl$, InvokeEval22$inboundSchema, InvokeEval22$outboundSchema, InvokeEval22$, InvokeEval2Type$inboundSchema, InvokeEval2Type$outboundSchema, InvokeEval2Type$, InvokeEval21$inboundSchema, InvokeEval21$outboundSchema, InvokeEval21$, InvokeEvalContent2$inboundSchema, InvokeEvalContent2$outboundSchema, InvokeEvalContent2$, InvokeEvalContent$inboundSchema, InvokeEvalContent$outboundSchema, InvokeEvalContent$, InvokeEvalType$inboundSchema, InvokeEvalType$outboundSchema, InvokeEvalType$, InvokeEvalFunction$inboundSchema, InvokeEvalFunction$outboundSchema, InvokeEvalFunction$, InvokeEvalToolCalls$inboundSchema, InvokeEvalToolCalls$outboundSchema, InvokeEvalToolCalls$, InvokeEvalMessages$inboundSchema, InvokeEvalMessages$outboundSchema, InvokeEvalMessages$, InvokeEvalRequestBody$inboundSchema, InvokeEvalRequestBody$outboundSchema, InvokeEvalRequestBody$, InvokeEvalRequest$inboundSchema, InvokeEvalRequest$outboundSchema, InvokeEvalRequest$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$, InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$, Eight$inboundSchema, Eight$outboundSchema, Eight$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$, InvokeEvalResponseBodyEvalsResponseValue$inboundSchema, InvokeEvalResponseBodyEvalsResponseValue$outboundSchema, InvokeEvalResponseBodyEvalsResponseValue$, Seven$inboundSchema, Seven$outboundSchema, Seven$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$, InvokeEvalResponseBodyEvalsValue$inboundSchema, InvokeEvalResponseBodyEvalsValue$outboundSchema, InvokeEvalResponseBodyEvalsValue$, Six$inboundSchema, Six$outboundSchema, Six$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$, Rouge1$inboundSchema, Rouge1$outboundSchema, Rouge1$, Rouge2$inboundSchema, Rouge2$outboundSchema, Rouge2$, RougeL$inboundSchema, RougeL$outboundSchema, RougeL$, InvokeEvalResponseBodyValue$inboundSchema, InvokeEvalResponseBodyValue$outboundSchema, InvokeEvalResponseBodyValue$, Five$inboundSchema, Five$outboundSchema, Five$, InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$, ResponseBody4$inboundSchema, ResponseBody4$outboundSchema, ResponseBody4$, InvokeEvalResponseBodyEvalsResponseType$inboundSchema, InvokeEvalResponseBodyEvalsResponseType$outboundSchema, InvokeEvalResponseBodyEvalsResponseType$, ResponseBodyValue$inboundSchema, ResponseBodyValue$outboundSchema, ResponseBodyValue$, ResponseBody3$inboundSchema, ResponseBody3$outboundSchema, ResponseBody3$, InvokeEvalResponseBodyEvalsType$inboundSchema, InvokeEvalResponseBodyEvalsType$outboundSchema, InvokeEvalResponseBodyEvalsType$, ResponseBody2$inboundSchema, ResponseBody2$outboundSchema, ResponseBody2$, InvokeEvalResponseBodyType$inboundSchema, InvokeEvalResponseBodyType$outboundSchema, InvokeEvalResponseBodyType$, ResponseBody1$inboundSchema, ResponseBody1$outboundSchema, ResponseBody1$, InvokeEvalResponseBody$inboundSchema, InvokeEvalResponseBody$outboundSchema, InvokeEvalResponseBody$;
52839
+ var InvokeEvalRole, InvokeEval2EvalsRequestType, InvokeEval2EvalsType, InvokeEval2Type, InvokeEvalType, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType, InvokeEvalResponseBodyEvalsResponse200Type, InvokeEvalResponseBodyEvalsResponseType, InvokeEvalResponseBodyEvalsType, InvokeEvalResponseBodyType, InvokeEvalRole$inboundSchema, InvokeEvalRole$outboundSchema, InvokeEvalRole$, InvokeEval2EvalsRequestType$inboundSchema, InvokeEval2EvalsRequestType$outboundSchema, InvokeEval2EvalsRequestType$, InvokeEval2File$inboundSchema, InvokeEval2File$outboundSchema, InvokeEval2File$, InvokeEval23$inboundSchema, InvokeEval23$outboundSchema, InvokeEval23$, InvokeEval2EvalsType$inboundSchema, InvokeEval2EvalsType$outboundSchema, InvokeEval2EvalsType$, InvokeEval2ImageUrl$inboundSchema, InvokeEval2ImageUrl$outboundSchema, InvokeEval2ImageUrl$, InvokeEval22$inboundSchema, InvokeEval22$outboundSchema, InvokeEval22$, InvokeEval2Type$inboundSchema, InvokeEval2Type$outboundSchema, InvokeEval2Type$, InvokeEval21$inboundSchema, InvokeEval21$outboundSchema, InvokeEval21$, InvokeEvalContent2$inboundSchema, InvokeEvalContent2$outboundSchema, InvokeEvalContent2$, InvokeEvalContent$inboundSchema, InvokeEvalContent$outboundSchema, InvokeEvalContent$, InvokeEvalType$inboundSchema, InvokeEvalType$outboundSchema, InvokeEvalType$, InvokeEvalFunction$inboundSchema, InvokeEvalFunction$outboundSchema, InvokeEvalFunction$, InvokeEvalToolCalls$inboundSchema, InvokeEvalToolCalls$outboundSchema, InvokeEvalToolCalls$, InvokeEvalMessages$inboundSchema, InvokeEvalMessages$outboundSchema, InvokeEvalMessages$, InvokeEvalRequestBody$inboundSchema, InvokeEvalRequestBody$outboundSchema, InvokeEvalRequestBody$, InvokeEvalRequest$inboundSchema, InvokeEvalRequest$outboundSchema, InvokeEvalRequest$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$, InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$, InvokeEvalResponseBodyHTTP$inboundSchema, InvokeEvalResponseBodyHTTP$outboundSchema, InvokeEvalResponseBodyHTTP$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$, InvokeEvalResponseBodyEvalsResponseValue$inboundSchema, InvokeEvalResponseBodyEvalsResponseValue$outboundSchema, InvokeEvalResponseBodyEvalsResponseValue$, InvokeEvalResponseBodyLLM$inboundSchema, InvokeEvalResponseBodyLLM$outboundSchema, InvokeEvalResponseBodyLLM$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$, InvokeEvalResponseBodyEvalsValue$inboundSchema, InvokeEvalResponseBodyEvalsValue$outboundSchema, InvokeEvalResponseBodyEvalsValue$, BERTScore$inboundSchema, BERTScore$outboundSchema, BERTScore$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$, Rouge1$inboundSchema, Rouge1$outboundSchema, Rouge1$, Rouge2$inboundSchema, Rouge2$outboundSchema, Rouge2$, RougeL$inboundSchema, RougeL$outboundSchema, RougeL$, InvokeEvalResponseBodyValue$inboundSchema, InvokeEvalResponseBodyValue$outboundSchema, InvokeEvalResponseBodyValue$, RougeN$inboundSchema, RougeN$outboundSchema, RougeN$, InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$, StringArray$inboundSchema, StringArray$outboundSchema, StringArray$, InvokeEvalResponseBodyEvalsResponseType$inboundSchema, InvokeEvalResponseBodyEvalsResponseType$outboundSchema, InvokeEvalResponseBodyEvalsResponseType$, ResponseBodyValue$inboundSchema, ResponseBodyValue$outboundSchema, ResponseBodyValue$, ResponseBodyBoolean$inboundSchema, ResponseBodyBoolean$outboundSchema, ResponseBodyBoolean$, InvokeEvalResponseBodyEvalsType$inboundSchema, InvokeEvalResponseBodyEvalsType$outboundSchema, InvokeEvalResponseBodyEvalsType$, ResponseBodyNumber$inboundSchema, ResponseBodyNumber$outboundSchema, ResponseBodyNumber$, InvokeEvalResponseBodyType$inboundSchema, InvokeEvalResponseBodyType$outboundSchema, InvokeEvalResponseBodyType$, String$inboundSchema, String$outboundSchema, String$, InvokeEvalResponseBody$inboundSchema, InvokeEvalResponseBody$outboundSchema, InvokeEvalResponseBody$;
52572
52840
  var init_invokeeval = __esm(() => {
52573
52841
  init_esm();
52574
52842
  init_primitives();
@@ -52827,14 +53095,14 @@ var init_invokeeval = __esm(() => {
52827
53095
  InvokeEvalMessages$.outboundSchema = InvokeEvalMessages$outboundSchema;
52828
53096
  })(InvokeEvalMessages$ ||= {});
52829
53097
  InvokeEvalRequestBody$inboundSchema = objectType({
52830
- input: stringType().optional(),
53098
+ query: stringType().optional(),
52831
53099
  output: stringType().optional(),
52832
53100
  reference: stringType().optional(),
52833
53101
  retrievals: arrayType(stringType()).optional(),
52834
53102
  messages: arrayType(lazyType(() => InvokeEvalMessages$inboundSchema)).optional()
52835
53103
  });
52836
53104
  InvokeEvalRequestBody$outboundSchema = objectType({
52837
- input: stringType().optional(),
53105
+ query: stringType().optional(),
52838
53106
  output: stringType().optional(),
52839
53107
  reference: stringType().optional(),
52840
53108
  retrievals: arrayType(stringType()).optional(),
@@ -52888,18 +53156,18 @@ var init_invokeeval = __esm(() => {
52888
53156
  InvokeEvalResponseBodyEvalsResponse200Value$.inboundSchema = InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema;
52889
53157
  InvokeEvalResponseBodyEvalsResponse200Value$.outboundSchema = InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema;
52890
53158
  })(InvokeEvalResponseBodyEvalsResponse200Value$ ||= {});
52891
- Eight$inboundSchema = objectType({
53159
+ InvokeEvalResponseBodyHTTP$inboundSchema = objectType({
52892
53160
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$inboundSchema,
52893
53161
  value: nullableType(lazyType(() => InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema)).optional()
52894
53162
  });
52895
- Eight$outboundSchema = objectType({
53163
+ InvokeEvalResponseBodyHTTP$outboundSchema = objectType({
52896
53164
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$outboundSchema,
52897
53165
  value: nullableType(lazyType(() => InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema)).optional()
52898
53166
  });
52899
- ((Eight$) => {
52900
- Eight$.inboundSchema = Eight$inboundSchema;
52901
- Eight$.outboundSchema = Eight$outboundSchema;
52902
- })(Eight$ ||= {});
53167
+ ((InvokeEvalResponseBodyHTTP$) => {
53168
+ InvokeEvalResponseBodyHTTP$.inboundSchema = InvokeEvalResponseBodyHTTP$inboundSchema;
53169
+ InvokeEvalResponseBodyHTTP$.outboundSchema = InvokeEvalResponseBodyHTTP$outboundSchema;
53170
+ })(InvokeEvalResponseBodyHTTP$ ||= {});
52903
53171
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type);
52904
53172
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema = InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema;
52905
53173
  ((InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$) => {
@@ -52934,18 +53202,18 @@ var init_invokeeval = __esm(() => {
52934
53202
  InvokeEvalResponseBodyEvalsResponseValue$.inboundSchema = InvokeEvalResponseBodyEvalsResponseValue$inboundSchema;
52935
53203
  InvokeEvalResponseBodyEvalsResponseValue$.outboundSchema = InvokeEvalResponseBodyEvalsResponseValue$outboundSchema;
52936
53204
  })(InvokeEvalResponseBodyEvalsResponseValue$ ||= {});
52937
- Seven$inboundSchema = objectType({
53205
+ InvokeEvalResponseBodyLLM$inboundSchema = objectType({
52938
53206
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema,
52939
53207
  value: nullableType(lazyType(() => InvokeEvalResponseBodyEvalsResponseValue$inboundSchema))
52940
53208
  });
52941
- Seven$outboundSchema = objectType({
53209
+ InvokeEvalResponseBodyLLM$outboundSchema = objectType({
52942
53210
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema,
52943
53211
  value: nullableType(lazyType(() => InvokeEvalResponseBodyEvalsResponseValue$outboundSchema))
52944
53212
  });
52945
- ((Seven$) => {
52946
- Seven$.inboundSchema = Seven$inboundSchema;
52947
- Seven$.outboundSchema = Seven$outboundSchema;
52948
- })(Seven$ ||= {});
53213
+ ((InvokeEvalResponseBodyLLM$) => {
53214
+ InvokeEvalResponseBodyLLM$.inboundSchema = InvokeEvalResponseBodyLLM$inboundSchema;
53215
+ InvokeEvalResponseBodyLLM$.outboundSchema = InvokeEvalResponseBodyLLM$outboundSchema;
53216
+ })(InvokeEvalResponseBodyLLM$ ||= {});
52949
53217
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type);
52950
53218
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema = InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema;
52951
53219
  ((InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$) => {
@@ -52966,18 +53234,18 @@ var init_invokeeval = __esm(() => {
52966
53234
  InvokeEvalResponseBodyEvalsValue$.inboundSchema = InvokeEvalResponseBodyEvalsValue$inboundSchema;
52967
53235
  InvokeEvalResponseBodyEvalsValue$.outboundSchema = InvokeEvalResponseBodyEvalsValue$outboundSchema;
52968
53236
  })(InvokeEvalResponseBodyEvalsValue$ ||= {});
52969
- Six$inboundSchema = objectType({
53237
+ BERTScore$inboundSchema = objectType({
52970
53238
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema,
52971
53239
  value: lazyType(() => InvokeEvalResponseBodyEvalsValue$inboundSchema)
52972
53240
  });
52973
- Six$outboundSchema = objectType({
53241
+ BERTScore$outboundSchema = objectType({
52974
53242
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema,
52975
53243
  value: lazyType(() => InvokeEvalResponseBodyEvalsValue$outboundSchema)
52976
53244
  });
52977
- ((Six$) => {
52978
- Six$.inboundSchema = Six$inboundSchema;
52979
- Six$.outboundSchema = Six$outboundSchema;
52980
- })(Six$ ||= {});
53245
+ ((BERTScore$) => {
53246
+ BERTScore$.inboundSchema = BERTScore$inboundSchema;
53247
+ BERTScore$.outboundSchema = BERTScore$outboundSchema;
53248
+ })(BERTScore$ ||= {});
52981
53249
  InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType);
52982
53250
  InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema = InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema;
52983
53251
  ((InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$) => {
@@ -53052,36 +53320,36 @@ var init_invokeeval = __esm(() => {
53052
53320
  InvokeEvalResponseBodyValue$.inboundSchema = InvokeEvalResponseBodyValue$inboundSchema;
53053
53321
  InvokeEvalResponseBodyValue$.outboundSchema = InvokeEvalResponseBodyValue$outboundSchema;
53054
53322
  })(InvokeEvalResponseBodyValue$ ||= {});
53055
- Five$inboundSchema = objectType({
53323
+ RougeN$inboundSchema = objectType({
53056
53324
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema,
53057
53325
  value: lazyType(() => InvokeEvalResponseBodyValue$inboundSchema)
53058
53326
  });
53059
- Five$outboundSchema = objectType({
53327
+ RougeN$outboundSchema = objectType({
53060
53328
  type: InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema,
53061
53329
  value: lazyType(() => InvokeEvalResponseBodyValue$outboundSchema)
53062
53330
  });
53063
- ((Five$) => {
53064
- Five$.inboundSchema = Five$inboundSchema;
53065
- Five$.outboundSchema = Five$outboundSchema;
53066
- })(Five$ ||= {});
53331
+ ((RougeN$) => {
53332
+ RougeN$.inboundSchema = RougeN$inboundSchema;
53333
+ RougeN$.outboundSchema = RougeN$outboundSchema;
53334
+ })(RougeN$ ||= {});
53067
53335
  InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsResponse200Type);
53068
53336
  InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema = InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema;
53069
53337
  ((InvokeEvalResponseBodyEvalsResponse200Type$) => {
53070
53338
  InvokeEvalResponseBodyEvalsResponse200Type$.inboundSchema = InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema;
53071
53339
  InvokeEvalResponseBodyEvalsResponse200Type$.outboundSchema = InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema;
53072
53340
  })(InvokeEvalResponseBodyEvalsResponse200Type$ ||= {});
53073
- ResponseBody4$inboundSchema = objectType({
53341
+ StringArray$inboundSchema = objectType({
53074
53342
  type: InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema,
53075
53343
  values: arrayType(nullableType(stringType()))
53076
53344
  });
53077
- ResponseBody4$outboundSchema = objectType({
53345
+ StringArray$outboundSchema = objectType({
53078
53346
  type: InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema,
53079
53347
  values: arrayType(nullableType(stringType()))
53080
53348
  });
53081
- ((ResponseBody4$) => {
53082
- ResponseBody4$.inboundSchema = ResponseBody4$inboundSchema;
53083
- ResponseBody4$.outboundSchema = ResponseBody4$outboundSchema;
53084
- })(ResponseBody4$ ||= {});
53349
+ ((StringArray$) => {
53350
+ StringArray$.inboundSchema = StringArray$inboundSchema;
53351
+ StringArray$.outboundSchema = StringArray$outboundSchema;
53352
+ })(StringArray$ ||= {});
53085
53353
  InvokeEvalResponseBodyEvalsResponseType$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsResponseType);
53086
53354
  InvokeEvalResponseBodyEvalsResponseType$outboundSchema = InvokeEvalResponseBodyEvalsResponseType$inboundSchema;
53087
53355
  ((InvokeEvalResponseBodyEvalsResponseType$) => {
@@ -53094,73 +53362,73 @@ var init_invokeeval = __esm(() => {
53094
53362
  ResponseBodyValue$.inboundSchema = ResponseBodyValue$inboundSchema;
53095
53363
  ResponseBodyValue$.outboundSchema = ResponseBodyValue$outboundSchema;
53096
53364
  })(ResponseBodyValue$ ||= {});
53097
- ResponseBody3$inboundSchema = objectType({
53365
+ ResponseBodyBoolean$inboundSchema = objectType({
53098
53366
  type: InvokeEvalResponseBodyEvalsResponseType$inboundSchema,
53099
53367
  value: nullableType(unionType([booleanType(), stringType(), numberType()]))
53100
53368
  });
53101
- ResponseBody3$outboundSchema = objectType({
53369
+ ResponseBodyBoolean$outboundSchema = objectType({
53102
53370
  type: InvokeEvalResponseBodyEvalsResponseType$outboundSchema,
53103
53371
  value: nullableType(unionType([booleanType(), stringType(), numberType()]))
53104
53372
  });
53105
- ((ResponseBody3$) => {
53106
- ResponseBody3$.inboundSchema = ResponseBody3$inboundSchema;
53107
- ResponseBody3$.outboundSchema = ResponseBody3$outboundSchema;
53108
- })(ResponseBody3$ ||= {});
53373
+ ((ResponseBodyBoolean$) => {
53374
+ ResponseBodyBoolean$.inboundSchema = ResponseBodyBoolean$inboundSchema;
53375
+ ResponseBodyBoolean$.outboundSchema = ResponseBodyBoolean$outboundSchema;
53376
+ })(ResponseBodyBoolean$ ||= {});
53109
53377
  InvokeEvalResponseBodyEvalsType$inboundSchema = nativeEnumType(InvokeEvalResponseBodyEvalsType);
53110
53378
  InvokeEvalResponseBodyEvalsType$outboundSchema = InvokeEvalResponseBodyEvalsType$inboundSchema;
53111
53379
  ((InvokeEvalResponseBodyEvalsType$) => {
53112
53380
  InvokeEvalResponseBodyEvalsType$.inboundSchema = InvokeEvalResponseBodyEvalsType$inboundSchema;
53113
53381
  InvokeEvalResponseBodyEvalsType$.outboundSchema = InvokeEvalResponseBodyEvalsType$outboundSchema;
53114
53382
  })(InvokeEvalResponseBodyEvalsType$ ||= {});
53115
- ResponseBody2$inboundSchema = objectType({
53383
+ ResponseBodyNumber$inboundSchema = objectType({
53116
53384
  type: InvokeEvalResponseBodyEvalsType$inboundSchema,
53117
53385
  value: nullableType(numberType())
53118
53386
  });
53119
- ResponseBody2$outboundSchema = objectType({
53387
+ ResponseBodyNumber$outboundSchema = objectType({
53120
53388
  type: InvokeEvalResponseBodyEvalsType$outboundSchema,
53121
53389
  value: nullableType(numberType())
53122
53390
  });
53123
- ((ResponseBody2$) => {
53124
- ResponseBody2$.inboundSchema = ResponseBody2$inboundSchema;
53125
- ResponseBody2$.outboundSchema = ResponseBody2$outboundSchema;
53126
- })(ResponseBody2$ ||= {});
53391
+ ((ResponseBodyNumber$) => {
53392
+ ResponseBodyNumber$.inboundSchema = ResponseBodyNumber$inboundSchema;
53393
+ ResponseBodyNumber$.outboundSchema = ResponseBodyNumber$outboundSchema;
53394
+ })(ResponseBodyNumber$ ||= {});
53127
53395
  InvokeEvalResponseBodyType$inboundSchema = nativeEnumType(InvokeEvalResponseBodyType);
53128
53396
  InvokeEvalResponseBodyType$outboundSchema = InvokeEvalResponseBodyType$inboundSchema;
53129
53397
  ((InvokeEvalResponseBodyType$) => {
53130
53398
  InvokeEvalResponseBodyType$.inboundSchema = InvokeEvalResponseBodyType$inboundSchema;
53131
53399
  InvokeEvalResponseBodyType$.outboundSchema = InvokeEvalResponseBodyType$outboundSchema;
53132
53400
  })(InvokeEvalResponseBodyType$ ||= {});
53133
- ResponseBody1$inboundSchema = objectType({
53401
+ String$inboundSchema = objectType({
53134
53402
  type: InvokeEvalResponseBodyType$inboundSchema,
53135
53403
  value: nullableType(stringType())
53136
53404
  });
53137
- ResponseBody1$outboundSchema = objectType({
53405
+ String$outboundSchema = objectType({
53138
53406
  type: InvokeEvalResponseBodyType$outboundSchema,
53139
53407
  value: nullableType(stringType())
53140
53408
  });
53141
- ((ResponseBody1$) => {
53142
- ResponseBody1$.inboundSchema = ResponseBody1$inboundSchema;
53143
- ResponseBody1$.outboundSchema = ResponseBody1$outboundSchema;
53144
- })(ResponseBody1$ ||= {});
53409
+ ((String$) => {
53410
+ String$.inboundSchema = String$inboundSchema;
53411
+ String$.outboundSchema = String$outboundSchema;
53412
+ })(String$ ||= {});
53145
53413
  InvokeEvalResponseBody$inboundSchema = unionType([
53146
- lazyType(() => ResponseBody1$inboundSchema),
53147
- lazyType(() => ResponseBody2$inboundSchema),
53148
- lazyType(() => ResponseBody3$inboundSchema),
53149
- lazyType(() => ResponseBody4$inboundSchema),
53150
- lazyType(() => Five$inboundSchema),
53151
- lazyType(() => Six$inboundSchema),
53152
- lazyType(() => Seven$inboundSchema),
53153
- lazyType(() => Eight$inboundSchema)
53414
+ lazyType(() => String$inboundSchema),
53415
+ lazyType(() => ResponseBodyNumber$inboundSchema),
53416
+ lazyType(() => ResponseBodyBoolean$inboundSchema),
53417
+ lazyType(() => StringArray$inboundSchema),
53418
+ lazyType(() => RougeN$inboundSchema),
53419
+ lazyType(() => BERTScore$inboundSchema),
53420
+ lazyType(() => InvokeEvalResponseBodyLLM$inboundSchema),
53421
+ lazyType(() => InvokeEvalResponseBodyHTTP$inboundSchema)
53154
53422
  ]);
53155
53423
  InvokeEvalResponseBody$outboundSchema = unionType([
53156
- lazyType(() => ResponseBody1$outboundSchema),
53157
- lazyType(() => ResponseBody2$outboundSchema),
53158
- lazyType(() => ResponseBody3$outboundSchema),
53159
- lazyType(() => ResponseBody4$outboundSchema),
53160
- lazyType(() => Five$outboundSchema),
53161
- lazyType(() => Six$outboundSchema),
53162
- lazyType(() => Seven$outboundSchema),
53163
- lazyType(() => Eight$outboundSchema)
53424
+ lazyType(() => String$outboundSchema),
53425
+ lazyType(() => ResponseBodyNumber$outboundSchema),
53426
+ lazyType(() => ResponseBodyBoolean$outboundSchema),
53427
+ lazyType(() => StringArray$outboundSchema),
53428
+ lazyType(() => RougeN$outboundSchema),
53429
+ lazyType(() => BERTScore$outboundSchema),
53430
+ lazyType(() => InvokeEvalResponseBodyLLM$outboundSchema),
53431
+ lazyType(() => InvokeEvalResponseBodyHTTP$outboundSchema)
53164
53432
  ]);
53165
53433
  ((InvokeEvalResponseBody$) => {
53166
53434
  InvokeEvalResponseBody$.inboundSchema = InvokeEvalResponseBody$inboundSchema;
@@ -53400,7 +53668,7 @@ var init_listcontacts = __esm(() => {
53400
53668
  tags: arrayType(stringType()).optional(),
53401
53669
  metadata: recordType(anyType()).optional(),
53402
53670
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
53403
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2)),
53671
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2)),
53404
53672
  metrics: lazyType(() => Metrics$inboundSchema)
53405
53673
  }).transform((v2) => {
53406
53674
  return remap(v2, {
@@ -53419,7 +53687,7 @@ var init_listcontacts = __esm(() => {
53419
53687
  tags: arrayType(stringType()).optional(),
53420
53688
  metadata: recordType(anyType()).optional(),
53421
53689
  created: dateType().transform((v2) => v2.toISOString()).optional(),
53422
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString()),
53690
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString()),
53423
53691
  metrics: lazyType(() => Metrics$outboundSchema)
53424
53692
  }).transform((v2) => {
53425
53693
  return remap(v2, {
@@ -54034,7 +54302,7 @@ var init_listdatasetdatapoints = __esm(() => {
54034
54302
  created_by_id: stringType().optional(),
54035
54303
  updated_by_id: stringType().optional(),
54036
54304
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
54037
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
54305
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
54038
54306
  }).transform((v2) => {
54039
54307
  return remap(v2, {
54040
54308
  _id: "id",
@@ -54061,7 +54329,7 @@ var init_listdatasetdatapoints = __esm(() => {
54061
54329
  createdById: stringType().optional(),
54062
54330
  updatedById: stringType().optional(),
54063
54331
  created: dateType().transform((v2) => v2.toISOString()).optional(),
54064
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
54332
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
54065
54333
  }).transform((v2) => {
54066
54334
  return remap(v2, {
54067
54335
  id: "_id",
@@ -54169,7 +54437,7 @@ var init_listdatasets = __esm(() => {
54169
54437
  updated_by_id: stringType().optional(),
54170
54438
  metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
54171
54439
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
54172
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
54440
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
54173
54441
  }).transform((v2) => {
54174
54442
  return remap(v2, {
54175
54443
  _id: "id",
@@ -54189,7 +54457,7 @@ var init_listdatasets = __esm(() => {
54189
54457
  updatedById: stringType().optional(),
54190
54458
  metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
54191
54459
  created: dateType().transform((v2) => v2.toISOString()).optional(),
54192
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
54460
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
54193
54461
  }).transform((v2) => {
54194
54462
  return remap(v2, {
54195
54463
  id: "_id",
@@ -54294,7 +54562,7 @@ var init_listdatasources = __esm(() => {
54294
54562
  ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
54295
54563
  })(ListDatasourcesStatus$ ||= {});
54296
54564
  ListDatasourcesData$inboundSchema = objectType({
54297
- _id: stringType().default("01JX225RQT1GCK2TA7W4J67SX6"),
54565
+ _id: stringType().default("01JXWEMQ3QNHCCY9E90C7CC6V1"),
54298
54566
  display_name: stringType(),
54299
54567
  description: stringType().optional(),
54300
54568
  status: ListDatasourcesStatus$inboundSchema,
@@ -54317,7 +54585,7 @@ var init_listdatasources = __esm(() => {
54317
54585
  });
54318
54586
  });
54319
54587
  ListDatasourcesData$outboundSchema = objectType({
54320
- id: stringType().default("01JX225RQT1GCK2TA7W4J67SX6"),
54588
+ id: stringType().default("01JXWEMQ3QNHCCY9E90C7CC6V1"),
54321
54589
  displayName: stringType(),
54322
54590
  description: stringType().optional(),
54323
54591
  status: ListDatasourcesStatus$outboundSchema,
@@ -54701,7 +54969,8 @@ var init_listpromptversions = __esm(() => {
54701
54969
  Nvidia: "nvidia",
54702
54970
  Jina: "jina",
54703
54971
  Togetherai: "togetherai",
54704
- Elevenlabs: "elevenlabs"
54972
+ Elevenlabs: "elevenlabs",
54973
+ Litellm: "litellm"
54705
54974
  };
54706
54975
  ListPromptVersionsRole = {
54707
54976
  System: "system",
@@ -54826,12 +55095,12 @@ var init_listpromptversions = __esm(() => {
54826
55095
  })(ListPromptVersionsResponseFormatType$ ||= {});
54827
55096
  ListPromptVersionsResponseFormatJsonSchema$inboundSchema = objectType({
54828
55097
  name: stringType(),
54829
- strict: booleanType(),
55098
+ strict: booleanType().optional(),
54830
55099
  schema: recordType(anyType())
54831
55100
  });
54832
55101
  ListPromptVersionsResponseFormatJsonSchema$outboundSchema = objectType({
54833
55102
  name: stringType(),
54834
- strict: booleanType(),
55103
+ strict: booleanType().optional(),
54835
55104
  schema: recordType(anyType())
54836
55105
  });
54837
55106
  ((ListPromptVersionsResponseFormatJsonSchema$) => {
@@ -55163,8 +55432,8 @@ var init_listpromptversions = __esm(() => {
55163
55432
  ListPromptVersionsPromptConfig$inboundSchema = objectType({
55164
55433
  stream: booleanType().optional(),
55165
55434
  model: stringType().optional(),
55166
- model_db_id: stringType().optional(),
55167
- model_type: ListPromptVersionsModelType$inboundSchema.optional(),
55435
+ model_db_id: nullableType(stringType()).optional(),
55436
+ model_type: nullableType(ListPromptVersionsModelType$inboundSchema).optional(),
55168
55437
  model_parameters: lazyType(() => ListPromptVersionsModelParameters$inboundSchema).optional(),
55169
55438
  provider: ListPromptVersionsProvider$inboundSchema.optional(),
55170
55439
  integration_id: nullableType(stringType()).optional(),
@@ -55181,8 +55450,8 @@ var init_listpromptversions = __esm(() => {
55181
55450
  ListPromptVersionsPromptConfig$outboundSchema = objectType({
55182
55451
  stream: booleanType().optional(),
55183
55452
  model: stringType().optional(),
55184
- modelDbId: stringType().optional(),
55185
- modelType: ListPromptVersionsModelType$outboundSchema.optional(),
55453
+ modelDbId: nullableType(stringType()).optional(),
55454
+ modelType: nullableType(ListPromptVersionsModelType$outboundSchema).optional(),
55186
55455
  modelParameters: lazyType(() => ListPromptVersionsModelParameters$outboundSchema).optional(),
55187
55456
  provider: ListPromptVersionsProvider$outboundSchema.optional(),
55188
55457
  integrationId: nullableType(stringType()).optional(),
@@ -55292,6 +55561,923 @@ var init_listpromptversions = __esm(() => {
55292
55561
  })(ListPromptVersionsResponseBody$ ||= {});
55293
55562
  });
55294
55563
 
55564
+ // src/models/operations/postv2modelslitellmimport.ts
55565
+ var PostV2ModelsLitellmImportModelType, PostV2ModelsLitellmImportProvider, Region, PostV2ModelsLitellmImportConfigurationResponse200Provider, PostV2ModelsLitellmImportConfigurationResponseProvider, PostV2ModelsLitellmImportConfigurationProvider, ConfigurationProvider, PostV2ModelsLitellmImportParametersParameter, PostV2ModelsLitellmImportParametersParameterType, ParametersParameter, ParametersParameterType, Parameter, ParameterType, LitellmParams$inboundSchema, LitellmParams$outboundSchema, LitellmParams$, ModelInfo$inboundSchema, ModelInfo$outboundSchema, ModelInfo$, RequestBody$inboundSchema, RequestBody$outboundSchema, RequestBody$, PostV2ModelsLitellmImportModelType$inboundSchema, PostV2ModelsLitellmImportModelType$outboundSchema, PostV2ModelsLitellmImportModelType$, PostV2ModelsLitellmImportProvider$inboundSchema, PostV2ModelsLitellmImportProvider$outboundSchema, PostV2ModelsLitellmImportProvider$, Region$inboundSchema, Region$outboundSchema, Region$, PostV2ModelsLitellmImportMetadata$inboundSchema, PostV2ModelsLitellmImportMetadata$outboundSchema, PostV2ModelsLitellmImportMetadata$, PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema, PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema, PostV2ModelsLitellmImportConfigurationResponse200Provider$, Configuration4$inboundSchema, Configuration4$outboundSchema, Configuration4$, PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema, PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema, PostV2ModelsLitellmImportConfigurationResponseProvider$, Configuration3$inboundSchema, Configuration3$outboundSchema, Configuration3$, PostV2ModelsLitellmImportConfigurationProvider$inboundSchema, PostV2ModelsLitellmImportConfigurationProvider$outboundSchema, PostV2ModelsLitellmImportConfigurationProvider$, Configuration2$inboundSchema, Configuration2$outboundSchema, Configuration2$, ConfigurationProvider$inboundSchema, ConfigurationProvider$outboundSchema, ConfigurationProvider$, Configuration1$inboundSchema, Configuration1$outboundSchema, Configuration1$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, PostV2ModelsLitellmImportParametersParameter$inboundSchema, PostV2ModelsLitellmImportParametersParameter$outboundSchema, PostV2ModelsLitellmImportParametersParameter$, PostV2ModelsLitellmImportParametersParameterType$inboundSchema, PostV2ModelsLitellmImportParametersParameterType$outboundSchema, PostV2ModelsLitellmImportParametersParameterType$, Options$inboundSchema, Options$outboundSchema, Options$, PostV2ModelsLitellmImportParametersConfig$inboundSchema, PostV2ModelsLitellmImportParametersConfig$outboundSchema, PostV2ModelsLitellmImportParametersConfig$, Parameters3$inboundSchema, Parameters3$outboundSchema, Parameters3$, ParametersParameter$inboundSchema, ParametersParameter$outboundSchema, ParametersParameter$, ParametersParameterType$inboundSchema, ParametersParameterType$outboundSchema, ParametersParameterType$, ParametersConfig$inboundSchema, ParametersConfig$outboundSchema, ParametersConfig$, Parameters2$inboundSchema, Parameters2$outboundSchema, Parameters2$, Parameter$inboundSchema, Parameter$outboundSchema, Parameter$, ParameterType$inboundSchema, ParameterType$outboundSchema, ParameterType$, Config$inboundSchema, Config$outboundSchema, Config$, Parameters1$inboundSchema, Parameters1$outboundSchema, Parameters1$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, PostV2ModelsLitellmImportResponseBody$inboundSchema, PostV2ModelsLitellmImportResponseBody$outboundSchema, PostV2ModelsLitellmImportResponseBody$;
55566
+ var init_postv2modelslitellmimport = __esm(() => {
55567
+ init_esm();
55568
+ init_primitives();
55569
+ PostV2ModelsLitellmImportModelType = {
55570
+ Chat: "chat",
55571
+ Completion: "completion",
55572
+ Embedding: "embedding",
55573
+ Vision: "vision",
55574
+ Image: "image",
55575
+ Tts: "tts",
55576
+ Stt: "stt",
55577
+ Rerank: "rerank",
55578
+ Moderations: "moderations"
55579
+ };
55580
+ PostV2ModelsLitellmImportProvider = {
55581
+ Cohere: "cohere",
55582
+ Openai: "openai",
55583
+ Anthropic: "anthropic",
55584
+ Huggingface: "huggingface",
55585
+ Replicate: "replicate",
55586
+ Google: "google",
55587
+ GoogleAi: "google-ai",
55588
+ Azure: "azure",
55589
+ Aws: "aws",
55590
+ Anyscale: "anyscale",
55591
+ Perplexity: "perplexity",
55592
+ Groq: "groq",
55593
+ Fal: "fal",
55594
+ Leonardoai: "leonardoai",
55595
+ Nvidia: "nvidia",
55596
+ Jina: "jina",
55597
+ Togetherai: "togetherai",
55598
+ Elevenlabs: "elevenlabs",
55599
+ Litellm: "litellm"
55600
+ };
55601
+ Region = {
55602
+ Us: "us",
55603
+ Europe: "europe",
55604
+ Rest: "rest"
55605
+ };
55606
+ PostV2ModelsLitellmImportConfigurationResponse200Provider = {
55607
+ Nvidia: "nvidia"
55608
+ };
55609
+ PostV2ModelsLitellmImportConfigurationResponseProvider = {
55610
+ Aws: "aws"
55611
+ };
55612
+ PostV2ModelsLitellmImportConfigurationProvider = {
55613
+ Google: "google"
55614
+ };
55615
+ ConfigurationProvider = {
55616
+ Azure: "azure"
55617
+ };
55618
+ PostV2ModelsLitellmImportParametersParameter = {
55619
+ TopK: "topK",
55620
+ TopP: "topP",
55621
+ Temperature: "temperature",
55622
+ FrequencyPenalty: "frequencyPenalty",
55623
+ PresencePenalty: "presencePenalty",
55624
+ MaxTokens: "maxTokens",
55625
+ NumImages: "numImages",
55626
+ Format: "format",
55627
+ Dimensions: "dimensions",
55628
+ Quality: "quality",
55629
+ Style: "style",
55630
+ Seed: "seed",
55631
+ PhotoRealVersion: "photoRealVersion",
55632
+ ResponseFormat: "responseFormat",
55633
+ ReasoningEffort: "reasoningEffort",
55634
+ BudgetTokens: "budgetTokens"
55635
+ };
55636
+ PostV2ModelsLitellmImportParametersParameterType = {
55637
+ Select: "select"
55638
+ };
55639
+ ParametersParameter = {
55640
+ TopK: "topK",
55641
+ TopP: "topP",
55642
+ Temperature: "temperature",
55643
+ FrequencyPenalty: "frequencyPenalty",
55644
+ PresencePenalty: "presencePenalty",
55645
+ MaxTokens: "maxTokens",
55646
+ NumImages: "numImages",
55647
+ Format: "format",
55648
+ Dimensions: "dimensions",
55649
+ Quality: "quality",
55650
+ Style: "style",
55651
+ Seed: "seed",
55652
+ PhotoRealVersion: "photoRealVersion",
55653
+ ResponseFormat: "responseFormat",
55654
+ ReasoningEffort: "reasoningEffort",
55655
+ BudgetTokens: "budgetTokens"
55656
+ };
55657
+ ParametersParameterType = {
55658
+ Switch: "switch"
55659
+ };
55660
+ Parameter = {
55661
+ TopK: "topK",
55662
+ TopP: "topP",
55663
+ Temperature: "temperature",
55664
+ FrequencyPenalty: "frequencyPenalty",
55665
+ PresencePenalty: "presencePenalty",
55666
+ MaxTokens: "maxTokens",
55667
+ NumImages: "numImages",
55668
+ Format: "format",
55669
+ Dimensions: "dimensions",
55670
+ Quality: "quality",
55671
+ Style: "style",
55672
+ Seed: "seed",
55673
+ PhotoRealVersion: "photoRealVersion",
55674
+ ResponseFormat: "responseFormat",
55675
+ ReasoningEffort: "reasoningEffort",
55676
+ BudgetTokens: "budgetTokens"
55677
+ };
55678
+ ParameterType = {
55679
+ Slider: "slider"
55680
+ };
55681
+ LitellmParams$inboundSchema = objectType({
55682
+ use_in_pass_through: booleanType(),
55683
+ use_litellm_proxy: booleanType(),
55684
+ merge_reasoning_content_in_choices: booleanType(),
55685
+ model: stringType()
55686
+ }).transform((v2) => {
55687
+ return remap(v2, {
55688
+ use_in_pass_through: "useInPassThrough",
55689
+ use_litellm_proxy: "useLitellmProxy",
55690
+ merge_reasoning_content_in_choices: "mergeReasoningContentInChoices"
55691
+ });
55692
+ });
55693
+ LitellmParams$outboundSchema = objectType({
55694
+ useInPassThrough: booleanType(),
55695
+ useLitellmProxy: booleanType(),
55696
+ mergeReasoningContentInChoices: booleanType(),
55697
+ model: stringType()
55698
+ }).transform((v2) => {
55699
+ return remap(v2, {
55700
+ useInPassThrough: "use_in_pass_through",
55701
+ useLitellmProxy: "use_litellm_proxy",
55702
+ mergeReasoningContentInChoices: "merge_reasoning_content_in_choices"
55703
+ });
55704
+ });
55705
+ ((LitellmParams$) => {
55706
+ LitellmParams$.inboundSchema = LitellmParams$inboundSchema;
55707
+ LitellmParams$.outboundSchema = LitellmParams$outboundSchema;
55708
+ })(LitellmParams$ ||= {});
55709
+ ModelInfo$inboundSchema = objectType({
55710
+ id: nullableType(stringType()),
55711
+ db_model: nullableType(booleanType()),
55712
+ key: nullableType(stringType()),
55713
+ max_tokens: nullableType(numberType()).optional(),
55714
+ max_input_tokens: nullableType(numberType()).optional(),
55715
+ max_output_tokens: nullableType(numberType()).optional(),
55716
+ input_cost_per_token: nullableType(numberType()).optional(),
55717
+ cache_creation_input_token_cost: nullableType(numberType()).optional(),
55718
+ cache_read_input_token_cost: nullableType(numberType()).optional(),
55719
+ input_cost_per_character: nullableType(numberType()).optional(),
55720
+ input_cost_per_token_above_128k_tokens: nullableType(numberType()).optional(),
55721
+ input_cost_per_token_above_200k_tokens: nullableType(numberType()).optional(),
55722
+ input_cost_per_query: nullableType(numberType()).optional(),
55723
+ input_cost_per_second: nullableType(numberType()).optional(),
55724
+ input_cost_per_audio_token: nullableType(numberType()).optional(),
55725
+ input_cost_per_token_batches: nullableType(numberType()).optional(),
55726
+ output_cost_per_token_batches: nullableType(numberType()).optional(),
55727
+ output_cost_per_token: nullableType(numberType()).optional(),
55728
+ output_cost_per_audio_token: nullableType(numberType()).optional(),
55729
+ output_cost_per_character: nullableType(numberType()).optional(),
55730
+ output_cost_per_reasoning_token: nullableType(numberType()).optional(),
55731
+ output_cost_per_token_above_128k_tokens: nullableType(numberType()).optional(),
55732
+ output_cost_per_character_above_128k_tokens: nullableType(numberType()).optional(),
55733
+ output_cost_per_token_above_200k_tokens: nullableType(numberType()).optional(),
55734
+ output_cost_per_second: nullableType(numberType()).optional(),
55735
+ output_cost_per_image: nullableType(numberType()).optional(),
55736
+ output_vector_size: nullableType(numberType()).optional(),
55737
+ litellm_provider: nullableType(stringType()),
55738
+ mode: nullableType(stringType()),
55739
+ supports_system_messages: nullableType(booleanType()).optional(),
55740
+ supports_response_schema: nullableType(booleanType()).optional(),
55741
+ supports_vision: nullableType(booleanType()).optional(),
55742
+ supports_function_calling: nullableType(booleanType()).optional(),
55743
+ supports_tool_choice: nullableType(booleanType()).optional(),
55744
+ supports_assistant_prefill: nullableType(booleanType()).optional(),
55745
+ supports_prompt_caching: nullableType(booleanType()).optional(),
55746
+ supports_audio_input: nullableType(booleanType()).optional(),
55747
+ supports_audio_output: nullableType(booleanType()).optional(),
55748
+ supports_pdf_input: nullableType(booleanType()).optional(),
55749
+ supports_embedding_image_input: nullableType(booleanType()).optional(),
55750
+ supports_native_streaming: nullableType(booleanType()).optional(),
55751
+ supports_web_search: nullableType(booleanType()).optional(),
55752
+ supports_url_context: nullableType(booleanType()).optional(),
55753
+ supports_reasoning: nullableType(booleanType()).optional(),
55754
+ supports_computer_use: nullableType(booleanType()).optional(),
55755
+ search_context_cost_per_query: nullableType(numberType()).optional(),
55756
+ tpm: nullableType(numberType()).optional(),
55757
+ rpm: nullableType(numberType()).optional(),
55758
+ supported_openai_params: nullableType(arrayType(stringType())).optional()
55759
+ }).transform((v2) => {
55760
+ return remap(v2, {
55761
+ db_model: "dbModel",
55762
+ max_tokens: "maxTokens",
55763
+ max_input_tokens: "maxInputTokens",
55764
+ max_output_tokens: "maxOutputTokens",
55765
+ input_cost_per_token: "inputCostPerToken",
55766
+ cache_creation_input_token_cost: "cacheCreationInputTokenCost",
55767
+ cache_read_input_token_cost: "cacheReadInputTokenCost",
55768
+ input_cost_per_character: "inputCostPerCharacter",
55769
+ input_cost_per_token_above_128k_tokens: "inputCostPerTokenAbove128kTokens",
55770
+ input_cost_per_token_above_200k_tokens: "inputCostPerTokenAbove200kTokens",
55771
+ input_cost_per_query: "inputCostPerQuery",
55772
+ input_cost_per_second: "inputCostPerSecond",
55773
+ input_cost_per_audio_token: "inputCostPerAudioToken",
55774
+ input_cost_per_token_batches: "inputCostPerTokenBatches",
55775
+ output_cost_per_token_batches: "outputCostPerTokenBatches",
55776
+ output_cost_per_token: "outputCostPerToken",
55777
+ output_cost_per_audio_token: "outputCostPerAudioToken",
55778
+ output_cost_per_character: "outputCostPerCharacter",
55779
+ output_cost_per_reasoning_token: "outputCostPerReasoningToken",
55780
+ output_cost_per_token_above_128k_tokens: "outputCostPerTokenAbove128kTokens",
55781
+ output_cost_per_character_above_128k_tokens: "outputCostPerCharacterAbove128kTokens",
55782
+ output_cost_per_token_above_200k_tokens: "outputCostPerTokenAbove200kTokens",
55783
+ output_cost_per_second: "outputCostPerSecond",
55784
+ output_cost_per_image: "outputCostPerImage",
55785
+ output_vector_size: "outputVectorSize",
55786
+ litellm_provider: "litellmProvider",
55787
+ supports_system_messages: "supportsSystemMessages",
55788
+ supports_response_schema: "supportsResponseSchema",
55789
+ supports_vision: "supportsVision",
55790
+ supports_function_calling: "supportsFunctionCalling",
55791
+ supports_tool_choice: "supportsToolChoice",
55792
+ supports_assistant_prefill: "supportsAssistantPrefill",
55793
+ supports_prompt_caching: "supportsPromptCaching",
55794
+ supports_audio_input: "supportsAudioInput",
55795
+ supports_audio_output: "supportsAudioOutput",
55796
+ supports_pdf_input: "supportsPdfInput",
55797
+ supports_embedding_image_input: "supportsEmbeddingImageInput",
55798
+ supports_native_streaming: "supportsNativeStreaming",
55799
+ supports_web_search: "supportsWebSearch",
55800
+ supports_url_context: "supportsUrlContext",
55801
+ supports_reasoning: "supportsReasoning",
55802
+ supports_computer_use: "supportsComputerUse",
55803
+ search_context_cost_per_query: "searchContextCostPerQuery",
55804
+ supported_openai_params: "supportedOpenaiParams"
55805
+ });
55806
+ });
55807
+ ModelInfo$outboundSchema = objectType({
55808
+ id: nullableType(stringType()),
55809
+ dbModel: nullableType(booleanType()),
55810
+ key: nullableType(stringType()),
55811
+ maxTokens: nullableType(numberType()).optional(),
55812
+ maxInputTokens: nullableType(numberType()).optional(),
55813
+ maxOutputTokens: nullableType(numberType()).optional(),
55814
+ inputCostPerToken: nullableType(numberType()).optional(),
55815
+ cacheCreationInputTokenCost: nullableType(numberType()).optional(),
55816
+ cacheReadInputTokenCost: nullableType(numberType()).optional(),
55817
+ inputCostPerCharacter: nullableType(numberType()).optional(),
55818
+ inputCostPerTokenAbove128kTokens: nullableType(numberType()).optional(),
55819
+ inputCostPerTokenAbove200kTokens: nullableType(numberType()).optional(),
55820
+ inputCostPerQuery: nullableType(numberType()).optional(),
55821
+ inputCostPerSecond: nullableType(numberType()).optional(),
55822
+ inputCostPerAudioToken: nullableType(numberType()).optional(),
55823
+ inputCostPerTokenBatches: nullableType(numberType()).optional(),
55824
+ outputCostPerTokenBatches: nullableType(numberType()).optional(),
55825
+ outputCostPerToken: nullableType(numberType()).optional(),
55826
+ outputCostPerAudioToken: nullableType(numberType()).optional(),
55827
+ outputCostPerCharacter: nullableType(numberType()).optional(),
55828
+ outputCostPerReasoningToken: nullableType(numberType()).optional(),
55829
+ outputCostPerTokenAbove128kTokens: nullableType(numberType()).optional(),
55830
+ outputCostPerCharacterAbove128kTokens: nullableType(numberType()).optional(),
55831
+ outputCostPerTokenAbove200kTokens: nullableType(numberType()).optional(),
55832
+ outputCostPerSecond: nullableType(numberType()).optional(),
55833
+ outputCostPerImage: nullableType(numberType()).optional(),
55834
+ outputVectorSize: nullableType(numberType()).optional(),
55835
+ litellmProvider: nullableType(stringType()),
55836
+ mode: nullableType(stringType()),
55837
+ supportsSystemMessages: nullableType(booleanType()).optional(),
55838
+ supportsResponseSchema: nullableType(booleanType()).optional(),
55839
+ supportsVision: nullableType(booleanType()).optional(),
55840
+ supportsFunctionCalling: nullableType(booleanType()).optional(),
55841
+ supportsToolChoice: nullableType(booleanType()).optional(),
55842
+ supportsAssistantPrefill: nullableType(booleanType()).optional(),
55843
+ supportsPromptCaching: nullableType(booleanType()).optional(),
55844
+ supportsAudioInput: nullableType(booleanType()).optional(),
55845
+ supportsAudioOutput: nullableType(booleanType()).optional(),
55846
+ supportsPdfInput: nullableType(booleanType()).optional(),
55847
+ supportsEmbeddingImageInput: nullableType(booleanType()).optional(),
55848
+ supportsNativeStreaming: nullableType(booleanType()).optional(),
55849
+ supportsWebSearch: nullableType(booleanType()).optional(),
55850
+ supportsUrlContext: nullableType(booleanType()).optional(),
55851
+ supportsReasoning: nullableType(booleanType()).optional(),
55852
+ supportsComputerUse: nullableType(booleanType()).optional(),
55853
+ searchContextCostPerQuery: nullableType(numberType()).optional(),
55854
+ tpm: nullableType(numberType()).optional(),
55855
+ rpm: nullableType(numberType()).optional(),
55856
+ supportedOpenaiParams: nullableType(arrayType(stringType())).optional()
55857
+ }).transform((v2) => {
55858
+ return remap(v2, {
55859
+ dbModel: "db_model",
55860
+ maxTokens: "max_tokens",
55861
+ maxInputTokens: "max_input_tokens",
55862
+ maxOutputTokens: "max_output_tokens",
55863
+ inputCostPerToken: "input_cost_per_token",
55864
+ cacheCreationInputTokenCost: "cache_creation_input_token_cost",
55865
+ cacheReadInputTokenCost: "cache_read_input_token_cost",
55866
+ inputCostPerCharacter: "input_cost_per_character",
55867
+ inputCostPerTokenAbove128kTokens: "input_cost_per_token_above_128k_tokens",
55868
+ inputCostPerTokenAbove200kTokens: "input_cost_per_token_above_200k_tokens",
55869
+ inputCostPerQuery: "input_cost_per_query",
55870
+ inputCostPerSecond: "input_cost_per_second",
55871
+ inputCostPerAudioToken: "input_cost_per_audio_token",
55872
+ inputCostPerTokenBatches: "input_cost_per_token_batches",
55873
+ outputCostPerTokenBatches: "output_cost_per_token_batches",
55874
+ outputCostPerToken: "output_cost_per_token",
55875
+ outputCostPerAudioToken: "output_cost_per_audio_token",
55876
+ outputCostPerCharacter: "output_cost_per_character",
55877
+ outputCostPerReasoningToken: "output_cost_per_reasoning_token",
55878
+ outputCostPerTokenAbove128kTokens: "output_cost_per_token_above_128k_tokens",
55879
+ outputCostPerCharacterAbove128kTokens: "output_cost_per_character_above_128k_tokens",
55880
+ outputCostPerTokenAbove200kTokens: "output_cost_per_token_above_200k_tokens",
55881
+ outputCostPerSecond: "output_cost_per_second",
55882
+ outputCostPerImage: "output_cost_per_image",
55883
+ outputVectorSize: "output_vector_size",
55884
+ litellmProvider: "litellm_provider",
55885
+ supportsSystemMessages: "supports_system_messages",
55886
+ supportsResponseSchema: "supports_response_schema",
55887
+ supportsVision: "supports_vision",
55888
+ supportsFunctionCalling: "supports_function_calling",
55889
+ supportsToolChoice: "supports_tool_choice",
55890
+ supportsAssistantPrefill: "supports_assistant_prefill",
55891
+ supportsPromptCaching: "supports_prompt_caching",
55892
+ supportsAudioInput: "supports_audio_input",
55893
+ supportsAudioOutput: "supports_audio_output",
55894
+ supportsPdfInput: "supports_pdf_input",
55895
+ supportsEmbeddingImageInput: "supports_embedding_image_input",
55896
+ supportsNativeStreaming: "supports_native_streaming",
55897
+ supportsWebSearch: "supports_web_search",
55898
+ supportsUrlContext: "supports_url_context",
55899
+ supportsReasoning: "supports_reasoning",
55900
+ supportsComputerUse: "supports_computer_use",
55901
+ searchContextCostPerQuery: "search_context_cost_per_query",
55902
+ supportedOpenaiParams: "supported_openai_params"
55903
+ });
55904
+ });
55905
+ ((ModelInfo$) => {
55906
+ ModelInfo$.inboundSchema = ModelInfo$inboundSchema;
55907
+ ModelInfo$.outboundSchema = ModelInfo$outboundSchema;
55908
+ })(ModelInfo$ ||= {});
55909
+ RequestBody$inboundSchema = objectType({
55910
+ model_name: stringType(),
55911
+ litellm_params: lazyType(() => LitellmParams$inboundSchema),
55912
+ model_info: lazyType(() => ModelInfo$inboundSchema)
55913
+ }).transform((v2) => {
55914
+ return remap(v2, {
55915
+ model_name: "modelName",
55916
+ litellm_params: "litellmParams",
55917
+ model_info: "modelInfo"
55918
+ });
55919
+ });
55920
+ RequestBody$outboundSchema = objectType({
55921
+ modelName: stringType(),
55922
+ litellmParams: lazyType(() => LitellmParams$outboundSchema),
55923
+ modelInfo: lazyType(() => ModelInfo$outboundSchema)
55924
+ }).transform((v2) => {
55925
+ return remap(v2, {
55926
+ modelName: "model_name",
55927
+ litellmParams: "litellm_params",
55928
+ modelInfo: "model_info"
55929
+ });
55930
+ });
55931
+ ((RequestBody$) => {
55932
+ RequestBody$.inboundSchema = RequestBody$inboundSchema;
55933
+ RequestBody$.outboundSchema = RequestBody$outboundSchema;
55934
+ })(RequestBody$ ||= {});
55935
+ PostV2ModelsLitellmImportModelType$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportModelType);
55936
+ PostV2ModelsLitellmImportModelType$outboundSchema = PostV2ModelsLitellmImportModelType$inboundSchema;
55937
+ ((PostV2ModelsLitellmImportModelType$) => {
55938
+ PostV2ModelsLitellmImportModelType$.inboundSchema = PostV2ModelsLitellmImportModelType$inboundSchema;
55939
+ PostV2ModelsLitellmImportModelType$.outboundSchema = PostV2ModelsLitellmImportModelType$outboundSchema;
55940
+ })(PostV2ModelsLitellmImportModelType$ ||= {});
55941
+ PostV2ModelsLitellmImportProvider$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportProvider);
55942
+ PostV2ModelsLitellmImportProvider$outboundSchema = PostV2ModelsLitellmImportProvider$inboundSchema;
55943
+ ((PostV2ModelsLitellmImportProvider$) => {
55944
+ PostV2ModelsLitellmImportProvider$.inboundSchema = PostV2ModelsLitellmImportProvider$inboundSchema;
55945
+ PostV2ModelsLitellmImportProvider$.outboundSchema = PostV2ModelsLitellmImportProvider$outboundSchema;
55946
+ })(PostV2ModelsLitellmImportProvider$ ||= {});
55947
+ Region$inboundSchema = nativeEnumType(Region);
55948
+ Region$outboundSchema = Region$inboundSchema;
55949
+ ((Region$) => {
55950
+ Region$.inboundSchema = Region$inboundSchema;
55951
+ Region$.outboundSchema = Region$outboundSchema;
55952
+ })(Region$ ||= {});
55953
+ PostV2ModelsLitellmImportMetadata$inboundSchema = objectType({
55954
+ context_window: numberType().optional(),
55955
+ is_private: booleanType(),
55956
+ region: Region$inboundSchema,
55957
+ has_functions: booleanType().optional(),
55958
+ strict_tool_supported: booleanType().optional(),
55959
+ json_mode_response_format_supported: booleanType().optional(),
55960
+ json_schema_response_format_supported: booleanType().optional(),
55961
+ support_system_message: booleanType().optional(),
55962
+ streaming_not_supported: booleanType().optional(),
55963
+ db_match: booleanType().default(false),
55964
+ image_token_cost: numberType().optional()
55965
+ }).transform((v2) => {
55966
+ return remap(v2, {
55967
+ context_window: "contextWindow",
55968
+ is_private: "isPrivate",
55969
+ has_functions: "hasFunctions",
55970
+ strict_tool_supported: "strictToolSupported",
55971
+ json_mode_response_format_supported: "jsonModeResponseFormatSupported",
55972
+ json_schema_response_format_supported: "jsonSchemaResponseFormatSupported",
55973
+ support_system_message: "supportSystemMessage",
55974
+ streaming_not_supported: "streamingNotSupported",
55975
+ db_match: "dbMatch",
55976
+ image_token_cost: "imageTokenCost"
55977
+ });
55978
+ });
55979
+ PostV2ModelsLitellmImportMetadata$outboundSchema = objectType({
55980
+ contextWindow: numberType().optional(),
55981
+ isPrivate: booleanType(),
55982
+ region: Region$outboundSchema,
55983
+ hasFunctions: booleanType().optional(),
55984
+ strictToolSupported: booleanType().optional(),
55985
+ jsonModeResponseFormatSupported: booleanType().optional(),
55986
+ jsonSchemaResponseFormatSupported: booleanType().optional(),
55987
+ supportSystemMessage: booleanType().optional(),
55988
+ streamingNotSupported: booleanType().optional(),
55989
+ dbMatch: booleanType().default(false),
55990
+ imageTokenCost: numberType().optional()
55991
+ }).transform((v2) => {
55992
+ return remap(v2, {
55993
+ contextWindow: "context_window",
55994
+ isPrivate: "is_private",
55995
+ hasFunctions: "has_functions",
55996
+ strictToolSupported: "strict_tool_supported",
55997
+ jsonModeResponseFormatSupported: "json_mode_response_format_supported",
55998
+ jsonSchemaResponseFormatSupported: "json_schema_response_format_supported",
55999
+ supportSystemMessage: "support_system_message",
56000
+ streamingNotSupported: "streaming_not_supported",
56001
+ dbMatch: "db_match",
56002
+ imageTokenCost: "image_token_cost"
56003
+ });
56004
+ });
56005
+ ((PostV2ModelsLitellmImportMetadata$) => {
56006
+ PostV2ModelsLitellmImportMetadata$.inboundSchema = PostV2ModelsLitellmImportMetadata$inboundSchema;
56007
+ PostV2ModelsLitellmImportMetadata$.outboundSchema = PostV2ModelsLitellmImportMetadata$outboundSchema;
56008
+ })(PostV2ModelsLitellmImportMetadata$ ||= {});
56009
+ PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportConfigurationResponse200Provider);
56010
+ PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema = PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema;
56011
+ ((PostV2ModelsLitellmImportConfigurationResponse200Provider$) => {
56012
+ PostV2ModelsLitellmImportConfigurationResponse200Provider$.inboundSchema = PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema;
56013
+ PostV2ModelsLitellmImportConfigurationResponse200Provider$.outboundSchema = PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema;
56014
+ })(PostV2ModelsLitellmImportConfigurationResponse200Provider$ ||= {});
56015
+ Configuration4$inboundSchema = objectType({
56016
+ provider: PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema,
56017
+ host_url: stringType()
56018
+ }).transform((v2) => {
56019
+ return remap(v2, {
56020
+ host_url: "hostUrl"
56021
+ });
56022
+ });
56023
+ Configuration4$outboundSchema = objectType({
56024
+ provider: PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema,
56025
+ hostUrl: stringType()
56026
+ }).transform((v2) => {
56027
+ return remap(v2, {
56028
+ hostUrl: "host_url"
56029
+ });
56030
+ });
56031
+ ((Configuration4$) => {
56032
+ Configuration4$.inboundSchema = Configuration4$inboundSchema;
56033
+ Configuration4$.outboundSchema = Configuration4$outboundSchema;
56034
+ })(Configuration4$ ||= {});
56035
+ PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportConfigurationResponseProvider);
56036
+ PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema = PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema;
56037
+ ((PostV2ModelsLitellmImportConfigurationResponseProvider$) => {
56038
+ PostV2ModelsLitellmImportConfigurationResponseProvider$.inboundSchema = PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema;
56039
+ PostV2ModelsLitellmImportConfigurationResponseProvider$.outboundSchema = PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema;
56040
+ })(PostV2ModelsLitellmImportConfigurationResponseProvider$ ||= {});
56041
+ Configuration3$inboundSchema = objectType({
56042
+ provider: PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema,
56043
+ region: stringType()
56044
+ });
56045
+ Configuration3$outboundSchema = objectType({
56046
+ provider: PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema,
56047
+ region: stringType()
56048
+ });
56049
+ ((Configuration3$) => {
56050
+ Configuration3$.inboundSchema = Configuration3$inboundSchema;
56051
+ Configuration3$.outboundSchema = Configuration3$outboundSchema;
56052
+ })(Configuration3$ ||= {});
56053
+ PostV2ModelsLitellmImportConfigurationProvider$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportConfigurationProvider);
56054
+ PostV2ModelsLitellmImportConfigurationProvider$outboundSchema = PostV2ModelsLitellmImportConfigurationProvider$inboundSchema;
56055
+ ((PostV2ModelsLitellmImportConfigurationProvider$) => {
56056
+ PostV2ModelsLitellmImportConfigurationProvider$.inboundSchema = PostV2ModelsLitellmImportConfigurationProvider$inboundSchema;
56057
+ PostV2ModelsLitellmImportConfigurationProvider$.outboundSchema = PostV2ModelsLitellmImportConfigurationProvider$outboundSchema;
56058
+ })(PostV2ModelsLitellmImportConfigurationProvider$ ||= {});
56059
+ Configuration2$inboundSchema = objectType({
56060
+ provider: PostV2ModelsLitellmImportConfigurationProvider$inboundSchema,
56061
+ service_account: stringType(),
56062
+ region: stringType(),
56063
+ location: stringType(),
56064
+ should_use_beta_features: booleanType(),
56065
+ project_id: stringType(),
56066
+ is_openai_compatible: booleanType().optional(),
56067
+ is_tuned_model: booleanType().optional()
56068
+ }).transform((v2) => {
56069
+ return remap(v2, {
56070
+ service_account: "serviceAccount",
56071
+ should_use_beta_features: "shouldUseBetaFeatures",
56072
+ project_id: "projectId",
56073
+ is_openai_compatible: "isOpenaiCompatible",
56074
+ is_tuned_model: "isTunedModel"
56075
+ });
56076
+ });
56077
+ Configuration2$outboundSchema = objectType({
56078
+ provider: PostV2ModelsLitellmImportConfigurationProvider$outboundSchema,
56079
+ serviceAccount: stringType(),
56080
+ region: stringType(),
56081
+ location: stringType(),
56082
+ shouldUseBetaFeatures: booleanType(),
56083
+ projectId: stringType(),
56084
+ isOpenaiCompatible: booleanType().optional(),
56085
+ isTunedModel: booleanType().optional()
56086
+ }).transform((v2) => {
56087
+ return remap(v2, {
56088
+ serviceAccount: "service_account",
56089
+ shouldUseBetaFeatures: "should_use_beta_features",
56090
+ projectId: "project_id",
56091
+ isOpenaiCompatible: "is_openai_compatible",
56092
+ isTunedModel: "is_tuned_model"
56093
+ });
56094
+ });
56095
+ ((Configuration2$) => {
56096
+ Configuration2$.inboundSchema = Configuration2$inboundSchema;
56097
+ Configuration2$.outboundSchema = Configuration2$outboundSchema;
56098
+ })(Configuration2$ ||= {});
56099
+ ConfigurationProvider$inboundSchema = nativeEnumType(ConfigurationProvider);
56100
+ ConfigurationProvider$outboundSchema = ConfigurationProvider$inboundSchema;
56101
+ ((ConfigurationProvider$) => {
56102
+ ConfigurationProvider$.inboundSchema = ConfigurationProvider$inboundSchema;
56103
+ ConfigurationProvider$.outboundSchema = ConfigurationProvider$outboundSchema;
56104
+ })(ConfigurationProvider$ ||= {});
56105
+ Configuration1$inboundSchema = objectType({
56106
+ provider: ConfigurationProvider$inboundSchema,
56107
+ endpoint: stringType(),
56108
+ api_key: stringType()
56109
+ }).transform((v2) => {
56110
+ return remap(v2, {
56111
+ api_key: "apiKey"
56112
+ });
56113
+ });
56114
+ Configuration1$outboundSchema = objectType({
56115
+ provider: ConfigurationProvider$outboundSchema,
56116
+ endpoint: stringType(),
56117
+ apiKey: stringType()
56118
+ }).transform((v2) => {
56119
+ return remap(v2, {
56120
+ apiKey: "api_key"
56121
+ });
56122
+ });
56123
+ ((Configuration1$) => {
56124
+ Configuration1$.inboundSchema = Configuration1$inboundSchema;
56125
+ Configuration1$.outboundSchema = Configuration1$outboundSchema;
56126
+ })(Configuration1$ ||= {});
56127
+ Configuration$inboundSchema = unionType([
56128
+ lazyType(() => Configuration3$inboundSchema),
56129
+ lazyType(() => Configuration4$inboundSchema),
56130
+ lazyType(() => Configuration1$inboundSchema),
56131
+ lazyType(() => Configuration2$inboundSchema)
56132
+ ]);
56133
+ Configuration$outboundSchema = unionType([
56134
+ lazyType(() => Configuration3$outboundSchema),
56135
+ lazyType(() => Configuration4$outboundSchema),
56136
+ lazyType(() => Configuration1$outboundSchema),
56137
+ lazyType(() => Configuration2$outboundSchema)
56138
+ ]);
56139
+ ((Configuration$) => {
56140
+ Configuration$.inboundSchema = Configuration$inboundSchema;
56141
+ Configuration$.outboundSchema = Configuration$outboundSchema;
56142
+ })(Configuration$ ||= {});
56143
+ PostV2ModelsLitellmImportParametersParameter$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportParametersParameter);
56144
+ PostV2ModelsLitellmImportParametersParameter$outboundSchema = PostV2ModelsLitellmImportParametersParameter$inboundSchema;
56145
+ ((PostV2ModelsLitellmImportParametersParameter$) => {
56146
+ PostV2ModelsLitellmImportParametersParameter$.inboundSchema = PostV2ModelsLitellmImportParametersParameter$inboundSchema;
56147
+ PostV2ModelsLitellmImportParametersParameter$.outboundSchema = PostV2ModelsLitellmImportParametersParameter$outboundSchema;
56148
+ })(PostV2ModelsLitellmImportParametersParameter$ ||= {});
56149
+ PostV2ModelsLitellmImportParametersParameterType$inboundSchema = nativeEnumType(PostV2ModelsLitellmImportParametersParameterType);
56150
+ PostV2ModelsLitellmImportParametersParameterType$outboundSchema = PostV2ModelsLitellmImportParametersParameterType$inboundSchema;
56151
+ ((PostV2ModelsLitellmImportParametersParameterType$) => {
56152
+ PostV2ModelsLitellmImportParametersParameterType$.inboundSchema = PostV2ModelsLitellmImportParametersParameterType$inboundSchema;
56153
+ PostV2ModelsLitellmImportParametersParameterType$.outboundSchema = PostV2ModelsLitellmImportParametersParameterType$outboundSchema;
56154
+ })(PostV2ModelsLitellmImportParametersParameterType$ ||= {});
56155
+ Options$inboundSchema = objectType({
56156
+ display_name: stringType(),
56157
+ value: stringType()
56158
+ }).transform((v2) => {
56159
+ return remap(v2, {
56160
+ display_name: "displayName"
56161
+ });
56162
+ });
56163
+ Options$outboundSchema = objectType({
56164
+ displayName: stringType(),
56165
+ value: stringType()
56166
+ }).transform((v2) => {
56167
+ return remap(v2, {
56168
+ displayName: "display_name"
56169
+ });
56170
+ });
56171
+ ((Options$) => {
56172
+ Options$.inboundSchema = Options$inboundSchema;
56173
+ Options$.outboundSchema = Options$outboundSchema;
56174
+ })(Options$ ||= {});
56175
+ PostV2ModelsLitellmImportParametersConfig$inboundSchema = objectType({
56176
+ default: stringType(),
56177
+ options: arrayType(lazyType(() => Options$inboundSchema))
56178
+ });
56179
+ PostV2ModelsLitellmImportParametersConfig$outboundSchema = objectType({
56180
+ default: stringType(),
56181
+ options: arrayType(lazyType(() => Options$outboundSchema))
56182
+ });
56183
+ ((PostV2ModelsLitellmImportParametersConfig$) => {
56184
+ PostV2ModelsLitellmImportParametersConfig$.inboundSchema = PostV2ModelsLitellmImportParametersConfig$inboundSchema;
56185
+ PostV2ModelsLitellmImportParametersConfig$.outboundSchema = PostV2ModelsLitellmImportParametersConfig$outboundSchema;
56186
+ })(PostV2ModelsLitellmImportParametersConfig$ ||= {});
56187
+ Parameters3$inboundSchema = objectType({
56188
+ id: stringType(),
56189
+ name: stringType(),
56190
+ parameter: PostV2ModelsLitellmImportParametersParameter$inboundSchema,
56191
+ description: stringType(),
56192
+ hints: nullableType(stringType()).optional(),
56193
+ is_active: booleanType(),
56194
+ position: nullableType(numberType()).optional(),
56195
+ parameter_type: PostV2ModelsLitellmImportParametersParameterType$inboundSchema,
56196
+ config: lazyType(() => PostV2ModelsLitellmImportParametersConfig$inboundSchema)
56197
+ }).transform((v2) => {
56198
+ return remap(v2, {
56199
+ is_active: "isActive",
56200
+ parameter_type: "parameterType"
56201
+ });
56202
+ });
56203
+ Parameters3$outboundSchema = objectType({
56204
+ id: stringType(),
56205
+ name: stringType(),
56206
+ parameter: PostV2ModelsLitellmImportParametersParameter$outboundSchema,
56207
+ description: stringType(),
56208
+ hints: nullableType(stringType()).optional(),
56209
+ isActive: booleanType(),
56210
+ position: nullableType(numberType()).optional(),
56211
+ parameterType: PostV2ModelsLitellmImportParametersParameterType$outboundSchema,
56212
+ config: lazyType(() => PostV2ModelsLitellmImportParametersConfig$outboundSchema)
56213
+ }).transform((v2) => {
56214
+ return remap(v2, {
56215
+ isActive: "is_active",
56216
+ parameterType: "parameter_type"
56217
+ });
56218
+ });
56219
+ ((Parameters3$) => {
56220
+ Parameters3$.inboundSchema = Parameters3$inboundSchema;
56221
+ Parameters3$.outboundSchema = Parameters3$outboundSchema;
56222
+ })(Parameters3$ ||= {});
56223
+ ParametersParameter$inboundSchema = nativeEnumType(ParametersParameter);
56224
+ ParametersParameter$outboundSchema = ParametersParameter$inboundSchema;
56225
+ ((ParametersParameter$) => {
56226
+ ParametersParameter$.inboundSchema = ParametersParameter$inboundSchema;
56227
+ ParametersParameter$.outboundSchema = ParametersParameter$outboundSchema;
56228
+ })(ParametersParameter$ ||= {});
56229
+ ParametersParameterType$inboundSchema = nativeEnumType(ParametersParameterType);
56230
+ ParametersParameterType$outboundSchema = ParametersParameterType$inboundSchema;
56231
+ ((ParametersParameterType$) => {
56232
+ ParametersParameterType$.inboundSchema = ParametersParameterType$inboundSchema;
56233
+ ParametersParameterType$.outboundSchema = ParametersParameterType$outboundSchema;
56234
+ })(ParametersParameterType$ ||= {});
56235
+ ParametersConfig$inboundSchema = objectType({
56236
+ default: booleanType()
56237
+ });
56238
+ ParametersConfig$outboundSchema = objectType({
56239
+ default: booleanType()
56240
+ });
56241
+ ((ParametersConfig$) => {
56242
+ ParametersConfig$.inboundSchema = ParametersConfig$inboundSchema;
56243
+ ParametersConfig$.outboundSchema = ParametersConfig$outboundSchema;
56244
+ })(ParametersConfig$ ||= {});
56245
+ Parameters2$inboundSchema = objectType({
56246
+ id: stringType(),
56247
+ name: stringType(),
56248
+ parameter: ParametersParameter$inboundSchema,
56249
+ description: stringType(),
56250
+ hints: nullableType(stringType()).optional(),
56251
+ is_active: booleanType(),
56252
+ position: nullableType(numberType()).optional(),
56253
+ parameter_type: ParametersParameterType$inboundSchema,
56254
+ config: lazyType(() => ParametersConfig$inboundSchema)
56255
+ }).transform((v2) => {
56256
+ return remap(v2, {
56257
+ is_active: "isActive",
56258
+ parameter_type: "parameterType"
56259
+ });
56260
+ });
56261
+ Parameters2$outboundSchema = objectType({
56262
+ id: stringType(),
56263
+ name: stringType(),
56264
+ parameter: ParametersParameter$outboundSchema,
56265
+ description: stringType(),
56266
+ hints: nullableType(stringType()).optional(),
56267
+ isActive: booleanType(),
56268
+ position: nullableType(numberType()).optional(),
56269
+ parameterType: ParametersParameterType$outboundSchema,
56270
+ config: lazyType(() => ParametersConfig$outboundSchema)
56271
+ }).transform((v2) => {
56272
+ return remap(v2, {
56273
+ isActive: "is_active",
56274
+ parameterType: "parameter_type"
56275
+ });
56276
+ });
56277
+ ((Parameters2$) => {
56278
+ Parameters2$.inboundSchema = Parameters2$inboundSchema;
56279
+ Parameters2$.outboundSchema = Parameters2$outboundSchema;
56280
+ })(Parameters2$ ||= {});
56281
+ Parameter$inboundSchema = nativeEnumType(Parameter);
56282
+ Parameter$outboundSchema = Parameter$inboundSchema;
56283
+ ((Parameter$) => {
56284
+ Parameter$.inboundSchema = Parameter$inboundSchema;
56285
+ Parameter$.outboundSchema = Parameter$outboundSchema;
56286
+ })(Parameter$ ||= {});
56287
+ ParameterType$inboundSchema = nativeEnumType(ParameterType);
56288
+ ParameterType$outboundSchema = ParameterType$inboundSchema;
56289
+ ((ParameterType$) => {
56290
+ ParameterType$.inboundSchema = ParameterType$inboundSchema;
56291
+ ParameterType$.outboundSchema = ParameterType$outboundSchema;
56292
+ })(ParameterType$ ||= {});
56293
+ Config$inboundSchema = objectType({
56294
+ default: numberType(),
56295
+ max: numberType(),
56296
+ min: numberType(),
56297
+ step: numberType()
56298
+ });
56299
+ Config$outboundSchema = objectType({
56300
+ default: numberType(),
56301
+ max: numberType(),
56302
+ min: numberType(),
56303
+ step: numberType()
56304
+ });
56305
+ ((Config$) => {
56306
+ Config$.inboundSchema = Config$inboundSchema;
56307
+ Config$.outboundSchema = Config$outboundSchema;
56308
+ })(Config$ ||= {});
56309
+ Parameters1$inboundSchema = objectType({
56310
+ id: stringType(),
56311
+ name: stringType(),
56312
+ parameter: Parameter$inboundSchema,
56313
+ description: stringType(),
56314
+ hints: nullableType(stringType()).optional(),
56315
+ is_active: booleanType(),
56316
+ position: nullableType(numberType()).optional(),
56317
+ parameter_type: ParameterType$inboundSchema,
56318
+ config: lazyType(() => Config$inboundSchema)
56319
+ }).transform((v2) => {
56320
+ return remap(v2, {
56321
+ is_active: "isActive",
56322
+ parameter_type: "parameterType"
56323
+ });
56324
+ });
56325
+ Parameters1$outboundSchema = objectType({
56326
+ id: stringType(),
56327
+ name: stringType(),
56328
+ parameter: Parameter$outboundSchema,
56329
+ description: stringType(),
56330
+ hints: nullableType(stringType()).optional(),
56331
+ isActive: booleanType(),
56332
+ position: nullableType(numberType()).optional(),
56333
+ parameterType: ParameterType$outboundSchema,
56334
+ config: lazyType(() => Config$outboundSchema)
56335
+ }).transform((v2) => {
56336
+ return remap(v2, {
56337
+ isActive: "is_active",
56338
+ parameterType: "parameter_type"
56339
+ });
56340
+ });
56341
+ ((Parameters1$) => {
56342
+ Parameters1$.inboundSchema = Parameters1$inboundSchema;
56343
+ Parameters1$.outboundSchema = Parameters1$outboundSchema;
56344
+ })(Parameters1$ ||= {});
56345
+ ParametersT$inboundSchema = unionType([
56346
+ lazyType(() => Parameters1$inboundSchema),
56347
+ lazyType(() => Parameters2$inboundSchema),
56348
+ lazyType(() => Parameters3$inboundSchema)
56349
+ ]);
56350
+ ParametersT$outboundSchema = unionType([
56351
+ lazyType(() => Parameters1$outboundSchema),
56352
+ lazyType(() => Parameters2$outboundSchema),
56353
+ lazyType(() => Parameters3$outboundSchema)
56354
+ ]);
56355
+ ((ParametersT$) => {
56356
+ ParametersT$.inboundSchema = ParametersT$inboundSchema;
56357
+ ParametersT$.outboundSchema = ParametersT$outboundSchema;
56358
+ })(ParametersT$ ||= {});
56359
+ PostV2ModelsLitellmImportResponseBody$inboundSchema = objectType({
56360
+ id: stringType(),
56361
+ created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
56362
+ updated: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
56363
+ display_name: stringType(),
56364
+ model_id: stringType(),
56365
+ model_revision: stringType().optional(),
56366
+ model_developer: stringType(),
56367
+ model_family: stringType(),
56368
+ model_type: PostV2ModelsLitellmImportModelType$inboundSchema,
56369
+ provider: PostV2ModelsLitellmImportProvider$inboundSchema,
56370
+ is_active: booleanType().default(true),
56371
+ input_cost: numberType(),
56372
+ input_currency: stringType().default("USD"),
56373
+ output_cost: numberType(),
56374
+ output_currency: stringType().default("USD"),
56375
+ description: stringType().optional(),
56376
+ has_functions: booleanType().default(false),
56377
+ has_cpu_pricing: booleanType().default(false),
56378
+ pricing_url: stringType().optional(),
56379
+ docs_url: stringType().optional(),
56380
+ enabled: booleanType(),
56381
+ enabled_for_endpoints: booleanType().default(false),
56382
+ enabled_for_playground: booleanType().default(false),
56383
+ owner: stringType().default("system"),
56384
+ metadata: lazyType(() => PostV2ModelsLitellmImportMetadata$inboundSchema),
56385
+ configuration: unionType([
56386
+ lazyType(() => Configuration3$inboundSchema),
56387
+ lazyType(() => Configuration4$inboundSchema),
56388
+ lazyType(() => Configuration1$inboundSchema),
56389
+ lazyType(() => Configuration2$inboundSchema)
56390
+ ]).optional(),
56391
+ parameters: arrayType(unionType([
56392
+ lazyType(() => Parameters1$inboundSchema),
56393
+ lazyType(() => Parameters2$inboundSchema),
56394
+ lazyType(() => Parameters3$inboundSchema)
56395
+ ]))
56396
+ }).transform((v2) => {
56397
+ return remap(v2, {
56398
+ display_name: "displayName",
56399
+ model_id: "modelId",
56400
+ model_revision: "modelRevision",
56401
+ model_developer: "modelDeveloper",
56402
+ model_family: "modelFamily",
56403
+ model_type: "modelType",
56404
+ is_active: "isActive",
56405
+ input_cost: "inputCost",
56406
+ input_currency: "inputCurrency",
56407
+ output_cost: "outputCost",
56408
+ output_currency: "outputCurrency",
56409
+ has_functions: "hasFunctions",
56410
+ has_cpu_pricing: "hasCpuPricing",
56411
+ pricing_url: "pricingUrl",
56412
+ docs_url: "docsUrl",
56413
+ enabled_for_endpoints: "enabledForEndpoints",
56414
+ enabled_for_playground: "enabledForPlayground"
56415
+ });
56416
+ });
56417
+ PostV2ModelsLitellmImportResponseBody$outboundSchema = objectType({
56418
+ id: stringType(),
56419
+ created: dateType().transform((v2) => v2.toISOString()),
56420
+ updated: dateType().transform((v2) => v2.toISOString()),
56421
+ displayName: stringType(),
56422
+ modelId: stringType(),
56423
+ modelRevision: stringType().optional(),
56424
+ modelDeveloper: stringType(),
56425
+ modelFamily: stringType(),
56426
+ modelType: PostV2ModelsLitellmImportModelType$outboundSchema,
56427
+ provider: PostV2ModelsLitellmImportProvider$outboundSchema,
56428
+ isActive: booleanType().default(true),
56429
+ inputCost: numberType(),
56430
+ inputCurrency: stringType().default("USD"),
56431
+ outputCost: numberType(),
56432
+ outputCurrency: stringType().default("USD"),
56433
+ description: stringType().optional(),
56434
+ hasFunctions: booleanType().default(false),
56435
+ hasCpuPricing: booleanType().default(false),
56436
+ pricingUrl: stringType().optional(),
56437
+ docsUrl: stringType().optional(),
56438
+ enabled: booleanType(),
56439
+ enabledForEndpoints: booleanType().default(false),
56440
+ enabledForPlayground: booleanType().default(false),
56441
+ owner: stringType().default("system"),
56442
+ metadata: lazyType(() => PostV2ModelsLitellmImportMetadata$outboundSchema),
56443
+ configuration: unionType([
56444
+ lazyType(() => Configuration3$outboundSchema),
56445
+ lazyType(() => Configuration4$outboundSchema),
56446
+ lazyType(() => Configuration1$outboundSchema),
56447
+ lazyType(() => Configuration2$outboundSchema)
56448
+ ]).optional(),
56449
+ parameters: arrayType(unionType([
56450
+ lazyType(() => Parameters1$outboundSchema),
56451
+ lazyType(() => Parameters2$outboundSchema),
56452
+ lazyType(() => Parameters3$outboundSchema)
56453
+ ]))
56454
+ }).transform((v2) => {
56455
+ return remap(v2, {
56456
+ displayName: "display_name",
56457
+ modelId: "model_id",
56458
+ modelRevision: "model_revision",
56459
+ modelDeveloper: "model_developer",
56460
+ modelFamily: "model_family",
56461
+ modelType: "model_type",
56462
+ isActive: "is_active",
56463
+ inputCost: "input_cost",
56464
+ inputCurrency: "input_currency",
56465
+ outputCost: "output_cost",
56466
+ outputCurrency: "output_currency",
56467
+ hasFunctions: "has_functions",
56468
+ hasCpuPricing: "has_cpu_pricing",
56469
+ pricingUrl: "pricing_url",
56470
+ docsUrl: "docs_url",
56471
+ enabledForEndpoints: "enabled_for_endpoints",
56472
+ enabledForPlayground: "enabled_for_playground"
56473
+ });
56474
+ });
56475
+ ((PostV2ModelsLitellmImportResponseBody$) => {
56476
+ PostV2ModelsLitellmImportResponseBody$.inboundSchema = PostV2ModelsLitellmImportResponseBody$inboundSchema;
56477
+ PostV2ModelsLitellmImportResponseBody$.outboundSchema = PostV2ModelsLitellmImportResponseBody$outboundSchema;
56478
+ })(PostV2ModelsLitellmImportResponseBody$ ||= {});
56479
+ });
56480
+
55295
56481
  // src/models/operations/remoteconfigsgetconfig.ts
55296
56482
  var RemoteConfigsGetConfigType, RemoteConfigsGetConfigRequestBody$inboundSchema, RemoteConfigsGetConfigRequestBody$outboundSchema, RemoteConfigsGetConfigRequestBody$, RemoteConfigsGetConfigType$inboundSchema, RemoteConfigsGetConfigType$outboundSchema, RemoteConfigsGetConfigType$, RemoteConfigsGetConfigResponseBody$inboundSchema, RemoteConfigsGetConfigResponseBody$outboundSchema, RemoteConfigsGetConfigResponseBody$;
55297
56483
  var init_remoteconfigsgetconfig = __esm(() => {
@@ -55363,7 +56549,7 @@ var init_retrievecontact = __esm(() => {
55363
56549
  tags: arrayType(stringType()).optional(),
55364
56550
  metadata: recordType(anyType()).optional(),
55365
56551
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
55366
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
56552
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
55367
56553
  }).transform((v2) => {
55368
56554
  return remap(v2, {
55369
56555
  _id: "id",
@@ -55381,7 +56567,7 @@ var init_retrievecontact = __esm(() => {
55381
56567
  tags: arrayType(stringType()).optional(),
55382
56568
  metadata: recordType(anyType()).optional(),
55383
56569
  created: dateType().transform((v2) => v2.toISOString()).optional(),
55384
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
56570
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
55385
56571
  }).transform((v2) => {
55386
56572
  return remap(v2, {
55387
56573
  id: "_id",
@@ -55958,7 +57144,7 @@ var init_retrievedatapoint = __esm(() => {
55958
57144
  created_by_id: stringType().optional(),
55959
57145
  updated_by_id: stringType().optional(),
55960
57146
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
55961
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
57147
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
55962
57148
  }).transform((v2) => {
55963
57149
  return remap(v2, {
55964
57150
  _id: "id",
@@ -55985,7 +57171,7 @@ var init_retrievedatapoint = __esm(() => {
55985
57171
  createdById: stringType().optional(),
55986
57172
  updatedById: stringType().optional(),
55987
57173
  created: dateType().transform((v2) => v2.toISOString()).optional(),
55988
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
57174
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
55989
57175
  }).transform((v2) => {
55990
57176
  return remap(v2, {
55991
57177
  id: "_id",
@@ -56056,7 +57242,7 @@ var init_retrievedataset = __esm(() => {
56056
57242
  updated_by_id: stringType().optional(),
56057
57243
  metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
56058
57244
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
56059
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
57245
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
56060
57246
  }).transform((v2) => {
56061
57247
  return remap(v2, {
56062
57248
  _id: "id",
@@ -56076,7 +57262,7 @@ var init_retrievedataset = __esm(() => {
56076
57262
  updatedById: stringType().optional(),
56077
57263
  metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
56078
57264
  created: dateType().transform((v2) => v2.toISOString()).optional(),
56079
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
57265
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
56080
57266
  }).transform((v2) => {
56081
57267
  return remap(v2, {
56082
57268
  id: "_id",
@@ -56134,7 +57320,7 @@ var init_retrievedatasource = __esm(() => {
56134
57320
  RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
56135
57321
  })(RetrieveDatasourceStatus$ ||= {});
56136
57322
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
56137
- _id: stringType().default("01JX225RQVSXGR09XJE38Q6GCK"),
57323
+ _id: stringType().default("01JXWEMQ3R5M4DD5054E430419"),
56138
57324
  display_name: stringType(),
56139
57325
  description: stringType().optional(),
56140
57326
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -56157,7 +57343,7 @@ var init_retrievedatasource = __esm(() => {
56157
57343
  });
56158
57344
  });
56159
57345
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
56160
- id: stringType().default("01JX225RQVSXGR09XJE38Q6GCK"),
57346
+ id: stringType().default("01JXWEMQ3R5M4DD5054E430419"),
56161
57347
  displayName: stringType(),
56162
57348
  description: stringType().optional(),
56163
57349
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -57038,7 +58224,7 @@ var init_updatecontact = __esm(() => {
57038
58224
  tags: arrayType(stringType()).optional(),
57039
58225
  metadata: recordType(anyType()).optional(),
57040
58226
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
57041
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
58227
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
57042
58228
  }).transform((v2) => {
57043
58229
  return remap(v2, {
57044
58230
  _id: "id",
@@ -57056,7 +58242,7 @@ var init_updatecontact = __esm(() => {
57056
58242
  tags: arrayType(stringType()).optional(),
57057
58243
  metadata: recordType(anyType()).optional(),
57058
58244
  created: dateType().transform((v2) => v2.toISOString()).optional(),
57059
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
58245
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
57060
58246
  }).transform((v2) => {
57061
58247
  return remap(v2, {
57062
58248
  id: "_id",
@@ -58190,7 +59376,7 @@ var init_updatedatapoint = __esm(() => {
58190
59376
  created_by_id: stringType().optional(),
58191
59377
  updated_by_id: stringType().optional(),
58192
59378
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
58193
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
59379
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
58194
59380
  }).transform((v2) => {
58195
59381
  return remap(v2, {
58196
59382
  _id: "id",
@@ -58217,7 +59403,7 @@ var init_updatedatapoint = __esm(() => {
58217
59403
  createdById: stringType().optional(),
58218
59404
  updatedById: stringType().optional(),
58219
59405
  created: dateType().transform((v2) => v2.toISOString()).optional(),
58220
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
59406
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
58221
59407
  }).transform((v2) => {
58222
59408
  return remap(v2, {
58223
59409
  id: "_id",
@@ -58318,7 +59504,7 @@ var init_updatedataset = __esm(() => {
58318
59504
  parent_id: stringType().optional(),
58319
59505
  version: stringType().optional(),
58320
59506
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
58321
- updated: stringType().datetime({ offset: true }).default("2025-06-06T07:26:58.868Z").transform((v2) => new Date(v2))
59507
+ updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
58322
59508
  }).transform((v2) => {
58323
59509
  return remap(v2, {
58324
59510
  _id: "id",
@@ -58341,7 +59527,7 @@ var init_updatedataset = __esm(() => {
58341
59527
  parentId: stringType().optional(),
58342
59528
  version: stringType().optional(),
58343
59529
  created: dateType().transform((v2) => v2.toISOString()).optional(),
58344
- updated: dateType().default(() => new Date("2025-06-06T07:26:58.868Z")).transform((v2) => v2.toISOString())
59530
+ updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
58345
59531
  }).transform((v2) => {
58346
59532
  return remap(v2, {
58347
59533
  id: "_id",
@@ -58422,7 +59608,7 @@ var init_updatedatasource = __esm(() => {
58422
59608
  UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
58423
59609
  })(UpdateDatasourceStatus$ ||= {});
58424
59610
  UpdateDatasourceResponseBody$inboundSchema = objectType({
58425
- _id: stringType().default("01JX225RR0ZX7SSTECTZJFHWP1"),
59611
+ _id: stringType().default("01JXWEMQ3V9FEFM73W33PD2V1Z"),
58426
59612
  display_name: stringType(),
58427
59613
  description: stringType().optional(),
58428
59614
  status: UpdateDatasourceStatus$inboundSchema,
@@ -58445,7 +59631,7 @@ var init_updatedatasource = __esm(() => {
58445
59631
  });
58446
59632
  });
58447
59633
  UpdateDatasourceResponseBody$outboundSchema = objectType({
58448
- id: stringType().default("01JX225RR0ZX7SSTECTZJFHWP1"),
59634
+ id: stringType().default("01JXWEMQ3V9FEFM73W33PD2V1Z"),
58449
59635
  displayName: stringType(),
58450
59636
  description: stringType().optional(),
58451
59637
  status: UpdateDatasourceStatus$outboundSchema,
@@ -59151,8 +60337,8 @@ var init_updateeval = __esm(() => {
59151
60337
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
59152
60338
  _id: stringType(),
59153
60339
  description: stringType(),
59154
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59155
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60340
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60341
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59156
60342
  guardrail_config: unionType([
59157
60343
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
59158
60344
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -59169,8 +60355,8 @@ var init_updateeval = __esm(() => {
59169
60355
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
59170
60356
  id: stringType(),
59171
60357
  description: stringType(),
59172
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59173
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60358
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60359
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59174
60360
  guardrailConfig: unionType([
59175
60361
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
59176
60362
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -59263,8 +60449,8 @@ var init_updateeval = __esm(() => {
59263
60449
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
59264
60450
  _id: stringType(),
59265
60451
  description: stringType(),
59266
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59267
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60452
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60453
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59268
60454
  guardrail_config: unionType([
59269
60455
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
59270
60456
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -59284,8 +60470,8 @@ var init_updateeval = __esm(() => {
59284
60470
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
59285
60471
  id: stringType(),
59286
60472
  description: stringType(),
59287
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59288
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60473
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60474
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59289
60475
  guardrailConfig: unionType([
59290
60476
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
59291
60477
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -59375,8 +60561,8 @@ var init_updateeval = __esm(() => {
59375
60561
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
59376
60562
  _id: stringType(),
59377
60563
  description: stringType(),
59378
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59379
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60564
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60565
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59380
60566
  guardrail_config: unionType([
59381
60567
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
59382
60568
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -59393,8 +60579,8 @@ var init_updateeval = __esm(() => {
59393
60579
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
59394
60580
  id: stringType(),
59395
60581
  description: stringType(),
59396
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59397
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60582
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60583
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59398
60584
  guardrailConfig: unionType([
59399
60585
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
59400
60586
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -59481,8 +60667,8 @@ var init_updateeval = __esm(() => {
59481
60667
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
59482
60668
  _id: stringType(),
59483
60669
  description: stringType(),
59484
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59485
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60670
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60671
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59486
60672
  guardrail_config: unionType([
59487
60673
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
59488
60674
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -59500,8 +60686,8 @@ var init_updateeval = __esm(() => {
59500
60686
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
59501
60687
  id: stringType(),
59502
60688
  description: stringType(),
59503
- created: stringType().default("2025-06-06T07:27:01.143Z"),
59504
- updated: stringType().default("2025-06-06T07:27:01.143Z"),
60689
+ created: stringType().default("2025-06-16T13:25:09.055Z"),
60690
+ updated: stringType().default("2025-06-16T13:25:09.055Z"),
59505
60691
  guardrailConfig: unionType([
59506
60692
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
59507
60693
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -59790,21 +60976,10 @@ var init_updateknowledge = __esm(() => {
59790
60976
  });
59791
60977
 
59792
60978
  // src/models/operations/updateprompt.ts
59793
- var UpdatePromptModelType, UpdatePromptFormat, UpdatePromptResponseFormatPromptsType, UpdatePromptResponseFormatType, UpdatePromptPhotoRealVersion, UpdatePromptEncodingFormat, UpdatePromptReasoningEffort, UpdatePromptProvider, UpdatePromptRole, UpdatePrompt2PromptsRequestType, UpdatePrompt2PromptsType, UpdatePrompt2Type, UpdatePromptType, UpdatePromptUseCases, UpdatePromptLanguage, UpdatePromptPromptsType, UpdatePromptPromptsModelType, UpdatePromptPromptsFormat, UpdatePromptResponseFormatPromptsResponse200Type, UpdatePromptResponseFormatPromptsResponseType, UpdatePromptPromptsPhotoRealVersion, UpdatePromptPromptsEncodingFormat, UpdatePromptPromptsReasoningEffort, UpdatePromptPromptsProvider, UpdatePromptPromptsRole, UpdatePrompt2PromptsResponse200ApplicationJSONType, UpdatePrompt2PromptsResponse200Type, UpdatePrompt2PromptsResponseType, UpdatePromptPromptsResponseType, UpdatePromptPromptsUseCases, UpdatePromptPromptsLanguage, UpdatePromptModelType$inboundSchema, UpdatePromptModelType$outboundSchema, UpdatePromptModelType$, UpdatePromptFormat$inboundSchema, UpdatePromptFormat$outboundSchema, UpdatePromptFormat$, UpdatePromptResponseFormatPromptsType$inboundSchema, UpdatePromptResponseFormatPromptsType$outboundSchema, UpdatePromptResponseFormatPromptsType$, UpdatePromptResponseFormat2$inboundSchema, UpdatePromptResponseFormat2$outboundSchema, UpdatePromptResponseFormat2$, UpdatePromptResponseFormatType$inboundSchema, UpdatePromptResponseFormatType$outboundSchema, UpdatePromptResponseFormatType$, ResponseFormatJsonSchema$inboundSchema, ResponseFormatJsonSchema$outboundSchema, ResponseFormatJsonSchema$, UpdatePromptResponseFormat1$inboundSchema, UpdatePromptResponseFormat1$outboundSchema, UpdatePromptResponseFormat1$, UpdatePromptResponseFormat$inboundSchema, UpdatePromptResponseFormat$outboundSchema, UpdatePromptResponseFormat$, UpdatePromptPhotoRealVersion$inboundSchema, UpdatePromptPhotoRealVersion$outboundSchema, UpdatePromptPhotoRealVersion$, UpdatePromptEncodingFormat$inboundSchema, UpdatePromptEncodingFormat$outboundSchema, UpdatePromptEncodingFormat$, UpdatePromptReasoningEffort$inboundSchema, UpdatePromptReasoningEffort$outboundSchema, UpdatePromptReasoningEffort$, UpdatePromptModelParameters$inboundSchema, UpdatePromptModelParameters$outboundSchema, UpdatePromptModelParameters$, UpdatePromptProvider$inboundSchema, UpdatePromptProvider$outboundSchema, UpdatePromptProvider$, UpdatePromptRole$inboundSchema, UpdatePromptRole$outboundSchema, UpdatePromptRole$, UpdatePrompt2PromptsRequestType$inboundSchema, UpdatePrompt2PromptsRequestType$outboundSchema, UpdatePrompt2PromptsRequestType$, UpdatePrompt2File$inboundSchema, UpdatePrompt2File$outboundSchema, UpdatePrompt2File$, UpdatePrompt23$inboundSchema, UpdatePrompt23$outboundSchema, UpdatePrompt23$, UpdatePrompt2PromptsType$inboundSchema, UpdatePrompt2PromptsType$outboundSchema, UpdatePrompt2PromptsType$, UpdatePrompt2ImageUrl$inboundSchema, UpdatePrompt2ImageUrl$outboundSchema, UpdatePrompt2ImageUrl$, UpdatePrompt22$inboundSchema, UpdatePrompt22$outboundSchema, UpdatePrompt22$, UpdatePrompt2Type$inboundSchema, UpdatePrompt2Type$outboundSchema, UpdatePrompt2Type$, UpdatePrompt21$inboundSchema, UpdatePrompt21$outboundSchema, UpdatePrompt21$, UpdatePromptContent2$inboundSchema, UpdatePromptContent2$outboundSchema, UpdatePromptContent2$, UpdatePromptContent$inboundSchema, UpdatePromptContent$outboundSchema, UpdatePromptContent$, UpdatePromptType$inboundSchema, UpdatePromptType$outboundSchema, UpdatePromptType$, UpdatePromptFunction$inboundSchema, UpdatePromptFunction$outboundSchema, UpdatePromptFunction$, UpdatePromptToolCalls$inboundSchema, UpdatePromptToolCalls$outboundSchema, UpdatePromptToolCalls$, UpdatePromptMessages$inboundSchema, UpdatePromptMessages$outboundSchema, UpdatePromptMessages$, UpdatePromptPromptConfig$inboundSchema, UpdatePromptPromptConfig$outboundSchema, UpdatePromptPromptConfig$, UpdatePromptUseCases$inboundSchema, UpdatePromptUseCases$outboundSchema, UpdatePromptUseCases$, UpdatePromptLanguage$inboundSchema, UpdatePromptLanguage$outboundSchema, UpdatePromptLanguage$, UpdatePromptMetadata$inboundSchema, UpdatePromptMetadata$outboundSchema, UpdatePromptMetadata$, UpdatePromptRequestBody$inboundSchema, UpdatePromptRequestBody$outboundSchema, UpdatePromptRequestBody$, UpdatePromptRequest$inboundSchema, UpdatePromptRequest$outboundSchema, UpdatePromptRequest$, UpdatePromptPromptsType$inboundSchema, UpdatePromptPromptsType$outboundSchema, UpdatePromptPromptsType$, UpdatePromptPromptsModelType$inboundSchema, UpdatePromptPromptsModelType$outboundSchema, UpdatePromptPromptsModelType$, UpdatePromptPromptsFormat$inboundSchema, UpdatePromptPromptsFormat$outboundSchema, UpdatePromptPromptsFormat$, UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$outboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$, UpdatePromptResponseFormatPrompts2$inboundSchema, UpdatePromptResponseFormatPrompts2$outboundSchema, UpdatePromptResponseFormatPrompts2$, UpdatePromptResponseFormatPromptsResponseType$inboundSchema, UpdatePromptResponseFormatPromptsResponseType$outboundSchema, UpdatePromptResponseFormatPromptsResponseType$, UpdatePromptResponseFormatJsonSchema$inboundSchema, UpdatePromptResponseFormatJsonSchema$outboundSchema, UpdatePromptResponseFormatJsonSchema$, UpdatePromptResponseFormatPrompts1$inboundSchema, UpdatePromptResponseFormatPrompts1$outboundSchema, UpdatePromptResponseFormatPrompts1$, UpdatePromptPromptsResponseFormat$inboundSchema, UpdatePromptPromptsResponseFormat$outboundSchema, UpdatePromptPromptsResponseFormat$, UpdatePromptPromptsPhotoRealVersion$inboundSchema, UpdatePromptPromptsPhotoRealVersion$outboundSchema, UpdatePromptPromptsPhotoRealVersion$, UpdatePromptPromptsEncodingFormat$inboundSchema, UpdatePromptPromptsEncodingFormat$outboundSchema, UpdatePromptPromptsEncodingFormat$, UpdatePromptPromptsReasoningEffort$inboundSchema, UpdatePromptPromptsReasoningEffort$outboundSchema, UpdatePromptPromptsReasoningEffort$, UpdatePromptPromptsModelParameters$inboundSchema, UpdatePromptPromptsModelParameters$outboundSchema, UpdatePromptPromptsModelParameters$, UpdatePromptPromptsProvider$inboundSchema, UpdatePromptPromptsProvider$outboundSchema, UpdatePromptPromptsProvider$, UpdatePromptPromptsRole$inboundSchema, UpdatePromptPromptsRole$outboundSchema, UpdatePromptPromptsRole$, UpdatePrompt2PromptsResponse200ApplicationJSONType$inboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$outboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$, UpdatePrompt2PromptsFile$inboundSchema, UpdatePrompt2PromptsFile$outboundSchema, UpdatePrompt2PromptsFile$, UpdatePrompt2Prompts3$inboundSchema, UpdatePrompt2Prompts3$outboundSchema, UpdatePrompt2Prompts3$, UpdatePrompt2PromptsResponse200Type$inboundSchema, UpdatePrompt2PromptsResponse200Type$outboundSchema, UpdatePrompt2PromptsResponse200Type$, UpdatePrompt2PromptsImageUrl$inboundSchema, UpdatePrompt2PromptsImageUrl$outboundSchema, UpdatePrompt2PromptsImageUrl$, UpdatePrompt2Prompts2$inboundSchema, UpdatePrompt2Prompts2$outboundSchema, UpdatePrompt2Prompts2$, UpdatePrompt2PromptsResponseType$inboundSchema, UpdatePrompt2PromptsResponseType$outboundSchema, UpdatePrompt2PromptsResponseType$, UpdatePrompt2Prompts1$inboundSchema, UpdatePrompt2Prompts1$outboundSchema, UpdatePrompt2Prompts1$, UpdatePromptContentPrompts2$inboundSchema, UpdatePromptContentPrompts2$outboundSchema, UpdatePromptContentPrompts2$, UpdatePromptPromptsContent$inboundSchema, UpdatePromptPromptsContent$outboundSchema, UpdatePromptPromptsContent$, UpdatePromptPromptsResponseType$inboundSchema, UpdatePromptPromptsResponseType$outboundSchema, UpdatePromptPromptsResponseType$, UpdatePromptPromptsFunction$inboundSchema, UpdatePromptPromptsFunction$outboundSchema, UpdatePromptPromptsFunction$, UpdatePromptPromptsToolCalls$inboundSchema, UpdatePromptPromptsToolCalls$outboundSchema, UpdatePromptPromptsToolCalls$, UpdatePromptPromptsMessages$inboundSchema, UpdatePromptPromptsMessages$outboundSchema, UpdatePromptPromptsMessages$, UpdatePromptPromptsPromptConfig$inboundSchema, UpdatePromptPromptsPromptConfig$outboundSchema, UpdatePromptPromptsPromptConfig$, UpdatePromptPromptsUseCases$inboundSchema, UpdatePromptPromptsUseCases$outboundSchema, UpdatePromptPromptsUseCases$, UpdatePromptPromptsLanguage$inboundSchema, UpdatePromptPromptsLanguage$outboundSchema, UpdatePromptPromptsLanguage$, UpdatePromptPromptsMetadata$inboundSchema, UpdatePromptPromptsMetadata$outboundSchema, UpdatePromptPromptsMetadata$, UpdatePromptResponseBody$inboundSchema, UpdatePromptResponseBody$outboundSchema, UpdatePromptResponseBody$;
60979
+ var UpdatePromptFormat, UpdatePromptResponseFormatPromptsType, UpdatePromptResponseFormatType, UpdatePromptPhotoRealVersion, UpdatePromptEncodingFormat, UpdatePromptReasoningEffort, UpdatePromptProvider, UpdatePromptRole, UpdatePrompt2PromptsRequestType, UpdatePrompt2PromptsType, UpdatePrompt2Type, UpdatePromptType, UpdatePromptUseCases, UpdatePromptLanguage, UpdatePromptPromptsType, UpdatePromptModelType, UpdatePromptPromptsFormat, UpdatePromptResponseFormatPromptsResponse200Type, UpdatePromptResponseFormatPromptsResponseType, UpdatePromptPromptsPhotoRealVersion, UpdatePromptPromptsEncodingFormat, UpdatePromptPromptsReasoningEffort, UpdatePromptPromptsProvider, UpdatePromptPromptsRole, UpdatePrompt2PromptsResponse200ApplicationJSONType, UpdatePrompt2PromptsResponse200Type, UpdatePrompt2PromptsResponseType, UpdatePromptPromptsResponseType, UpdatePromptPromptsUseCases, UpdatePromptPromptsLanguage, UpdatePromptFormat$inboundSchema, UpdatePromptFormat$outboundSchema, UpdatePromptFormat$, UpdatePromptResponseFormatPromptsType$inboundSchema, UpdatePromptResponseFormatPromptsType$outboundSchema, UpdatePromptResponseFormatPromptsType$, UpdatePromptResponseFormat2$inboundSchema, UpdatePromptResponseFormat2$outboundSchema, UpdatePromptResponseFormat2$, UpdatePromptResponseFormatType$inboundSchema, UpdatePromptResponseFormatType$outboundSchema, UpdatePromptResponseFormatType$, ResponseFormatJsonSchema$inboundSchema, ResponseFormatJsonSchema$outboundSchema, ResponseFormatJsonSchema$, UpdatePromptResponseFormat1$inboundSchema, UpdatePromptResponseFormat1$outboundSchema, UpdatePromptResponseFormat1$, UpdatePromptResponseFormat$inboundSchema, UpdatePromptResponseFormat$outboundSchema, UpdatePromptResponseFormat$, UpdatePromptPhotoRealVersion$inboundSchema, UpdatePromptPhotoRealVersion$outboundSchema, UpdatePromptPhotoRealVersion$, UpdatePromptEncodingFormat$inboundSchema, UpdatePromptEncodingFormat$outboundSchema, UpdatePromptEncodingFormat$, UpdatePromptReasoningEffort$inboundSchema, UpdatePromptReasoningEffort$outboundSchema, UpdatePromptReasoningEffort$, UpdatePromptModelParameters$inboundSchema, UpdatePromptModelParameters$outboundSchema, UpdatePromptModelParameters$, UpdatePromptProvider$inboundSchema, UpdatePromptProvider$outboundSchema, UpdatePromptProvider$, UpdatePromptRole$inboundSchema, UpdatePromptRole$outboundSchema, UpdatePromptRole$, UpdatePrompt2PromptsRequestType$inboundSchema, UpdatePrompt2PromptsRequestType$outboundSchema, UpdatePrompt2PromptsRequestType$, UpdatePrompt2File$inboundSchema, UpdatePrompt2File$outboundSchema, UpdatePrompt2File$, UpdatePrompt23$inboundSchema, UpdatePrompt23$outboundSchema, UpdatePrompt23$, UpdatePrompt2PromptsType$inboundSchema, UpdatePrompt2PromptsType$outboundSchema, UpdatePrompt2PromptsType$, UpdatePrompt2ImageUrl$inboundSchema, UpdatePrompt2ImageUrl$outboundSchema, UpdatePrompt2ImageUrl$, UpdatePrompt22$inboundSchema, UpdatePrompt22$outboundSchema, UpdatePrompt22$, UpdatePrompt2Type$inboundSchema, UpdatePrompt2Type$outboundSchema, UpdatePrompt2Type$, UpdatePrompt21$inboundSchema, UpdatePrompt21$outboundSchema, UpdatePrompt21$, UpdatePromptContent2$inboundSchema, UpdatePromptContent2$outboundSchema, UpdatePromptContent2$, UpdatePromptContent$inboundSchema, UpdatePromptContent$outboundSchema, UpdatePromptContent$, UpdatePromptType$inboundSchema, UpdatePromptType$outboundSchema, UpdatePromptType$, UpdatePromptFunction$inboundSchema, UpdatePromptFunction$outboundSchema, UpdatePromptFunction$, UpdatePromptToolCalls$inboundSchema, UpdatePromptToolCalls$outboundSchema, UpdatePromptToolCalls$, UpdatePromptMessages$inboundSchema, UpdatePromptMessages$outboundSchema, UpdatePromptMessages$, UpdatePromptPromptConfig$inboundSchema, UpdatePromptPromptConfig$outboundSchema, UpdatePromptPromptConfig$, UpdatePromptUseCases$inboundSchema, UpdatePromptUseCases$outboundSchema, UpdatePromptUseCases$, UpdatePromptLanguage$inboundSchema, UpdatePromptLanguage$outboundSchema, UpdatePromptLanguage$, UpdatePromptMetadata$inboundSchema, UpdatePromptMetadata$outboundSchema, UpdatePromptMetadata$, UpdatePromptRequestBody$inboundSchema, UpdatePromptRequestBody$outboundSchema, UpdatePromptRequestBody$, UpdatePromptRequest$inboundSchema, UpdatePromptRequest$outboundSchema, UpdatePromptRequest$, UpdatePromptPromptsType$inboundSchema, UpdatePromptPromptsType$outboundSchema, UpdatePromptPromptsType$, UpdatePromptModelType$inboundSchema, UpdatePromptModelType$outboundSchema, UpdatePromptModelType$, UpdatePromptPromptsFormat$inboundSchema, UpdatePromptPromptsFormat$outboundSchema, UpdatePromptPromptsFormat$, UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$outboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$, UpdatePromptResponseFormatPrompts2$inboundSchema, UpdatePromptResponseFormatPrompts2$outboundSchema, UpdatePromptResponseFormatPrompts2$, UpdatePromptResponseFormatPromptsResponseType$inboundSchema, UpdatePromptResponseFormatPromptsResponseType$outboundSchema, UpdatePromptResponseFormatPromptsResponseType$, UpdatePromptResponseFormatJsonSchema$inboundSchema, UpdatePromptResponseFormatJsonSchema$outboundSchema, UpdatePromptResponseFormatJsonSchema$, UpdatePromptResponseFormatPrompts1$inboundSchema, UpdatePromptResponseFormatPrompts1$outboundSchema, UpdatePromptResponseFormatPrompts1$, UpdatePromptPromptsResponseFormat$inboundSchema, UpdatePromptPromptsResponseFormat$outboundSchema, UpdatePromptPromptsResponseFormat$, UpdatePromptPromptsPhotoRealVersion$inboundSchema, UpdatePromptPromptsPhotoRealVersion$outboundSchema, UpdatePromptPromptsPhotoRealVersion$, UpdatePromptPromptsEncodingFormat$inboundSchema, UpdatePromptPromptsEncodingFormat$outboundSchema, UpdatePromptPromptsEncodingFormat$, UpdatePromptPromptsReasoningEffort$inboundSchema, UpdatePromptPromptsReasoningEffort$outboundSchema, UpdatePromptPromptsReasoningEffort$, UpdatePromptPromptsModelParameters$inboundSchema, UpdatePromptPromptsModelParameters$outboundSchema, UpdatePromptPromptsModelParameters$, UpdatePromptPromptsProvider$inboundSchema, UpdatePromptPromptsProvider$outboundSchema, UpdatePromptPromptsProvider$, UpdatePromptPromptsRole$inboundSchema, UpdatePromptPromptsRole$outboundSchema, UpdatePromptPromptsRole$, UpdatePrompt2PromptsResponse200ApplicationJSONType$inboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$outboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$, UpdatePrompt2PromptsFile$inboundSchema, UpdatePrompt2PromptsFile$outboundSchema, UpdatePrompt2PromptsFile$, UpdatePrompt2Prompts3$inboundSchema, UpdatePrompt2Prompts3$outboundSchema, UpdatePrompt2Prompts3$, UpdatePrompt2PromptsResponse200Type$inboundSchema, UpdatePrompt2PromptsResponse200Type$outboundSchema, UpdatePrompt2PromptsResponse200Type$, UpdatePrompt2PromptsImageUrl$inboundSchema, UpdatePrompt2PromptsImageUrl$outboundSchema, UpdatePrompt2PromptsImageUrl$, UpdatePrompt2Prompts2$inboundSchema, UpdatePrompt2Prompts2$outboundSchema, UpdatePrompt2Prompts2$, UpdatePrompt2PromptsResponseType$inboundSchema, UpdatePrompt2PromptsResponseType$outboundSchema, UpdatePrompt2PromptsResponseType$, UpdatePrompt2Prompts1$inboundSchema, UpdatePrompt2Prompts1$outboundSchema, UpdatePrompt2Prompts1$, UpdatePromptContentPrompts2$inboundSchema, UpdatePromptContentPrompts2$outboundSchema, UpdatePromptContentPrompts2$, UpdatePromptPromptsContent$inboundSchema, UpdatePromptPromptsContent$outboundSchema, UpdatePromptPromptsContent$, UpdatePromptPromptsResponseType$inboundSchema, UpdatePromptPromptsResponseType$outboundSchema, UpdatePromptPromptsResponseType$, UpdatePromptPromptsFunction$inboundSchema, UpdatePromptPromptsFunction$outboundSchema, UpdatePromptPromptsFunction$, UpdatePromptPromptsToolCalls$inboundSchema, UpdatePromptPromptsToolCalls$outboundSchema, UpdatePromptPromptsToolCalls$, UpdatePromptPromptsMessages$inboundSchema, UpdatePromptPromptsMessages$outboundSchema, UpdatePromptPromptsMessages$, UpdatePromptPromptsPromptConfig$inboundSchema, UpdatePromptPromptsPromptConfig$outboundSchema, UpdatePromptPromptsPromptConfig$, UpdatePromptPromptsUseCases$inboundSchema, UpdatePromptPromptsUseCases$outboundSchema, UpdatePromptPromptsUseCases$, UpdatePromptPromptsLanguage$inboundSchema, UpdatePromptPromptsLanguage$outboundSchema, UpdatePromptPromptsLanguage$, UpdatePromptPromptsMetadata$inboundSchema, UpdatePromptPromptsMetadata$outboundSchema, UpdatePromptPromptsMetadata$, UpdatePromptResponseBody$inboundSchema, UpdatePromptResponseBody$outboundSchema, UpdatePromptResponseBody$;
59794
60980
  var init_updateprompt = __esm(() => {
59795
60981
  init_esm();
59796
60982
  init_primitives();
59797
- UpdatePromptModelType = {
59798
- Chat: "chat",
59799
- Completion: "completion",
59800
- Embedding: "embedding",
59801
- Vision: "vision",
59802
- Image: "image",
59803
- Tts: "tts",
59804
- Stt: "stt",
59805
- Rerank: "rerank",
59806
- Moderations: "moderations"
59807
- };
59808
60983
  UpdatePromptFormat = {
59809
60984
  Url: "url",
59810
60985
  B64Json: "b64_json",
@@ -59848,7 +61023,8 @@ var init_updateprompt = __esm(() => {
59848
61023
  Nvidia: "nvidia",
59849
61024
  Jina: "jina",
59850
61025
  Togetherai: "togetherai",
59851
- Elevenlabs: "elevenlabs"
61026
+ Elevenlabs: "elevenlabs",
61027
+ Litellm: "litellm"
59852
61028
  };
59853
61029
  UpdatePromptRole = {
59854
61030
  System: "system",
@@ -59906,7 +61082,7 @@ var init_updateprompt = __esm(() => {
59906
61082
  UpdatePromptPromptsType = {
59907
61083
  Prompt: "prompt"
59908
61084
  };
59909
- UpdatePromptPromptsModelType = {
61085
+ UpdatePromptModelType = {
59910
61086
  Chat: "chat",
59911
61087
  Completion: "completion",
59912
61088
  Embedding: "embedding",
@@ -59960,7 +61136,8 @@ var init_updateprompt = __esm(() => {
59960
61136
  Nvidia: "nvidia",
59961
61137
  Jina: "jina",
59962
61138
  Togetherai: "togetherai",
59963
- Elevenlabs: "elevenlabs"
61139
+ Elevenlabs: "elevenlabs",
61140
+ Litellm: "litellm"
59964
61141
  };
59965
61142
  UpdatePromptPromptsRole = {
59966
61143
  System: "system",
@@ -60015,12 +61192,6 @@ var init_updateprompt = __esm(() => {
60015
61192
  Russian: "Russian",
60016
61193
  Spanish: "Spanish"
60017
61194
  };
60018
- UpdatePromptModelType$inboundSchema = nativeEnumType(UpdatePromptModelType);
60019
- UpdatePromptModelType$outboundSchema = UpdatePromptModelType$inboundSchema;
60020
- ((UpdatePromptModelType$) => {
60021
- UpdatePromptModelType$.inboundSchema = UpdatePromptModelType$inboundSchema;
60022
- UpdatePromptModelType$.outboundSchema = UpdatePromptModelType$outboundSchema;
60023
- })(UpdatePromptModelType$ ||= {});
60024
61195
  UpdatePromptFormat$inboundSchema = nativeEnumType(UpdatePromptFormat);
60025
61196
  UpdatePromptFormat$outboundSchema = UpdatePromptFormat$inboundSchema;
60026
61197
  ((UpdatePromptFormat$) => {
@@ -60051,12 +61222,12 @@ var init_updateprompt = __esm(() => {
60051
61222
  })(UpdatePromptResponseFormatType$ ||= {});
60052
61223
  ResponseFormatJsonSchema$inboundSchema = objectType({
60053
61224
  name: stringType(),
60054
- strict: booleanType(),
61225
+ strict: booleanType().optional(),
60055
61226
  schema: recordType(anyType())
60056
61227
  });
60057
61228
  ResponseFormatJsonSchema$outboundSchema = objectType({
60058
61229
  name: stringType(),
60059
- strict: booleanType(),
61230
+ strict: booleanType().optional(),
60060
61231
  schema: recordType(anyType())
60061
61232
  });
60062
61233
  ((ResponseFormatJsonSchema$) => {
@@ -60386,29 +61557,33 @@ var init_updateprompt = __esm(() => {
60386
61557
  UpdatePromptPromptConfig$inboundSchema = objectType({
60387
61558
  stream: booleanType().optional(),
60388
61559
  model: stringType().optional(),
60389
- model_type: UpdatePromptModelType$inboundSchema.optional(),
60390
61560
  model_parameters: lazyType(() => UpdatePromptModelParameters$inboundSchema).optional(),
60391
61561
  provider: UpdatePromptProvider$inboundSchema.optional(),
60392
61562
  version: stringType().optional(),
60393
- messages: arrayType(lazyType(() => UpdatePromptMessages$inboundSchema))
61563
+ messages: arrayType(lazyType(() => UpdatePromptMessages$inboundSchema)),
61564
+ model_db_id: nullableType(stringType()).optional(),
61565
+ model_type: nullableType(stringType()).optional()
60394
61566
  }).transform((v2) => {
60395
61567
  return remap(v2, {
60396
- model_type: "modelType",
60397
- model_parameters: "modelParameters"
61568
+ model_parameters: "modelParameters",
61569
+ model_db_id: "modelDbId",
61570
+ model_type: "modelType"
60398
61571
  });
60399
61572
  });
60400
61573
  UpdatePromptPromptConfig$outboundSchema = objectType({
60401
61574
  stream: booleanType().optional(),
60402
61575
  model: stringType().optional(),
60403
- modelType: UpdatePromptModelType$outboundSchema.optional(),
60404
61576
  modelParameters: lazyType(() => UpdatePromptModelParameters$outboundSchema).optional(),
60405
61577
  provider: UpdatePromptProvider$outboundSchema.optional(),
60406
61578
  version: stringType().optional(),
60407
- messages: arrayType(lazyType(() => UpdatePromptMessages$outboundSchema))
61579
+ messages: arrayType(lazyType(() => UpdatePromptMessages$outboundSchema)),
61580
+ modelDbId: nullableType(stringType()).optional(),
61581
+ modelType: nullableType(stringType()).optional()
60408
61582
  }).transform((v2) => {
60409
61583
  return remap(v2, {
60410
- modelType: "model_type",
60411
- modelParameters: "model_parameters"
61584
+ modelParameters: "model_parameters",
61585
+ modelDbId: "model_db_id",
61586
+ modelType: "model_type"
60412
61587
  });
60413
61588
  });
60414
61589
  ((UpdatePromptPromptConfig$) => {
@@ -60519,12 +61694,12 @@ var init_updateprompt = __esm(() => {
60519
61694
  UpdatePromptPromptsType$.inboundSchema = UpdatePromptPromptsType$inboundSchema;
60520
61695
  UpdatePromptPromptsType$.outboundSchema = UpdatePromptPromptsType$outboundSchema;
60521
61696
  })(UpdatePromptPromptsType$ ||= {});
60522
- UpdatePromptPromptsModelType$inboundSchema = nativeEnumType(UpdatePromptPromptsModelType);
60523
- UpdatePromptPromptsModelType$outboundSchema = UpdatePromptPromptsModelType$inboundSchema;
60524
- ((UpdatePromptPromptsModelType$) => {
60525
- UpdatePromptPromptsModelType$.inboundSchema = UpdatePromptPromptsModelType$inboundSchema;
60526
- UpdatePromptPromptsModelType$.outboundSchema = UpdatePromptPromptsModelType$outboundSchema;
60527
- })(UpdatePromptPromptsModelType$ ||= {});
61697
+ UpdatePromptModelType$inboundSchema = nativeEnumType(UpdatePromptModelType);
61698
+ UpdatePromptModelType$outboundSchema = UpdatePromptModelType$inboundSchema;
61699
+ ((UpdatePromptModelType$) => {
61700
+ UpdatePromptModelType$.inboundSchema = UpdatePromptModelType$inboundSchema;
61701
+ UpdatePromptModelType$.outboundSchema = UpdatePromptModelType$outboundSchema;
61702
+ })(UpdatePromptModelType$ ||= {});
60528
61703
  UpdatePromptPromptsFormat$inboundSchema = nativeEnumType(UpdatePromptPromptsFormat);
60529
61704
  UpdatePromptPromptsFormat$outboundSchema = UpdatePromptPromptsFormat$inboundSchema;
60530
61705
  ((UpdatePromptPromptsFormat$) => {
@@ -60555,12 +61730,12 @@ var init_updateprompt = __esm(() => {
60555
61730
  })(UpdatePromptResponseFormatPromptsResponseType$ ||= {});
60556
61731
  UpdatePromptResponseFormatJsonSchema$inboundSchema = objectType({
60557
61732
  name: stringType(),
60558
- strict: booleanType(),
61733
+ strict: booleanType().optional(),
60559
61734
  schema: recordType(anyType())
60560
61735
  });
60561
61736
  UpdatePromptResponseFormatJsonSchema$outboundSchema = objectType({
60562
61737
  name: stringType(),
60563
- strict: booleanType(),
61738
+ strict: booleanType().optional(),
60564
61739
  schema: recordType(anyType())
60565
61740
  });
60566
61741
  ((UpdatePromptResponseFormatJsonSchema$) => {
@@ -60892,8 +62067,8 @@ var init_updateprompt = __esm(() => {
60892
62067
  UpdatePromptPromptsPromptConfig$inboundSchema = objectType({
60893
62068
  stream: booleanType().optional(),
60894
62069
  model: stringType().optional(),
60895
- model_db_id: stringType().optional(),
60896
- model_type: UpdatePromptPromptsModelType$inboundSchema.optional(),
62070
+ model_db_id: nullableType(stringType()).optional(),
62071
+ model_type: nullableType(UpdatePromptModelType$inboundSchema).optional(),
60897
62072
  model_parameters: lazyType(() => UpdatePromptPromptsModelParameters$inboundSchema).optional(),
60898
62073
  provider: UpdatePromptPromptsProvider$inboundSchema.optional(),
60899
62074
  integration_id: nullableType(stringType()).optional(),
@@ -60910,8 +62085,8 @@ var init_updateprompt = __esm(() => {
60910
62085
  UpdatePromptPromptsPromptConfig$outboundSchema = objectType({
60911
62086
  stream: booleanType().optional(),
60912
62087
  model: stringType().optional(),
60913
- modelDbId: stringType().optional(),
60914
- modelType: UpdatePromptPromptsModelType$outboundSchema.optional(),
62088
+ modelDbId: nullableType(stringType()).optional(),
62089
+ modelType: nullableType(UpdatePromptModelType$outboundSchema).optional(),
60915
62090
  modelParameters: lazyType(() => UpdatePromptPromptsModelParameters$outboundSchema).optional(),
60916
62091
  provider: UpdatePromptPromptsProvider$outboundSchema.optional(),
60917
62092
  integrationId: nullableType(stringType()).optional(),
@@ -61084,6 +62259,7 @@ var init_operations = __esm(() => {
61084
62259
  init_getoneknowledge();
61085
62260
  init_getoneprompt();
61086
62261
  init_getpromptversion();
62262
+ init_getv2modelslitellmmodels();
61087
62263
  init_invokeeval();
61088
62264
  init_listchunks();
61089
62265
  init_listcontacts();
@@ -61093,6 +62269,7 @@ var init_operations = __esm(() => {
61093
62269
  init_listknowledgebases();
61094
62270
  init_listmodels();
61095
62271
  init_listpromptversions();
62272
+ init_postv2modelslitellmimport();
61096
62273
  init_remoteconfigsgetconfig();
61097
62274
  init_retrievecontact();
61098
62275
  init_retrievedatapoint();
@@ -72070,6 +73247,42 @@ async function readableStreamToArrayBuffer(readable) {
72070
73247
  }
72071
73248
  return concatenatedChunks.buffer;
72072
73249
  }
73250
+ function getContentTypeFromFileName(fileName) {
73251
+ if (!fileName)
73252
+ return null;
73253
+ const ext = fileName.toLowerCase().split(".").pop();
73254
+ if (!ext)
73255
+ return null;
73256
+ const mimeTypes = {
73257
+ json: "application/json",
73258
+ xml: "application/xml",
73259
+ html: "text/html",
73260
+ htm: "text/html",
73261
+ txt: "text/plain",
73262
+ csv: "text/csv",
73263
+ pdf: "application/pdf",
73264
+ png: "image/png",
73265
+ jpg: "image/jpeg",
73266
+ jpeg: "image/jpeg",
73267
+ gif: "image/gif",
73268
+ svg: "image/svg+xml",
73269
+ js: "application/javascript",
73270
+ css: "text/css",
73271
+ zip: "application/zip",
73272
+ tar: "application/x-tar",
73273
+ gz: "application/gzip",
73274
+ mp4: "video/mp4",
73275
+ mp3: "audio/mpeg",
73276
+ wav: "audio/wav",
73277
+ webp: "image/webp",
73278
+ ico: "image/x-icon",
73279
+ woff: "font/woff",
73280
+ woff2: "font/woff2",
73281
+ ttf: "font/ttf",
73282
+ otf: "font/otf"
73283
+ };
73284
+ return mimeTypes[ext] || null;
73285
+ }
72073
73286
 
72074
73287
  // src/types/streams.ts
72075
73288
  function isReadableStream(val) {
@@ -72095,10 +73308,12 @@ async function $do64(client, request, options) {
72095
73308
  appendForm(body, "file", payload.file);
72096
73309
  } else if (isReadableStream(payload.file.content)) {
72097
73310
  const buffer = await readableStreamToArrayBuffer(payload.file.content);
72098
- const blob = new Blob([buffer], { type: "application/octet-stream" });
72099
- appendForm(body, "file", blob);
73311
+ const contentType2 = getContentTypeFromFileName(payload.file.fileName) || "application/octet-stream";
73312
+ const blob = new Blob([buffer], { type: contentType2 });
73313
+ appendForm(body, "file", blob, payload.file.fileName);
72100
73314
  } else {
72101
- appendForm(body, "file", new Blob([payload.file.content], { type: "application/octet-stream" }), payload.file.fileName);
73315
+ const contentType2 = getContentTypeFromFileName(payload.file.fileName) || "application/octet-stream";
73316
+ appendForm(body, "file", new Blob([payload.file.content], { type: contentType2 }), payload.file.fileName);
72102
73317
  }
72103
73318
  if (payload.purpose !== undefined) {
72104
73319
  appendForm(body, "purpose", payload.purpose);
@@ -72501,11 +73716,96 @@ Returns a list of the files that your account has access to. orq.ai sorts and re
72501
73716
  };
72502
73717
  });
72503
73718
 
73719
+ // src/funcs/getV2ModelsLitellmModels.ts
73720
+ function getV2ModelsLitellmModels(client, options) {
73721
+ return new APIPromise($do68(client, options));
73722
+ }
73723
+ async function $do68(client, options) {
73724
+ const path = pathToFunc("/v2/models/litellm/models")();
73725
+ const headers = new Headers(compactMap({
73726
+ Accept: "application/json"
73727
+ }));
73728
+ const secConfig = await extractSecurity(client._options.apiKey);
73729
+ const securityInput = secConfig == null ? {} : { apiKey: secConfig };
73730
+ const requestSecurity = resolveGlobalSecurity(securityInput);
73731
+ const context = {
73732
+ options: client._options,
73733
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
73734
+ operationID: "get_/v2/models/litellm/models",
73735
+ oAuth2Scopes: [],
73736
+ resolvedSecurity: requestSecurity,
73737
+ securitySource: client._options.apiKey,
73738
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
73739
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
73740
+ };
73741
+ const requestRes = client._createRequest(context, {
73742
+ security: requestSecurity,
73743
+ method: "GET",
73744
+ baseURL: options?.serverURL,
73745
+ path,
73746
+ headers,
73747
+ userAgent: client._options.userAgent,
73748
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
73749
+ }, options);
73750
+ if (!requestRes.ok) {
73751
+ return [requestRes, { status: "invalid" }];
73752
+ }
73753
+ const req = requestRes.value;
73754
+ const doResult = await client._do(req, {
73755
+ context,
73756
+ errorCodes: ["4XX", "5XX"],
73757
+ retryConfig: context.retryConfig,
73758
+ retryCodes: context.retryCodes
73759
+ });
73760
+ if (!doResult.ok) {
73761
+ return [doResult, { status: "request-error", request: req }];
73762
+ }
73763
+ const response = doResult.value;
73764
+ const [result] = await match(json(200, arrayType(ResponseBody$inboundSchema)), fail("4XX"), fail("5XX"))(response, req);
73765
+ if (!result.ok) {
73766
+ return [result, { status: "complete", request: req, response }];
73767
+ }
73768
+ return [result, { status: "complete", request: req, response }];
73769
+ }
73770
+ var init_getV2ModelsLitellmModels = __esm(() => {
73771
+ init_esm();
73772
+ init_matchers();
73773
+ init_primitives();
73774
+ init_security();
73775
+ init_url();
73776
+ init_operations();
73777
+ init_async();
73778
+ });
73779
+
73780
+ // src/mcp-server/tools/getV2ModelsLitellmModels.ts
73781
+ var tool$getV2ModelsLitellmModels;
73782
+ var init_getV2ModelsLitellmModels2 = __esm(() => {
73783
+ init_getV2ModelsLitellmModels();
73784
+ init_tools();
73785
+ tool$getV2ModelsLitellmModels = {
73786
+ name: "get-v2-models-litellm-models",
73787
+ description: `Get available models from LiteLLM
73788
+
73789
+ Fetches all available models from the configured LiteLLM instance`,
73790
+ tool: async (client, ctx) => {
73791
+ const [result, apiCall] = await getV2ModelsLitellmModels(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
73792
+ if (!result.ok) {
73793
+ return {
73794
+ content: [{ type: "text", text: result.error.message }],
73795
+ isError: true
73796
+ };
73797
+ }
73798
+ const value = result.value;
73799
+ return formatResult(value, apiCall);
73800
+ }
73801
+ };
73802
+ });
73803
+
72504
73804
  // src/funcs/knowledgeCreate.ts
72505
73805
  function knowledgeCreate(client, request, options) {
72506
- return new APIPromise($do68(client, request, options));
73806
+ return new APIPromise($do69(client, request, options));
72507
73807
  }
72508
- async function $do68(client, request, options) {
73808
+ async function $do69(client, request, options) {
72509
73809
  const parsed = safeParse(request, (value) => CreateKnowledgeRequestBody$outboundSchema.parse(value), "Input validation failed");
72510
73810
  if (!parsed.ok) {
72511
73811
  return [parsed, { status: "invalid" }];
@@ -72600,9 +73900,9 @@ var init_knowledgeCreate2 = __esm(() => {
72600
73900
 
72601
73901
  // src/funcs/knowledgeCreateChunks.ts
72602
73902
  function knowledgeCreateChunks(client, request, options) {
72603
- return new APIPromise($do69(client, request, options));
73903
+ return new APIPromise($do70(client, request, options));
72604
73904
  }
72605
- async function $do69(client, request, options) {
73905
+ async function $do70(client, request, options) {
72606
73906
  const parsed = safeParse(request, (value) => CreateChunkRequest$outboundSchema.parse(value), "Input validation failed");
72607
73907
  if (!parsed.ok) {
72608
73908
  return [parsed, { status: "invalid" }];
@@ -72661,7 +73961,7 @@ async function $do69(client, request, options) {
72661
73961
  return [doResult, { status: "request-error", request: req }];
72662
73962
  }
72663
73963
  const response = doResult.value;
72664
- const [result] = await match(json(200, arrayType(ResponseBody$inboundSchema)), fail("4XX"), fail([500, "5XX"]))(response, req);
73964
+ const [result] = await match(json(200, arrayType(CreateChunkResponseBody$inboundSchema)), fail("4XX"), fail([500, "5XX"]))(response, req);
72665
73965
  if (!result.ok) {
72666
73966
  return [result, { status: "complete", request: req, response }];
72667
73967
  }
@@ -72708,9 +74008,9 @@ var init_knowledgeCreateChunks2 = __esm(() => {
72708
74008
 
72709
74009
  // src/funcs/knowledgeCreateDatasource.ts
72710
74010
  function knowledgeCreateDatasource(client, request, options) {
72711
- return new APIPromise($do70(client, request, options));
74011
+ return new APIPromise($do71(client, request, options));
72712
74012
  }
72713
- async function $do70(client, request, options) {
74013
+ async function $do71(client, request, options) {
72714
74014
  const parsed = safeParse(request, (value) => CreateDatasourceRequest$outboundSchema.parse(value), "Input validation failed");
72715
74015
  if (!parsed.ok) {
72716
74016
  return [parsed, { status: "invalid" }];
@@ -72811,9 +74111,9 @@ var init_knowledgeCreateDatasource2 = __esm(() => {
72811
74111
 
72812
74112
  // src/funcs/knowledgeDelete.ts
72813
74113
  function knowledgeDelete(client, request, options) {
72814
- return new APIPromise($do71(client, request, options));
74114
+ return new APIPromise($do72(client, request, options));
72815
74115
  }
72816
- async function $do71(client, request, options) {
74116
+ async function $do72(client, request, options) {
72817
74117
  const parsed = safeParse(request, (value) => DeleteKnowledgeRequest$outboundSchema.parse(value), "Input validation failed");
72818
74118
  if (!parsed.ok) {
72819
74119
  return [parsed, { status: "invalid" }];
@@ -72915,9 +74215,9 @@ Deletes a knowledge base. Deleting a knowledge base will delete all the datasour
72915
74215
 
72916
74216
  // src/funcs/knowledgeDeleteChunk.ts
72917
74217
  function knowledgeDeleteChunk(client, request, options) {
72918
- return new APIPromise($do72(client, request, options));
74218
+ return new APIPromise($do73(client, request, options));
72919
74219
  }
72920
- async function $do72(client, request, options) {
74220
+ async function $do73(client, request, options) {
72921
74221
  const parsed = safeParse(request, (value) => DeleteChunkRequest$outboundSchema.parse(value), "Input validation failed");
72922
74222
  if (!parsed.ok) {
72923
74223
  return [parsed, { status: "invalid" }];
@@ -73025,9 +74325,9 @@ var init_knowledgeDeleteChunk2 = __esm(() => {
73025
74325
 
73026
74326
  // src/funcs/knowledgeDeleteDatasource.ts
73027
74327
  function knowledgeDeleteDatasource(client, request, options) {
73028
- return new APIPromise($do73(client, request, options));
74328
+ return new APIPromise($do74(client, request, options));
73029
74329
  }
73030
- async function $do73(client, request, options) {
74330
+ async function $do74(client, request, options) {
73031
74331
  const parsed = safeParse(request, (value) => DeleteDatasourceRequest$outboundSchema.parse(value), "Input validation failed");
73032
74332
  if (!parsed.ok) {
73033
74333
  return [parsed, { status: "invalid" }];
@@ -73133,9 +74433,9 @@ Deletes a datasource from a knowledge base. Deleting a datasource will remove it
73133
74433
 
73134
74434
  // src/funcs/knowledgeList.ts
73135
74435
  function knowledgeList(client, request, options) {
73136
- return new APIPromise($do74(client, request, options));
74436
+ return new APIPromise($do75(client, request, options));
73137
74437
  }
73138
- async function $do74(client, request, options) {
74438
+ async function $do75(client, request, options) {
73139
74439
  const parsed = safeParse(request, (value) => ListKnowledgeBasesRequest$outboundSchema.optional().parse(value), "Input validation failed");
73140
74440
  if (!parsed.ok) {
73141
74441
  return [parsed, { status: "invalid" }];
@@ -73237,9 +74537,9 @@ Returns a list of your knowledge bases. The knowledge bases are returned sorted
73237
74537
 
73238
74538
  // src/funcs/knowledgeListChunks.ts
73239
74539
  function knowledgeListChunks(client, request, options) {
73240
- return new APIPromise($do75(client, request, options));
74540
+ return new APIPromise($do76(client, request, options));
73241
74541
  }
73242
- async function $do75(client, request, options) {
74542
+ async function $do76(client, request, options) {
73243
74543
  const parsed = safeParse(request, (value) => ListChunksRequest$outboundSchema.parse(value), "Input validation failed");
73244
74544
  if (!parsed.ok) {
73245
74545
  return [parsed, { status: "invalid" }];
@@ -73351,9 +74651,9 @@ var init_knowledgeListChunks2 = __esm(() => {
73351
74651
 
73352
74652
  // src/funcs/knowledgeListDatasources.ts
73353
74653
  function knowledgeListDatasources(client, request, options) {
73354
- return new APIPromise($do76(client, request, options));
74654
+ return new APIPromise($do77(client, request, options));
73355
74655
  }
73356
- async function $do76(client, request, options) {
74656
+ async function $do77(client, request, options) {
73357
74657
  const parsed = safeParse(request, (value) => ListDatasourcesRequest$outboundSchema.parse(value), "Input validation failed");
73358
74658
  if (!parsed.ok) {
73359
74659
  return [parsed, { status: "invalid" }];
@@ -73461,9 +74761,9 @@ var init_knowledgeListDatasources2 = __esm(() => {
73461
74761
 
73462
74762
  // src/funcs/knowledgeRetrieve.ts
73463
74763
  function knowledgeRetrieve(client, request, options) {
73464
- return new APIPromise($do77(client, request, options));
74764
+ return new APIPromise($do78(client, request, options));
73465
74765
  }
73466
- async function $do77(client, request, options) {
74766
+ async function $do78(client, request, options) {
73467
74767
  const parsed = safeParse(request, (value) => GetOneKnowledgeRequest$outboundSchema.parse(value), "Input validation failed");
73468
74768
  if (!parsed.ok) {
73469
74769
  return [parsed, { status: "invalid" }];
@@ -73565,9 +74865,9 @@ Retrieve a knowledge base with the settings.`,
73565
74865
 
73566
74866
  // src/funcs/knowledgeRetrieveChunk.ts
73567
74867
  function knowledgeRetrieveChunk(client, request, options) {
73568
- return new APIPromise($do78(client, request, options));
74868
+ return new APIPromise($do79(client, request, options));
73569
74869
  }
73570
- async function $do78(client, request, options) {
74870
+ async function $do79(client, request, options) {
73571
74871
  const parsed = safeParse(request, (value) => GetOneChunkRequest$outboundSchema.parse(value), "Input validation failed");
73572
74872
  if (!parsed.ok) {
73573
74873
  return [parsed, { status: "invalid" }];
@@ -73675,9 +74975,9 @@ var init_knowledgeRetrieveChunk2 = __esm(() => {
73675
74975
 
73676
74976
  // src/funcs/knowledgeRetrieveDatasource.ts
73677
74977
  function knowledgeRetrieveDatasource(client, request, options) {
73678
- return new APIPromise($do79(client, request, options));
74978
+ return new APIPromise($do80(client, request, options));
73679
74979
  }
73680
- async function $do79(client, request, options) {
74980
+ async function $do80(client, request, options) {
73681
74981
  const parsed = safeParse(request, (value) => RetrieveDatasourceRequest$outboundSchema.parse(value), "Input validation failed");
73682
74982
  if (!parsed.ok) {
73683
74983
  return [parsed, { status: "invalid" }];
@@ -73781,9 +75081,9 @@ var init_knowledgeRetrieveDatasource2 = __esm(() => {
73781
75081
 
73782
75082
  // src/funcs/knowledgeSearch.ts
73783
75083
  function knowledgeSearch(client, request, options) {
73784
- return new APIPromise($do80(client, request, options));
75084
+ return new APIPromise($do81(client, request, options));
73785
75085
  }
73786
- async function $do80(client, request, options) {
75086
+ async function $do81(client, request, options) {
73787
75087
  const parsed = safeParse(request, (value) => SearchKnowledgeRequest$outboundSchema.parse(value), "Input validation failed");
73788
75088
  if (!parsed.ok) {
73789
75089
  return [parsed, { status: "invalid" }];
@@ -73886,9 +75186,9 @@ Search a Knowledge Base and return the most similar chunks, along with their sea
73886
75186
 
73887
75187
  // src/funcs/knowledgeUpdate.ts
73888
75188
  function knowledgeUpdate(client, request, options) {
73889
- return new APIPromise($do81(client, request, options));
75189
+ return new APIPromise($do82(client, request, options));
73890
75190
  }
73891
- async function $do81(client, request, options) {
75191
+ async function $do82(client, request, options) {
73892
75192
  const parsed = safeParse(request, (value) => UpdateKnowledgeRequest$outboundSchema.parse(value), "Input validation failed");
73893
75193
  if (!parsed.ok) {
73894
75194
  return [parsed, { status: "invalid" }];
@@ -73989,9 +75289,9 @@ var init_knowledgeUpdate2 = __esm(() => {
73989
75289
 
73990
75290
  // src/funcs/knowledgeUpdateChunk.ts
73991
75291
  function knowledgeUpdateChunk(client, request, options) {
73992
- return new APIPromise($do82(client, request, options));
75292
+ return new APIPromise($do83(client, request, options));
73993
75293
  }
73994
- async function $do82(client, request, options) {
75294
+ async function $do83(client, request, options) {
73995
75295
  const parsed = safeParse(request, (value) => UpdateChunkRequest$outboundSchema.parse(value), "Input validation failed");
73996
75296
  if (!parsed.ok) {
73997
75297
  return [parsed, { status: "invalid" }];
@@ -74100,9 +75400,9 @@ var init_knowledgeUpdateChunk2 = __esm(() => {
74100
75400
 
74101
75401
  // src/funcs/knowledgeUpdateDatasource.ts
74102
75402
  function knowledgeUpdateDatasource(client, request, options) {
74103
- return new APIPromise($do83(client, request, options));
75403
+ return new APIPromise($do84(client, request, options));
74104
75404
  }
74105
- async function $do83(client, request, options) {
75405
+ async function $do84(client, request, options) {
74106
75406
  const parsed = safeParse(request, (value) => UpdateDatasourceRequest$outboundSchema.parse(value), "Input validation failed");
74107
75407
  if (!parsed.ok) {
74108
75408
  return [parsed, { status: "invalid" }];
@@ -74207,9 +75507,9 @@ var init_knowledgeUpdateDatasource2 = __esm(() => {
74207
75507
 
74208
75508
  // src/funcs/modelsList.ts
74209
75509
  function modelsList(client, options) {
74210
- return new APIPromise($do84(client, options));
75510
+ return new APIPromise($do85(client, options));
74211
75511
  }
74212
- async function $do84(client, options) {
75512
+ async function $do85(client, options) {
74213
75513
  const path = pathToFunc("/v2/models")();
74214
75514
  const headers = new Headers(compactMap({
74215
75515
  Accept: "application/json"
@@ -74289,11 +75589,112 @@ Lists the currently available models, and provides basic information about each
74289
75589
  };
74290
75590
  });
74291
75591
 
75592
+ // src/funcs/postV2ModelsLitellmImport.ts
75593
+ function postV2ModelsLitellmImport(client, request, options) {
75594
+ return new APIPromise($do86(client, request, options));
75595
+ }
75596
+ async function $do86(client, request, options) {
75597
+ const parsed = safeParse(request, (value) => arrayType(RequestBody$outboundSchema).optional().parse(value), "Input validation failed");
75598
+ if (!parsed.ok) {
75599
+ return [parsed, { status: "invalid" }];
75600
+ }
75601
+ const payload = parsed.value;
75602
+ const body = payload === undefined ? null : encodeJSON("body", payload, { explode: true });
75603
+ const path = pathToFunc("/v2/models/litellm/import")();
75604
+ const headers = new Headers(compactMap({
75605
+ "Content-Type": "application/json",
75606
+ Accept: "application/json"
75607
+ }));
75608
+ const secConfig = await extractSecurity(client._options.apiKey);
75609
+ const securityInput = secConfig == null ? {} : { apiKey: secConfig };
75610
+ const requestSecurity = resolveGlobalSecurity(securityInput);
75611
+ const context = {
75612
+ options: client._options,
75613
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
75614
+ operationID: "post_/v2/models/litellm/import",
75615
+ oAuth2Scopes: [],
75616
+ resolvedSecurity: requestSecurity,
75617
+ securitySource: client._options.apiKey,
75618
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
75619
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
75620
+ };
75621
+ const requestRes = client._createRequest(context, {
75622
+ security: requestSecurity,
75623
+ method: "POST",
75624
+ baseURL: options?.serverURL,
75625
+ path,
75626
+ headers,
75627
+ body,
75628
+ userAgent: client._options.userAgent,
75629
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
75630
+ }, options);
75631
+ if (!requestRes.ok) {
75632
+ return [requestRes, { status: "invalid" }];
75633
+ }
75634
+ const req = requestRes.value;
75635
+ const doResult = await client._do(req, {
75636
+ context,
75637
+ errorCodes: ["4XX", "5XX"],
75638
+ retryConfig: context.retryConfig,
75639
+ retryCodes: context.retryCodes
75640
+ });
75641
+ if (!doResult.ok) {
75642
+ return [doResult, { status: "request-error", request: req }];
75643
+ }
75644
+ const response = doResult.value;
75645
+ const [result] = await match(json(200, arrayType(PostV2ModelsLitellmImportResponseBody$inboundSchema)), fail("4XX"), fail("5XX"))(response, req);
75646
+ if (!result.ok) {
75647
+ return [result, { status: "complete", request: req, response }];
75648
+ }
75649
+ return [result, { status: "complete", request: req, response }];
75650
+ }
75651
+ var init_postV2ModelsLitellmImport = __esm(() => {
75652
+ init_esm();
75653
+ init_encodings();
75654
+ init_matchers();
75655
+ init_primitives();
75656
+ init_schemas();
75657
+ init_security();
75658
+ init_url();
75659
+ init_operations();
75660
+ init_async();
75661
+ });
75662
+
75663
+ // src/mcp-server/tools/postV2ModelsLitellmImport.ts
75664
+ var args84, tool$postV2ModelsLitellmImport;
75665
+ var init_postV2ModelsLitellmImport2 = __esm(() => {
75666
+ init_esm();
75667
+ init_postV2ModelsLitellmImport();
75668
+ init_operations();
75669
+ init_tools();
75670
+ args84 = {
75671
+ request: arrayType(RequestBody$inboundSchema).optional()
75672
+ };
75673
+ tool$postV2ModelsLitellmImport = {
75674
+ name: "post-v2-models-litellm-import",
75675
+ description: `Import models from LiteLLM
75676
+
75677
+ Imports selected models from LiteLLM instance into the model garden`,
75678
+ args: args84,
75679
+ tool: async (client, args85, ctx) => {
75680
+ const [result, apiCall] = await postV2ModelsLitellmImport(client, args85.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75681
+ if (!result.ok) {
75682
+ return {
75683
+ content: [{ type: "text", text: result.error.message }],
75684
+ isError: true
75685
+ };
75686
+ }
75687
+ const value = result.value;
75688
+ return formatResult(value, apiCall);
75689
+ }
75690
+ };
75691
+ });
75692
+
74292
75693
  // src/funcs/promptsCreate.ts
74293
75694
  function promptsCreate(client, request, options) {
74294
- return new APIPromise($do85(client, request, options));
75695
+ return new APIPromise($do87(client, request, options));
74295
75696
  }
74296
- async function $do85(client, request, options) {
75697
+ async function $do87(client, request, options) {
74297
75698
  const parsed = safeParse(request, (value) => CreatePromptRequestBody$outboundSchema.optional().parse(value), "Input validation failed");
74298
75699
  if (!parsed.ok) {
74299
75700
  return [parsed, { status: "invalid" }];
@@ -74360,20 +75761,20 @@ var init_promptsCreate = __esm(() => {
74360
75761
  });
74361
75762
 
74362
75763
  // src/mcp-server/tools/promptsCreate.ts
74363
- var args84, tool$promptsCreate;
75764
+ var args85, tool$promptsCreate;
74364
75765
  var init_promptsCreate2 = __esm(() => {
74365
75766
  init_promptsCreate();
74366
75767
  init_operations();
74367
75768
  init_tools();
74368
- args84 = {
75769
+ args85 = {
74369
75770
  request: CreatePromptRequestBody$inboundSchema.optional()
74370
75771
  };
74371
75772
  tool$promptsCreate = {
74372
75773
  name: "prompts-create",
74373
75774
  description: `Create a prompt`,
74374
- args: args84,
74375
- tool: async (client, args85, ctx) => {
74376
- const [result, apiCall] = await promptsCreate(client, args85.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75775
+ args: args85,
75776
+ tool: async (client, args86, ctx) => {
75777
+ const [result, apiCall] = await promptsCreate(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74377
75778
  if (!result.ok) {
74378
75779
  return {
74379
75780
  content: [{ type: "text", text: result.error.message }],
@@ -74388,9 +75789,9 @@ var init_promptsCreate2 = __esm(() => {
74388
75789
 
74389
75790
  // src/funcs/promptsDelete.ts
74390
75791
  function promptsDelete(client, request, options) {
74391
- return new APIPromise($do86(client, request, options));
75792
+ return new APIPromise($do88(client, request, options));
74392
75793
  }
74393
- async function $do86(client, request, options) {
75794
+ async function $do88(client, request, options) {
74394
75795
  const parsed = safeParse(request, (value) => DeletePromptRequest$outboundSchema.parse(value), "Input validation failed");
74395
75796
  if (!parsed.ok) {
74396
75797
  return [parsed, { status: "invalid" }];
@@ -74463,20 +75864,20 @@ var init_promptsDelete = __esm(() => {
74463
75864
  });
74464
75865
 
74465
75866
  // src/mcp-server/tools/promptsDelete.ts
74466
- var args85, tool$promptsDelete;
75867
+ var args86, tool$promptsDelete;
74467
75868
  var init_promptsDelete2 = __esm(() => {
74468
75869
  init_promptsDelete();
74469
75870
  init_operations();
74470
75871
  init_tools();
74471
- args85 = {
75872
+ args86 = {
74472
75873
  request: DeletePromptRequest$inboundSchema
74473
75874
  };
74474
75875
  tool$promptsDelete = {
74475
75876
  name: "prompts-delete",
74476
75877
  description: `Delete a prompt`,
74477
- args: args85,
74478
- tool: async (client, args86, ctx) => {
74479
- const [result, apiCall] = await promptsDelete(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75878
+ args: args86,
75879
+ tool: async (client, args87, ctx) => {
75880
+ const [result, apiCall] = await promptsDelete(client, args87.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74480
75881
  if (!result.ok) {
74481
75882
  return {
74482
75883
  content: [{ type: "text", text: result.error.message }],
@@ -74490,9 +75891,9 @@ var init_promptsDelete2 = __esm(() => {
74490
75891
 
74491
75892
  // src/funcs/promptsGetVersion.ts
74492
75893
  function promptsGetVersion(client, request, options) {
74493
- return new APIPromise($do87(client, request, options));
75894
+ return new APIPromise($do89(client, request, options));
74494
75895
  }
74495
- async function $do87(client, request, options) {
75896
+ async function $do89(client, request, options) {
74496
75897
  const parsed = safeParse(request, (value) => GetPromptVersionRequest$outboundSchema.parse(value), "Input validation failed");
74497
75898
  if (!parsed.ok) {
74498
75899
  return [parsed, { status: "invalid" }];
@@ -74572,12 +75973,12 @@ var init_promptsGetVersion = __esm(() => {
74572
75973
  });
74573
75974
 
74574
75975
  // src/mcp-server/tools/promptsGetVersion.ts
74575
- var args86, tool$promptsGetVersion;
75976
+ var args87, tool$promptsGetVersion;
74576
75977
  var init_promptsGetVersion2 = __esm(() => {
74577
75978
  init_promptsGetVersion();
74578
75979
  init_operations();
74579
75980
  init_tools();
74580
- args86 = {
75981
+ args87 = {
74581
75982
  request: GetPromptVersionRequest$inboundSchema
74582
75983
  };
74583
75984
  tool$promptsGetVersion = {
@@ -74585,9 +75986,9 @@ var init_promptsGetVersion2 = __esm(() => {
74585
75986
  description: `Retrieve a prompt version
74586
75987
 
74587
75988
  Retrieves a specific version of a prompt by its ID and version ID.`,
74588
- args: args86,
74589
- tool: async (client, args87, ctx) => {
74590
- const [result, apiCall] = await promptsGetVersion(client, args87.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75989
+ args: args87,
75990
+ tool: async (client, args88, ctx) => {
75991
+ const [result, apiCall] = await promptsGetVersion(client, args88.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74591
75992
  if (!result.ok) {
74592
75993
  return {
74593
75994
  content: [{ type: "text", text: result.error.message }],
@@ -74602,9 +76003,9 @@ Retrieves a specific version of a prompt by its ID and version ID.`,
74602
76003
 
74603
76004
  // src/funcs/promptsList.ts
74604
76005
  function promptsList(client, request, options) {
74605
- return new APIPromise($do88(client, request, options));
76006
+ return new APIPromise($do90(client, request, options));
74606
76007
  }
74607
- async function $do88(client, request, options) {
76008
+ async function $do90(client, request, options) {
74608
76009
  const parsed = safeParse(request, (value) => GetAllPromptsRequest$outboundSchema.optional().parse(value), "Input validation failed");
74609
76010
  if (!parsed.ok) {
74610
76011
  return [parsed, { status: "invalid" }];
@@ -74676,12 +76077,12 @@ var init_promptsList = __esm(() => {
74676
76077
  });
74677
76078
 
74678
76079
  // src/mcp-server/tools/promptsList.ts
74679
- var args87, tool$promptsList;
76080
+ var args88, tool$promptsList;
74680
76081
  var init_promptsList2 = __esm(() => {
74681
76082
  init_promptsList();
74682
76083
  init_operations();
74683
76084
  init_tools();
74684
- args87 = {
76085
+ args88 = {
74685
76086
  request: GetAllPromptsRequest$inboundSchema.optional()
74686
76087
  };
74687
76088
  tool$promptsList = {
@@ -74689,9 +76090,9 @@ var init_promptsList2 = __esm(() => {
74689
76090
  description: `List all prompts
74690
76091
 
74691
76092
  Returns a list of your prompts. The prompts are returned sorted by creation date, with the most recent prompts appearing first`,
74692
- args: args87,
74693
- tool: async (client, args88, ctx) => {
74694
- const [result, apiCall] = await promptsList(client, args88.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76093
+ args: args88,
76094
+ tool: async (client, args89, ctx) => {
76095
+ const [result, apiCall] = await promptsList(client, args89.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74695
76096
  if (!result.ok) {
74696
76097
  return {
74697
76098
  content: [{ type: "text", text: result.error.message }],
@@ -74706,9 +76107,9 @@ Returns a list of your prompts. The prompts are returned sorted by creation date
74706
76107
 
74707
76108
  // src/funcs/promptsListVersions.ts
74708
76109
  function promptsListVersions(client, request, options) {
74709
- return new APIPromise($do89(client, request, options));
76110
+ return new APIPromise($do91(client, request, options));
74710
76111
  }
74711
- async function $do89(client, request, options) {
76112
+ async function $do91(client, request, options) {
74712
76113
  const parsed = safeParse(request, (value) => ListPromptVersionsRequest$outboundSchema.parse(value), "Input validation failed");
74713
76114
  if (!parsed.ok) {
74714
76115
  return [parsed, { status: "invalid" }];
@@ -74786,12 +76187,12 @@ var init_promptsListVersions = __esm(() => {
74786
76187
  });
74787
76188
 
74788
76189
  // src/mcp-server/tools/promptsListVersions.ts
74789
- var args88, tool$promptsListVersions;
76190
+ var args89, tool$promptsListVersions;
74790
76191
  var init_promptsListVersions2 = __esm(() => {
74791
76192
  init_promptsListVersions();
74792
76193
  init_operations();
74793
76194
  init_tools();
74794
- args88 = {
76195
+ args89 = {
74795
76196
  request: ListPromptVersionsRequest$inboundSchema
74796
76197
  };
74797
76198
  tool$promptsListVersions = {
@@ -74799,9 +76200,9 @@ var init_promptsListVersions2 = __esm(() => {
74799
76200
  description: `List all prompt versions
74800
76201
 
74801
76202
  Returns a list of your prompt versions. The prompt versions are returned sorted by creation date, with the most recent prompt versions appearing first`,
74802
- args: args88,
74803
- tool: async (client, args89, ctx) => {
74804
- const [result, apiCall] = await promptsListVersions(client, args89.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76203
+ args: args89,
76204
+ tool: async (client, args90, ctx) => {
76205
+ const [result, apiCall] = await promptsListVersions(client, args90.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74805
76206
  if (!result.ok) {
74806
76207
  return {
74807
76208
  content: [{ type: "text", text: result.error.message }],
@@ -74816,9 +76217,9 @@ Returns a list of your prompt versions. The prompt versions are returned sorted
74816
76217
 
74817
76218
  // src/funcs/promptsRetrieve.ts
74818
76219
  function promptsRetrieve(client, request, options) {
74819
- return new APIPromise($do90(client, request, options));
76220
+ return new APIPromise($do92(client, request, options));
74820
76221
  }
74821
- async function $do90(client, request, options) {
76222
+ async function $do92(client, request, options) {
74822
76223
  const parsed = safeParse(request, (value) => GetOnePromptRequest$outboundSchema.parse(value), "Input validation failed");
74823
76224
  if (!parsed.ok) {
74824
76225
  return [parsed, { status: "invalid" }];
@@ -74890,12 +76291,12 @@ var init_promptsRetrieve = __esm(() => {
74890
76291
  });
74891
76292
 
74892
76293
  // src/mcp-server/tools/promptsRetrieve.ts
74893
- var args89, tool$promptsRetrieve;
76294
+ var args90, tool$promptsRetrieve;
74894
76295
  var init_promptsRetrieve2 = __esm(() => {
74895
76296
  init_promptsRetrieve();
74896
76297
  init_operations();
74897
76298
  init_tools();
74898
- args89 = {
76299
+ args90 = {
74899
76300
  request: GetOnePromptRequest$inboundSchema
74900
76301
  };
74901
76302
  tool$promptsRetrieve = {
@@ -74903,9 +76304,9 @@ var init_promptsRetrieve2 = __esm(() => {
74903
76304
  description: `Retrieve a prompt
74904
76305
 
74905
76306
  Retrieves a prompt object`,
74906
- args: args89,
74907
- tool: async (client, args90, ctx) => {
74908
- const [result, apiCall] = await promptsRetrieve(client, args90.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76307
+ args: args90,
76308
+ tool: async (client, args91, ctx) => {
76309
+ const [result, apiCall] = await promptsRetrieve(client, args91.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
74909
76310
  if (!result.ok) {
74910
76311
  return {
74911
76312
  content: [{ type: "text", text: result.error.message }],
@@ -74920,9 +76321,9 @@ Retrieves a prompt object`,
74920
76321
 
74921
76322
  // src/funcs/promptsUpdate.ts
74922
76323
  function promptsUpdate(client, request, options) {
74923
- return new APIPromise($do91(client, request, options));
76324
+ return new APIPromise($do93(client, request, options));
74924
76325
  }
74925
- async function $do91(client, request, options) {
76326
+ async function $do93(client, request, options) {
74926
76327
  const parsed = safeParse(request, (value) => UpdatePromptRequest$outboundSchema.parse(value), "Input validation failed");
74927
76328
  if (!parsed.ok) {
74928
76329
  return [parsed, { status: "invalid" }];
@@ -74999,20 +76400,20 @@ var init_promptsUpdate = __esm(() => {
74999
76400
  });
75000
76401
 
75001
76402
  // src/mcp-server/tools/promptsUpdate.ts
75002
- var args90, tool$promptsUpdate;
76403
+ var args91, tool$promptsUpdate;
75003
76404
  var init_promptsUpdate2 = __esm(() => {
75004
76405
  init_promptsUpdate();
75005
76406
  init_operations();
75006
76407
  init_tools();
75007
- args90 = {
76408
+ args91 = {
75008
76409
  request: UpdatePromptRequest$inboundSchema
75009
76410
  };
75010
76411
  tool$promptsUpdate = {
75011
76412
  name: "prompts-update",
75012
76413
  description: `Update a prompt`,
75013
- args: args90,
75014
- tool: async (client, args91, ctx) => {
75015
- const [result, apiCall] = await promptsUpdate(client, args91.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76414
+ args: args91,
76415
+ tool: async (client, args92, ctx) => {
76416
+ const [result, apiCall] = await promptsUpdate(client, args92.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75016
76417
  if (!result.ok) {
75017
76418
  return {
75018
76419
  content: [{ type: "text", text: result.error.message }],
@@ -75027,9 +76428,9 @@ var init_promptsUpdate2 = __esm(() => {
75027
76428
 
75028
76429
  // src/funcs/remoteconfigsRetrieve.ts
75029
76430
  function remoteconfigsRetrieve(client, request, options) {
75030
- return new APIPromise($do92(client, request, options));
76431
+ return new APIPromise($do94(client, request, options));
75031
76432
  }
75032
- async function $do92(client, request, options) {
76433
+ async function $do94(client, request, options) {
75033
76434
  const parsed = safeParse(request, (value) => RemoteConfigsGetConfigRequestBody$outboundSchema.optional().parse(value), "Input validation failed");
75034
76435
  if (!parsed.ok) {
75035
76436
  return [parsed, { status: "invalid" }];
@@ -75096,20 +76497,20 @@ var init_remoteconfigsRetrieve = __esm(() => {
75096
76497
  });
75097
76498
 
75098
76499
  // src/mcp-server/tools/remoteconfigsRetrieve.ts
75099
- var args91, tool$remoteconfigsRetrieve;
76500
+ var args92, tool$remoteconfigsRetrieve;
75100
76501
  var init_remoteconfigsRetrieve2 = __esm(() => {
75101
76502
  init_remoteconfigsRetrieve();
75102
76503
  init_operations();
75103
76504
  init_tools();
75104
- args91 = {
76505
+ args92 = {
75105
76506
  request: RemoteConfigsGetConfigRequestBody$inboundSchema.optional()
75106
76507
  };
75107
76508
  tool$remoteconfigsRetrieve = {
75108
76509
  name: "remoteconfigs-retrieve",
75109
76510
  description: `Retrieve a remote config`,
75110
- args: args91,
75111
- tool: async (client, args92, ctx) => {
75112
- const [result, apiCall] = await remoteconfigsRetrieve(client, args92.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
76511
+ args: args92,
76512
+ tool: async (client, args93, ctx) => {
76513
+ const [result, apiCall] = await remoteconfigsRetrieve(client, args93.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
75113
76514
  if (!result.ok) {
75114
76515
  return {
75115
76516
  content: [{ type: "text", text: result.error.message }],
@@ -75126,7 +76527,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
75126
76527
  function createMCPServer(deps) {
75127
76528
  const server = new McpServer({
75128
76529
  name: "Orq",
75129
- version: "3.8.0-rc.3"
76530
+ version: "3.8.0-rc.30"
75130
76531
  });
75131
76532
  const client = new OrqCore({
75132
76533
  apiKey: deps.apiKey,
@@ -75142,6 +76543,8 @@ function createMCPServer(deps) {
75142
76543
  const resourceTemplate = createRegisterResourceTemplate(deps.logger, server, client, scopes);
75143
76544
  const prompt = createRegisterPrompt(deps.logger, server, client, scopes);
75144
76545
  const register = { tool, resource, resourceTemplate, prompt };
76546
+ tool(tool$getV2ModelsLitellmModels);
76547
+ tool(tool$postV2ModelsLitellmImport);
75145
76548
  tool(tool$contactsCreate);
75146
76549
  tool(tool$contactsList);
75147
76550
  tool(tool$contactsRetrieve);
@@ -75308,6 +76711,7 @@ var init_server2 = __esm(() => {
75308
76711
  init_filesDelete2();
75309
76712
  init_filesGet2();
75310
76713
  init_filesList2();
76714
+ init_getV2ModelsLitellmModels2();
75311
76715
  init_knowledgeCreate2();
75312
76716
  init_knowledgeCreateChunks2();
75313
76717
  init_knowledgeCreateDatasource2();
@@ -75325,6 +76729,7 @@ var init_server2 = __esm(() => {
75325
76729
  init_knowledgeUpdateChunk2();
75326
76730
  init_knowledgeUpdateDatasource2();
75327
76731
  init_modelsList2();
76732
+ init_postV2ModelsLitellmImport2();
75328
76733
  init_promptsCreate2();
75329
76734
  init_promptsDelete2();
75330
76735
  init_promptsGetVersion2();
@@ -76546,7 +77951,7 @@ var routes = rn({
76546
77951
  var app = Ve(routes, {
76547
77952
  name: "mcp",
76548
77953
  versionInfo: {
76549
- currentVersion: "3.8.0-rc.3"
77954
+ currentVersion: "3.8.0-rc.30"
76550
77955
  }
76551
77956
  });
76552
77957
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -76554,5 +77959,5 @@ export {
76554
77959
  app
76555
77960
  };
76556
77961
 
76557
- //# debugId=E1FEBE08E57A07BA64756E2164756E21
77962
+ //# debugId=2AFF215594C8255E64756E2164756E21
76558
77963
  //# sourceMappingURL=mcp-server.js.map