@orq-ai/node 4.13.18 → 4.13.20

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 (344) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/evaluatorresponsefunction.js +2 -2
  5. package/models/components/evaluatorresponsehttp.js +2 -2
  6. package/models/components/evaluatorresponsejsonschema.js +2 -2
  7. package/models/components/evaluatorresponsellm.js +2 -2
  8. package/models/components/evaluatorresponsepython.js +2 -2
  9. package/models/components/evaluatorresponseragas.js +2 -2
  10. package/models/components/evaluatorresponsetypescript.js +2 -2
  11. package/models/components/invokedeploymentrequest.d.ts +10 -0
  12. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  13. package/models/components/invokedeploymentrequest.js +8 -0
  14. package/models/components/invokedeploymentrequest.js.map +1 -1
  15. package/models/components/modelmetadata.d.ts +12 -0
  16. package/models/components/modelmetadata.d.ts.map +1 -1
  17. package/models/components/modelmetadata.js +24 -0
  18. package/models/components/modelmetadata.js.map +1 -1
  19. package/models/components/reasoningpart.js +1 -1
  20. package/models/operations/billing.d.ts +7 -6
  21. package/models/operations/billing.d.ts.map +1 -1
  22. package/models/operations/billing.js +4 -3
  23. package/models/operations/billing.js.map +1 -1
  24. package/models/operations/createagentrequest.d.ts +28 -24
  25. package/models/operations/createagentrequest.d.ts.map +1 -1
  26. package/models/operations/createagentrequest.js +12 -8
  27. package/models/operations/createagentrequest.js.map +1 -1
  28. package/models/operations/createannotationqueue.js +1 -1
  29. package/models/operations/createchatcompletion.d.ts +12 -6
  30. package/models/operations/createchatcompletion.d.ts.map +1 -1
  31. package/models/operations/createchatcompletion.js +5 -2
  32. package/models/operations/createchatcompletion.js.map +1 -1
  33. package/models/operations/createdataset.js +1 -1
  34. package/models/operations/createdatasetitem.d.ts +9 -0
  35. package/models/operations/createdatasetitem.d.ts.map +1 -1
  36. package/models/operations/createdatasetitem.js +9 -5
  37. package/models/operations/createdatasetitem.js.map +1 -1
  38. package/models/operations/createdatasource.js +1 -1
  39. package/models/operations/createprompt.d.ts +23 -12
  40. package/models/operations/createprompt.d.ts.map +1 -1
  41. package/models/operations/createprompt.js +10 -4
  42. package/models/operations/createprompt.js.map +1 -1
  43. package/models/operations/createtool.js +6 -6
  44. package/models/operations/deploymentgetconfig.d.ts +10 -0
  45. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  46. package/models/operations/deploymentgetconfig.js +4 -0
  47. package/models/operations/deploymentgetconfig.js.map +1 -1
  48. package/models/operations/deploymentstream.d.ts +10 -0
  49. package/models/operations/deploymentstream.d.ts.map +1 -1
  50. package/models/operations/deploymentstream.js +4 -0
  51. package/models/operations/deploymentstream.js.map +1 -1
  52. package/models/operations/getallprompts.d.ts +11 -6
  53. package/models/operations/getallprompts.d.ts.map +1 -1
  54. package/models/operations/getallprompts.js +5 -2
  55. package/models/operations/getallprompts.js.map +1 -1
  56. package/models/operations/getalltools.js +6 -6
  57. package/models/operations/geteval.js +16 -16
  58. package/models/operations/getoneprompt.d.ts +11 -6
  59. package/models/operations/getoneprompt.d.ts.map +1 -1
  60. package/models/operations/getoneprompt.js +5 -2
  61. package/models/operations/getoneprompt.js.map +1 -1
  62. package/models/operations/getpromptversion.d.ts +11 -6
  63. package/models/operations/getpromptversion.d.ts.map +1 -1
  64. package/models/operations/getpromptversion.js +5 -2
  65. package/models/operations/getpromptversion.js.map +1 -1
  66. package/models/operations/getv2humanevalsets.js +2 -2
  67. package/models/operations/getv2humanevalsetsid.js +2 -2
  68. package/models/operations/inputresponseformat.d.ts +11 -6
  69. package/models/operations/inputresponseformat.d.ts.map +1 -1
  70. package/models/operations/inputresponseformat.js +5 -2
  71. package/models/operations/inputresponseformat.js.map +1 -1
  72. package/models/operations/listagents.d.ts +14 -12
  73. package/models/operations/listagents.d.ts.map +1 -1
  74. package/models/operations/listagents.js +6 -4
  75. package/models/operations/listagents.js.map +1 -1
  76. package/models/operations/listannotationqueues.js +1 -1
  77. package/models/operations/listdatasetdatapoints.d.ts +4 -0
  78. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  79. package/models/operations/listdatasetdatapoints.js +7 -5
  80. package/models/operations/listdatasetdatapoints.js.map +1 -1
  81. package/models/operations/listdatasets.js +1 -1
  82. package/models/operations/listdatasources.js +1 -1
  83. package/models/operations/listpromptversions.d.ts +11 -6
  84. package/models/operations/listpromptversions.d.ts.map +1 -1
  85. package/models/operations/listpromptversions.js +5 -2
  86. package/models/operations/listpromptversions.js.map +1 -1
  87. package/models/operations/patchv2humanevalsetsid.js +2 -2
  88. package/models/operations/postv2feedbackevaluation.js +4 -4
  89. package/models/operations/postv2humanevalsets.js +2 -2
  90. package/models/operations/retrieveagentrequest.d.ts +14 -12
  91. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  92. package/models/operations/retrieveagentrequest.js +6 -4
  93. package/models/operations/retrieveagentrequest.js.map +1 -1
  94. package/models/operations/retrieveannotationqueue.js +1 -1
  95. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
  96. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
  97. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
  98. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
  99. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
  100. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
  101. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
  102. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts +4 -0
  103. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts.map +1 -1
  104. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js +2 -0
  105. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js.map +1 -1
  106. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
  107. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
  108. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
  109. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
  110. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
  111. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
  112. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
  113. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
  114. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
  115. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
  116. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
  117. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
  118. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
  119. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
  120. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
  121. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
  122. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
  123. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
  124. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
  125. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
  126. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
  127. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
  128. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
  129. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
  130. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
  131. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
  132. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
  133. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
  134. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
  135. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
  136. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
  137. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
  138. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts +1 -0
  139. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts.map +1 -1
  140. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +3 -2
  141. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js.map +1 -1
  142. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
  143. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
  144. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
  145. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
  146. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  147. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
  148. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
  149. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
  150. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
  151. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
  152. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
  153. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
  154. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
  155. package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
  156. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
  157. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
  158. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
  159. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
  160. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
  161. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
  162. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
  163. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
  164. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  165. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
  166. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
  167. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
  168. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
  169. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
  170. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
  171. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
  172. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
  173. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
  174. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
  175. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
  176. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
  177. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
  178. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
  179. package/models/operations/retrievedatapoint.d.ts +4 -0
  180. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  181. package/models/operations/retrievedatapoint.js +7 -5
  182. package/models/operations/retrievedatapoint.js.map +1 -1
  183. package/models/operations/retrievedataset.js +1 -1
  184. package/models/operations/retrievedatasource.js +1 -1
  185. package/models/operations/retrievetool.js +6 -6
  186. package/models/operations/runagent.d.ts +14 -12
  187. package/models/operations/runagent.d.ts.map +1 -1
  188. package/models/operations/runagent.js +7 -5
  189. package/models/operations/runagent.js.map +1 -1
  190. package/models/operations/streamrunagent.d.ts +14 -12
  191. package/models/operations/streamrunagent.d.ts.map +1 -1
  192. package/models/operations/streamrunagent.js +7 -5
  193. package/models/operations/streamrunagent.js.map +1 -1
  194. package/models/operations/twenty.js +1 -1
  195. package/models/operations/updateagent.d.ts +28 -24
  196. package/models/operations/updateagent.d.ts.map +1 -1
  197. package/models/operations/updateagent.js +12 -8
  198. package/models/operations/updateagent.js.map +1 -1
  199. package/models/operations/updateannotationqueue.js +1 -1
  200. package/models/operations/updatedatapoint.d.ts +9 -0
  201. package/models/operations/updatedatapoint.d.ts.map +1 -1
  202. package/models/operations/updatedatapoint.js +9 -5
  203. package/models/operations/updatedatapoint.js.map +1 -1
  204. package/models/operations/updatedataset.js +1 -1
  205. package/models/operations/updatedatasource.js +1 -1
  206. package/models/operations/updateprompt.d.ts +23 -12
  207. package/models/operations/updateprompt.d.ts.map +1 -1
  208. package/models/operations/updateprompt.js +10 -4
  209. package/models/operations/updateprompt.js.map +1 -1
  210. package/models/operations/updatetool.js +7 -7
  211. package/package.json +3 -3
  212. package/src/lib/config.ts +2 -2
  213. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  214. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  215. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  216. package/src/models/components/evaluatorresponsellm.ts +2 -2
  217. package/src/models/components/evaluatorresponsepython.ts +2 -2
  218. package/src/models/components/evaluatorresponseragas.ts +2 -2
  219. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  220. package/src/models/components/invokedeploymentrequest.ts +18 -0
  221. package/src/models/components/modelmetadata.ts +36 -0
  222. package/src/models/components/reasoningpart.ts +1 -1
  223. package/src/models/operations/billing.ts +8 -7
  224. package/src/models/operations/createagentrequest.ts +28 -24
  225. package/src/models/operations/createannotationqueue.ts +1 -1
  226. package/src/models/operations/createchatcompletion.ts +14 -6
  227. package/src/models/operations/createdataset.ts +1 -1
  228. package/src/models/operations/createdatasetitem.ts +18 -5
  229. package/src/models/operations/createdatasource.ts +1 -1
  230. package/src/models/operations/createprompt.ts +27 -12
  231. package/src/models/operations/createtool.ts +6 -6
  232. package/src/models/operations/deploymentgetconfig.ts +14 -0
  233. package/src/models/operations/deploymentstream.ts +14 -0
  234. package/src/models/operations/getallprompts.ts +13 -6
  235. package/src/models/operations/getalltools.ts +6 -6
  236. package/src/models/operations/geteval.ts +16 -16
  237. package/src/models/operations/getoneprompt.ts +13 -6
  238. package/src/models/operations/getpromptversion.ts +13 -6
  239. package/src/models/operations/getv2humanevalsets.ts +2 -2
  240. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  241. package/src/models/operations/inputresponseformat.ts +13 -6
  242. package/src/models/operations/listagents.ts +14 -12
  243. package/src/models/operations/listannotationqueues.ts +1 -1
  244. package/src/models/operations/listdatasetdatapoints.ts +11 -5
  245. package/src/models/operations/listdatasets.ts +1 -1
  246. package/src/models/operations/listdatasources.ts +1 -1
  247. package/src/models/operations/listpromptversions.ts +13 -6
  248. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  249. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  250. package/src/models/operations/postv2humanevalsets.ts +2 -2
  251. package/src/models/operations/retrieveagentrequest.ts +14 -12
  252. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  253. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
  254. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
  255. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
  256. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
  257. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
  258. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
  259. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
  260. package/src/models/operations/retrieveannotationqueueitem2annotationqueuesttl.ts +6 -0
  261. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
  262. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
  263. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
  264. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
  265. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
  266. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
  267. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
  268. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
  269. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
  270. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
  271. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
  272. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
  273. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
  274. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
  275. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
  276. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
  277. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
  278. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
  279. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
  280. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
  281. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
  282. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
  283. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
  284. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
  285. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
  286. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
  287. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
  288. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
  289. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
  290. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
  291. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
  292. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
  293. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +3 -2
  294. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
  295. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
  296. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
  297. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
  298. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  299. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
  300. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
  301. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
  302. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
  303. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
  304. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
  305. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
  306. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
  307. package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
  308. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
  309. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
  310. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
  311. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
  312. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
  313. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
  314. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
  315. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
  316. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  317. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
  318. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
  319. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
  320. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
  321. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
  322. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
  323. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
  324. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
  325. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
  326. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
  327. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
  328. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
  329. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
  330. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
  331. package/src/models/operations/retrievedatapoint.ts +11 -5
  332. package/src/models/operations/retrievedataset.ts +1 -1
  333. package/src/models/operations/retrievedatasource.ts +1 -1
  334. package/src/models/operations/retrievetool.ts +6 -6
  335. package/src/models/operations/runagent.ts +15 -13
  336. package/src/models/operations/streamrunagent.ts +15 -13
  337. package/src/models/operations/twenty.ts +1 -1
  338. package/src/models/operations/updateagent.ts +28 -24
  339. package/src/models/operations/updateannotationqueue.ts +1 -1
  340. package/src/models/operations/updatedatapoint.ts +18 -5
  341. package/src/models/operations/updatedataset.ts +1 -1
  342. package/src/models/operations/updatedatasource.ts +1 -1
  343. package/src/models/operations/updateprompt.ts +27 -12
  344. package/src/models/operations/updatetool.ts +7 -7
