@orq-ai/node 4.12.0-rc.3 → 4.12.0-rc.5

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 (219) hide show
  1. package/README.md +45 -41
  2. package/funcs/agentsResponsesCreate.d.ts +2 -0
  3. package/funcs/agentsResponsesCreate.d.ts.map +1 -1
  4. package/funcs/agentsResponsesCreate.js +2 -0
  5. package/funcs/agentsResponsesCreate.js.map +1 -1
  6. package/funcs/agentsResponsesGet.d.ts +2 -0
  7. package/funcs/agentsResponsesGet.d.ts.map +1 -1
  8. package/funcs/agentsResponsesGet.js +2 -0
  9. package/funcs/agentsResponsesGet.js.map +1 -1
  10. package/funcs/modelsImportLitellm.d.ts +17 -0
  11. package/funcs/modelsImportLitellm.d.ts.map +1 -0
  12. package/funcs/modelsImportLitellm.js +118 -0
  13. package/funcs/modelsImportLitellm.js.map +1 -0
  14. package/funcs/modelsListLitellm.d.ts +18 -0
  15. package/funcs/modelsListLitellm.d.ts.map +1 -0
  16. package/funcs/modelsListLitellm.js +105 -0
  17. package/funcs/modelsListLitellm.js.map +1 -0
  18. package/jsr.json +1 -1
  19. package/lib/config.d.ts +3 -3
  20. package/lib/config.js +3 -3
  21. package/models/components/agentstartedstreamingevent.d.ts +4 -0
  22. package/models/components/agentstartedstreamingevent.d.ts.map +1 -1
  23. package/models/components/agentstartedstreamingevent.js +2 -0
  24. package/models/components/agentstartedstreamingevent.js.map +1 -1
  25. package/models/components/evaluatorresponsefunction.js +2 -2
  26. package/models/components/evaluatorresponsehttp.js +2 -2
  27. package/models/components/evaluatorresponsejsonschema.js +2 -2
  28. package/models/components/evaluatorresponsellm.js +2 -2
  29. package/models/components/evaluatorresponsepython.js +2 -2
  30. package/models/components/evaluatorresponseragas.js +2 -2
  31. package/models/components/evaluatorresponsetypescript.js +2 -2
  32. package/models/components/filepurpose.d.ts +1 -0
  33. package/models/components/filepurpose.d.ts.map +1 -1
  34. package/models/components/filepurpose.js +1 -0
  35. package/models/components/filepurpose.js.map +1 -1
  36. package/models/components/index.d.ts +4 -0
  37. package/models/components/index.d.ts.map +1 -1
  38. package/models/components/index.js +4 -0
  39. package/models/components/index.js.map +1 -1
  40. package/models/components/litellmmodel.d.ts +18 -0
  41. package/models/components/litellmmodel.d.ts.map +1 -0
  42. package/models/components/litellmmodel.js +60 -0
  43. package/models/components/litellmmodel.js.map +1 -0
  44. package/models/components/litellmmodelinfo.d.ts +44 -0
  45. package/models/components/litellmmodelinfo.d.ts.map +1 -0
  46. package/models/components/litellmmodelinfo.js +83 -0
  47. package/models/components/litellmmodelinfo.js.map +1 -0
  48. package/models/components/litellmparams.d.ts +18 -0
  49. package/models/components/litellmparams.d.ts.map +1 -0
  50. package/models/components/litellmparams.js +59 -0
  51. package/models/components/litellmparams.js.map +1 -0
  52. package/models/components/modeldocument.d.ts +39 -0
  53. package/models/components/modeldocument.d.ts.map +1 -0
  54. package/models/components/modeldocument.js +99 -0
  55. package/models/components/modeldocument.js.map +1 -0
  56. package/models/components/reasoningpart.js +1 -1
  57. package/models/operations/createagentrequest.d.ts +66 -24
  58. package/models/operations/createagentrequest.d.ts.map +1 -1
  59. package/models/operations/createagentrequest.js +46 -21
  60. package/models/operations/createagentrequest.js.map +1 -1
  61. package/models/operations/createdataset.js +1 -1
  62. package/models/operations/createdatasetitem.js +4 -4
  63. package/models/operations/createdatasource.js +1 -1
  64. package/models/operations/createprompt.d.ts +1 -0
  65. package/models/operations/createprompt.d.ts.map +1 -1
  66. package/models/operations/createprompt.js +1 -0
  67. package/models/operations/createprompt.js.map +1 -1
  68. package/models/operations/createrouterresponse.d.ts +71 -0
  69. package/models/operations/createrouterresponse.d.ts.map +1 -1
  70. package/models/operations/createrouterresponse.js +39 -2
  71. package/models/operations/createrouterresponse.js.map +1 -1
  72. package/models/operations/createtool.js +6 -6
  73. package/models/operations/deploymentinvoke.d.ts +1 -0
  74. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  75. package/models/operations/deploymentinvoke.js +1 -0
  76. package/models/operations/deploymentinvoke.js.map +1 -1
  77. package/models/operations/deployments.d.ts +1 -0
  78. package/models/operations/deployments.d.ts.map +1 -1
  79. package/models/operations/deployments.js +1 -0
  80. package/models/operations/deployments.js.map +1 -1
  81. package/models/operations/deploymentstream.d.ts +1 -0
  82. package/models/operations/deploymentstream.d.ts.map +1 -1
  83. package/models/operations/deploymentstream.js +1 -0
  84. package/models/operations/deploymentstream.js.map +1 -1
  85. package/models/operations/getallprompts.d.ts +1 -0
  86. package/models/operations/getallprompts.d.ts.map +1 -1
  87. package/models/operations/getallprompts.js +1 -0
  88. package/models/operations/getallprompts.js.map +1 -1
  89. package/models/operations/getalltools.js +6 -6
  90. package/models/operations/getoneprompt.d.ts +1 -0
  91. package/models/operations/getoneprompt.d.ts.map +1 -1
  92. package/models/operations/getoneprompt.js +1 -0
  93. package/models/operations/getoneprompt.js.map +1 -1
  94. package/models/operations/getpromptversion.d.ts +1 -0
  95. package/models/operations/getpromptversion.d.ts.map +1 -1
  96. package/models/operations/getpromptversion.js +1 -0
  97. package/models/operations/getpromptversion.js.map +1 -1
  98. package/models/operations/getv2humanevalsets.js +2 -2
  99. package/models/operations/getv2humanevalsetsid.js +2 -2
  100. package/models/operations/invokeeval.d.ts +1 -1
  101. package/models/operations/invokeeval.d.ts.map +1 -1
  102. package/models/operations/invokeeval.js +1 -1
  103. package/models/operations/invokeeval.js.map +1 -1
  104. package/models/operations/listagents.d.ts +4 -0
  105. package/models/operations/listagents.d.ts.map +1 -1
  106. package/models/operations/listagents.js +2 -0
  107. package/models/operations/listagents.js.map +1 -1
  108. package/models/operations/listdatasetdatapoints.js +4 -4
  109. package/models/operations/listdatasets.js +1 -1
  110. package/models/operations/listdatasources.js +1 -1
  111. package/models/operations/listpromptversions.d.ts +1 -0
  112. package/models/operations/listpromptversions.d.ts.map +1 -1
  113. package/models/operations/listpromptversions.js +1 -0
  114. package/models/operations/listpromptversions.js.map +1 -1
  115. package/models/operations/patchv2humanevalsetsid.js +2 -2
  116. package/models/operations/postv2feedbackevaluation.js +3 -3
  117. package/models/operations/postv2humanevalsets.js +2 -2
  118. package/models/operations/retrieveagentrequest.d.ts +4 -0
  119. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  120. package/models/operations/retrieveagentrequest.js +2 -0
  121. package/models/operations/retrieveagentrequest.js.map +1 -1
  122. package/models/operations/retrievedatapoint.js +4 -4
  123. package/models/operations/retrievedataset.js +1 -1
  124. package/models/operations/retrievedatasource.js +1 -1
  125. package/models/operations/retrievetool.js +6 -6
  126. package/models/operations/runagent.d.ts +52 -20
  127. package/models/operations/runagent.d.ts.map +1 -1
  128. package/models/operations/runagent.js +34 -16
  129. package/models/operations/runagent.js.map +1 -1
  130. package/models/operations/streamrunagent.d.ts +52 -20
  131. package/models/operations/streamrunagent.d.ts.map +1 -1
  132. package/models/operations/streamrunagent.js +34 -16
  133. package/models/operations/streamrunagent.js.map +1 -1
  134. package/models/operations/updateagent.d.ts +66 -24
  135. package/models/operations/updateagent.d.ts.map +1 -1
  136. package/models/operations/updateagent.js +46 -21
  137. package/models/operations/updateagent.js.map +1 -1
  138. package/models/operations/updatedatapoint.js +4 -4
  139. package/models/operations/updatedataset.js +1 -1
  140. package/models/operations/updatedatasource.js +1 -1
  141. package/models/operations/updateprompt.d.ts +1 -0
  142. package/models/operations/updateprompt.d.ts.map +1 -1
  143. package/models/operations/updateprompt.js +1 -0
  144. package/models/operations/updateprompt.js.map +1 -1
  145. package/models/operations/updatetool.js +7 -7
  146. package/package.json +3 -3
  147. package/sdk/feedback.d.ts +1 -4
  148. package/sdk/feedback.d.ts.map +1 -1
  149. package/sdk/feedback.js +1 -4
  150. package/sdk/feedback.js.map +1 -1
  151. package/sdk/models.d.ts +17 -0
  152. package/sdk/models.d.ts.map +1 -1
  153. package/sdk/models.js +20 -0
  154. package/sdk/models.js.map +1 -1
  155. package/sdk/orqresponses.d.ts +4 -0
  156. package/sdk/orqresponses.d.ts.map +1 -1
  157. package/sdk/orqresponses.js +4 -0
  158. package/sdk/orqresponses.js.map +1 -1
  159. package/src/funcs/agentsResponsesCreate.ts +2 -0
  160. package/src/funcs/agentsResponsesGet.ts +2 -0
  161. package/src/funcs/modelsImportLitellm.ts +166 -0
  162. package/src/funcs/modelsListLitellm.ts +144 -0
  163. package/src/lib/config.ts +3 -3
  164. package/src/models/components/agentstartedstreamingevent.ts +6 -0
  165. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  166. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  167. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  168. package/src/models/components/evaluatorresponsellm.ts +2 -2
  169. package/src/models/components/evaluatorresponsepython.ts +2 -2
  170. package/src/models/components/evaluatorresponseragas.ts +2 -2
  171. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  172. package/src/models/components/filepurpose.ts +1 -0
  173. package/src/models/components/index.ts +4 -0
  174. package/src/models/components/litellmmodel.ts +50 -0
  175. package/src/models/components/litellmmodelinfo.ts +97 -0
  176. package/src/models/components/litellmparams.ts +43 -0
  177. package/src/models/components/modeldocument.ts +112 -0
  178. package/src/models/components/reasoningpart.ts +1 -1
  179. package/src/models/operations/createagentrequest.ts +123 -40
  180. package/src/models/operations/createdataset.ts +1 -1
  181. package/src/models/operations/createdatasetitem.ts +4 -4
  182. package/src/models/operations/createdatasource.ts +1 -1
  183. package/src/models/operations/createprompt.ts +1 -0
  184. package/src/models/operations/createrouterresponse.ts +108 -0
  185. package/src/models/operations/createtool.ts +6 -6
  186. package/src/models/operations/deploymentinvoke.ts +1 -0
  187. package/src/models/operations/deployments.ts +1 -0
  188. package/src/models/operations/deploymentstream.ts +1 -0
  189. package/src/models/operations/getallprompts.ts +1 -0
  190. package/src/models/operations/getalltools.ts +6 -6
  191. package/src/models/operations/getoneprompt.ts +1 -0
  192. package/src/models/operations/getpromptversion.ts +1 -0
  193. package/src/models/operations/getv2humanevalsets.ts +2 -2
  194. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  195. package/src/models/operations/invokeeval.ts +2 -2
  196. package/src/models/operations/listagents.ts +6 -0
  197. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  198. package/src/models/operations/listdatasets.ts +1 -1
  199. package/src/models/operations/listdatasources.ts +1 -1
  200. package/src/models/operations/listpromptversions.ts +1 -0
  201. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  202. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  203. package/src/models/operations/postv2humanevalsets.ts +2 -2
  204. package/src/models/operations/retrieveagentrequest.ts +6 -0
  205. package/src/models/operations/retrievedatapoint.ts +4 -4
  206. package/src/models/operations/retrievedataset.ts +1 -1
  207. package/src/models/operations/retrievedatasource.ts +1 -1
  208. package/src/models/operations/retrievetool.ts +6 -6
  209. package/src/models/operations/runagent.ts +93 -33
  210. package/src/models/operations/streamrunagent.ts +99 -33
  211. package/src/models/operations/updateagent.ts +125 -40
  212. package/src/models/operations/updatedatapoint.ts +4 -4
  213. package/src/models/operations/updatedataset.ts +1 -1
  214. package/src/models/operations/updatedatasource.ts +1 -1
  215. package/src/models/operations/updateprompt.ts +1 -0
  216. package/src/models/operations/updatetool.ts +7 -7
  217. package/src/sdk/feedback.ts +1 -4
  218. package/src/sdk/models.ts +35 -0
  219. package/src/sdk/orqresponses.ts +4 -0
