@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
@@ -715,7 +715,7 @@ export type ListPromptVersionsResponseFormat =
715
715
  | ListPromptVersionsResponseFormatPromptsJSONSchema;
716
716
 
717
717
  /**
718
- * 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.
718
+ * 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.
719
719
  *
720
720
  * @remarks
721
721
  *
@@ -724,7 +724,7 @@ export type ListPromptVersionsResponseFormat =
724
724
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
725
725
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
726
726
  *
727
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
727
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
728
728
  */
729
729
  export const ListPromptVersionsReasoningEffort = {
730
730
  None: "none",
@@ -733,9 +733,10 @@ export const ListPromptVersionsReasoningEffort = {
733
733
  Medium: "medium",
734
734
  High: "high",
735
735
  Xhigh: "xhigh",
736
+ Max: "max",
736
737
  } as const;
737
738
  /**
738
- * 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.
739
+ * 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.
739
740
  *
740
741
  * @remarks
741
742
  *
@@ -744,7 +745,7 @@ export const ListPromptVersionsReasoningEffort = {
744
745
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
745
746
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
746
747
  *
747
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
748
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
748
749
  */
749
750
  export type ListPromptVersionsReasoningEffort = ClosedEnum<
750
751
  typeof ListPromptVersionsReasoningEffort
@@ -1155,6 +1156,10 @@ export type ListPromptVersionsMessagesToolCalls = {
1155
1156
  };
1156
1157
 
1157
1158
  export type ListPromptVersionsMessagesAssistantMessage = {
1159
+ /**
1160
+ * Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
1161
+ */
1162
+ reasoningContent?: string | undefined;
1158
1163
  /**
1159
1164
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
1160
1165
  */
@@ -1382,7 +1387,7 @@ export type ListPromptVersionsPromptField = {
1382
1387
  | ListPromptVersionsResponseFormatPromptsJSONSchema
1383
1388
  | undefined;
1384
1389
  /**
1385
- * 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.
1390
+ * 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.
1386
1391
  *
1387
1392
  * @remarks
1388
1393
  *
@@ -1391,7 +1396,7 @@ export type ListPromptVersionsPromptField = {
1391
1396
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1392
1397
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1393
1398
  *
1394
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1399
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1395
1400
  */
1396
1401
  reasoningEffort?: ListPromptVersionsReasoningEffort | undefined;
1397
1402
  /**
@@ -3012,6 +3017,7 @@ export function listPromptVersionsMessagesToolCallsFromJSON(
3012
3017
  export const ListPromptVersionsMessagesAssistantMessage$inboundSchema:
3013
3018
  z.ZodType<ListPromptVersionsMessagesAssistantMessage, z.ZodTypeDef, unknown> =
3014
3019
  z.object({
3020
+ reasoning_content: z.string().optional(),
3015
3021
  content: z.nullable(
3016
3022
  z.union([
3017
3023
  z.string(),
@@ -3038,6 +3044,7 @@ export const ListPromptVersionsMessagesAssistantMessage$inboundSchema:
3038
3044
  ).optional(),
3039
3045
  }).transform((v) => {
3040
3046
  return remap$(v, {
3047
+ "reasoning_content": "reasoningContent",
3041
3048
  "tool_calls": "toolCalls",
3042
3049
  });
3043
3050
  });
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
318
318
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
319
319
  .optional(),
320
320
  updated: z.string().datetime({ offset: true }).default(
321
- "2026-08-21T14:40:40.451Z",
321
+ "2026-08-22T20:19:34.985Z",
322
322
  ).transform(v => new Date(v)),
323
323
  filter_type: z.literal("name"),
324
324
  filter_value: z.string(),
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
364
364
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
365
365
  .optional(),
366
366
  updated: z.string().datetime({ offset: true }).default(
367
- "2026-08-21T14:40:40.451Z",
367
+ "2026-08-22T20:19:34.985Z",
368
368
  ).transform(v => new Date(v)),
369
369
  filter_type: z.literal("span_type"),
370
370
  filter_values: z.array(z.string()),
@@ -245,7 +245,7 @@ export const RequestBody4$outboundSchema: z.ZodType<
245
245
  PostV2FeedbackEvaluationRequestBodyFeedbackRequestSource$outboundSchema
246
246
  .default("orq"),
247
247
  explanation: z.string().optional(),
248
- reviewedAt: z.date().default(() => new Date("2026-08-21T14:40:54.482Z"))
248
+ reviewedAt: z.date().default(() => new Date("2026-08-22T20:19:50.047Z"))
249
249
  .transform(v => v.toISOString()),
250
250
  type: z.literal("string_array"),
251
251
  values: z.array(z.string()),
@@ -299,7 +299,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
299
299
  source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
300
300
  .default("orq"),
301
301
  explanation: z.string().optional(),
302
- reviewedAt: z.date().default(() => new Date("2026-08-21T14:40:54.482Z"))
302
+ reviewedAt: z.date().default(() => new Date("2026-08-22T20:19:50.047Z"))
303
303
  .transform(v => v.toISOString()),
304
304
  type: z.literal("boolean"),
305
305
  value: z.boolean(),
@@ -353,7 +353,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
353
353
  "orq",
354
354
  ),
355
355
  explanation: z.string().optional(),
356
- reviewedAt: z.date().default(() => new Date("2026-08-21T14:40:54.482Z"))
356
+ reviewedAt: z.date().default(() => new Date("2026-08-22T20:19:50.046Z"))
357
357
  .transform(v => v.toISOString()),
358
358
  type: z.literal("number"),
359
359
  value: z.number(),
@@ -411,7 +411,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
411
411
  humanReviewId: z.string().optional(),
412
412
  source: RequestBodySource$outboundSchema.default("orq"),
413
413
  explanation: z.string().optional(),
414
- reviewedAt: z.date().default(() => new Date("2026-08-21T14:40:54.481Z"))
414
+ reviewedAt: z.date().default(() => new Date("2026-08-22T20:19:50.039Z"))
415
415
  .transform(v => v.toISOString()),
416
416
  type: z.literal("string"),
417
417
  value: z.string(),
@@ -271,7 +271,7 @@ export const PostV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
271
271
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
272
272
  .optional(),
273
273
  updated: z.string().datetime({ offset: true }).default(
274
- "2026-08-21T14:40:40.451Z",
274
+ "2026-08-22T20:19:34.985Z",
275
275
  ).transform(v => new Date(v)),
276
276
  filter_type: z.literal("name"),
277
277
  filter_value: z.string(),
@@ -316,7 +316,7 @@ export const PostV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
316
316
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
317
317
  .optional(),
318
318
  updated: z.string().datetime({ offset: true }).default(
319
- "2026-08-21T14:40:40.451Z",
319
+ "2026-08-22T20:19:34.985Z",
320
320
  ).transform(v => new Date(v)),
321
321
  filter_type: z.literal("span_type"),
322
322
  filter_values: z.array(z.string()),
@@ -294,7 +294,7 @@ export type RetrieveAgentRequestResponseFormat =
294
294
  | RetrieveAgentRequestResponseFormatAgentsJSONSchema;
295
295
 
296
296
  /**
297
- * 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.
297
+ * 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.
298
298
  *
299
299
  * @remarks
300
300
  *
@@ -303,7 +303,7 @@ export type RetrieveAgentRequestResponseFormat =
303
303
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
304
304
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
305
305
  *
306
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
306
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
307
307
  */
308
308
  export const RetrieveAgentRequestReasoningEffort = {
309
309
  None: "none",
@@ -312,9 +312,10 @@ export const RetrieveAgentRequestReasoningEffort = {
312
312
  Medium: "medium",
313
313
  High: "high",
314
314
  Xhigh: "xhigh",
315
+ Max: "max",
315
316
  } as const;
316
317
  /**
317
- * 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.
318
+ * 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.
318
319
  *
319
320
  * @remarks
320
321
  *
@@ -323,7 +324,7 @@ export const RetrieveAgentRequestReasoningEffort = {
323
324
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
324
325
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
325
326
  *
326
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
327
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
327
328
  */
328
329
  export type RetrieveAgentRequestReasoningEffort = ClosedEnum<
329
330
  typeof RetrieveAgentRequestReasoningEffort
@@ -600,7 +601,7 @@ export type RetrieveAgentRequestParameters = {
600
601
  | RetrieveAgentRequestResponseFormatAgentsJSONSchema
601
602
  | undefined;
602
603
  /**
603
- * 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.
604
+ * 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.
604
605
  *
605
606
  * @remarks
606
607
  *
@@ -609,7 +610,7 @@ export type RetrieveAgentRequestParameters = {
609
610
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
610
611
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
611
612
  *
612
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
613
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
613
614
  */
614
615
  reasoningEffort?: RetrieveAgentRequestReasoningEffort | undefined;
615
616
  /**
@@ -767,7 +768,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationResponseFormat =
767
768
  | RetrieveAgentRequestResponseFormatAgentsResponse200JSONSchema;
768
769
 
769
770
  /**
770
- * 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.
771
+ * 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.
771
772
  *
772
773
  * @remarks
773
774
  *
@@ -776,7 +777,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationResponseFormat =
776
777
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
777
778
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
778
779
  *
779
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
780
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
780
781
  */
781
782
  export const RetrieveAgentRequestFallbackModelConfigurationReasoningEffort = {
782
783
  None: "none",
@@ -785,9 +786,10 @@ export const RetrieveAgentRequestFallbackModelConfigurationReasoningEffort = {
785
786
  Medium: "medium",
786
787
  High: "high",
787
788
  Xhigh: "xhigh",
789
+ Max: "max",
788
790
  } as const;
789
791
  /**
790
- * 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.
792
+ * 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.
791
793
  *
792
794
  * @remarks
793
795
  *
@@ -796,7 +798,7 @@ export const RetrieveAgentRequestFallbackModelConfigurationReasoningEffort = {
796
798
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
797
799
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
798
800
  *
799
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
801
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
800
802
  */
801
803
  export type RetrieveAgentRequestFallbackModelConfigurationReasoningEffort =
802
804
  ClosedEnum<
@@ -1075,7 +1077,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationParameters = {
1075
1077
  | RetrieveAgentRequestResponseFormatAgentsResponse200JSONSchema
1076
1078
  | undefined;
1077
1079
  /**
1078
- * 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.
1080
+ * 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.
1079
1081
  *
1080
1082
  * @remarks
1081
1083
  *
@@ -1084,7 +1086,7 @@ export type RetrieveAgentRequestFallbackModelConfigurationParameters = {
1084
1086
  * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1085
1087
  * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1086
1088
  *
1087
- * Any of "none", "minimal", "low", "medium", "high", "xhigh".
1089
+ * Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
1088
1090
  */
1089
1091
  reasoningEffort?:
1090
1092
  | RetrieveAgentRequestFallbackModelConfigurationReasoningEffort
@@ -135,7 +135,7 @@ export const RetrieveAnnotationQueueResponseBody$inboundSchema: z.ZodType<
135
135
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
136
136
  .optional(),
137
137
  updated: z.string().datetime({ offset: true }).default(
138
- "2026-08-21T14:40:40.451Z",
138
+ "2026-08-22T20:19:34.985Z",
139
139
  ).transform(v => new Date(v)),
140
140
  }).transform((v) => {
141
141
  return remap$(v, {
@@ -2824,10 +2824,10 @@ export const RetrieveAnnotationQueueItemEvaluations14$inboundSchema: z.ZodType<
2824
2824
  .optional(),
2825
2825
  explanation: z.string().optional(),
2826
2826
  started_at: z.string().datetime({ offset: true }).default(
2827
- "2026-08-21T14:40:54.613Z",
2827
+ "2026-08-22T20:19:50.171Z",
2828
2828
  ).transform(v => new Date(v)),
2829
2829
  finished_at: z.string().datetime({ offset: true }).default(
2830
- "2026-08-21T14:40:54.613Z",
2830
+ "2026-08-22T20:19:50.171Z",
2831
2831
  ).transform(v => new Date(v)),
2832
2832
  type:
2833
2833
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq14Type$inboundSchema,
@@ -3085,10 +3085,10 @@ export const RetrieveAnnotationQueueItemEvaluations13$inboundSchema: z.ZodType<
3085
3085
  .optional(),
3086
3086
  explanation: z.string().optional(),
3087
3087
  started_at: z.string().datetime({ offset: true }).default(
3088
- "2026-08-21T14:40:54.612Z",
3088
+ "2026-08-22T20:19:50.170Z",
3089
3089
  ).transform(v => new Date(v)),
3090
3090
  finished_at: z.string().datetime({ offset: true }).default(
3091
- "2026-08-21T14:40:54.612Z",
3091
+ "2026-08-22T20:19:50.170Z",
3092
3092
  ).transform(v => new Date(v)),
3093
3093
  type:
3094
3094
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq13Type$inboundSchema,
@@ -3226,10 +3226,10 @@ export const RetrieveAnnotationQueueItemEvaluations12$inboundSchema: z.ZodType<
3226
3226
  .optional(),
3227
3227
  explanation: z.string().optional(),
3228
3228
  started_at: z.string().datetime({ offset: true }).default(
3229
- "2026-08-21T14:40:54.611Z",
3229
+ "2026-08-22T20:19:50.169Z",
3230
3230
  ).transform(v => new Date(v)),
3231
3231
  finished_at: z.string().datetime({ offset: true }).default(
3232
- "2026-08-21T14:40:54.611Z",
3232
+ "2026-08-22T20:19:50.169Z",
3233
3233
  ).transform(v => new Date(v)),
3234
3234
  type:
3235
3235
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq12Type$inboundSchema,
@@ -3368,10 +3368,10 @@ export const RetrieveAnnotationQueueItemEvaluations11$inboundSchema: z.ZodType<
3368
3368
  .optional(),
3369
3369
  explanation: z.string().optional(),
3370
3370
  started_at: z.string().datetime({ offset: true }).default(
3371
- "2026-08-21T14:40:54.610Z",
3371
+ "2026-08-22T20:19:50.168Z",
3372
3372
  ).transform(v => new Date(v)),
3373
3373
  finished_at: z.string().datetime({ offset: true }).default(
3374
- "2026-08-21T14:40:54.610Z",
3374
+ "2026-08-22T20:19:50.168Z",
3375
3375
  ).transform(v => new Date(v)),
3376
3376
  type:
3377
3377
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq11Type$inboundSchema,
@@ -3529,10 +3529,10 @@ export const RetrieveAnnotationQueueItemEvaluations10$inboundSchema: z.ZodType<
3529
3529
  .optional(),
3530
3530
  explanation: z.string().optional(),
3531
3531
  started_at: z.string().datetime({ offset: true }).default(
3532
- "2026-08-21T14:40:54.609Z",
3532
+ "2026-08-22T20:19:50.168Z",
3533
3533
  ).transform(v => new Date(v)),
3534
3534
  finished_at: z.string().datetime({ offset: true }).default(
3535
- "2026-08-21T14:40:54.609Z",
3535
+ "2026-08-22T20:19:50.168Z",
3536
3536
  ).transform(v => new Date(v)),
3537
3537
  type:
3538
3538
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq10Type$inboundSchema,
@@ -3668,10 +3668,10 @@ export const RetrieveAnnotationQueueItemEvaluations9$inboundSchema: z.ZodType<
3668
3668
  .optional(),
3669
3669
  explanation: z.string().optional(),
3670
3670
  started_at: z.string().datetime({ offset: true }).default(
3671
- "2026-08-21T14:40:54.609Z",
3671
+ "2026-08-22T20:19:50.167Z",
3672
3672
  ).transform(v => new Date(v)),
3673
3673
  finished_at: z.string().datetime({ offset: true }).default(
3674
- "2026-08-21T14:40:54.609Z",
3674
+ "2026-08-22T20:19:50.167Z",
3675
3675
  ).transform(v => new Date(v)),
3676
3676
  type:
3677
3677
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq9Type$inboundSchema,
@@ -3810,10 +3810,10 @@ export const RetrieveAnnotationQueueItemEvaluations8$inboundSchema: z.ZodType<
3810
3810
  .optional(),
3811
3811
  explanation: z.string().optional(),
3812
3812
  started_at: z.string().datetime({ offset: true }).default(
3813
- "2026-08-21T14:40:54.608Z",
3813
+ "2026-08-22T20:19:50.166Z",
3814
3814
  ).transform(v => new Date(v)),
3815
3815
  finished_at: z.string().datetime({ offset: true }).default(
3816
- "2026-08-21T14:40:54.608Z",
3816
+ "2026-08-22T20:19:50.167Z",
3817
3817
  ).transform(v => new Date(v)),
3818
3818
  type:
3819
3819
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq8Type$inboundSchema,
@@ -3971,10 +3971,10 @@ export const RetrieveAnnotationQueueItemEvaluations7$inboundSchema: z.ZodType<
3971
3971
  .optional(),
3972
3972
  explanation: z.string().optional(),
3973
3973
  started_at: z.string().datetime({ offset: true }).default(
3974
- "2026-08-21T14:40:54.607Z",
3974
+ "2026-08-22T20:19:50.166Z",
3975
3975
  ).transform(v => new Date(v)),
3976
3976
  finished_at: z.string().datetime({ offset: true }).default(
3977
- "2026-08-21T14:40:54.607Z",
3977
+ "2026-08-22T20:19:50.166Z",
3978
3978
  ).transform(v => new Date(v)),
3979
3979
  type:
3980
3980
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq7Type$inboundSchema,
@@ -4110,10 +4110,10 @@ export const RetrieveAnnotationQueueItemEvaluations6$inboundSchema: z.ZodType<
4110
4110
  .optional(),
4111
4111
  explanation: z.string().optional(),
4112
4112
  started_at: z.string().datetime({ offset: true }).default(
4113
- "2026-08-21T14:40:54.607Z",
4113
+ "2026-08-22T20:19:50.165Z",
4114
4114
  ).transform(v => new Date(v)),
4115
4115
  finished_at: z.string().datetime({ offset: true }).default(
4116
- "2026-08-21T14:40:54.607Z",
4116
+ "2026-08-22T20:19:50.165Z",
4117
4117
  ).transform(v => new Date(v)),
4118
4118
  type:
4119
4119
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq6Type$inboundSchema,
@@ -4252,10 +4252,10 @@ export const RetrieveAnnotationQueueItemEvaluations5$inboundSchema: z.ZodType<
4252
4252
  .optional(),
4253
4253
  explanation: z.string().optional(),
4254
4254
  started_at: z.string().datetime({ offset: true }).default(
4255
- "2026-08-21T14:40:54.606Z",
4255
+ "2026-08-22T20:19:50.164Z",
4256
4256
  ).transform(v => new Date(v)),
4257
4257
  finished_at: z.string().datetime({ offset: true }).default(
4258
- "2026-08-21T14:40:54.606Z",
4258
+ "2026-08-22T20:19:50.165Z",
4259
4259
  ).transform(v => new Date(v)),
4260
4260
  type:
4261
4261
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq5Type$inboundSchema,
@@ -4391,10 +4391,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueues4$inboundSche
4391
4391
  .optional(),
4392
4392
  explanation: z.string().optional(),
4393
4393
  started_at: z.string().datetime({ offset: true }).default(
4394
- "2026-08-21T14:40:54.605Z",
4394
+ "2026-08-22T20:19:50.164Z",
4395
4395
  ).transform(v => new Date(v)),
4396
4396
  finished_at: z.string().datetime({ offset: true }).default(
4397
- "2026-08-21T14:40:54.605Z",
4397
+ "2026-08-22T20:19:50.164Z",
4398
4398
  ).transform(v => new Date(v)),
4399
4399
  type:
4400
4400
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq4Type$inboundSchema,
@@ -4530,10 +4530,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueues3$inboundSche
4530
4530
  .optional(),
4531
4531
  explanation: z.string().optional(),
4532
4532
  started_at: z.string().datetime({ offset: true }).default(
4533
- "2026-08-21T14:40:54.605Z",
4533
+ "2026-08-22T20:19:50.163Z",
4534
4534
  ).transform(v => new Date(v)),
4535
4535
  finished_at: z.string().datetime({ offset: true }).default(
4536
- "2026-08-21T14:40:54.605Z",
4536
+ "2026-08-22T20:19:50.163Z",
4537
4537
  ).transform(v => new Date(v)),
4538
4538
  type:
4539
4539
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrqType$inboundSchema,
@@ -4672,10 +4672,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueues2$inboundSche
4672
4672
  .optional(),
4673
4673
  explanation: z.string().optional(),
4674
4674
  started_at: z.string().datetime({ offset: true }).default(
4675
- "2026-08-21T14:40:54.604Z",
4675
+ "2026-08-22T20:19:50.163Z",
4676
4676
  ).transform(v => new Date(v)),
4677
4677
  finished_at: z.string().datetime({ offset: true }).default(
4678
- "2026-08-21T14:40:54.604Z",
4678
+ "2026-08-22T20:19:50.163Z",
4679
4679
  ).transform(v => new Date(v)),
4680
4680
  type:
4681
4681
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesType$inboundSchema,
@@ -4837,10 +4837,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueues1$inboundSche
4837
4837
  .optional(),
4838
4838
  explanation: z.string().optional(),
4839
4839
  started_at: z.string().datetime({ offset: true }).default(
4840
- "2026-08-21T14:40:54.603Z",
4840
+ "2026-08-22T20:19:50.162Z",
4841
4841
  ).transform(v => new Date(v)),
4842
4842
  finished_at: z.string().datetime({ offset: true }).default(
4843
- "2026-08-21T14:40:54.603Z",
4843
+ "2026-08-22T20:19:50.162Z",
4844
4844
  ).transform(v => new Date(v)),
4845
4845
  type:
4846
4846
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2Type$inboundSchema,
@@ -2893,10 +2893,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
2893
2893
  .optional(),
2894
2894
  explanation: z.string().optional(),
2895
2895
  started_at: z.string().datetime({ offset: true }).default(
2896
- "2026-08-21T14:40:55.823Z",
2896
+ "2026-08-22T20:19:51.354Z",
2897
2897
  ).transform(v => new Date(v)),
2898
2898
  finished_at: z.string().datetime({ offset: true }).default(
2899
- "2026-08-21T14:40:55.823Z",
2899
+ "2026-08-22T20:19:51.354Z",
2900
2900
  ).transform(v => new Date(v)),
2901
2901
  type:
2902
2902
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq14Type$inboundSchema,
@@ -3151,10 +3151,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3151
3151
  .optional(),
3152
3152
  explanation: z.string().optional(),
3153
3153
  started_at: z.string().datetime({ offset: true }).default(
3154
- "2026-08-21T14:40:55.822Z",
3154
+ "2026-08-22T20:19:51.353Z",
3155
3155
  ).transform(v => new Date(v)),
3156
3156
  finished_at: z.string().datetime({ offset: true }).default(
3157
- "2026-08-21T14:40:55.822Z",
3157
+ "2026-08-22T20:19:51.353Z",
3158
3158
  ).transform(v => new Date(v)),
3159
3159
  type:
3160
3160
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq13Type$inboundSchema,
@@ -3292,10 +3292,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3292
3292
  .optional(),
3293
3293
  explanation: z.string().optional(),
3294
3294
  started_at: z.string().datetime({ offset: true }).default(
3295
- "2026-08-21T14:40:55.821Z",
3295
+ "2026-08-22T20:19:51.352Z",
3296
3296
  ).transform(v => new Date(v)),
3297
3297
  finished_at: z.string().datetime({ offset: true }).default(
3298
- "2026-08-21T14:40:55.821Z",
3298
+ "2026-08-22T20:19:51.352Z",
3299
3299
  ).transform(v => new Date(v)),
3300
3300
  type:
3301
3301
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq12Type$inboundSchema,
@@ -3434,10 +3434,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3434
3434
  .optional(),
3435
3435
  explanation: z.string().optional(),
3436
3436
  started_at: z.string().datetime({ offset: true }).default(
3437
- "2026-08-21T14:40:55.820Z",
3437
+ "2026-08-22T20:19:51.352Z",
3438
3438
  ).transform(v => new Date(v)),
3439
3439
  finished_at: z.string().datetime({ offset: true }).default(
3440
- "2026-08-21T14:40:55.820Z",
3440
+ "2026-08-22T20:19:51.352Z",
3441
3441
  ).transform(v => new Date(v)),
3442
3442
  type:
3443
3443
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq11Type$inboundSchema,
@@ -3595,10 +3595,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3595
3595
  .optional(),
3596
3596
  explanation: z.string().optional(),
3597
3597
  started_at: z.string().datetime({ offset: true }).default(
3598
- "2026-08-21T14:40:55.820Z",
3598
+ "2026-08-22T20:19:51.351Z",
3599
3599
  ).transform(v => new Date(v)),
3600
3600
  finished_at: z.string().datetime({ offset: true }).default(
3601
- "2026-08-21T14:40:55.820Z",
3601
+ "2026-08-22T20:19:51.351Z",
3602
3602
  ).transform(v => new Date(v)),
3603
3603
  type:
3604
3604
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq10Type$inboundSchema,
@@ -3734,10 +3734,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3734
3734
  .optional(),
3735
3735
  explanation: z.string().optional(),
3736
3736
  started_at: z.string().datetime({ offset: true }).default(
3737
- "2026-08-21T14:40:55.819Z",
3737
+ "2026-08-22T20:19:51.350Z",
3738
3738
  ).transform(v => new Date(v)),
3739
3739
  finished_at: z.string().datetime({ offset: true }).default(
3740
- "2026-08-21T14:40:55.819Z",
3740
+ "2026-08-22T20:19:51.350Z",
3741
3741
  ).transform(v => new Date(v)),
3742
3742
  type:
3743
3743
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq9Type$inboundSchema,
@@ -3876,10 +3876,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
3876
3876
  .optional(),
3877
3877
  explanation: z.string().optional(),
3878
3878
  started_at: z.string().datetime({ offset: true }).default(
3879
- "2026-08-21T14:40:55.818Z",
3879
+ "2026-08-22T20:19:51.350Z",
3880
3880
  ).transform(v => new Date(v)),
3881
3881
  finished_at: z.string().datetime({ offset: true }).default(
3882
- "2026-08-21T14:40:55.819Z",
3882
+ "2026-08-22T20:19:51.350Z",
3883
3883
  ).transform(v => new Date(v)),
3884
3884
  type:
3885
3885
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq8Type$inboundSchema,
@@ -4037,10 +4037,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4037
4037
  .optional(),
4038
4038
  explanation: z.string().optional(),
4039
4039
  started_at: z.string().datetime({ offset: true }).default(
4040
- "2026-08-21T14:40:55.818Z",
4040
+ "2026-08-22T20:19:51.349Z",
4041
4041
  ).transform(v => new Date(v)),
4042
4042
  finished_at: z.string().datetime({ offset: true }).default(
4043
- "2026-08-21T14:40:55.818Z",
4043
+ "2026-08-22T20:19:51.349Z",
4044
4044
  ).transform(v => new Date(v)),
4045
4045
  type:
4046
4046
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq7Type$inboundSchema,
@@ -4176,10 +4176,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4176
4176
  .optional(),
4177
4177
  explanation: z.string().optional(),
4178
4178
  started_at: z.string().datetime({ offset: true }).default(
4179
- "2026-08-21T14:40:55.817Z",
4179
+ "2026-08-22T20:19:51.349Z",
4180
4180
  ).transform(v => new Date(v)),
4181
4181
  finished_at: z.string().datetime({ offset: true }).default(
4182
- "2026-08-21T14:40:55.817Z",
4182
+ "2026-08-22T20:19:51.349Z",
4183
4183
  ).transform(v => new Date(v)),
4184
4184
  type:
4185
4185
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq6Type$inboundSchema,
@@ -4318,10 +4318,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4318
4318
  .optional(),
4319
4319
  explanation: z.string().optional(),
4320
4320
  started_at: z.string().datetime({ offset: true }).default(
4321
- "2026-08-21T14:40:55.817Z",
4321
+ "2026-08-22T20:19:51.348Z",
4322
4322
  ).transform(v => new Date(v)),
4323
4323
  finished_at: z.string().datetime({ offset: true }).default(
4324
- "2026-08-21T14:40:55.817Z",
4324
+ "2026-08-22T20:19:51.348Z",
4325
4325
  ).transform(v => new Date(v)),
4326
4326
  type:
4327
4327
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq5Type$inboundSchema,
@@ -4456,10 +4456,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4456
4456
  .optional(),
4457
4457
  explanation: z.string().optional(),
4458
4458
  started_at: z.string().datetime({ offset: true }).default(
4459
- "2026-08-21T14:40:55.816Z",
4459
+ "2026-08-22T20:19:51.348Z",
4460
4460
  ).transform(v => new Date(v)),
4461
4461
  finished_at: z.string().datetime({ offset: true }).default(
4462
- "2026-08-21T14:40:55.816Z",
4462
+ "2026-08-22T20:19:51.348Z",
4463
4463
  ).transform(v => new Date(v)),
4464
4464
  type:
4465
4465
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq4Type$inboundSchema,
@@ -4595,10 +4595,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4595
4595
  .optional(),
4596
4596
  explanation: z.string().optional(),
4597
4597
  started_at: z.string().datetime({ offset: true }).default(
4598
- "2026-08-21T14:40:55.815Z",
4598
+ "2026-08-22T20:19:51.347Z",
4599
4599
  ).transform(v => new Date(v)),
4600
4600
  finished_at: z.string().datetime({ offset: true }).default(
4601
- "2026-08-21T14:40:55.815Z",
4601
+ "2026-08-22T20:19:51.347Z",
4602
4602
  ).transform(v => new Date(v)),
4603
4603
  type:
4604
4604
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrqType$inboundSchema,
@@ -4737,10 +4737,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4737
4737
  .optional(),
4738
4738
  explanation: z.string().optional(),
4739
4739
  started_at: z.string().datetime({ offset: true }).default(
4740
- "2026-08-21T14:40:55.815Z",
4740
+ "2026-08-22T20:19:51.346Z",
4741
4741
  ).transform(v => new Date(v)),
4742
4742
  finished_at: z.string().datetime({ offset: true }).default(
4743
- "2026-08-21T14:40:55.815Z",
4743
+ "2026-08-22T20:19:51.346Z",
4744
4744
  ).transform(v => new Date(v)),
4745
4745
  type:
4746
4746
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesType$inboundSchema,
@@ -4902,10 +4902,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
4902
4902
  .optional(),
4903
4903
  explanation: z.string().optional(),
4904
4904
  started_at: z.string().datetime({ offset: true }).default(
4905
- "2026-08-21T14:40:55.814Z",
4905
+ "2026-08-22T20:19:51.346Z",
4906
4906
  ).transform(v => new Date(v)),
4907
4907
  finished_at: z.string().datetime({ offset: true }).default(
4908
- "2026-08-21T14:40:55.814Z",
4908
+ "2026-08-22T20:19:51.346Z",
4909
4909
  ).transform(v => new Date(v)),
4910
4910
  type:
4911
4911
  RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14Type$inboundSchema,