@orq-ai/node 4.13.3 → 4.13.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 (444) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +3 -3
  3. package/lib/config.js +3 -3
  4. package/models/components/advisortoolinput.d.ts +29 -0
  5. package/models/components/advisortoolinput.d.ts.map +1 -0
  6. package/models/components/advisortoolinput.js +56 -0
  7. package/models/components/advisortoolinput.js.map +1 -0
  8. package/models/components/agenttoolinputcrud.d.ts +16 -465
  9. package/models/components/agenttoolinputcrud.d.ts.map +1 -1
  10. package/models/components/agenttoolinputcrud.js +29 -268
  11. package/models/components/agenttoolinputcrud.js.map +1 -1
  12. package/models/components/callsubagenttoolinput.d.ts +29 -0
  13. package/models/components/callsubagenttoolinput.d.ts.map +1 -0
  14. package/models/components/callsubagenttoolinput.js +56 -0
  15. package/models/components/callsubagenttoolinput.js.map +1 -0
  16. package/models/components/codeinterpretertoolinput.d.ts +29 -0
  17. package/models/components/codeinterpretertoolinput.d.ts.map +1 -0
  18. package/models/components/codeinterpretertoolinput.js +56 -0
  19. package/models/components/codeinterpretertoolinput.js.map +1 -0
  20. package/models/components/currentdatetoolinput.d.ts +29 -0
  21. package/models/components/currentdatetoolinput.d.ts.map +1 -0
  22. package/models/components/currentdatetoolinput.js +56 -0
  23. package/models/components/currentdatetoolinput.js.map +1 -0
  24. package/models/components/deletememorydocumenttoolinput.d.ts +29 -0
  25. package/models/components/deletememorydocumenttoolinput.d.ts.map +1 -0
  26. package/models/components/deletememorydocumenttoolinput.js +56 -0
  27. package/models/components/deletememorydocumenttoolinput.js.map +1 -0
  28. package/models/components/evaluatorresponsefunction.js +2 -2
  29. package/models/components/evaluatorresponsehttp.js +2 -2
  30. package/models/components/evaluatorresponsejsonschema.js +2 -2
  31. package/models/components/evaluatorresponsellm.js +2 -2
  32. package/models/components/evaluatorresponsepython.js +2 -2
  33. package/models/components/evaluatorresponseragas.js +2 -2
  34. package/models/components/evaluatorresponsetypescript.js +2 -2
  35. package/models/components/googlesearchtoolinput.d.ts +29 -0
  36. package/models/components/googlesearchtoolinput.d.ts.map +1 -0
  37. package/models/components/googlesearchtoolinput.js +56 -0
  38. package/models/components/googlesearchtoolinput.js.map +1 -0
  39. package/models/components/index.d.ts +14 -0
  40. package/models/components/index.d.ts.map +1 -1
  41. package/models/components/index.js +14 -0
  42. package/models/components/index.js.map +1 -1
  43. package/models/components/queryknowledgebasetoolinput.d.ts +29 -0
  44. package/models/components/queryknowledgebasetoolinput.d.ts.map +1 -0
  45. package/models/components/queryknowledgebasetoolinput.js +56 -0
  46. package/models/components/queryknowledgebasetoolinput.js.map +1 -0
  47. package/models/components/querymemorystoretoolinput.d.ts +29 -0
  48. package/models/components/querymemorystoretoolinput.d.ts.map +1 -0
  49. package/models/components/querymemorystoretoolinput.js +56 -0
  50. package/models/components/querymemorystoretoolinput.js.map +1 -0
  51. package/models/components/reasoningpart.js +1 -1
  52. package/models/components/retrieveagentstoolinput.d.ts +29 -0
  53. package/models/components/retrieveagentstoolinput.d.ts.map +1 -0
  54. package/models/components/retrieveagentstoolinput.js +56 -0
  55. package/models/components/retrieveagentstoolinput.js.map +1 -0
  56. package/models/components/retrieveknowledgebasestoolinput.d.ts +29 -0
  57. package/models/components/retrieveknowledgebasestoolinput.d.ts.map +1 -0
  58. package/models/components/retrieveknowledgebasestoolinput.js +56 -0
  59. package/models/components/retrieveknowledgebasestoolinput.js.map +1 -0
  60. package/models/components/retrievememorystorestoolinput.d.ts +29 -0
  61. package/models/components/retrievememorystorestoolinput.d.ts.map +1 -0
  62. package/models/components/retrievememorystorestoolinput.js +56 -0
  63. package/models/components/retrievememorystorestoolinput.js.map +1 -0
  64. package/models/components/sidekicktoolinput.d.ts +29 -0
  65. package/models/components/sidekicktoolinput.d.ts.map +1 -0
  66. package/models/components/sidekicktoolinput.js +56 -0
  67. package/models/components/sidekicktoolinput.js.map +1 -0
  68. package/models/components/webscrapertoolinput.d.ts +29 -0
  69. package/models/components/webscrapertoolinput.d.ts.map +1 -0
  70. package/models/components/webscrapertoolinput.js +56 -0
  71. package/models/components/webscrapertoolinput.js.map +1 -0
  72. package/models/components/writememorystoretoolinput.d.ts +29 -0
  73. package/models/components/writememorystoretoolinput.d.ts.map +1 -0
  74. package/models/components/writememorystoretoolinput.js +56 -0
  75. package/models/components/writememorystoretoolinput.js.map +1 -0
  76. package/models/operations/billing.js +1 -1
  77. package/models/operations/createannotationqueue.js +1 -1
  78. package/models/operations/createdataset.js +1 -1
  79. package/models/operations/createdatasetitem.js +5 -5
  80. package/models/operations/createdatasource.js +1 -1
  81. package/models/operations/createtool.js +6 -6
  82. package/models/operations/getalltools.js +6 -6
  83. package/models/operations/geteval.js +16 -16
  84. package/models/operations/getv2humanevalsets.js +2 -2
  85. package/models/operations/getv2humanevalsetsid.js +2 -2
  86. package/models/operations/listannotationqueues.js +1 -1
  87. package/models/operations/listdatasetdatapoints.js +5 -5
  88. package/models/operations/listdatasets.js +1 -1
  89. package/models/operations/listdatasources.js +1 -1
  90. package/models/operations/patchv2humanevalsetsid.js +2 -2
  91. package/models/operations/postv2feedbackevaluation.js +4 -4
  92. package/models/operations/postv2humanevalsets.js +2 -2
  93. package/models/operations/retrieveannotationqueue.js +1 -1
  94. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
  95. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
  96. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
  97. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
  98. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
  99. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
  100. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
  101. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
  102. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
  103. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
  104. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
  105. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
  106. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
  107. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
  108. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
  109. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
  110. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
  111. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
  112. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
  113. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
  114. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
  115. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
  116. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
  117. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
  118. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
  119. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
  120. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
  121. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
  122. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
  123. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
  124. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
  125. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
  126. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
  127. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
  128. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
  129. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
  130. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
  131. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
  132. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
  133. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +2 -2
  134. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
  135. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
  136. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
  137. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
  138. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  139. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
  140. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
  141. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
  142. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
  143. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
  144. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
  145. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
  146. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
  147. package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
  148. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
  149. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
  150. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
  151. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
  152. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
  153. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
  154. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
  155. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
  156. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  157. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
  158. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
  159. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
  160. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
  161. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
  162. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
  163. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
  164. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
  165. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
  166. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
  167. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
  168. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
  169. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
  170. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
  171. package/models/operations/retrievedatapoint.js +5 -5
  172. package/models/operations/retrievedataset.js +1 -1
  173. package/models/operations/retrievedatasource.js +1 -1
  174. package/models/operations/retrievetool.js +6 -6
  175. package/models/operations/runagent.d.ts +16 -394
  176. package/models/operations/runagent.d.ts.map +1 -1
  177. package/models/operations/runagent.js +42 -237
  178. package/models/operations/runagent.js.map +1 -1
  179. package/models/operations/streamrunagent.d.ts +16 -394
  180. package/models/operations/streamrunagent.d.ts.map +1 -1
  181. package/models/operations/streamrunagent.js +42 -237
  182. package/models/operations/streamrunagent.js.map +1 -1
  183. package/models/operations/twenty.js +1 -1
  184. package/models/operations/updateannotationqueue.js +1 -1
  185. package/models/operations/updatedatapoint.js +5 -5
  186. package/models/operations/updatedataset.js +1 -1
  187. package/models/operations/updatedatasource.js +1 -1
  188. package/models/operations/updatetool.js +7 -7
  189. package/package.json +5 -5
  190. package/packages/orq-rc/src/lib/config.ts +3 -3
  191. package/packages/orq-rc/src/models/components/evaluatorresponsefunction.ts +2 -2
  192. package/packages/orq-rc/src/models/components/evaluatorresponsehttp.ts +2 -2
  193. package/packages/orq-rc/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  194. package/packages/orq-rc/src/models/components/evaluatorresponsellm.ts +2 -2
  195. package/packages/orq-rc/src/models/components/evaluatorresponsepython.ts +2 -2
  196. package/packages/orq-rc/src/models/components/evaluatorresponseragas.ts +2 -2
  197. package/packages/orq-rc/src/models/components/evaluatorresponsetypescript.ts +2 -2
  198. package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
  199. package/packages/orq-rc/src/models/errors/postv2feedback.ts +2 -2
  200. package/packages/orq-rc/src/models/operations/createannotationqueue.ts +1 -1
  201. package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
  202. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +5 -5
  203. package/packages/orq-rc/src/models/operations/createdatasource.ts +1 -1
  204. package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
  205. package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
  206. package/packages/orq-rc/src/models/operations/geteval.ts +16 -16
  207. package/packages/orq-rc/src/models/operations/getv2humanevalsets.ts +2 -2
  208. package/packages/orq-rc/src/models/operations/getv2humanevalsetsid.ts +2 -2
  209. package/packages/orq-rc/src/models/operations/listannotationqueues.ts +1 -1
  210. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +5 -5
  211. package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
  212. package/packages/orq-rc/src/models/operations/listdatasources.ts +1 -1
  213. package/packages/orq-rc/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  214. package/packages/orq-rc/src/models/operations/postv2feedback.ts +1 -1
  215. package/packages/orq-rc/src/models/operations/postv2feedbackevaluation.ts +4 -4
  216. package/packages/orq-rc/src/models/operations/postv2humanevalsets.ts +2 -2
  217. package/packages/orq-rc/src/models/operations/responsebodynodes.ts +33 -33
  218. package/packages/orq-rc/src/models/operations/retrieveannotationqueue.ts +1 -1
  219. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
  220. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
  221. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
  222. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
  223. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
  224. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
  225. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
  226. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
  227. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
  228. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
  229. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
  230. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
  231. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
  232. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
  233. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
  234. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
  235. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
  236. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
  237. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
  238. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
  239. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
  240. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
  241. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
  242. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
  243. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
  244. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
  245. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
  246. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
  247. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
  248. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
  249. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
  250. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
  251. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
  252. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +2 -2
  253. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
  254. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
  255. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
  256. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
  257. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
  258. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
  259. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  260. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
  261. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
  262. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
  263. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
  264. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
  265. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
  266. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
  267. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
  268. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
  269. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
  270. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
  271. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
  272. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
  273. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
  274. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
  275. package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
  276. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
  277. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
  278. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
  279. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
  280. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
  281. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
  282. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  283. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
  284. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
  285. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
  286. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
  287. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
  288. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
  289. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
  290. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
  291. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
  292. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
  293. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
  294. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
  295. package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
  296. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +5 -5
  297. package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
  298. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +1 -1
  299. package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
  300. package/packages/orq-rc/src/models/operations/runagent.ts +1 -1
  301. package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -1
  302. package/packages/orq-rc/src/models/operations/summary4.ts +10 -10
  303. package/packages/orq-rc/src/models/operations/twentythree.ts +1 -1
  304. package/packages/orq-rc/src/models/operations/updateannotationqueue.ts +1 -1
  305. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +5 -5
  306. package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
  307. package/packages/orq-rc/src/models/operations/updatedatasource.ts +1 -1
  308. package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
  309. package/packages/orq-rc/src/sdk/feedback.ts +4 -1
  310. package/sdk/feedback.d.ts +2 -2
  311. package/sdk/feedback.js +2 -2
  312. package/src/lib/config.ts +3 -3
  313. package/src/models/components/advisortoolinput.ts +51 -0
  314. package/src/models/components/agenttoolinputcrud.ts +112 -784
  315. package/src/models/components/callsubagenttoolinput.ts +51 -0
  316. package/src/models/components/codeinterpretertoolinput.ts +51 -0
  317. package/src/models/components/currentdatetoolinput.ts +51 -0
  318. package/src/models/components/deletememorydocumenttoolinput.ts +53 -0
  319. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  320. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  321. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  322. package/src/models/components/evaluatorresponsellm.ts +2 -2
  323. package/src/models/components/evaluatorresponsepython.ts +2 -2
  324. package/src/models/components/evaluatorresponseragas.ts +2 -2
  325. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  326. package/src/models/components/googlesearchtoolinput.ts +51 -0
  327. package/src/models/components/index.ts +14 -0
  328. package/src/models/components/queryknowledgebasetoolinput.ts +53 -0
  329. package/src/models/components/querymemorystoretoolinput.ts +51 -0
  330. package/src/models/components/reasoningpart.ts +1 -1
  331. package/src/models/components/retrieveagentstoolinput.ts +51 -0
  332. package/src/models/components/retrieveknowledgebasestoolinput.ts +53 -0
  333. package/src/models/components/retrievememorystorestoolinput.ts +53 -0
  334. package/src/models/components/sidekicktoolinput.ts +51 -0
  335. package/src/models/components/webscrapertoolinput.ts +51 -0
  336. package/src/models/components/writememorystoretoolinput.ts +51 -0
  337. package/src/models/operations/billing.ts +1 -1
  338. package/src/models/operations/createannotationqueue.ts +1 -1
  339. package/src/models/operations/createdataset.ts +1 -1
  340. package/src/models/operations/createdatasetitem.ts +5 -5
  341. package/src/models/operations/createdatasource.ts +1 -1
  342. package/src/models/operations/createtool.ts +6 -6
  343. package/src/models/operations/getalltools.ts +6 -6
  344. package/src/models/operations/geteval.ts +16 -16
  345. package/src/models/operations/getv2humanevalsets.ts +2 -2
  346. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  347. package/src/models/operations/listannotationqueues.ts +1 -1
  348. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  349. package/src/models/operations/listdatasets.ts +1 -1
  350. package/src/models/operations/listdatasources.ts +1 -1
  351. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  352. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  353. package/src/models/operations/postv2humanevalsets.ts +2 -2
  354. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  355. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
  356. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
  357. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
  358. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
  359. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
  360. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
  361. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
  362. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
  363. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
  364. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
  365. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
  366. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
  367. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
  368. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
  369. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
  370. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
  371. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
  372. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
  373. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
  374. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
  375. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
  376. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
  377. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
  378. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
  379. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
  380. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
  381. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
  382. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
  383. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
  384. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
  385. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
  386. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
  387. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
  388. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
  389. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
  390. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
  391. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
  392. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
  393. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
  394. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +2 -2
  395. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
  396. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
  397. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
  398. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
  399. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  400. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
  401. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
  402. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
  403. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
  404. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
  405. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
  406. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
  407. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
  408. package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
  409. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
  410. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
  411. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
  412. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
  413. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
  414. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
  415. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
  416. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
  417. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  418. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
  419. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
  420. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
  421. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
  422. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
  423. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
  424. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
  425. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
  426. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
  427. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
  428. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
  429. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
  430. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
  431. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
  432. package/src/models/operations/retrievedatapoint.ts +5 -5
  433. package/src/models/operations/retrievedataset.ts +1 -1
  434. package/src/models/operations/retrievedatasource.ts +1 -1
  435. package/src/models/operations/retrievetool.ts +6 -6
  436. package/src/models/operations/runagent.ts +119 -751
  437. package/src/models/operations/streamrunagent.ts +116 -792
  438. package/src/models/operations/twenty.ts +1 -1
  439. package/src/models/operations/updateannotationqueue.ts +1 -1
  440. package/src/models/operations/updatedatapoint.ts +5 -5
  441. package/src/models/operations/updatedataset.ts +1 -1
  442. package/src/models/operations/updatedatasource.ts +1 -1
  443. package/src/models/operations/updatetool.ts +7 -7
  444. package/src/sdk/feedback.ts +2 -2
