@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
@@ -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.QueryMemoryStoreToolInput$outboundSchema = void 0;
40
+ exports.queryMemoryStoreToolInputToJSON = queryMemoryStoreToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.QueryMemoryStoreToolInput$outboundSchema = z.object({
45
+ type: z.literal("query_memory_store"),
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 queryMemoryStoreToolInputToJSON(queryMemoryStoreToolInput) {
54
+ return JSON.stringify(exports.QueryMemoryStoreToolInput$outboundSchema.parse(queryMemoryStoreToolInput));
55
+ }
56
+ //# sourceMappingURL=querymemorystoretoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"querymemorystoretoolinput.js","sourceRoot":"","sources":["../../src/models/components/querymemorystoretoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,0EAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,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,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC"}
@@ -43,7 +43,7 @@ const primitives_js_1 = require("../../lib/primitives.js");
43
43
  const schemas_js_1 = require("../../lib/schemas.js");
44
44
  /** @internal */
45
45
  exports.ReasoningPart$inboundSchema = z.object({
46
- _id: z.string().default("reasoning_01kzp5d8qrsmr0rytqw790058w"),
46
+ _id: z.string().default("reasoning_01kzr4n4eh34qnp87ckg5qvqwc"),
47
47
  metadata: z.record(z.any()).optional(),
48
48
  kind: z.literal("reasoning"),
49
49
  reasoning: z.string(),
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Retrieves available agents in the system
4
+ */
5
+ export type RetrieveAgentsToolInput = {
6
+ type: "retrieve_agents";
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 RetrieveAgentsToolInput$Outbound = {
20
+ type: "retrieve_agents";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const RetrieveAgentsToolInput$outboundSchema: z.ZodType<RetrieveAgentsToolInput$Outbound, z.ZodTypeDef, RetrieveAgentsToolInput>;
28
+ export declare function retrieveAgentsToolInputToJSON(retrieveAgentsToolInput: RetrieveAgentsToolInput): string;
29
+ //# sourceMappingURL=retrieveagentstoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieveagentstoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/retrieveagentstoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,iBAAiB,CAAC;IACxB;;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,gCAAgC,GAAG;IAC7C,IAAI,EAAE,iBAAiB,CAAC;IACxB,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,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CASvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,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.RetrieveAgentsToolInput$outboundSchema = void 0;
40
+ exports.retrieveAgentsToolInputToJSON = retrieveAgentsToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.RetrieveAgentsToolInput$outboundSchema = z.object({
45
+ type: z.literal("retrieve_agents"),
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 retrieveAgentsToolInputToJSON(retrieveAgentsToolInput) {
54
+ return JSON.stringify(exports.RetrieveAgentsToolInput$outboundSchema.parse(retrieveAgentsToolInput));
55
+ }
56
+ //# sourceMappingURL=retrieveagentstoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieveagentstoolinput.js","sourceRoot":"","sources":["../../src/models/components/retrieveagentstoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,sEAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAClC,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,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Lists available knowledge bases
4
+ */
5
+ export type RetrieveKnowledgeBasesToolInput = {
6
+ type: "retrieve_knowledge_bases";
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 RetrieveKnowledgeBasesToolInput$Outbound = {
20
+ type: "retrieve_knowledge_bases";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const RetrieveKnowledgeBasesToolInput$outboundSchema: z.ZodType<RetrieveKnowledgeBasesToolInput$Outbound, z.ZodTypeDef, RetrieveKnowledgeBasesToolInput>;
28
+ export declare function retrieveKnowledgeBasesToolInputToJSON(retrieveKnowledgeBasesToolInput: RetrieveKnowledgeBasesToolInput): string;
29
+ //# sourceMappingURL=retrieveknowledgebasestoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieveknowledgebasestoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/retrieveknowledgebasestoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,IAAI,EAAE,0BAA0B,CAAC;IACjC;;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,wCAAwC,GAAG;IACrD,IAAI,EAAE,0BAA0B,CAAC;IACjC,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,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAS/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR"}
@@ -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.RetrieveKnowledgeBasesToolInput$outboundSchema = void 0;
40
+ exports.retrieveKnowledgeBasesToolInputToJSON = retrieveKnowledgeBasesToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.RetrieveKnowledgeBasesToolInput$outboundSchema = z.object({
45
+ type: z.literal("retrieve_knowledge_bases"),
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 retrieveKnowledgeBasesToolInputToJSON(retrieveKnowledgeBasesToolInput) {
54
+ return JSON.stringify(exports.RetrieveKnowledgeBasesToolInput$outboundSchema.parse(retrieveKnowledgeBasesToolInput));
55
+ }
56
+ //# sourceMappingURL=retrieveknowledgebasestoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieveknowledgebasestoolinput.js","sourceRoot":"","sources":["../../src/models/components/retrieveknowledgebasestoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,sFAQC;AAhDD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,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,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Lists available memory stores
4
+ */
5
+ export type RetrieveMemoryStoresToolInput = {
6
+ type: "retrieve_memory_stores";
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 RetrieveMemoryStoresToolInput$Outbound = {
20
+ type: "retrieve_memory_stores";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const RetrieveMemoryStoresToolInput$outboundSchema: z.ZodType<RetrieveMemoryStoresToolInput$Outbound, z.ZodTypeDef, RetrieveMemoryStoresToolInput>;
28
+ export declare function retrieveMemoryStoresToolInputToJSON(retrieveMemoryStoresToolInput: RetrieveMemoryStoresToolInput): string;
29
+ //# sourceMappingURL=retrievememorystorestoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrievememorystorestoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/retrievememorystorestoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,wBAAwB,CAAC;IAC/B;;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,sCAAsC,GAAG;IACnD,IAAI,EAAE,wBAAwB,CAAC;IAC/B,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,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAS7B,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR"}
@@ -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.RetrieveMemoryStoresToolInput$outboundSchema = void 0;
40
+ exports.retrieveMemoryStoresToolInputToJSON = retrieveMemoryStoresToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.RetrieveMemoryStoresToolInput$outboundSchema = z.object({
45
+ type: z.literal("retrieve_memory_stores"),
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 retrieveMemoryStoresToolInputToJSON(retrieveMemoryStoresToolInput) {
54
+ return JSON.stringify(exports.RetrieveMemoryStoresToolInput$outboundSchema.parse(retrieveMemoryStoresToolInput));
55
+ }
56
+ //# sourceMappingURL=retrievememorystorestoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrievememorystorestoolinput.js","sourceRoot":"","sources":["../../src/models/components/retrievememorystorestoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,kFAQC;AAhDD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,wBAAwB,CAAC;IACzC,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,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Delegate a subtask to a secondary model for execution
4
+ */
5
+ export type SidekickToolInput = {
6
+ type: "sidekick";
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 SidekickToolInput$Outbound = {
20
+ type: "sidekick";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const SidekickToolInput$outboundSchema: z.ZodType<SidekickToolInput$Outbound, z.ZodTypeDef, SidekickToolInput>;
28
+ export declare function sidekickToolInputToJSON(sidekickToolInput: SidekickToolInput): string;
29
+ //# sourceMappingURL=sidekicktoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidekicktoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/sidekicktoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,UAAU,CAAC;IACjB;;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,0BAA0B,GAAG;IACvC,IAAI,EAAE,UAAU,CAAC;IACjB,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,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CASjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,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.SidekickToolInput$outboundSchema = void 0;
40
+ exports.sidekickToolInputToJSON = sidekickToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.SidekickToolInput$outboundSchema = z.object({
45
+ type: z.literal("sidekick"),
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 sidekickToolInputToJSON(sidekickToolInput) {
54
+ return JSON.stringify(exports.SidekickToolInput$outboundSchema.parse(sidekickToolInput));
55
+ }
56
+ //# sourceMappingURL=sidekicktoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidekicktoolinput.js","sourceRoot":"","sources":["../../src/models/components/sidekicktoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,0DAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC3B,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,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Scrapes and extracts content from web pages
4
+ */
5
+ export type WebScraperToolInput = {
6
+ type: "web_scraper";
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 WebScraperToolInput$Outbound = {
20
+ type: "web_scraper";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const WebScraperToolInput$outboundSchema: z.ZodType<WebScraperToolInput$Outbound, z.ZodTypeDef, WebScraperToolInput>;
28
+ export declare function webScraperToolInputToJSON(webScraperToolInput: WebScraperToolInput): string;
29
+ //# sourceMappingURL=webscrapertoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webscrapertoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/webscrapertoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,aAAa,CAAC;IACpB;;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,4BAA4B,GAAG;IACzC,IAAI,EAAE,aAAa,CAAC;IACpB,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,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CASnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,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.WebScraperToolInput$outboundSchema = void 0;
40
+ exports.webScraperToolInputToJSON = webScraperToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.WebScraperToolInput$outboundSchema = z.object({
45
+ type: z.literal("web_scraper"),
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 webScraperToolInputToJSON(webScraperToolInput) {
54
+ return JSON.stringify(exports.WebScraperToolInput$outboundSchema.parse(webScraperToolInput));
55
+ }
56
+ //# sourceMappingURL=webscrapertoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webscrapertoolinput.js","sourceRoot":"","sources":["../../src/models/components/webscrapertoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,8DAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IAC9B,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,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,29 @@
1
+ import * as z from "zod/v3";
2
+ /**
3
+ * Writes information to agent memory stores
4
+ */
5
+ export type WriteMemoryStoreToolInput = {
6
+ type: "write_memory_store";
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 WriteMemoryStoreToolInput$Outbound = {
20
+ type: "write_memory_store";
21
+ requires_approval?: boolean | undefined;
22
+ configuration?: {
23
+ [k: string]: any;
24
+ } | undefined;
25
+ };
26
+ /** @internal */
27
+ export declare const WriteMemoryStoreToolInput$outboundSchema: z.ZodType<WriteMemoryStoreToolInput$Outbound, z.ZodTypeDef, WriteMemoryStoreToolInput>;
28
+ export declare function writeMemoryStoreToolInputToJSON(writeMemoryStoreToolInput: WriteMemoryStoreToolInput): string;
29
+ //# sourceMappingURL=writememorystoretoolinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"writememorystoretoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/writememorystoretoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,oBAAoB,CAAC;IAC3B;;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,kCAAkC,GAAG;IAC/C,IAAI,EAAE,oBAAoB,CAAC;IAC3B,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,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CASzB,CAAC;AAEH,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,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.WriteMemoryStoreToolInput$outboundSchema = void 0;
40
+ exports.writeMemoryStoreToolInputToJSON = writeMemoryStoreToolInputToJSON;
41
+ const z = __importStar(require("zod/v3"));
42
+ const primitives_js_1 = require("../../lib/primitives.js");
43
+ /** @internal */
44
+ exports.WriteMemoryStoreToolInput$outboundSchema = z.object({
45
+ type: z.literal("write_memory_store"),
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 writeMemoryStoreToolInputToJSON(writeMemoryStoreToolInput) {
54
+ return JSON.stringify(exports.WriteMemoryStoreToolInput$outboundSchema.parse(writeMemoryStoreToolInput));
55
+ }
56
+ //# sourceMappingURL=writememorystoretoolinput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"writememorystoretoolinput.js","sourceRoot":"","sources":["../../src/models/components/writememorystoretoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,0EAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,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,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC"}