@@ -371,7 +371,7 @@ function updateToolRequestBodyToolsSchemaToJSON(updateToolRequestBodyToolsSchema
371
371
  }
372
372
  /** @internal */
373
373
  exports.RequestBodyTools$outboundSchema = z.object({
374
- id: z.string().default("01KWV652Q7HRYEYEMW5P7YPC8S"),
374
+ id: z.string().default("01KWYNGDCKCY8GRB7F0PYM0CS4"),
375
375
  name: z.string(),
376
376
  description: z.string().optional(),
377
377
  schema: z.lazy(() => exports.UpdateToolRequestBodyToolsSchema$outboundSchema),
@@ -666,7 +666,7 @@ function updateToolResponseBodyCodeToolFromJSON(jsonString) {
666
666
  }
667
667
  /** @internal */
668
668
  exports.UpdateToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
669
- _id: z.string().default("tool_01KWV652PYCJZH9XFJVFM2FZFD"),
669
+ _id: z.string().default("tool_01KWYNGDCC5T9GAQAFX3382A4C"),
670
670
  path: z.string(),
671
671
  key: z.string(),
672
672
  display_name: z.string().optional(),
@@ -719,7 +719,7 @@ function updateToolResponseBodyToolsSchemaFromJSON(jsonString) {
719
719
  }
720
720
  /** @internal */
721
721
  exports.UpdateToolResponseBodyTools$inboundSchema = z.object({
722
- id: z.string().default("01KWV652PWD4V1MNSB0TR18Z18"),
722
+ id: z.string().default("01KWYNGDCBXQ7BX21993DFTJ10"),
723
723
  name: z.string(),
724
724
  description: z.string().optional(),
725
725
  schema: z.lazy(() => exports.UpdateToolResponseBodyToolsSchema$inboundSchema),
@@ -749,7 +749,7 @@ function updateToolResponseBodyMcpFromJSON(jsonString) {
749
749
  }
750
750
  /** @internal */
751
751
  exports.UpdateToolResponseBodyMCPTool$inboundSchema = z.object({
752
- _id: z.string().default("tool_01KWV652PSEJE11PXQP2AWJPCZ"),
752
+ _id: z.string().default("tool_01KWYNGDCA97GT38WAW9Z54SM7"),
753
753
  path: z.string(),
754
754
  key: z.string(),
755
755
  display_name: z.string().optional(),
@@ -836,7 +836,7 @@ function updateToolResponseBodyHttpFromJSON(jsonString) {
836
836
  }
837
837
  /** @internal */
838
838
  exports.UpdateToolResponseBodyHTTPTool$inboundSchema = z.object({
839
- _id: z.string().default("tool_01KWV652PN20NMJXXNWAMKYGWP"),
839
+ _id: z.string().default("tool_01KWYNGDC8WZMTXZHVW256QSHE"),
840
840
  path: z.string(),
841
841
  key: z.string(),
842
842
  display_name: z.string().optional(),
@@ -886,7 +886,7 @@ function updateToolResponseBodyJsonSchemaFromJSON(jsonString) {
886
886
  }
887
887
  /** @internal */
888
888
  exports.UpdateToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
889
- _id: z.string().default("tool_01KWV652PK41MSWQ441PWE3HV1"),
889
+ _id: z.string().default("tool_01KWYNGDC6RC57NP1YV4Q0AJ80"),
890
890
  path: z.string(),
891
891
  key: z.string(),
892
892
  display_name: z.string().optional(),
@@ -940,7 +940,7 @@ function updateToolResponseBodyFunctionFromJSON(jsonString) {
940
940
  }
941
941
  /** @internal */
942
942
  exports.UpdateToolResponseBodyFunctionTool$inboundSchema = z.object({
943
- _id: z.string().default("tool_01KWV652PHSE0171E096FE6Y7H"),
943
+ _id: z.string().default("tool_01KWYNGDC5V610TM09T3ZF0WXZ"),
944
944
  path: z.string(),
945
945
  key: z.string(),
946
946
  display_name: z.string().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orq-ai/node",
3
- "version": "4.12.0-rc.3",
3
+ "version": "4.12.0-rc.5",
4
4
  "author": "Orq",
5
5
  "exports": {
6
6
  ".": {
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "./*": "./*",
12
12
  "./langchain": {
13
- "import": "./langchain/index.mjs",
14
13
  "require": "./langchain/index.js",
15
- "types": "./langchain/index.d.mts"
14
+ "types": "./langchain/index.d.mts",
15
+ "import": "./langchain/index.mjs"
16
16
  }
17
17
  },
18
18
  "main": "./index.js",
package/sdk/feedback.d.ts CHANGED
@@ -5,10 +5,7 @@ export declare class Feedback extends ClientSDK {
5
5
  createEvaluation(request?: operations.PostV2FeedbackEvaluationRequestBody | undefined, options?: RequestOptions): Promise<void>;
6
6
  remove(request?: operations.PostV2FeedbackRemoveRequestBody | undefined, options?: RequestOptions): Promise<operations.PostV2FeedbackRemoveResponseBody>;
7
7
  /**
8
- * Create image edit
9
- *
10
- * @remarks
11
- * Edit an Image
8
+ * Create a human review set
12
9
  */
13
10
  create(request?: operations.PostV2FeedbackRequestBody | undefined, options?: RequestOptions): Promise<operations.PostV2FeedbackResponseBody>;
14
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../src/sdk/feedback.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,QAAS,SAAQ,SAAS;IAC/B,gBAAgB,CACpB,OAAO,CAAC,EAAE,UAAU,CAAC,yCAAyC,GAAG,SAAS,EAC1E,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQV,gBAAgB,CACpB,OAAO,CAAC,EAAE,UAAU,CAAC,mCAAmC,GAAG,SAAS,EACpE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQV,MAAM,CACV,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC;IAQvD;;;;;OAKG;IACG,MAAM,CACV,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;CAOlD"}
1
+ {"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../src/sdk/feedback.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,QAAS,SAAQ,SAAS;IAC/B,gBAAgB,CACpB,OAAO,CAAC,EAAE,UAAU,CAAC,yCAAyC,GAAG,SAAS,EAC1E,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQV,gBAAgB,CACpB,OAAO,CAAC,EAAE,UAAU,CAAC,mCAAmC,GAAG,SAAS,EACpE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQV,MAAM,CACV,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC;IAQvD;;OAEG;IACG,MAAM,CACV,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;CAOlD"}
package/sdk/feedback.js CHANGED
@@ -21,10 +21,7 @@ class Feedback extends sdks_js_1.ClientSDK {
21
21
  return (0, fp_js_1.unwrapAsync)((0, feedbackRemove_js_1.feedbackRemove)(this, request, options));
22
22
  }
23
23
  /**
24
- * Create image edit
25
- *
26
- * @remarks
27
- * Edit an Image
24
+ * Create a human review set
28
25
  */
29
26
  async create(request, options) {
30
27
  return (0, fp_js_1.unwrapAsync)((0, feedbackCreate_js_1.feedbackCreate)(this, request, options));
@@ -1 +1 @@
1
- {"version":3,"file":"feedback.js","sourceRoot":"","sources":["../src/sdk/feedback.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,kEAA4D;AAC5D,sFAAgF;AAChF,kEAA4D;AAC5D,sFAAgF;AAChF,4CAA2D;AAE3D,0CAA6C;AAE7C,MAAa,QAAS,SAAQ,mBAAS;IACrC,KAAK,CAAC,gBAAgB,CACpB,OAA0E,EAC1E,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sDAAwB,EACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,gBAAgB,CACpB,OAAoE,EACpE,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sDAAwB,EACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CACV,OAAgE,EAChE,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kCAAc,EAC/B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAA0D,EAC1D,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kCAAc,EAC/B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AAlDD,4BAkDC"}
1
+ {"version":3,"file":"feedback.js","sourceRoot":"","sources":["../src/sdk/feedback.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,kEAA4D;AAC5D,sFAAgF;AAChF,kEAA4D;AAC5D,sFAAgF;AAChF,4CAA2D;AAE3D,0CAA6C;AAE7C,MAAa,QAAS,SAAQ,mBAAS;IACrC,KAAK,CAAC,gBAAgB,CACpB,OAA0E,EAC1E,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sDAAwB,EACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,gBAAgB,CACpB,OAAoE,EACpE,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sDAAwB,EACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,MAAM,CACV,OAAgE,EAChE,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kCAAc,EAC/B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,MAAM,CACV,OAA0D,EAC1D,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kCAAc,EAC/B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AA/CD,4BA+CC"}
package/sdk/models.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as components from "../models/components/index.js";
2
3
  import * as operations from "../models/operations/index.js";
3
4
  export declare class Models extends ClientSDK {
4
5
  /**
@@ -50,6 +51,22 @@ export declare class Models extends ClientSDK {
50
51
  * Lists Azure Foundry deployments under the given base_url and joins each entry with the Orq master-data row. Only OpenAI-developed deployments in succeeded state with chat/completion/embedding/vision model types are returned.
51
52
  */
52
53
  azureFoundryDeployments(request: operations.ModelAzureFoundryDeploymentsRequestBody, options?: RequestOptions): Promise<operations.ModelAzureFoundryDeploymentsResponseBody>;
54
+ /**
55
+ * Import models from LiteLLM
56
+ *
57
+ * @remarks
58
+ * Bulk-imports a list of LiteLLM model definitions into the workspace model garden.
59
+ */
60
+ importLitellm(request: Array<components.LiteLLMModel> | null, options?: RequestOptions): Promise<Array<components.ModelDocument>>;
61
+ /**
62
+ * List models from configured LiteLLM instance
63
+ *
64
+ * @remarks
65
+ * Fetches the list of models from the LiteLLM instance configured for the workspace. Requires a stored LiteLLM integration.
66
+ */
67
+ listLitellm(options?: RequestOptions): Promise<Array<{
68
+ [k: string]: any;
69
+ }>>;
53
70
  /**
54
71
  * Create OpenAI-compatible custom model
55
72
  *
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/sdk/models.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,MAAO,SAAQ,SAAS;IACnC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAQ9C;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,kBAAkB,CACtB,OAAO,EAAE,UAAU,CAAC,kCAAkC,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,uCAAuC,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wCAAwC,CAAC;IAQ/D;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC;IAQxD;;;;;OAKG;IACG,QAAQ,CACZ,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,YAAY,CAChB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC;IAQpD;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,kBAAkB,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,kBAAkB,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAQ9C;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,OAAO,CACX,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC;CAM9C"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/sdk/models.ts"],"names":[],"mappings":"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"}
package/sdk/models.js CHANGED
@@ -13,7 +13,9 @@ const modelsCreateVertex_js_1 = require("../funcs/modelsCreateVertex.js");
13
13
  const modelsDelete_js_1 = require("../funcs/modelsDelete.js");
14
14
  const modelsDisable_js_1 = require("../funcs/modelsDisable.js");
15
15
  const modelsEnable_js_1 = require("../funcs/modelsEnable.js");
16
+ const modelsImportLitellm_js_1 = require("../funcs/modelsImportLitellm.js");
16
17
  const modelsList_js_1 = require("../funcs/modelsList.js");
18
+ const modelsListLitellm_js_1 = require("../funcs/modelsListLitellm.js");
17
19
  const modelsUpdate_js_1 = require("../funcs/modelsUpdate.js");
18
20
  const modelsUpdateAutorouter_js_1 = require("../funcs/modelsUpdateAutorouter.js");
19
21
  const modelsUpdateAwsBedrock_js_1 = require("../funcs/modelsUpdateAwsBedrock.js");
@@ -86,6 +88,24 @@ class Models extends sdks_js_1.ClientSDK {
86
88
  async azureFoundryDeployments(request, options) {
87
89
  return (0, fp_js_1.unwrapAsync)((0, modelsAzureFoundryDeployments_js_1.modelsAzureFoundryDeployments)(this, request, options));
88
90
  }
91
+ /**
92
+ * Import models from LiteLLM
93
+ *
94
+ * @remarks
95
+ * Bulk-imports a list of LiteLLM model definitions into the workspace model garden.
96
+ */
97
+ async importLitellm(request, options) {
98
+ return (0, fp_js_1.unwrapAsync)((0, modelsImportLitellm_js_1.modelsImportLitellm)(this, request, options));
99
+ }
100
+ /**
101
+ * List models from configured LiteLLM instance
102
+ *
103
+ * @remarks
104
+ * Fetches the list of models from the LiteLLM instance configured for the workspace. Requires a stored LiteLLM integration.
105
+ */
106
+ async listLitellm(options) {
107
+ return (0, fp_js_1.unwrapAsync)((0, modelsListLitellm_js_1.modelsListLitellm)(this, options));
108
+ }
89
109
  /**
90
110
  * Create OpenAI-compatible custom model
91
111
  *
package/sdk/models.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../src/sdk/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../src/sdk/models.ts"],"names":[],"mappings":"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"}
@@ -9,6 +9,8 @@ export declare class OrqResponses extends ClientSDK {
9
9
  *
10
10
  * @remarks
11
11
  * Initiates an agent conversation and returns a complete response. This endpoint manages the full lifecycle of an agent interaction, from receiving the initial message through all processing steps until completion. Supports synchronous execution (waits for completion) and asynchronous execution (returns immediately with task ID). The response includes all messages exchanged, tool calls made, and token usage statistics. Ideal for request-response patterns where you need the complete interaction result.
12
+ *
13
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
12
14
  */
13
15
  create(agentResponseRequest: components.AgentResponseRequest, agentKey: string, options?: RequestOptions & {
14
16
  acceptHeaderOverride?: CreateAcceptEnum;
@@ -18,6 +20,8 @@ export declare class OrqResponses extends ClientSDK {
18
20
  *
19
21
  * @remarks
20
22
  * Retrieves the current state of an agent response by task ID. Returns the response output, model information, token usage, and execution status. When the agent is still processing, the output array will be empty and status will be `in_progress`. Once completed, the response includes the full output, usage statistics, and finish reason.
23
+ *
24
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
21
25
  */
22
26
  get(request: operations.GetAgentResponseRequest, options?: RequestOptions): Promise<components.GetAgentResponse>;
23
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"orqresponses.d.ts","sourceRoot":"","sources":["../src/sdk/orqresponses.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,gBAAgB,EACjB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,qBAAa,YAAa,SAAQ,SAAS;IACzC;;;;;OAKG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,cAAc,GAAG;QAAE,oBAAoB,CAAC,EAAE,gBAAgB,CAAA;KAAE,GACrE,OAAO,CAAC,UAAU,CAAC,kCAAkC,CAAC;IASzD;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;CAOxC"}
1
+ {"version":3,"file":"orqresponses.d.ts","sourceRoot":"","sources":["../src/sdk/orqresponses.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,gBAAgB,EACjB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,qBAAa,YAAa,SAAQ,SAAS;IACzC;;;;;;;OAOG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,cAAc,GAAG;QAAE,oBAAoB,CAAC,EAAE,gBAAgB,CAAA;KAAE,GACrE,OAAO,CAAC,UAAU,CAAC,kCAAkC,CAAC;IASzD;;;;;;;OAOG;IACG,GAAG,CACP,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;CAOxC"}
@@ -16,6 +16,8 @@ class OrqResponses extends sdks_js_1.ClientSDK {
16
16
  *
17
17
  * @remarks
18
18
  * Initiates an agent conversation and returns a complete response. This endpoint manages the full lifecycle of an agent interaction, from receiving the initial message through all processing steps until completion. Supports synchronous execution (waits for completion) and asynchronous execution (returns immediately with task ID). The response includes all messages exchanged, tool calls made, and token usage statistics. Ideal for request-response patterns where you need the complete interaction result.
19
+ *
20
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
19
21
  */
20
22
  async create(agentResponseRequest, agentKey, options) {
21
23
  return (0, fp_js_1.unwrapAsync)((0, agentsResponsesCreate_js_1.agentsResponsesCreate)(this, agentResponseRequest, agentKey, options));
@@ -25,6 +27,8 @@ class OrqResponses extends sdks_js_1.ClientSDK {
25
27
  *
26
28
  * @remarks
27
29
  * Retrieves the current state of an agent response by task ID. Returns the response output, model information, token usage, and execution status. When the agent is still processing, the output array will be empty and status will be `in_progress`. Once completed, the response includes the full output, usage statistics, and finish reason.
30
+ *
31
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
28
32
  */
29
33
  async get(request, options) {
30
34
  return (0, fp_js_1.unwrapAsync)((0, agentsResponsesGet_js_1.agentsResponsesGet)(this, request, options));
@@ -1 +1 @@
1
- {"version":3,"file":"orqresponses.js","sourceRoot":"","sources":["../src/sdk/orqresponses.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,gFAG2C;AAC3C,0EAAoE;AACpE,4CAA2D;AAG3D,0CAA6C;AAE7C,8EAAqE;AAA5D,4HAAA,gBAAgB,OAAA;AAEzB,MAAa,YAAa,SAAQ,mBAAS;IACzC;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,oBAAqD,EACrD,QAAgB,EAChB,OAAsE;QAEtE,OAAO,IAAA,mBAAW,EAAC,IAAA,gDAAqB,EACtC,IAAI,EACJ,oBAAoB,EACpB,QAAQ,EACR,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,GAAG,CACP,OAA2C,EAC3C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,0CAAkB,EACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AApCD,oCAoCC"}
1
+ {"version":3,"file":"orqresponses.js","sourceRoot":"","sources":["../src/sdk/orqresponses.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,gFAG2C;AAC3C,0EAAoE;AACpE,4CAA2D;AAG3D,0CAA6C;AAE7C,8EAAqE;AAA5D,4HAAA,gBAAgB,OAAA;AAEzB,MAAa,YAAa,SAAQ,mBAAS;IACzC;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,CACV,oBAAqD,EACrD,QAAgB,EAChB,OAAsE;QAEtE,OAAO,IAAA,mBAAW,EAAC,IAAA,gDAAqB,EACtC,IAAI,EACJ,oBAAoB,EACpB,QAAQ,EACR,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,GAAG,CACP,OAA2C,EAC3C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,0CAAkB,EACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AAxCD,oCAwCC"}
@@ -36,6 +36,8 @@ export enum CreateAcceptEnum {
36
36
  *
37
37
  * @remarks
38
38
  * Initiates an agent conversation and returns a complete response. This endpoint manages the full lifecycle of an agent interaction, from receiving the initial message through all processing steps until completion. Supports synchronous execution (waits for completion) and asynchronous execution (returns immediately with task ID). The response includes all messages exchanged, tool calls made, and token usage statistics. Ideal for request-response patterns where you need the complete interaction result.
39
+ *
40
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
39
41
  */
40
42
  export function agentsResponsesCreate(
41
43
  client: OrqCore,
@@ -32,6 +32,8 @@ import { Result } from "../types/fp.js";
32
32
  *
33
33
  * @remarks
34
34
  * Retrieves the current state of an agent response by task ID. Returns the response output, model information, token usage, and execution status. When the agent is still processing, the output array will be empty and status will be `in_progress`. Once completed, the response includes the full output, usage statistics, and finish reason.
35
+ *
36
+ * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
35
37
  */
36
38
  export function agentsResponsesGet(
37
39
  client: OrqCore,
@@ -0,0 +1,166 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { OrqCore } from "../core.js";
7
+ import { encodeJSON } from "../lib/encodings.js";
8
+ import { matchStatusCode } from "../lib/http.js";
9
+ import * as M from "../lib/matchers.js";
10
+ import { compactMap } from "../lib/primitives.js";
11
+ import { safeParse } from "../lib/schemas.js";
12
+ import { RequestOptions } from "../lib/sdks.js";
13
+ import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
14
+ import { pathToFunc } from "../lib/url.js";
15
+ import * as components from "../models/components/index.js";
16
+ import {
17
+ ConnectionError,
18
+ InvalidRequestError,
19
+ RequestAbortedError,
20
+ RequestTimeoutError,
21
+ UnexpectedClientError,
22
+ } from "../models/errors/httpclienterrors.js";
23
+ import { OrqError } from "../models/errors/orqerror.js";
24
+ import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
25
+ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
26
+ import { APICall, APIPromise } from "../types/async.js";
27
+ import { Result } from "../types/fp.js";
28
+
29
+ /**
30
+ * Import models from LiteLLM
31
+ *
32
+ * @remarks
33
+ * Bulk-imports a list of LiteLLM model definitions into the workspace model garden.
34
+ */
35
+ export function modelsImportLitellm(
36
+ client: OrqCore,
37
+ request: Array<components.LiteLLMModel> | null,
38
+ options?: RequestOptions,
39
+ ): APIPromise<
40
+ Result<
41
+ Array<components.ModelDocument>,
42
+ | OrqError
43
+ | ResponseValidationError
44
+ | ConnectionError
45
+ | RequestAbortedError
46
+ | RequestTimeoutError
47
+ | InvalidRequestError
48
+ | UnexpectedClientError
49
+ | SDKValidationError
50
+ >
51
+ > {
52
+ return new APIPromise($do(
53
+ client,
54
+ request,
55
+ options,
56
+ ));
57
+ }
58
+
59
+ async function $do(
60
+ client: OrqCore,
61
+ request: Array<components.LiteLLMModel> | null,
62
+ options?: RequestOptions,
63
+ ): Promise<
64
+ [
65
+ Result<
66
+ Array<components.ModelDocument>,
67
+ | OrqError
68
+ | ResponseValidationError
69
+ | ConnectionError
70
+ | RequestAbortedError
71
+ | RequestTimeoutError
72
+ | InvalidRequestError
73
+ | UnexpectedClientError
74
+ | SDKValidationError
75
+ >,
76
+ APICall,
77
+ ]
78
+ > {
79
+ const parsed = safeParse(
80
+ request,
81
+ (value) =>
82
+ z.nullable(z.array(components.LiteLLMModel$outboundSchema)).parse(value),
83
+ "Input validation failed",
84
+ );
85
+ if (!parsed.ok) {
86
+ return [parsed, { status: "invalid" }];
87
+ }
88
+ const payload = parsed.value;
89
+ const body = payload === undefined
90
+ ? null
91
+ : encodeJSON("body", payload, { explode: true });
92
+
93
+ const path = pathToFunc("/v2/models/litellm/import")();
94
+
95
+ const headers = new Headers(compactMap({
96
+ "Content-Type": "application/json",
97
+ Accept: "application/json",
98
+ }));
99
+
100
+ const secConfig = await extractSecurity(client._options.apiKey);
101
+ const securityInput = secConfig == null ? {} : { apiKey: secConfig };
102
+ const requestSecurity = resolveGlobalSecurity(securityInput);
103
+
104
+ const context = {
105
+ options: client._options,
106
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
107
+ operationID: "ModelLiteLLMImport",
108
+ oAuth2Scopes: null,
109
+
110
+ resolvedSecurity: requestSecurity,
111
+
112
+ securitySource: client._options.apiKey,
113
+ retryConfig: options?.retries
114
+ || client._options.retryConfig
115
+ || { strategy: "none" },
116
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
117
+ };
118
+
119
+ const requestRes = client._createRequest(context, {
120
+ security: requestSecurity,
121
+ method: "POST",
122
+ baseURL: options?.serverURL,
123
+ path: path,
124
+ headers: headers,
125
+ body: body,
126
+ userAgent: client._options.userAgent,
127
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000,
128
+ }, options);
129
+ if (!requestRes.ok) {
130
+ return [requestRes, { status: "invalid" }];
131
+ }
132
+ const req = requestRes.value;
133
+
134
+ const doResult = await client._do(req, {
135
+ context,
136
+ isErrorStatusCode: (statusCode: number) =>
137
+ matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
138
+ retryConfig: context.retryConfig,
139
+ retryCodes: context.retryCodes,
140
+ });
141
+ if (!doResult.ok) {
142
+ return [doResult, { status: "request-error", request: req }];
143
+ }
144
+ const response = doResult.value;
145
+
146
+ const [result] = await M.match<
147
+ Array<components.ModelDocument>,
148
+ | OrqError
149
+ | ResponseValidationError
150
+ | ConnectionError
151
+ | RequestAbortedError
152
+ | RequestTimeoutError
153
+ | InvalidRequestError
154
+ | UnexpectedClientError
155
+ | SDKValidationError
156
+ >(
157
+ M.json(200, z.array(components.ModelDocument$inboundSchema)),
158
+ M.fail([400, 404, "4XX"]),
159
+ M.fail("5XX"),
160
+ )(response, req);
161
+ if (!result.ok) {
162
+ return [result, { status: "complete", request: req, response }];
163
+ }
164
+
165
+ return [result, { status: "complete", request: req, response }];
166
+ }
@@ -0,0 +1,144 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { OrqCore } from "../core.js";
7
+ import { matchStatusCode } from "../lib/http.js";
8
+ import * as M from "../lib/matchers.js";
9
+ import { compactMap } from "../lib/primitives.js";
10
+ import { RequestOptions } from "../lib/sdks.js";
11
+ import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
12
+ import { pathToFunc } from "../lib/url.js";
13
+ import {
14
+ ConnectionError,
15
+ InvalidRequestError,
16
+ RequestAbortedError,
17
+ RequestTimeoutError,
18
+ UnexpectedClientError,
19
+ } from "../models/errors/httpclienterrors.js";
20
+ import { OrqError } from "../models/errors/orqerror.js";
21
+ import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
22
+ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
23
+ import { APICall, APIPromise } from "../types/async.js";
24
+ import { Result } from "../types/fp.js";
25
+
26
+ /**
27
+ * List models from configured LiteLLM instance
28
+ *
29
+ * @remarks
30
+ * Fetches the list of models from the LiteLLM instance configured for the workspace. Requires a stored LiteLLM integration.
31
+ */
32
+ export function modelsListLitellm(
33
+ client: OrqCore,
34
+ options?: RequestOptions,
35
+ ): APIPromise<
36
+ Result<
37
+ Array<{ [k: string]: any }>,
38
+ | OrqError
39
+ | ResponseValidationError
40
+ | ConnectionError
41
+ | RequestAbortedError
42
+ | RequestTimeoutError
43
+ | InvalidRequestError
44
+ | UnexpectedClientError
45
+ | SDKValidationError
46
+ >
47
+ > {
48
+ return new APIPromise($do(
49
+ client,
50
+ options,
51
+ ));
52
+ }
53
+
54
+ async function $do(
55
+ client: OrqCore,
56
+ options?: RequestOptions,
57
+ ): Promise<
58
+ [
59
+ Result<
60
+ Array<{ [k: string]: any }>,
61
+ | OrqError
62
+ | ResponseValidationError
63
+ | ConnectionError
64
+ | RequestAbortedError
65
+ | RequestTimeoutError
66
+ | InvalidRequestError
67
+ | UnexpectedClientError
68
+ | SDKValidationError
69
+ >,
70
+ APICall,
71
+ ]
72
+ > {
73
+ const path = pathToFunc("/v2/models/litellm/models")();
74
+
75
+ const headers = new Headers(compactMap({
76
+ Accept: "application/json",
77
+ }));
78
+
79
+ const secConfig = await extractSecurity(client._options.apiKey);
80
+ const securityInput = secConfig == null ? {} : { apiKey: secConfig };
81
+ const requestSecurity = resolveGlobalSecurity(securityInput);
82
+
83
+ const context = {
84
+ options: client._options,
85
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
86
+ operationID: "ModelListLitellm",
87
+ oAuth2Scopes: null,
88
+
89
+ resolvedSecurity: requestSecurity,
90
+
91
+ securitySource: client._options.apiKey,
92
+ retryConfig: options?.retries
93
+ || client._options.retryConfig
94
+ || { strategy: "none" },
95
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
96
+ };
97
+
98
+ const requestRes = client._createRequest(context, {
99
+ security: requestSecurity,
100
+ method: "GET",
101
+ baseURL: options?.serverURL,
102
+ path: path,
103
+ headers: headers,
104
+ userAgent: client._options.userAgent,
105
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000,
106
+ }, options);
107
+ if (!requestRes.ok) {
108
+ return [requestRes, { status: "invalid" }];
109
+ }
110
+ const req = requestRes.value;
111
+
112
+ const doResult = await client._do(req, {
113
+ context,
114
+ isErrorStatusCode: (statusCode: number) =>
115
+ matchStatusCode({ status: statusCode } as Response, ["4XX", "5XX"]),
116
+ retryConfig: context.retryConfig,
117
+ retryCodes: context.retryCodes,
118
+ });
119
+ if (!doResult.ok) {
120
+ return [doResult, { status: "request-error", request: req }];
121
+ }
122
+ const response = doResult.value;
123
+
124
+ const [result] = await M.match<
125
+ Array<{ [k: string]: any }>,
126
+ | OrqError
127
+ | ResponseValidationError
128
+ | ConnectionError
129
+ | RequestAbortedError
130
+ | RequestTimeoutError
131
+ | InvalidRequestError
132
+ | UnexpectedClientError
133
+ | SDKValidationError
134
+ >(
135
+ M.json(200, z.array(z.record(z.any()))),
136
+ M.fail([404, "4XX"]),
137
+ M.fail([500, "5XX"]),
138
+ )(response, req);
139
+ if (!result.ok) {
140
+ return [result, { status: "complete", request: req, response }];
141
+ }
142
+
143
+ return [result, { status: "complete", request: req, response }];
144
+ }
package/src/lib/config.ts CHANGED
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
58
58
  export const SDK_METADATA = {
59
59
  language: "typescript",
60
60
  openapiDocVersion: "2.0",
61
- sdkVersion: "4.12.0-rc.3",
62
- genVersion: "2.915.1",
63
- userAgent: "speakeasy-sdk/typescript 4.12.0-rc.3 2.915.1 2.0 @orq-ai/node",
61
+ sdkVersion: "4.12.0-rc.5",
62
+ genVersion: "2.916.2",
63
+ userAgent: "speakeasy-sdk/typescript 4.12.0-rc.5 2.916.2 2.0 @orq-ai/node",
64
64
  } as const;
@@ -188,6 +188,10 @@ export type Settings = {
188
188
  * If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
189
189
  */
190
190
  toolApprovalRequired: ToolApprovalRequired;
191
+ /**
192
+ * When enabled, this agent is exposed as a selectable target in AI Chat for users to consume.
193
+ */
194
+ chatExposed?: boolean | undefined;
191
195
  tools?: Array<Tools> | undefined;
192
196
  /**
193
197
  * Configuration for an evaluator applied to the agent
@@ -432,6 +436,7 @@ export const Settings$inboundSchema: z.ZodType<
432
436
  tool_approval_required: ToolApprovalRequired$inboundSchema.default(
433
437
  "respect_tool",
434
438
  ),
439
+ chat_exposed: z.boolean().optional(),
435
440
  tools: z.array(z.lazy(() => Tools$inboundSchema)).optional(),
436
441
  evaluators: z.array(z.lazy(() => Evaluators$inboundSchema)).optional(),
437
442
  guardrails: z.array(z.lazy(() => Guardrails$inboundSchema)).optional(),
@@ -441,6 +446,7 @@ export const Settings$inboundSchema: z.ZodType<
441
446
  "max_execution_time": "maxExecutionTime",
442
447
  "max_cost": "maxCost",
443
448
  "tool_approval_required": "toolApprovalRequired",
449
+ "chat_exposed": "chatExposed",
444
450
  });
445
451
  });
446
452
 
@@ -856,8 +856,8 @@ export const EvaluatorResponseFunction$inboundSchema: z.ZodType<
856
856
  > = z.object({
857
857
  _id: z.string(),
858
858
  description: z.string(),
859
- created: z.string().default("2026-07-06T07:43:54.898Z"),
860
- updated: z.string().default("2026-07-06T07:43:54.898Z"),
859
+ created: z.string().default("2026-07-07T16:09:54.663Z"),
860
+ updated: z.string().default("2026-07-07T16:09:54.663Z"),
861
861
  updated_by_id: z.nullable(z.string()).optional(),
862
862
  guardrail_config: z.any().optional(),
863
863
  type: z.literal("function_eval"),