@@ -36,283 +36,44 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AgentToolInputCRUD$outboundSchema = exports.GoogleSearchTool$outboundSchema = exports.AgentToolInputCRUDType$outboundSchema = exports.WebScraperTool$outboundSchema = exports.AgentToolInputCrud2Type$outboundSchema = exports.CallSubAgentTool$outboundSchema = exports.AgentToolInputCrud3Type$outboundSchema = exports.RetrieveAgentsTool$outboundSchema = exports.AgentToolInputCrud4Type$outboundSchema = exports.QueryMemoryStoreTool$outboundSchema = exports.AgentToolInputCrud5Type$outboundSchema = exports.WriteMemoryStoreTool$outboundSchema = exports.AgentToolInputCrud6Type$outboundSchema = exports.RetrieveMemoryStoresTool$outboundSchema = exports.AgentToolInputCrud7Type$outboundSchema = exports.DeleteMemoryDocumentTool$outboundSchema = exports.AgentToolInputCrud8Type$outboundSchema = exports.RetrieveKnowledgeBasesTool$outboundSchema = exports.AgentToolInputCrud9Type$outboundSchema = exports.QueryKnowledgeBaseTool$outboundSchema = exports.AgentToolInputCrud10Type$outboundSchema = exports.CurrentDateTool$outboundSchema = exports.AgentToolInputCrud11Type$outboundSchema = exports.AdvisorTool$outboundSchema = exports.AgentToolInputCrud12Type$outboundSchema = exports.SidekickTool$outboundSchema = exports.AgentToolInputCrud13Type$outboundSchema = exports.CodeInterpreterTool$outboundSchema = exports.AgentToolInputCrud14Type$outboundSchema = exports.AgentToolInputCRUDType = exports.AgentToolInputCrud2Type = exports.AgentToolInputCrud3Type = exports.AgentToolInputCrud4Type = exports.AgentToolInputCrud5Type = exports.AgentToolInputCrud6Type = exports.AgentToolInputCrud7Type = exports.AgentToolInputCrud8Type = exports.AgentToolInputCrud9Type = exports.AgentToolInputCrud10Type = exports.AgentToolInputCrud11Type = exports.AgentToolInputCrud12Type = exports.AgentToolInputCrud13Type = exports.AgentToolInputCrud14Type = void 0;
40
- exports.codeInterpreterToolToJSON = codeInterpreterToolToJSON;
41
- exports.sidekickToolToJSON = sidekickToolToJSON;
42
- exports.advisorToolToJSON = advisorToolToJSON;
43
- exports.currentDateToolToJSON = currentDateToolToJSON;
44
- exports.queryKnowledgeBaseToolToJSON = queryKnowledgeBaseToolToJSON;
45
- exports.retrieveKnowledgeBasesToolToJSON = retrieveKnowledgeBasesToolToJSON;
46
- exports.deleteMemoryDocumentToolToJSON = deleteMemoryDocumentToolToJSON;
47
- exports.retrieveMemoryStoresToolToJSON = retrieveMemoryStoresToolToJSON;
48
- exports.writeMemoryStoreToolToJSON = writeMemoryStoreToolToJSON;
49
- exports.queryMemoryStoreToolToJSON = queryMemoryStoreToolToJSON;
50
- exports.retrieveAgentsToolToJSON = retrieveAgentsToolToJSON;
51
- exports.callSubAgentToolToJSON = callSubAgentToolToJSON;
52
- exports.webScraperToolToJSON = webScraperToolToJSON;
53
- exports.googleSearchToolToJSON = googleSearchToolToJSON;
39
+ exports.AgentToolInputCRUD$outboundSchema = void 0;
54
40
  exports.agentToolInputCRUDToJSON = agentToolInputCRUDToJSON;