@@ -66,7 +66,7 @@ export type ModelConfigurationResponseFormat =
66
66
  | UpdateAgentResponseFormatJSONSchema;
67
67
 
68
68
  /**
69
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
69
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
70
70
  *
71
71
  * @remarks
72
72
  *
@@ -75,7 +75,7 @@ export type ModelConfigurationResponseFormat =
75
75
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
76
76
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
77
77
  *
78
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
78
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
79
79
  */
80
80
  export const ModelConfigurationReasoningEffort = {
81
81
  None: "none",
@@ -84,9 +84,10 @@ export const ModelConfigurationReasoningEffort = {
84
84
  Medium: "medium",
85
85
  High: "high",
86
86
  Xhigh: "xhigh",
87
+ Max: "max",
87
88
  } as const;
88
89
  /**
89
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
90
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
90
91
  *
91
92
  * @remarks
92
93
  *
@@ -95,7 +96,7 @@ export const ModelConfigurationReasoningEffort = {
95
96
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
96
97
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
97
98
  *
98
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
99
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
99
100
  */
100
101
  export type ModelConfigurationReasoningEffort = ClosedEnum<
101
102
  typeof ModelConfigurationReasoningEffort
@@ -367,7 +368,7 @@ export type ModelConfigurationParameters = {
367
368
  | UpdateAgentResponseFormatJSONSchema
368
369
  | undefined;
369
370
  /**
370
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
371
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
371
372
  *
372
373
  * @remarks
373
374
  *
@@ -376,7 +377,7 @@ export type ModelConfigurationParameters = {
376
377
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
377
378
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
378
379
  *
379
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
380
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
380
381
  */
381
382
  reasoningEffort?: ModelConfigurationReasoningEffort | undefined;
382
383
  /**
@@ -558,7 +559,7 @@ export type UpdateAgentFallbackModelConfigurationResponseFormat =
558
559
  | UpdateAgentResponseFormatAgentsRequestJSONSchema;
559
560
 
560
561
  /**
561
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
562
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
562
563
  *
563
564
  * @remarks
564
565
  *
@@ -567,7 +568,7 @@ export type UpdateAgentFallbackModelConfigurationResponseFormat =
567
568
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
568
569
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
569
570
  *
570
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
571
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
571
572
  */
572
573
  export const UpdateAgentFallbackModelConfigurationReasoningEffort = {
573
574
  None: "none",
@@ -576,9 +577,10 @@ export const UpdateAgentFallbackModelConfigurationReasoningEffort = {
576
577
  Medium: "medium",
577
578
  High: "high",
578
579
  Xhigh: "xhigh",
580
+ Max: "max",
579
581
  } as const;
580
582
  /**
581
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
583
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
582
584
  *
583
585
  * @remarks
584
586
  *
@@ -587,7 +589,7 @@ export const UpdateAgentFallbackModelConfigurationReasoningEffort = {
587
589
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
588
590
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
589
591
  *
590
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
592
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
591
593
  */
592
594
  export type UpdateAgentFallbackModelConfigurationReasoningEffort = ClosedEnum<
593
595
  typeof UpdateAgentFallbackModelConfigurationReasoningEffort
@@ -864,7 +866,7 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
864
866
  | UpdateAgentResponseFormatAgentsRequestJSONSchema
865
867
  | undefined;
866
868
  /**
867
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
869
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
868
870
  *
869
871
  * @remarks
870
872
  *
@@ -873,7 +875,7 @@ export type UpdateAgentFallbackModelConfigurationParameters = {
873
875
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
874
876
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
875
877
  *
876
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
878
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
877
879
  */
878
880
  reasoningEffort?:
879
881
  | UpdateAgentFallbackModelConfigurationReasoningEffort
@@ -1474,7 +1476,7 @@ export type UpdateAgentResponseFormat =
1474
1476
  | UpdateAgentResponseFormatAgentsResponse200JSONSchema;
1475
1477
 
1476
1478
  /**
1477
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1479
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1478
1480
  *
1479
1481
  * @remarks
1480
1482
  *
@@ -1483,7 +1485,7 @@ export type UpdateAgentResponseFormat =
1483
1485
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1484
1486
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1485
1487
  *
1486
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1488
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1487
1489
  */
1488
1490
  export const UpdateAgentReasoningEffort = {
1489
1491
  None: "none",
@@ -1492,9 +1494,10 @@ export const UpdateAgentReasoningEffort = {
1492
1494
  Medium: "medium",
1493
1495
  High: "high",
1494
1496
  Xhigh: "xhigh",
1497
+ Max: "max",
1495
1498
  } as const;
1496
1499
  /**
1497
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1500
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1498
1501
  *
1499
1502
  * @remarks
1500
1503
  *
@@ -1503,7 +1506,7 @@ export const UpdateAgentReasoningEffort = {
1503
1506
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1504
1507
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1505
1508
  *
1506
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1509
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1507
1510
  */
1508
1511
  export type UpdateAgentReasoningEffort = ClosedEnum<
1509
1512
  typeof UpdateAgentReasoningEffort
@@ -1773,7 +1776,7 @@ export type UpdateAgentParameters = {
1773
1776
  | UpdateAgentResponseFormatAgentsResponse200JSONSchema
1774
1777
  | undefined;
1775
1778
  /**
1776
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1779
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1777
1780
  *
1778
1781
  * @remarks
1779
1782
  *
@@ -1782,7 +1785,7 @@ export type UpdateAgentParameters = {
1782
1785
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1783
1786
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1784
1787
  *
1785
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1788
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1786
1789
  */
1787
1790
  reasoningEffort?: UpdateAgentReasoningEffort | undefined;
1788
1791
  /**
@@ -1943,7 +1946,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsResponseFormat =
1943
1946
  | UpdateAgentResponseFormatAgentsResponse200ApplicationJSONResponseBodyJSONSchema;
1944
1947
 
1945
1948
  /**
1946
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1949
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1947
1950
  *
1948
1951
  * @remarks
1949
1952
  *
@@ -1952,7 +1955,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsResponseFormat =
1952
1955
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1953
1956
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1954
1957
  *
1955
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1958
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1956
1959
  */
1957
1960
  export const UpdateAgentFallbackModelConfigurationAgentsReasoningEffort = {
1958
1961
  None: "none",
@@ -1961,9 +1964,10 @@ export const UpdateAgentFallbackModelConfigurationAgentsReasoningEffort = {
1961
1964
  Medium: "medium",
1962
1965
  High: "high",
1963
1966
  Xhigh: "xhigh",
1967
+ Max: "max",
1964
1968
  } as const;
1965
1969
  /**
1966
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1970
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1967
1971
  *
1968
1972
  * @remarks
1969
1973
  *
@@ -1972,7 +1976,7 @@ export const UpdateAgentFallbackModelConfigurationAgentsReasoningEffort = {
1972
1976
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1973
1977
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1974
1978
  *
1975
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1979
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1976
1980
  */
1977
1981
  export type UpdateAgentFallbackModelConfigurationAgentsReasoningEffort =
1978
1982
  ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsReasoningEffort>;
@@ -2250,7 +2254,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
2250
2254
  | UpdateAgentResponseFormatAgentsResponse200ApplicationJSONResponseBodyJSONSchema
2251
2255
  | undefined;
2252
2256
  /**
2253
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
2257
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
2254
2258
  *
2255
2259
  * @remarks
2256
2260
  *
@@ -2259,7 +2263,7 @@ export type UpdateAgentFallbackModelConfigurationAgentsParameters = {
2259
2263
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2260
2264
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2261
2265
  *
2262
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
2266
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
2263
2267
  */
2264
2268
  reasoningEffort?:
2265
2269
  | UpdateAgentFallbackModelConfigurationAgentsReasoningEffort
@@ -195,7 +195,7 @@ export const UpdateAnnotationQueueResponseBody$inboundSchema: z.ZodType<
195
195
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
196
196
  .optional(),
197
197
  updated: z.string().datetime({ offset: true }).default(
198
- "2026-08-21T14:40:40.451Z",
198
+ "2026-08-22T20:19:34.985Z",
199
199
  ).transform(v => new Date(v)),
200
200
  }).transform((v) => {
201
201
  return remap$(v, {
@@ -166,6 +166,10 @@ export type UpdateDatapointMessagesToolCalls = {
166
166
  };
167
167
 
168
168
  export type UpdateDatapointMessagesAssistantMessage = {
169
+ /**
170
+ * Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
171
+ */
172
+ reasoningContent?: string | undefined;
169
173
  /**
170
174
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
171
175
  */
@@ -550,6 +554,10 @@ export type UpdateDatapointMessagesDatasetsToolCalls = {
550
554
  };
551
555
 
552
556
  export type UpdateDatapointMessagesDatasetsAssistantMessage = {
557
+ /**
558
+ * Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
559
+ */
560
+ reasoningContent?: string | undefined;
553
561
  /**
554
562
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
555
563
  */
@@ -1583,6 +1591,7 @@ export function updateDatapointMessagesToolCallsToJSON(
1583
1591
 
1584
1592
  /** @internal */
1585
1593
  export type UpdateDatapointMessagesAssistantMessage$Outbound = {
1594
+ reasoning_content?: string | undefined;
1586
1595
  content?:
1587
1596
  | string
1588
1597
  | Array<
@@ -1606,6 +1615,7 @@ export const UpdateDatapointMessagesAssistantMessage$outboundSchema: z.ZodType<
1606
1615
  z.ZodTypeDef,
1607
1616
  UpdateDatapointMessagesAssistantMessage
1608
1617
  > = z.object({
1618
+ reasoningContent: z.string().optional(),
1609
1619
  content: z.nullable(
1610
1620
  z.union([
1611
1621
  z.string(),
@@ -1631,6 +1641,7 @@ export const UpdateDatapointMessagesAssistantMessage$outboundSchema: z.ZodType<
1631
1641
  ).optional(),
1632
1642
  }).transform((v) => {
1633
1643
  return remap$(v, {
1644
+ reasoningContent: "reasoning_content",
1634
1645
  toolCalls: "tool_calls",
1635
1646
  });
1636
1647
  });
@@ -2328,6 +2339,7 @@ export const UpdateDatapointMessagesDatasetsAssistantMessage$inboundSchema:
2328
2339
  z.ZodTypeDef,
2329
2340
  unknown
2330
2341
  > = z.object({
2342
+ reasoning_content: z.string().optional(),
2331
2343
  content: z.nullable(
2332
2344
  z.union([
2333
2345
  z.string(),
@@ -2354,6 +2366,7 @@ export const UpdateDatapointMessagesDatasetsAssistantMessage$inboundSchema:
2354
2366
  ).optional(),
2355
2367
  }).transform((v) => {
2356
2368
  return remap$(v, {
2369
+ "reasoning_content": "reasoningContent",
2357
2370
  "tool_calls": "toolCalls",
2358
2371
  });
2359
2372
  });
@@ -2747,7 +2760,7 @@ export const UpdateDatapointEvaluations4$inboundSchema: z.ZodType<
2747
2760
  explanation: z.string().optional(),
2748
2761
  reviewed_by_id: z.string(),
2749
2762
  reviewed_at: z.string().datetime({ offset: true }).default(
2750
- "2026-08-21T14:40:54.387Z",
2763
+ "2026-08-22T20:19:49.960Z",
2751
2764
  ).transform(v => new Date(v)),
2752
2765
  type: z.literal("string_array"),
2753
2766
  values: z.array(z.string()),
@@ -2847,7 +2860,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
2847
2860
  explanation: z.string().optional(),
2848
2861
  reviewed_by_id: z.string(),
2849
2862
  reviewed_at: z.string().datetime({ offset: true }).default(
2850
- "2026-08-21T14:40:54.387Z",
2863
+ "2026-08-22T20:19:49.959Z",
2851
2864
  ).transform(v => new Date(v)),
2852
2865
  type: z.literal("boolean"),
2853
2866
  value: z.boolean(),
@@ -2944,7 +2957,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
2944
2957
  explanation: z.string().optional(),
2945
2958
  reviewed_by_id: z.string(),
2946
2959
  reviewed_at: z.string().datetime({ offset: true }).default(
2947
- "2026-08-21T14:40:54.386Z",
2960
+ "2026-08-22T20:19:49.958Z",
2948
2961
  ).transform(v => new Date(v)),
2949
2962
  type: z.literal("number"),
2950
2963
  value: z.number(),
@@ -3033,7 +3046,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
3033
3046
  explanation: z.string().optional(),
3034
3047
  reviewed_by_id: z.string(),
3035
3048
  reviewed_at: z.string().datetime({ offset: true }).default(
3036
- "2026-08-21T14:40:54.386Z",
3049
+ "2026-08-22T20:19:49.958Z",
3037
3050
  ).transform(v => new Date(v)),
3038
3051
  type: z.literal("string"),
3039
3052
  value: z.string(),
@@ -3118,7 +3131,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
3118
3131
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
3119
3132
  .optional(),
3120
3133
  updated: z.string().datetime({ offset: true }).default(
3121
- "2026-08-21T14:40:40.451Z",
3134
+ "2026-08-22T20:19:34.985Z",
3122
3135
  ).transform(v => new Date(v)),
3123
3136
  }).transform((v) => {
3124
3137
  return remap$(v, {
@@ -182,7 +182,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
182
182
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
183
183
  .optional(),
184
184
  updated: z.string().datetime({ offset: true }).default(
185
- "2026-08-21T14:40:40.451Z",
185
+ "2026-08-22T20:19:34.985Z",
186
186
  ).transform(v => new Date(v)),
187
187
  }).transform((v) => {
188
188
  return remap$(v, {
@@ -221,7 +221,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
221
221
  z.ZodTypeDef,
222
222
  unknown
223
223
  > = z.object({
224
- _id: z.string().default("01M0JC91H01A9EMEWQY7KGDE18"),
224
+ _id: z.string().default("01M0NJ2BFNJ70RM0NF692AF469"),
225
225
  display_name: z.string(),
226
226
  description: z.nullable(z.string()).optional(),
227
227
  status: UpdateDatasourceStatus$inboundSchema,
@@ -164,6 +164,10 @@ export type UpdatePromptMessagesToolCalls = {
164
164
  };
165
165
 
166
166
  export type UpdatePromptMessagesAssistantMessage = {
167
+ /**
168
+ * Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
169
+ */
170
+ reasoningContent?: string | undefined;
167
171
  /**
168
172
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
169
173
  */
@@ -440,7 +444,7 @@ export type UpdatePromptResponseFormat =
440
444
  | UpdatePromptResponseFormatJSONSchema;
441
445
 
442
446
  /**
443
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
447
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
444
448
  *
445
449
  * @remarks
446
450
  *
@@ -449,7 +453,7 @@ export type UpdatePromptResponseFormat =
449
453
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
450
454
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
451
455
  *
452
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
456
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
453
457
  */
454
458
  export const UpdatePromptReasoningEffort = {
455
459
  None: "none",
@@ -458,9 +462,10 @@ export const UpdatePromptReasoningEffort = {
458
462
  Medium: "medium",
459
463
  High: "high",
460
464
  Xhigh: "xhigh",
465
+ Max: "max",
461
466
  } as const;
462
467
  /**
463
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
468
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
464
469
  *
465
470
  * @remarks
466
471
  *
@@ -469,7 +474,7 @@ export const UpdatePromptReasoningEffort = {
469
474
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
470
475
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
471
476
  *
472
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
477
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
473
478
  */
474
479
  export type UpdatePromptReasoningEffort = ClosedEnum<
475
480
  typeof UpdatePromptReasoningEffort
@@ -790,7 +795,7 @@ export type UpdatePromptPromptInput = {
790
795
  | UpdatePromptResponseFormatJSONSchema
791
796
  | undefined;
792
797
  /**
793
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
798
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
794
799
  *
795
800
  * @remarks
796
801
  *
@@ -799,7 +804,7 @@ export type UpdatePromptPromptInput = {
799
804
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
800
805
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
801
806
  *
802
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
807
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
803
808
  */
804
809
  reasoningEffort?: UpdatePromptReasoningEffort | undefined;
805
810
  /**
@@ -1680,7 +1685,7 @@ export type UpdatePromptPromptsResponseFormat =
1680
1685
  | UpdatePromptResponseFormatPromptsResponse200JSONSchema;
1681
1686
 
1682
1687
  /**
1683
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1688
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1684
1689
  *
1685
1690
  * @remarks
1686
1691
  *
@@ -1689,7 +1694,7 @@ export type UpdatePromptPromptsResponseFormat =
1689
1694
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1690
1695
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1691
1696
  *
1692
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1697
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1693
1698
  */
1694
1699
  export const UpdatePromptPromptsReasoningEffort = {
1695
1700
  None: "none",
@@ -1698,9 +1703,10 @@ export const UpdatePromptPromptsReasoningEffort = {
1698
1703
  Medium: "medium",
1699
1704
  High: "high",
1700
1705
  Xhigh: "xhigh",
1706
+ Max: "max",
1701
1707
  } as const;
1702
1708
  /**
1703
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1709
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
1704
1710
  *
1705
1711
  * @remarks
1706
1712
  *
@@ -1709,7 +1715,7 @@ export const UpdatePromptPromptsReasoningEffort = {
1709
1715
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1710
1716
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1711
1717
  *
1712
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1718
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1713
1719
  */
1714
1720
  export type UpdatePromptPromptsReasoningEffort = ClosedEnum<
1715
1721
  typeof UpdatePromptPromptsReasoningEffort
@@ -2122,6 +2128,10 @@ export type UpdatePromptMessagesPromptsToolCalls = {
2122
2128
  };
2123
2129
 
2124
2130
  export type UpdatePromptMessagesPromptsAssistantMessage = {
2131
+ /**
2132
+ * Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
2133
+ */
2134
+ reasoningContent?: string | undefined;
2125
2135
  /**
2126
2136
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
2127
2137
  */
@@ -2354,7 +2364,7 @@ export type UpdatePromptPromptField = {
2354
2364
  | UpdatePromptResponseFormatPromptsResponse200JSONSchema
2355
2365
  | undefined;
2356
2366
  /**
2357
- * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
2367
+ * Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
2358
2368
  *
2359
2369
  * @remarks
2360
2370
  *
@@ -2363,7 +2373,7 @@ export type UpdatePromptPromptField = {
2363
2373
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2364
2374
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2365
2375
  *
2366
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
2376
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
2367
2377
  */
2368
2378
  reasoningEffort?: UpdatePromptPromptsReasoningEffort | undefined;
2369
2379
  /**
@@ -2848,6 +2858,7 @@ export function updatePromptMessagesToolCallsToJSON(
2848
2858
 
2849
2859
  /** @internal */
2850
2860
  export type UpdatePromptMessagesAssistantMessage$Outbound = {
2861
+ reasoning_content?: string | undefined;
2851
2862
  content?:
2852
2863
  | string
2853
2864
  | Array<
@@ -2871,6 +2882,7 @@ export const UpdatePromptMessagesAssistantMessage$outboundSchema: z.ZodType<
2871
2882
  z.ZodTypeDef,
2872
2883
  UpdatePromptMessagesAssistantMessage
2873
2884
  > = z.object({
2885
+ reasoningContent: z.string().optional(),
2874
2886
  content: z.nullable(
2875
2887
  z.union([
2876
2888
  z.string(),
@@ -2895,6 +2907,7 @@ export const UpdatePromptMessagesAssistantMessage$outboundSchema: z.ZodType<
2895
2907
  .optional(),
2896
2908
  }).transform((v) => {
2897
2909
  return remap$(v, {
2910
+ reasoningContent: "reasoning_content",
2898
2911
  toolCalls: "tool_calls",
2899
2912
  });
2900
2913
  });
@@ -5481,6 +5494,7 @@ export const UpdatePromptMessagesPromptsAssistantMessage$inboundSchema:
5481
5494
  z.ZodTypeDef,
5482
5495
  unknown
5483
5496
  > = z.object({
5497
+ reasoning_content: z.string().optional(),
5484
5498
  content: z.nullable(
5485
5499
  z.union([
5486
5500
  z.string(),
@@ -5507,6 +5521,7 @@ export const UpdatePromptMessagesPromptsAssistantMessage$inboundSchema:
5507
5521
  ).optional(),
5508
5522
  }).transform((v) => {
5509
5523
  return remap$(v, {
5524
+ "reasoning_content": "reasoningContent",
5510
5525
  "tool_calls": "toolCalls",
5511
5526
  });
5512
5527
  });
@@ -1480,7 +1480,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
1480
1480
  z.ZodTypeDef,
1481
1481
  RequestBodyTools
1482
1482
  > = z.object({
1483
- id: z.string().default("01M0JC91DRTR2B9WMB1KK39PGS"),
1483
+ id: z.string().default("01M0NJ2BCGM4P5RMTDC900RFFM"),
1484
1484
  name: z.string(),
1485
1485
  description: z.string().optional(),
1486
1486
  schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
@@ -2203,7 +2203,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
2203
2203
  z.ZodTypeDef,
2204
2204
  unknown
2205
2205
  > = z.object({
2206
- _id: z.string().default("tool_01M0JC91DHB7E06MHXET0MM2PD"),
2206
+ _id: z.string().default("tool_01M0NJ2BCBAR0TR21478NDEV3J"),
2207
2207
  path: z.string(),
2208
2208
  key: z.string(),
2209
2209
  display_name: z.string().optional(),
@@ -2306,7 +2306,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
2306
2306
  z.ZodTypeDef,
2307
2307
  unknown
2308
2308
  > = z.object({
2309
- id: z.string().default("01M0JC91DGMSAQNEYS7PXZD0JT"),
2309
+ id: z.string().default("01M0NJ2BCAKC568E6DDCP91KHC"),
2310
2310
  name: z.string(),
2311
2311
  description: z.string().optional(),
2312
2312
  schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
@@ -2364,7 +2364,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
2364
2364
  z.ZodTypeDef,
2365
2365
  unknown
2366
2366
  > = z.object({
2367
- _id: z.string().default("tool_01M0JC91DGC428G12RCRFYKSMS"),
2367
+ _id: z.string().default("tool_01M0NJ2BCAP4N022DJDJAC4CH5"),
2368
2368
  path: z.string(),
2369
2369
  key: z.string(),
2370
2370
  display_name: z.string().optional(),
@@ -2554,7 +2554,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
2554
2554
  z.ZodTypeDef,
2555
2555
  unknown
2556
2556
  > = z.object({
2557
- _id: z.string().default("tool_01M0JC91DESS6NEQH7V92KY92K"),
2557
+ _id: z.string().default("tool_01M0NJ2BC8RGKK4M7FJVSRB4PN"),
2558
2558
  path: z.string(),
2559
2559
  key: z.string(),
2560
2560
  display_name: z.string().optional(),
@@ -2649,7 +2649,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2649
2649
  z.ZodTypeDef,
2650
2650
  unknown
2651
2651
  > = z.object({
2652
- _id: z.string().default("tool_01M0JC91DDVEZ129AVBBDTSPPP"),
2652
+ _id: z.string().default("tool_01M0NJ2BBZ6RZWDY0R68T4ATJF"),
2653
2653
  path: z.string(),
2654
2654
  key: z.string(),
2655
2655
  display_name: z.string().optional(),
@@ -2752,7 +2752,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
2752
2752
  z.ZodTypeDef,
2753
2753
  unknown
2754
2754
  > = z.object({
2755
- _id: z.string().default("tool_01M0JC91DBZ4CWP3Y8330E52MX"),
2755
+ _id: z.string().default("tool_01M0NJ2BBY5TT56JVTEZS0XG5Z"),
2756
2756
  path: z.string(),
2757
2757
  key: z.string(),
2758
2758
  display_name: z.string().optional(),