55
41
  const z = __importStar(require("zod/v3"));
56
- const primitives_js_1 = require("../../lib/primitives.js");
42
+ const advisortoolinput_js_1 = require("./advisortoolinput.js");
43
+ const callsubagenttoolinput_js_1 = require("./callsubagenttoolinput.js");
44
+ const codeinterpretertoolinput_js_1 = require("./codeinterpretertoolinput.js");
57
45
  const codetoolinput_js_1 = require("./codetoolinput.js");
46
+ const currentdatetoolinput_js_1 = require("./currentdatetoolinput.js");
47
+ const deletememorydocumenttoolinput_js_1 = require("./deletememorydocumenttoolinput.js");
58
48
  const functiontoolinput_js_1 = require("./functiontoolinput.js");
49
+ const googlesearchtoolinput_js_1 = require("./googlesearchtoolinput.js");
59
50
  const httptoolinput_js_1 = require("./httptoolinput.js");
60
51
  const jsonschematoolinput_js_1 = require("./jsonschematoolinput.js");
61
52
  const mcptoolinput_js_1 = require("./mcptoolinput.js");
62
- exports.AgentToolInputCrud14Type = {
63
- CodeInterpreter: "code_interpreter",
64
- };
65
- exports.AgentToolInputCrud13Type = {
66
- Sidekick: "sidekick",
67
- };
68
- exports.AgentToolInputCrud12Type = {
69
- Advisor: "advisor",
70
- };
71
- exports.AgentToolInputCrud11Type = {
72
- CurrentDate: "current_date",
73
- };
74
- exports.AgentToolInputCrud10Type = {
75
- QueryKnowledgeBase: "query_knowledge_base",
76
- };
77
- exports.AgentToolInputCrud9Type = {
78
- RetrieveKnowledgeBases: "retrieve_knowledge_bases",
79
- };
80
- exports.AgentToolInputCrud8Type = {
81
- DeleteMemoryDocument: "delete_memory_document",
82
- };
83
- exports.AgentToolInputCrud7Type = {
84
- RetrieveMemoryStores: "retrieve_memory_stores",
85
- };
86
- exports.AgentToolInputCrud6Type = {
87
- WriteMemoryStore: "write_memory_store",
88
- };
89
- exports.AgentToolInputCrud5Type = {
90
- QueryMemoryStore: "query_memory_store",
91
- };
92
- exports.AgentToolInputCrud4Type = {
93
- RetrieveAgents: "retrieve_agents",
94
- };
95
- exports.AgentToolInputCrud3Type = {
96
- CallSubAgent: "call_sub_agent",
97
- };
98
- exports.AgentToolInputCrud2Type = {
99
- WebScraper: "web_scraper",
100
- };
101
- exports.AgentToolInputCRUDType = {
102
- GoogleSearch: "google_search",
103
- };
104
- /** @internal */
105
- exports.AgentToolInputCrud14Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud14Type);
106
- /** @internal */
107
- exports.CodeInterpreterTool$outboundSchema = z.object({
108
- type: exports.AgentToolInputCrud14Type$outboundSchema,
109
- requiresApproval: z.boolean().optional(),
110
- configuration: z.record(z.any()).optional(),
111
- }).transform((v) => {
112
- return (0, primitives_js_1.remap)(v, {
113
- requiresApproval: "requires_approval",
114
- });
115
- });
116
- function codeInterpreterToolToJSON(codeInterpreterTool) {
117
- return JSON.stringify(exports.CodeInterpreterTool$outboundSchema.parse(codeInterpreterTool));
118
- }
119
- /** @internal */
120
- exports.AgentToolInputCrud13Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud13Type);
121
- /** @internal */
122
- exports.SidekickTool$outboundSchema = z.object({
123
- type: exports.AgentToolInputCrud13Type$outboundSchema,
124
- requiresApproval: z.boolean().optional(),
125
- configuration: z.record(z.any()).optional(),
126
- }).transform((v) => {
127
- return (0, primitives_js_1.remap)(v, {
128
- requiresApproval: "requires_approval",
129
- });
130
- });
131
- function sidekickToolToJSON(sidekickTool) {
132
- return JSON.stringify(exports.SidekickTool$outboundSchema.parse(sidekickTool));
133
- }
134
- /** @internal */
135
- exports.AgentToolInputCrud12Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud12Type);
136
- /** @internal */
137
- exports.AdvisorTool$outboundSchema = z.object({
138
- type: exports.AgentToolInputCrud12Type$outboundSchema,
139
- requiresApproval: z.boolean().optional(),
140
- configuration: z.record(z.any()).optional(),
141
- }).transform((v) => {
142
- return (0, primitives_js_1.remap)(v, {
143
- requiresApproval: "requires_approval",
144
- });
145
- });
146
- function advisorToolToJSON(advisorTool) {
147
- return JSON.stringify(exports.AdvisorTool$outboundSchema.parse(advisorTool));
148
- }
149
- /** @internal */
150
- exports.AgentToolInputCrud11Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud11Type);
151
- /** @internal */
152
- exports.CurrentDateTool$outboundSchema = z.object({
153
- type: exports.AgentToolInputCrud11Type$outboundSchema,
154
- requiresApproval: z.boolean().optional(),
155
- configuration: z.record(z.any()).optional(),
156
- }).transform((v) => {
157
- return (0, primitives_js_1.remap)(v, {
158
- requiresApproval: "requires_approval",
159
- });
160
- });
161
- function currentDateToolToJSON(currentDateTool) {
162
- return JSON.stringify(exports.CurrentDateTool$outboundSchema.parse(currentDateTool));
163
- }
164
- /** @internal */
165
- exports.AgentToolInputCrud10Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud10Type);
166
- /** @internal */
167
- exports.QueryKnowledgeBaseTool$outboundSchema = z.object({
168
- type: exports.AgentToolInputCrud10Type$outboundSchema,
169
- requiresApproval: z.boolean().optional(),
170
- configuration: z.record(z.any()).optional(),
171
- }).transform((v) => {
172
- return (0, primitives_js_1.remap)(v, {
173
- requiresApproval: "requires_approval",
174
- });
175
- });
176
- function queryKnowledgeBaseToolToJSON(queryKnowledgeBaseTool) {
177
- return JSON.stringify(exports.QueryKnowledgeBaseTool$outboundSchema.parse(queryKnowledgeBaseTool));
178
- }
179
- /** @internal */
180
- exports.AgentToolInputCrud9Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud9Type);
181
- /** @internal */
182
- exports.RetrieveKnowledgeBasesTool$outboundSchema = z.object({
183
- type: exports.AgentToolInputCrud9Type$outboundSchema,
184
- requiresApproval: z.boolean().optional(),
185
- configuration: z.record(z.any()).optional(),
186
- }).transform((v) => {
187
- return (0, primitives_js_1.remap)(v, {
188
- requiresApproval: "requires_approval",
189
- });
190
- });
191
- function retrieveKnowledgeBasesToolToJSON(retrieveKnowledgeBasesTool) {
192
- return JSON.stringify(exports.RetrieveKnowledgeBasesTool$outboundSchema.parse(retrieveKnowledgeBasesTool));
193
- }
194
- /** @internal */
195
- exports.AgentToolInputCrud8Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud8Type);
196
- /** @internal */
197
- exports.DeleteMemoryDocumentTool$outboundSchema = z.object({
198
- type: exports.AgentToolInputCrud8Type$outboundSchema,
199
- requiresApproval: z.boolean().optional(),
200
- configuration: z.record(z.any()).optional(),
201
- }).transform((v) => {
202
- return (0, primitives_js_1.remap)(v, {
203
- requiresApproval: "requires_approval",
204
- });
205
- });
206
- function deleteMemoryDocumentToolToJSON(deleteMemoryDocumentTool) {
207
- return JSON.stringify(exports.DeleteMemoryDocumentTool$outboundSchema.parse(deleteMemoryDocumentTool));
208
- }
209
- /** @internal */
210
- exports.AgentToolInputCrud7Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud7Type);
211
- /** @internal */
212
- exports.RetrieveMemoryStoresTool$outboundSchema = z.object({
213
- type: exports.AgentToolInputCrud7Type$outboundSchema,
214
- requiresApproval: z.boolean().optional(),
215
- configuration: z.record(z.any()).optional(),
216
- }).transform((v) => {
217
- return (0, primitives_js_1.remap)(v, {
218
- requiresApproval: "requires_approval",
219
- });
220
- });
221
- function retrieveMemoryStoresToolToJSON(retrieveMemoryStoresTool) {
222
- return JSON.stringify(exports.RetrieveMemoryStoresTool$outboundSchema.parse(retrieveMemoryStoresTool));
223
- }
224
- /** @internal */
225
- exports.AgentToolInputCrud6Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud6Type);
226
- /** @internal */
227
- exports.WriteMemoryStoreTool$outboundSchema = z.object({
228
- type: exports.AgentToolInputCrud6Type$outboundSchema,
229
- requiresApproval: z.boolean().optional(),
230
- configuration: z.record(z.any()).optional(),
231
- }).transform((v) => {
232
- return (0, primitives_js_1.remap)(v, {
233
- requiresApproval: "requires_approval",
234
- });
235
- });
236
- function writeMemoryStoreToolToJSON(writeMemoryStoreTool) {
237
- return JSON.stringify(exports.WriteMemoryStoreTool$outboundSchema.parse(writeMemoryStoreTool));
238
- }
239
- /** @internal */
240
- exports.AgentToolInputCrud5Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud5Type);
241
- /** @internal */
242
- exports.QueryMemoryStoreTool$outboundSchema = z.object({
243
- type: exports.AgentToolInputCrud5Type$outboundSchema,
244
- requiresApproval: z.boolean().optional(),
245
- configuration: z.record(z.any()).optional(),
246
- }).transform((v) => {
247
- return (0, primitives_js_1.remap)(v, {
248
- requiresApproval: "requires_approval",
249
- });
250
- });
251
- function queryMemoryStoreToolToJSON(queryMemoryStoreTool) {
252
- return JSON.stringify(exports.QueryMemoryStoreTool$outboundSchema.parse(queryMemoryStoreTool));
253
- }
254
- /** @internal */
255
- exports.AgentToolInputCrud4Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud4Type);
256
- /** @internal */
257
- exports.RetrieveAgentsTool$outboundSchema = z.object({
258
- type: exports.AgentToolInputCrud4Type$outboundSchema,
259
- requiresApproval: z.boolean().optional(),
260
- configuration: z.record(z.any()).optional(),
261
- }).transform((v) => {
262
- return (0, primitives_js_1.remap)(v, {
263
- requiresApproval: "requires_approval",
264
- });
265
- });
266
- function retrieveAgentsToolToJSON(retrieveAgentsTool) {
267
- return JSON.stringify(exports.RetrieveAgentsTool$outboundSchema.parse(retrieveAgentsTool));
268
- }
269
- /** @internal */
270
- exports.AgentToolInputCrud3Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud3Type);
271
- /** @internal */
272
- exports.CallSubAgentTool$outboundSchema = z.object({
273
- type: exports.AgentToolInputCrud3Type$outboundSchema,
274
- requiresApproval: z.boolean().optional(),
275
- configuration: z.record(z.any()).optional(),
276
- }).transform((v) => {
277
- return (0, primitives_js_1.remap)(v, {
278
- requiresApproval: "requires_approval",
279
- });
280
- });
281
- function callSubAgentToolToJSON(callSubAgentTool) {
282
- return JSON.stringify(exports.CallSubAgentTool$outboundSchema.parse(callSubAgentTool));
283
- }
284
- /** @internal */
285
- exports.AgentToolInputCrud2Type$outboundSchema = z.nativeEnum(exports.AgentToolInputCrud2Type);
286
- /** @internal */
287
- exports.WebScraperTool$outboundSchema = z.object({
288
- type: exports.AgentToolInputCrud2Type$outboundSchema,
289
- requiresApproval: z.boolean().optional(),
290
- configuration: z.record(z.any()).optional(),
291
- }).transform((v) => {
292
- return (0, primitives_js_1.remap)(v, {
293
- requiresApproval: "requires_approval",
294
- });
295
- });
296
- function webScraperToolToJSON(webScraperTool) {
297
- return JSON.stringify(exports.WebScraperTool$outboundSchema.parse(webScraperTool));
298
- }
299
- /** @internal */
300
- exports.AgentToolInputCRUDType$outboundSchema = z.nativeEnum(exports.AgentToolInputCRUDType);
301
- /** @internal */
302
- exports.GoogleSearchTool$outboundSchema = z.object({
303
- type: exports.AgentToolInputCRUDType$outboundSchema,
304
- requiresApproval: z.boolean().optional(),
305
- configuration: z.record(z.any()).optional(),
306
- }).transform((v) => {
307
- return (0, primitives_js_1.remap)(v, {
308
- requiresApproval: "requires_approval",
309
- });
310
- });
311
- function googleSearchToolToJSON(googleSearchTool) {
312
- return JSON.stringify(exports.GoogleSearchTool$outboundSchema.parse(googleSearchTool));
313
- }
53
+ const queryknowledgebasetoolinput_js_1 = require("./queryknowledgebasetoolinput.js");
54
+ const querymemorystoretoolinput_js_1 = require("./querymemorystoretoolinput.js");
55
+ const retrieveagentstoolinput_js_1 = require("./retrieveagentstoolinput.js");
56
+ const retrieveknowledgebasestoolinput_js_1 = require("./retrieveknowledgebasestoolinput.js");
57
+ const retrievememorystorestoolinput_js_1 = require("./retrievememorystorestoolinput.js");
58
+ const sidekicktoolinput_js_1 = require("./sidekicktoolinput.js");
59
+ const webscrapertoolinput_js_1 = require("./webscrapertoolinput.js");
60
+ const writememorystoretoolinput_js_1 = require("./writememorystoretoolinput.js");
314
61
  /** @internal */
315
62
  exports.AgentToolInputCRUD$outboundSchema = z.union([
63
+ googlesearchtoolinput_js_1.GoogleSearchToolInput$outboundSchema,
64
+ webscrapertoolinput_js_1.WebScraperToolInput$outboundSchema,
65
+ callsubagenttoolinput_js_1.CallSubAgentToolInput$outboundSchema,
66
+ retrieveagentstoolinput_js_1.RetrieveAgentsToolInput$outboundSchema,
67
+ querymemorystoretoolinput_js_1.QueryMemoryStoreToolInput$outboundSchema,
68
+ writememorystoretoolinput_js_1.WriteMemoryStoreToolInput$outboundSchema,
69
+ retrievememorystorestoolinput_js_1.RetrieveMemoryStoresToolInput$outboundSchema,
70
+ deletememorydocumenttoolinput_js_1.DeleteMemoryDocumentToolInput$outboundSchema,
71
+ retrieveknowledgebasestoolinput_js_1.RetrieveKnowledgeBasesToolInput$outboundSchema,
72
+ queryknowledgebasetoolinput_js_1.QueryKnowledgeBaseToolInput$outboundSchema,
73
+ currentdatetoolinput_js_1.CurrentDateToolInput$outboundSchema,
74
+ advisortoolinput_js_1.AdvisorToolInput$outboundSchema,
75
+ sidekicktoolinput_js_1.SidekickToolInput$outboundSchema,
76
+ codeinterpretertoolinput_js_1.CodeInterpreterToolInput$outboundSchema,
316
77
  httptoolinput_js_1.HttpToolInput$outboundSchema,
317
78
  codetoolinput_js_1.CodeToolInput$outboundSchema,
318
79
  functiontoolinput_js_1.FunctionToolInput$outboundSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"agenttoolinputcrud.js","sourceRoot":"","sources":["../../src/models/components/agenttoolinputcrud.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"agenttoolinputcrud.js","sourceRoot":"","sources":["../../src/models/components/agenttoolinputcrud.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4KH,4DAMC;AAhLD,0CAA4B;AAC5B,+DAI+B;AAC/B,yEAIoC;AACpC,+EAIuC;AACvC,yDAI4B;AAC5B,uEAImC;AACnC,yFAI4C;AAC5C,iEAIgC;AAChC,yEAIoC;AACpC,yDAI4B;AAC5B,qEAIkC;AAClC,uDAI2B;AAC3B,qFAI0C;AAC1C,iFAIwC;AACxC,6EAIsC;AACtC,6FAI8C;AAC9C,yFAI4C;AAC5C,iEAIgC;AAChC,qEAIkC;AAClC,iFAIwC;AAgDxC,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,KAAK,CAAC;IACV,+DAAoC;IACpC,2DAAkC;IAClC,+DAAoC;IACpC,mEAAsC;IACtC,uEAAwC;IACxC,uEAAwC;IACxC,+EAA4C;IAC5C,+EAA4C;IAC5C,mFAA8C;IAC9C,2EAA0C;IAC1C,6DAAmC;IACnC,qDAA+B;IAC/B,uDAAgC;IAChC,qEAAuC;IACvC,+CAA4B;IAC5B,+CAA4B;IAC5B,uDAAgC;IAChC,2DAAkC;IAClC,6CAA2B;CAC5B,CAAC,CAAC;AAEH,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Delegates tasks to specialized sub-agents
4
+ */
5
+ export type CallSubAgentToolInput = {
6
+ type: "call_sub_agent";
7
+ /**
8
+ * Whether this tool requires approval before execution
9
+ */
10
+ requiresApproval?: boolean | undefined;
11
+ /**
12
+ * Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
13
+ */
14
+ configuration?: {
15
+ [k: string]: any;
16
+ } | undefined;
17
+ };
18
+ /** @internal */
19
+ export type CallSubAgentToolInput$Outbound = {
20
+ type: "call_sub_agent";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const CallSubAgentToolInput$outboundSchema: z.ZodType<CallSubAgentToolInput$Outbound, z.ZodTypeDef, CallSubAgentToolInput>;
28
+ export declare function callSubAgentToolInputToJSON(callSubAgentToolInput: CallSubAgentToolInput): string;
29
+ //# sourceMappingURL=callsubagenttoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callsubagenttoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/callsubagenttoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,gBAAgB,CAAC;IACvB,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CASrB,CAAC;AAEH,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CallSubAgentToolInput$outboundSchema = void 0;
40
+ exports.callSubAgentToolInputToJSON = callSubAgentToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.CallSubAgentToolInput$outboundSchema = z.object({
45
+ type: z.literal("call_sub_agent"),
46
+ requiresApproval: z.boolean().optional(),
47
+ configuration: z.record(z.any()).optional(),
48
+ }).transform((v) => {
49
+ return (0, primitives_js_1.remap)(v, {
50
+ requiresApproval: "requires_approval",
51
+ });
52
+ });
53
+ function callSubAgentToolInputToJSON(callSubAgentToolInput) {
54
+ return JSON.stringify(exports.CallSubAgentToolInput$outboundSchema.parse(callSubAgentToolInput));
55
+ }
56
+ //# sourceMappingURL=callsubagenttoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callsubagenttoolinput.js","sourceRoot":"","sources":["../../src/models/components/callsubagenttoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,kEAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IACjC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,mBAAmB;KACtC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Executes model-written Python code. Uses provider-native code execution when the model supports it, otherwise a secure orq-managed sandbox.
4
+ */
5
+ export type CodeInterpreterToolInput = {
6
+ type: "code_interpreter";
7
+ /**
8
+ * Whether this tool requires approval before execution
9
+ */
10
+ requiresApproval?: boolean | undefined;
11
+ /**
12
+ * Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
13
+ */
14
+ configuration?: {
15
+ [k: string]: any;
16
+ } | undefined;
17
+ };
18
+ /** @internal */
19
+ export type CodeInterpreterToolInput$Outbound = {
20
+ type: "code_interpreter";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const CodeInterpreterToolInput$outboundSchema: z.ZodType<CodeInterpreterToolInput$Outbound, z.ZodTypeDef, CodeInterpreterToolInput>;
28
+ export declare function codeInterpreterToolInputToJSON(codeInterpreterToolInput: CodeInterpreterToolInput): string;
29
+ //# sourceMappingURL=codeinterpretertoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codeinterpretertoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/codeinterpretertoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,kBAAkB,CAAC;IACzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,EAAE,kBAAkB,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CASxB,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CodeInterpreterToolInput$outboundSchema = void 0;
40
+ exports.codeInterpreterToolInputToJSON = codeInterpreterToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.CodeInterpreterToolInput$outboundSchema = z.object({
45
+ type: z.literal("code_interpreter"),
46
+ requiresApproval: z.boolean().optional(),
47
+ configuration: z.record(z.any()).optional(),
48
+ }).transform((v) => {
49
+ return (0, primitives_js_1.remap)(v, {
50
+ requiresApproval: "requires_approval",
51
+ });
52
+ });
53
+ function codeInterpreterToolInputToJSON(codeInterpreterToolInput) {
54
+ return JSON.stringify(exports.CodeInterpreterToolInput$outboundSchema.parse(codeInterpreterToolInput));
55
+ }
56
+ //# sourceMappingURL=codeinterpretertoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codeinterpretertoolinput.js","sourceRoot":"","sources":["../../src/models/components/codeinterpretertoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,wEAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,mBAAmB;KACtC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,+CAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Returns the current date and time
4
+ */
5
+ export type CurrentDateToolInput = {
6
+ type: "current_date";
7
+ /**
8
+ * Whether this tool requires approval before execution
9
+ */
10
+ requiresApproval?: boolean | undefined;
11
+ /**
12
+ * Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
13
+ */
14
+ configuration?: {
15
+ [k: string]: any;
16
+ } | undefined;
17
+ };
18
+ /** @internal */
19
+ export type CurrentDateToolInput$Outbound = {
20
+ type: "current_date";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const CurrentDateToolInput$outboundSchema: z.ZodType<CurrentDateToolInput$Outbound, z.ZodTypeDef, CurrentDateToolInput>;
28
+ export declare function currentDateToolInputToJSON(currentDateToolInput: CurrentDateToolInput): string;
29
+ //# sourceMappingURL=currentdatetoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currentdatetoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/currentdatetoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,cAAc,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,cAAc,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CASpB,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CurrentDateToolInput$outboundSchema = void 0;
40
+ exports.currentDateToolInputToJSON = currentDateToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.CurrentDateToolInput$outboundSchema = z.object({
45
+ type: z.literal("current_date"),
46
+ requiresApproval: z.boolean().optional(),
47
+ configuration: z.record(z.any()).optional(),
48
+ }).transform((v) => {
49
+ return (0, primitives_js_1.remap)(v, {
50
+ requiresApproval: "requires_approval",
51
+ });
52
+ });
53
+ function currentDateToolInputToJSON(currentDateToolInput) {
54
+ return JSON.stringify(exports.CurrentDateToolInput$outboundSchema.parse(currentDateToolInput));
55
+ }
56
+ //# sourceMappingURL=currentdatetoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currentdatetoolinput.js","sourceRoot":"","sources":["../../src/models/components/currentdatetoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,gEAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IAC/B,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,mBAAmB;KACtC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Deletes documents from memory stores
4
+ */
5
+ export type DeleteMemoryDocumentToolInput = {
6
+ type: "delete_memory_document";
7
+ /**
8
+ * Whether this tool requires approval before execution
9
+ */
10
+ requiresApproval?: boolean | undefined;
11
+ /**
12
+ * Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
13
+ */
14
+ configuration?: {
15
+ [k: string]: any;
16
+ } | undefined;
17
+ };
18
+ /** @internal */
19
+ export type DeleteMemoryDocumentToolInput$Outbound = {
20
+ type: "delete_memory_document";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const DeleteMemoryDocumentToolInput$outboundSchema: z.ZodType<DeleteMemoryDocumentToolInput$Outbound, z.ZodTypeDef, DeleteMemoryDocumentToolInput>;
28
+ export declare function deleteMemoryDocumentToolInputToJSON(deleteMemoryDocumentToolInput: DeleteMemoryDocumentToolInput): string;
29
+ //# sourceMappingURL=deletememorydocumenttoolinput.d.ts.map