@xyd-js/opensdk-java 0.0.0-build-f0c10f6-20260703195526

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 (2004) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/LICENSE +21 -0
  3. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__create/input.json +325 -0
  4. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__create/output.java +23 -0
  5. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__delete/input.json +201 -0
  6. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__delete/output.java +20 -0
  7. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__list/input.json +400 -0
  8. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__list/output.java +20 -0
  9. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__retrieve/input.json +304 -0
  10. package/__fixtures__/-2.complex.openai/admin__organization__admin-api-keys__retrieve/output.java +20 -0
  11. package/__fixtures__/-2.complex.openai/admin__organization__audit-logs__list/input.json +2602 -0
  12. package/__fixtures__/-2.complex.openai/admin__organization__audit-logs__list/output.java +46 -0
  13. package/__fixtures__/-2.complex.openai/admin__organization__certificates__activate__create/input.json +308 -0
  14. package/__fixtures__/-2.complex.openai/admin__organization__certificates__activate__create/output.java +27 -0
  15. package/__fixtures__/-2.complex.openai/admin__organization__certificates__create/input.json +308 -0
  16. package/__fixtures__/-2.complex.openai/admin__organization__certificates__create/output.java +28 -0
  17. package/__fixtures__/-2.complex.openai/admin__organization__certificates__deactivate__create/input.json +308 -0
  18. package/__fixtures__/-2.complex.openai/admin__organization__certificates__deactivate__create/output.java +27 -0
  19. package/__fixtures__/-2.complex.openai/admin__organization__certificates__delete/input.json +196 -0
  20. package/__fixtures__/-2.complex.openai/admin__organization__certificates__delete/output.java +24 -0
  21. package/__fixtures__/-2.complex.openai/admin__organization__certificates__list/input.json +356 -0
  22. package/__fixtures__/-2.complex.openai/admin__organization__certificates__list/output.java +20 -0
  23. package/__fixtures__/-2.complex.openai/admin__organization__certificates__retrieve/input.json +300 -0
  24. package/__fixtures__/-2.complex.openai/admin__organization__certificates__retrieve/output.java +29 -0
  25. package/__fixtures__/-2.complex.openai/admin__organization__certificates__update/input.json +310 -0
  26. package/__fixtures__/-2.complex.openai/admin__organization__certificates__update/output.java +26 -0
  27. package/__fixtures__/-2.complex.openai/admin__organization__costs__list/input.json +1062 -0
  28. package/__fixtures__/-2.complex.openai/admin__organization__costs__list/output.java +37 -0
  29. package/__fixtures__/-2.complex.openai/admin__organization__groups__create/input.json +239 -0
  30. package/__fixtures__/-2.complex.openai/admin__organization__groups__create/output.java +23 -0
  31. package/__fixtures__/-2.complex.openai/admin__organization__groups__delete/input.json +206 -0
  32. package/__fixtures__/-2.complex.openai/admin__organization__groups__delete/output.java +20 -0
  33. package/__fixtures__/-2.complex.openai/admin__organization__groups__list/input.json +316 -0
  34. package/__fixtures__/-2.complex.openai/admin__organization__groups__list/output.java +20 -0
  35. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__create/input.json +364 -0
  36. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__create/output.java +26 -0
  37. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__delete/input.json +210 -0
  38. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__delete/output.java +23 -0
  39. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__list/input.json +398 -0
  40. package/__fixtures__/-2.complex.openai/admin__organization__groups__roles__list/output.java +23 -0
  41. package/__fixtures__/-2.complex.openai/admin__organization__groups__update/input.json +241 -0
  42. package/__fixtures__/-2.complex.openai/admin__organization__groups__update/output.java +26 -0
  43. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__create/input.json +237 -0
  44. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__create/output.java +26 -0
  45. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__delete/input.json +211 -0
  46. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__delete/output.java +23 -0
  47. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__list/input.json +314 -0
  48. package/__fixtures__/-2.complex.openai/admin__organization__groups__users__list/output.java +23 -0
  49. package/__fixtures__/-2.complex.openai/admin__organization__invites__create/input.json +386 -0
  50. package/__fixtures__/-2.complex.openai/admin__organization__invites__create/output.java +25 -0
  51. package/__fixtures__/-2.complex.openai/admin__organization__invites__delete/input.json +203 -0
  52. package/__fixtures__/-2.complex.openai/admin__organization__invites__delete/output.java +20 -0
  53. package/__fixtures__/-2.complex.openai/admin__organization__invites__list/input.json +414 -0
  54. package/__fixtures__/-2.complex.openai/admin__organization__invites__list/output.java +19 -0
  55. package/__fixtures__/-2.complex.openai/admin__organization__invites__retrieve/input.json +337 -0
  56. package/__fixtures__/-2.complex.openai/admin__organization__invites__retrieve/output.java +20 -0
  57. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__delete/input.json +279 -0
  58. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__delete/output.java +28 -0
  59. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__list/input.json +475 -0
  60. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__list/output.java +22 -0
  61. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__retrieve/input.json +400 -0
  62. package/__fixtures__/-2.complex.openai/admin__organization__projects__api-keys__retrieve/output.java +23 -0
  63. package/__fixtures__/-2.complex.openai/admin__organization__projects__archive/input.json +247 -0
  64. package/__fixtures__/-2.complex.openai/admin__organization__projects__archive/output.java +20 -0
  65. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__activate__create/input.json +324 -0
  66. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__activate__create/output.java +30 -0
  67. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__deactivate__create/input.json +324 -0
  68. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__deactivate__create/output.java +29 -0
  69. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__list/input.json +372 -0
  70. package/__fixtures__/-2.complex.openai/admin__organization__projects__certificates__list/output.java +23 -0
  71. package/__fixtures__/-2.complex.openai/admin__organization__projects__create/input.json +281 -0
  72. package/__fixtures__/-2.complex.openai/admin__organization__projects__create/output.java +25 -0
  73. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__create/input.json +274 -0
  74. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__create/output.java +27 -0
  75. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__delete/input.json +211 -0
  76. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__delete/output.java +23 -0
  77. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__list/input.json +342 -0
  78. package/__fixtures__/-2.complex.openai/admin__organization__projects__groups__list/output.java +23 -0
  79. package/__fixtures__/-2.complex.openai/admin__organization__projects__list/input.json +330 -0
  80. package/__fixtures__/-2.complex.openai/admin__organization__projects__list/output.java +20 -0
  81. package/__fixtures__/-2.complex.openai/admin__organization__projects__rate-limits__list-rate-limits/input.json +358 -0
  82. package/__fixtures__/-2.complex.openai/admin__organization__projects__rate-limits__list-rate-limits/output.java +23 -0
  83. package/__fixtures__/-2.complex.openai/admin__organization__projects__rate-limits__update-rate-limit/input.json +407 -0
  84. package/__fixtures__/-2.complex.openai/admin__organization__projects__rate-limits__update-rate-limit/output.java +34 -0
  85. package/__fixtures__/-2.complex.openai/admin__organization__projects__retrieve/input.json +247 -0
  86. package/__fixtures__/-2.complex.openai/admin__organization__projects__retrieve/output.java +20 -0
  87. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__create/input.json +372 -0
  88. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__create/output.java +26 -0
  89. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__delete/input.json +216 -0
  90. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__delete/output.java +28 -0
  91. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__list/input.json +391 -0
  92. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__list/output.java +22 -0
  93. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__retrieve/input.json +253 -0
  94. package/__fixtures__/-2.complex.openai/admin__organization__projects__service-accounts__retrieve/output.java +23 -0
  95. package/__fixtures__/-2.complex.openai/admin__organization__projects__update/input.json +356 -0
  96. package/__fixtures__/-2.complex.openai/admin__organization__projects__update/output.java +28 -0
  97. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__create/input.json +349 -0
  98. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__create/output.java +28 -0
  99. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__delete/input.json +279 -0
  100. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__delete/output.java +28 -0
  101. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__list/input.json +387 -0
  102. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__list/output.java +22 -0
  103. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__retrieve/input.json +250 -0
  104. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__retrieve/output.java +23 -0
  105. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__update/input.json +339 -0
  106. package/__fixtures__/-2.complex.openai/admin__organization__projects__users__update/output.java +29 -0
  107. package/__fixtures__/-2.complex.openai/admin__organization__roles__create/input.json +283 -0
  108. package/__fixtures__/-2.complex.openai/admin__organization__roles__create/output.java +25 -0
  109. package/__fixtures__/-2.complex.openai/admin__organization__roles__delete/input.json +206 -0
  110. package/__fixtures__/-2.complex.openai/admin__organization__roles__delete/output.java +20 -0
  111. package/__fixtures__/-2.complex.openai/admin__organization__roles__list/input.json +338 -0
  112. package/__fixtures__/-2.complex.openai/admin__organization__roles__list/output.java +20 -0
  113. package/__fixtures__/-2.complex.openai/admin__organization__roles__update/input.json +296 -0
  114. package/__fixtures__/-2.complex.openai/admin__organization__roles__update/output.java +28 -0
  115. package/__fixtures__/-2.complex.openai/admin__organization__usage__audio-speeches__list/input.json +1108 -0
  116. package/__fixtures__/-2.complex.openai/admin__organization__usage__audio-speeches__list/output.java +47 -0
  117. package/__fixtures__/-2.complex.openai/admin__organization__usage__audio-transcriptions__list/input.json +1108 -0
  118. package/__fixtures__/-2.complex.openai/admin__organization__usage__audio-transcriptions__list/output.java +47 -0
  119. package/__fixtures__/-2.complex.openai/admin__organization__usage__code-interpreter-sessions__list/input.json +1054 -0
  120. package/__fixtures__/-2.complex.openai/admin__organization__usage__code-interpreter-sessions__list/output.java +32 -0
  121. package/__fixtures__/-2.complex.openai/admin__organization__usage__completions__list/input.json +1123 -0
  122. package/__fixtures__/-2.complex.openai/admin__organization__usage__completions__list/output.java +48 -0
  123. package/__fixtures__/-2.complex.openai/admin__organization__usage__embeddings__list/input.json +1108 -0
  124. package/__fixtures__/-2.complex.openai/admin__organization__usage__embeddings__list/output.java +47 -0
  125. package/__fixtures__/-2.complex.openai/admin__organization__usage__images__list/input.json +1176 -0
  126. package/__fixtures__/-2.complex.openai/admin__organization__usage__images__list/output.java +57 -0
  127. package/__fixtures__/-2.complex.openai/admin__organization__usage__moderations__list/input.json +1108 -0
  128. package/__fixtures__/-2.complex.openai/admin__organization__usage__moderations__list/output.java +47 -0
  129. package/__fixtures__/-2.complex.openai/admin__organization__usage__vector-stores__list/input.json +1054 -0
  130. package/__fixtures__/-2.complex.openai/admin__organization__usage__vector-stores__list/output.java +32 -0
  131. package/__fixtures__/-2.complex.openai/admin__organization__users__delete/input.json +202 -0
  132. package/__fixtures__/-2.complex.openai/admin__organization__users__delete/output.java +20 -0
  133. package/__fixtures__/-2.complex.openai/admin__organization__users__list/input.json +557 -0
  134. package/__fixtures__/-2.complex.openai/admin__organization__users__list/output.java +24 -0
  135. package/__fixtures__/-2.complex.openai/admin__organization__users__retrieve/input.json +472 -0
  136. package/__fixtures__/-2.complex.openai/admin__organization__users__retrieve/output.java +20 -0
  137. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__create/input.json +611 -0
  138. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__create/output.java +26 -0
  139. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__delete/input.json +210 -0
  140. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__delete/output.java +23 -0
  141. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__list/input.json +398 -0
  142. package/__fixtures__/-2.complex.openai/admin__organization__users__roles__list/output.java +23 -0
  143. package/__fixtures__/-2.complex.openai/admin__organization__users__update/input.json +528 -0
  144. package/__fixtures__/-2.complex.openai/admin__organization__users__update/output.java +29 -0
  145. package/__fixtures__/-2.complex.openai/audio__speech__create/input.json +388 -0
  146. package/__fixtures__/-2.complex.openai/audio__speech__create/output.java +34 -0
  147. package/__fixtures__/-2.complex.openai/audio__transcriptions__create/input.json +999 -0
  148. package/__fixtures__/-2.complex.openai/audio__transcriptions__create/output.java +40 -0
  149. package/__fixtures__/-2.complex.openai/audio__translations__create/input.json +430 -0
  150. package/__fixtures__/-2.complex.openai/audio__translations__create/output.java +28 -0
  151. package/__fixtures__/-2.complex.openai/audio__voice-consents__create/input.json +244 -0
  152. package/__fixtures__/-2.complex.openai/audio__voice-consents__create/output.java +30 -0
  153. package/__fixtures__/-2.complex.openai/audio__voice-consents__delete/input.json +190 -0
  154. package/__fixtures__/-2.complex.openai/audio__voice-consents__delete/output.java +24 -0
  155. package/__fixtures__/-2.complex.openai/audio__voice-consents__list/input.json +285 -0
  156. package/__fixtures__/-2.complex.openai/audio__voice-consents__list/output.java +23 -0
  157. package/__fixtures__/-2.complex.openai/audio__voice-consents__retrieve/input.json +212 -0
  158. package/__fixtures__/-2.complex.openai/audio__voice-consents__retrieve/output.java +24 -0
  159. package/__fixtures__/-2.complex.openai/audio__voice-consents__update/input.json +236 -0
  160. package/__fixtures__/-2.complex.openai/audio__voice-consents__update/output.java +30 -0
  161. package/__fixtures__/-2.complex.openai/audio__voices__create/input.json +235 -0
  162. package/__fixtures__/-2.complex.openai/audio__voices__create/output.java +30 -0
  163. package/__fixtures__/-2.complex.openai/batches__cancel/input.json +594 -0
  164. package/__fixtures__/-2.complex.openai/batches__cancel/output.java +20 -0
  165. package/__fixtures__/-2.complex.openai/batches__create/input.json +701 -0
  166. package/__fixtures__/-2.complex.openai/batches__create/output.java +27 -0
  167. package/__fixtures__/-2.complex.openai/batches__list/input.json +665 -0
  168. package/__fixtures__/-2.complex.openai/batches__list/output.java +19 -0
  169. package/__fixtures__/-2.complex.openai/batches__retrieve/input.json +594 -0
  170. package/__fixtures__/-2.complex.openai/batches__retrieve/output.java +20 -0
  171. package/__fixtures__/-2.complex.openai/beta__assistants__create/input.json +1029 -0
  172. package/__fixtures__/-2.complex.openai/beta__assistants__create/output.java +33 -0
  173. package/__fixtures__/-2.complex.openai/beta__assistants__delete/input.json +190 -0
  174. package/__fixtures__/-2.complex.openai/beta__assistants__delete/output.java +20 -0
  175. package/__fixtures__/-2.complex.openai/beta__assistants__list/input.json +796 -0
  176. package/__fixtures__/-2.complex.openai/beta__assistants__list/output.java +21 -0
  177. package/__fixtures__/-2.complex.openai/beta__assistants__retrieve/input.json +694 -0
  178. package/__fixtures__/-2.complex.openai/beta__assistants__retrieve/output.java +20 -0
  179. package/__fixtures__/-2.complex.openai/beta__assistants__update/input.json +1045 -0
  180. package/__fixtures__/-2.complex.openai/beta__assistants__update/output.java +36 -0
  181. package/__fixtures__/-2.complex.openai/beta__chat-kit__sessions__cancel/input.json +482 -0
  182. package/__fixtures__/-2.complex.openai/beta__chat-kit__sessions__cancel/output.java +24 -0
  183. package/__fixtures__/-2.complex.openai/beta__chat-kit__sessions__create/input.json +738 -0
  184. package/__fixtures__/-2.complex.openai/beta__chat-kit__sessions__create/output.java +27 -0
  185. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__delete/input.json +200 -0
  186. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__delete/output.java +20 -0
  187. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__items__list/input.json +1218 -0
  188. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__items__list/output.java +24 -0
  189. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__list/input.json +444 -0
  190. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__list/output.java +22 -0
  191. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__retrieve/input.json +328 -0
  192. package/__fixtures__/-2.complex.openai/beta__chat-kit__threads__retrieve/output.java +20 -0
  193. package/__fixtures__/-2.complex.openai/beta__threads__create/input.json +665 -0
  194. package/__fixtures__/-2.complex.openai/beta__threads__create/output.java +25 -0
  195. package/__fixtures__/-2.complex.openai/beta__threads__delete/input.json +189 -0
  196. package/__fixtures__/-2.complex.openai/beta__threads__delete/output.java +20 -0
  197. package/__fixtures__/-2.complex.openai/beta__threads__messages__create/input.json +938 -0
  198. package/__fixtures__/-2.complex.openai/beta__threads__messages__create/output.java +29 -0
  199. package/__fixtures__/-2.complex.openai/beta__threads__messages__delete/input.json +203 -0
  200. package/__fixtures__/-2.complex.openai/beta__threads__messages__delete/output.java +23 -0
  201. package/__fixtures__/-2.complex.openai/beta__threads__messages__list/input.json +945 -0
  202. package/__fixtures__/-2.complex.openai/beta__threads__messages__list/output.java +25 -0
  203. package/__fixtures__/-2.complex.openai/beta__threads__messages__retrieve/input.json +832 -0
  204. package/__fixtures__/-2.complex.openai/beta__threads__messages__retrieve/output.java +23 -0
  205. package/__fixtures__/-2.complex.openai/beta__threads__messages__update/input.json +855 -0
  206. package/__fixtures__/-2.complex.openai/beta__threads__messages__update/output.java +29 -0
  207. package/__fixtures__/-2.complex.openai/beta__threads__new-and-run/input.json +1899 -0
  208. package/__fixtures__/-2.complex.openai/beta__threads__new-and-run/output.java +38 -0
  209. package/__fixtures__/-2.complex.openai/beta__threads__retrieve/input.json +283 -0
  210. package/__fixtures__/-2.complex.openai/beta__threads__retrieve/output.java +20 -0
  211. package/__fixtures__/-2.complex.openai/beta__threads__runs__cancel/input.json +1181 -0
  212. package/__fixtures__/-2.complex.openai/beta__threads__runs__cancel/output.java +23 -0
  213. package/__fixtures__/-2.complex.openai/beta__threads__runs__create/input.json +1851 -0
  214. package/__fixtures__/-2.complex.openai/beta__threads__runs__create/output.java +47 -0
  215. package/__fixtures__/-2.complex.openai/beta__threads__runs__list/input.json +1285 -0
  216. package/__fixtures__/-2.complex.openai/beta__threads__runs__list/output.java +24 -0
  217. package/__fixtures__/-2.complex.openai/beta__threads__runs__retrieve/input.json +1181 -0
  218. package/__fixtures__/-2.complex.openai/beta__threads__runs__retrieve/output.java +23 -0
  219. package/__fixtures__/-2.complex.openai/beta__threads__runs__steps__list/input.json +1066 -0
  220. package/__fixtures__/-2.complex.openai/beta__threads__runs__steps__list/output.java +32 -0
  221. package/__fixtures__/-2.complex.openai/beta__threads__runs__steps__retrieve/input.json +964 -0
  222. package/__fixtures__/-2.complex.openai/beta__threads__runs__steps__retrieve/output.java +31 -0
  223. package/__fixtures__/-2.complex.openai/beta__threads__runs__submit-tool-outputs__create/input.json +1246 -0
  224. package/__fixtures__/-2.complex.openai/beta__threads__runs__submit-tool-outputs__create/output.java +30 -0
  225. package/__fixtures__/-2.complex.openai/beta__threads__runs__update/input.json +1204 -0
  226. package/__fixtures__/-2.complex.openai/beta__threads__runs__update/output.java +29 -0
  227. package/__fixtures__/-2.complex.openai/beta__threads__update/input.json +315 -0
  228. package/__fixtures__/-2.complex.openai/beta__threads__update/output.java +27 -0
  229. package/__fixtures__/-2.complex.openai/chat__completions__create/input.json +3325 -0
  230. package/__fixtures__/-2.complex.openai/chat__completions__create/output.java +76 -0
  231. package/__fixtures__/-2.complex.openai/chat__completions__delete/input.json +192 -0
  232. package/__fixtures__/-2.complex.openai/chat__completions__delete/output.java +23 -0
  233. package/__fixtures__/-2.complex.openai/chat__completions__list/input.json +1069 -0
  234. package/__fixtures__/-2.complex.openai/chat__completions__list/output.java +25 -0
  235. package/__fixtures__/-2.complex.openai/chat__completions__messages__list/input.json +770 -0
  236. package/__fixtures__/-2.complex.openai/chat__completions__messages__list/output.java +27 -0
  237. package/__fixtures__/-2.complex.openai/chat__completions__retrieve/input.json +938 -0
  238. package/__fixtures__/-2.complex.openai/chat__completions__retrieve/output.java +23 -0
  239. package/__fixtures__/-2.complex.openai/chat__completions__update/input.json +973 -0
  240. package/__fixtures__/-2.complex.openai/chat__completions__update/output.java +30 -0
  241. package/__fixtures__/-2.complex.openai/completions__create/input.json +788 -0
  242. package/__fixtures__/-2.complex.openai/completions__create/output.java +44 -0
  243. package/__fixtures__/-2.complex.openai/containers__create/input.json +671 -0
  244. package/__fixtures__/-2.complex.openai/containers__create/output.java +28 -0
  245. package/__fixtures__/-2.complex.openai/containers__delete/input.json +142 -0
  246. package/__fixtures__/-2.complex.openai/containers__delete/output.java +20 -0
  247. package/__fixtures__/-2.complex.openai/containers__files__content/input.json +154 -0
  248. package/__fixtures__/-2.complex.openai/containers__files__content/output.java +23 -0
  249. package/__fixtures__/-2.complex.openai/containers__files__create/input.json +261 -0
  250. package/__fixtures__/-2.complex.openai/containers__files__create/output.java +28 -0
  251. package/__fixtures__/-2.complex.openai/containers__files__delete/input.json +154 -0
  252. package/__fixtures__/-2.complex.openai/containers__files__delete/output.java +23 -0
  253. package/__fixtures__/-2.complex.openai/containers__files__list/input.json +337 -0
  254. package/__fixtures__/-2.complex.openai/containers__files__list/output.java +23 -0
  255. package/__fixtures__/-2.complex.openai/containers__files__retrieve/input.json +235 -0
  256. package/__fixtures__/-2.complex.openai/containers__files__retrieve/output.java +23 -0
  257. package/__fixtures__/-2.complex.openai/containers__list/input.json +438 -0
  258. package/__fixtures__/-2.complex.openai/containers__list/output.java +21 -0
  259. package/__fixtures__/-2.complex.openai/containers__retrieve/input.json +329 -0
  260. package/__fixtures__/-2.complex.openai/containers__retrieve/output.java +20 -0
  261. package/__fixtures__/-2.complex.openai/conversations__create/input.json +6737 -0
  262. package/__fixtures__/-2.complex.openai/conversations__create/output.java +24 -0
  263. package/__fixtures__/-2.complex.openai/conversations__delete/input.json +186 -0
  264. package/__fixtures__/-2.complex.openai/conversations__delete/output.java +20 -0
  265. package/__fixtures__/-2.complex.openai/conversations__items__create/input.json +8352 -0
  266. package/__fixtures__/-2.complex.openai/conversations__items__create/output.java +31 -0
  267. package/__fixtures__/-2.complex.openai/conversations__items__delete/input.json +213 -0
  268. package/__fixtures__/-2.complex.openai/conversations__items__delete/output.java +23 -0
  269. package/__fixtures__/-2.complex.openai/conversations__items__list/input.json +6695 -0
  270. package/__fixtures__/-2.complex.openai/conversations__items__list/output.java +28 -0
  271. package/__fixtures__/-2.complex.openai/conversations__items__retrieve/input.json +6597 -0
  272. package/__fixtures__/-2.complex.openai/conversations__items__retrieve/output.java +28 -0
  273. package/__fixtures__/-2.complex.openai/conversations__retrieve/input.json +198 -0
  274. package/__fixtures__/-2.complex.openai/conversations__retrieve/output.java +20 -0
  275. package/__fixtures__/-2.complex.openai/conversations__update/input.json +233 -0
  276. package/__fixtures__/-2.complex.openai/conversations__update/output.java +26 -0
  277. package/__fixtures__/-2.complex.openai/embeddings__create/input.json +395 -0
  278. package/__fixtures__/-2.complex.openai/embeddings__create/output.java +27 -0
  279. package/__fixtures__/-2.complex.openai/evals__create/input.json +1424 -0
  280. package/__fixtures__/-2.complex.openai/evals__create/output.java +30 -0
  281. package/__fixtures__/-2.complex.openai/evals__delete/input.json +232 -0
  282. package/__fixtures__/-2.complex.openai/evals__delete/output.java +20 -0
  283. package/__fixtures__/-2.complex.openai/evals__list/input.json +1251 -0
  284. package/__fixtures__/-2.complex.openai/evals__list/output.java +21 -0
  285. package/__fixtures__/-2.complex.openai/evals__retrieve/input.json +1127 -0
  286. package/__fixtures__/-2.complex.openai/evals__retrieve/output.java +20 -0
  287. package/__fixtures__/-2.complex.openai/evals__runs__cancel/input.json +4445 -0
  288. package/__fixtures__/-2.complex.openai/evals__runs__cancel/output.java +23 -0
  289. package/__fixtures__/-2.complex.openai/evals__runs__create/input.json +4526 -0
  290. package/__fixtures__/-2.complex.openai/evals__runs__create/output.java +28 -0
  291. package/__fixtures__/-2.complex.openai/evals__runs__delete/input.json +246 -0
  292. package/__fixtures__/-2.complex.openai/evals__runs__delete/output.java +23 -0
  293. package/__fixtures__/-2.complex.openai/evals__runs__list/input.json +4579 -0
  294. package/__fixtures__/-2.complex.openai/evals__runs__list/output.java +24 -0
  295. package/__fixtures__/-2.complex.openai/evals__runs__output-items__list/input.json +685 -0
  296. package/__fixtures__/-2.complex.openai/evals__runs__output-items__list/output.java +27 -0
  297. package/__fixtures__/-2.complex.openai/evals__runs__output-items__retrieve/input.json +560 -0
  298. package/__fixtures__/-2.complex.openai/evals__runs__output-items__retrieve/output.java +26 -0
  299. package/__fixtures__/-2.complex.openai/evals__runs__retrieve/input.json +4445 -0
  300. package/__fixtures__/-2.complex.openai/evals__runs__retrieve/output.java +23 -0
  301. package/__fixtures__/-2.complex.openai/evals__update/input.json +1160 -0
  302. package/__fixtures__/-2.complex.openai/evals__update/output.java +27 -0
  303. package/__fixtures__/-2.complex.openai/files__content/input.json +151 -0
  304. package/__fixtures__/-2.complex.openai/files__content/output.java +20 -0
  305. package/__fixtures__/-2.complex.openai/files__create/input.json +379 -0
  306. package/__fixtures__/-2.complex.openai/files__create/output.java +52 -0
  307. package/__fixtures__/-2.complex.openai/files__delete/input.json +184 -0
  308. package/__fixtures__/-2.complex.openai/files__delete/output.java +20 -0
  309. package/__fixtures__/-2.complex.openai/files__list/input.json +397 -0
  310. package/__fixtures__/-2.complex.openai/files__list/output.java +21 -0
  311. package/__fixtures__/-2.complex.openai/files__retrieve/input.json +295 -0
  312. package/__fixtures__/-2.complex.openai/files__retrieve/output.java +20 -0
  313. package/__fixtures__/-2.complex.openai/fine-tuning__alpha__graders__run__create/input.json +1225 -0
  314. package/__fixtures__/-2.complex.openai/fine-tuning__alpha__graders__run__create/output.java +25 -0
  315. package/__fixtures__/-2.complex.openai/fine-tuning__alpha__graders__validate__create/input.json +991 -0
  316. package/__fixtures__/-2.complex.openai/fine-tuning__alpha__graders__validate__create/output.java +23 -0
  317. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__create/input.json +297 -0
  318. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__create/output.java +30 -0
  319. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__delete/input.json +208 -0
  320. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__delete/output.java +27 -0
  321. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__list/input.json +325 -0
  322. package/__fixtures__/-2.complex.openai/fine-tuning__checkpoints__permissions__list/output.java +28 -0
  323. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__cancel/input.json +1645 -0
  324. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__cancel/output.java +20 -0
  325. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__checkpoints__list/input.json +383 -0
  326. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__checkpoints__list/output.java +22 -0
  327. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__create/input.json +1887 -0
  328. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__create/output.java +37 -0
  329. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__list/input.json +1714 -0
  330. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__list/output.java +20 -0
  331. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__list-events/input.json +330 -0
  332. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__list-events/output.java +22 -0
  333. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__pause/input.json +1645 -0
  334. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__pause/output.java +20 -0
  335. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__resume/input.json +1645 -0
  336. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__resume/output.java +20 -0
  337. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__retrieve/input.json +1645 -0
  338. package/__fixtures__/-2.complex.openai/fine-tuning__jobs__retrieve/output.java +24 -0
  339. package/__fixtures__/-2.complex.openai/images__edits__create/input.json +744 -0
  340. package/__fixtures__/-2.complex.openai/images__edits__create/output.java +44 -0
  341. package/__fixtures__/-2.complex.openai/images__generations__create/input.json +789 -0
  342. package/__fixtures__/-2.complex.openai/images__generations__create/output.java +36 -0
  343. package/__fixtures__/-2.complex.openai/images__variations__create/input.json +550 -0
  344. package/__fixtures__/-2.complex.openai/images__variations__create/output.java +29 -0
  345. package/__fixtures__/-2.complex.openai/models__delete/input.json +184 -0
  346. package/__fixtures__/-2.complex.openai/models__delete/output.java +20 -0
  347. package/__fixtures__/-2.complex.openai/models__list/input.json +221 -0
  348. package/__fixtures__/-2.complex.openai/models__list/output.java +17 -0
  349. package/__fixtures__/-2.complex.openai/models__retrieve/input.json +199 -0
  350. package/__fixtures__/-2.complex.openai/models__retrieve/output.java +20 -0
  351. package/__fixtures__/-2.complex.openai/moderations__create/input.json +831 -0
  352. package/__fixtures__/-2.complex.openai/moderations__create/output.java +27 -0
  353. package/__fixtures__/-2.complex.openai/projects__groups__roles__create/input.json +368 -0
  354. package/__fixtures__/-2.complex.openai/projects__groups__roles__create/output.java +29 -0
  355. package/__fixtures__/-2.complex.openai/projects__groups__roles__delete/input.json +214 -0
  356. package/__fixtures__/-2.complex.openai/projects__groups__roles__delete/output.java +26 -0
  357. package/__fixtures__/-2.complex.openai/projects__groups__roles__list/input.json +402 -0
  358. package/__fixtures__/-2.complex.openai/projects__groups__roles__list/output.java +26 -0
  359. package/__fixtures__/-2.complex.openai/projects__roles__create/input.json +289 -0
  360. package/__fixtures__/-2.complex.openai/projects__roles__create/output.java +28 -0
  361. package/__fixtures__/-2.complex.openai/projects__roles__delete/input.json +210 -0
  362. package/__fixtures__/-2.complex.openai/projects__roles__delete/output.java +23 -0
  363. package/__fixtures__/-2.complex.openai/projects__roles__list/input.json +344 -0
  364. package/__fixtures__/-2.complex.openai/projects__roles__list/output.java +23 -0
  365. package/__fixtures__/-2.complex.openai/projects__roles__update/input.json +300 -0
  366. package/__fixtures__/-2.complex.openai/projects__roles__update/output.java +31 -0
  367. package/__fixtures__/-2.complex.openai/projects__users__roles__create/input.json +615 -0
  368. package/__fixtures__/-2.complex.openai/projects__users__roles__create/output.java +29 -0
  369. package/__fixtures__/-2.complex.openai/projects__users__roles__delete/input.json +214 -0
  370. package/__fixtures__/-2.complex.openai/projects__users__roles__delete/output.java +26 -0
  371. package/__fixtures__/-2.complex.openai/projects__users__roles__list/input.json +402 -0
  372. package/__fixtures__/-2.complex.openai/projects__users__roles__list/output.java +26 -0
  373. package/__fixtures__/-2.complex.openai/realtime__calls__accept/input.json +1768 -0
  374. package/__fixtures__/-2.complex.openai/realtime__calls__accept/output.java +42 -0
  375. package/__fixtures__/-2.complex.openai/realtime__calls__create/input.json +1790 -0
  376. package/__fixtures__/-2.complex.openai/realtime__calls__create/output.java +29 -0
  377. package/__fixtures__/-2.complex.openai/realtime__calls__hangup/input.json +147 -0
  378. package/__fixtures__/-2.complex.openai/realtime__calls__hangup/output.java +23 -0
  379. package/__fixtures__/-2.complex.openai/realtime__calls__refer/input.json +175 -0
  380. package/__fixtures__/-2.complex.openai/realtime__calls__refer/output.java +26 -0
  381. package/__fixtures__/-2.complex.openai/realtime__calls__reject/input.json +175 -0
  382. package/__fixtures__/-2.complex.openai/realtime__calls__reject/output.java +26 -0
  383. package/__fixtures__/-2.complex.openai/realtime__client-secrets__create/input.json +2407 -0
  384. package/__fixtures__/-2.complex.openai/realtime__client-secrets__create/output.java +38 -0
  385. package/__fixtures__/-2.complex.openai/realtime__sessions__create/input.json +1400 -0
  386. package/__fixtures__/-2.complex.openai/realtime__sessions__create/output.java +48 -0
  387. package/__fixtures__/-2.complex.openai/realtime__transcription-sessions__create/input.json +562 -0
  388. package/__fixtures__/-2.complex.openai/realtime__transcription-sessions__create/output.java +37 -0
  389. package/__fixtures__/-2.complex.openai/realtime__translations__client-secrets__create/input.json +498 -0
  390. package/__fixtures__/-2.complex.openai/realtime__translations__client-secrets__create/output.java +34 -0
  391. package/__fixtures__/-2.complex.openai/responses__cancel/input.json +9526 -0
  392. package/__fixtures__/-2.complex.openai/responses__cancel/output.java +24 -0
  393. package/__fixtures__/-2.complex.openai/responses__compact__create/input.json +8721 -0
  394. package/__fixtures__/-2.complex.openai/responses__compact__create/output.java +33 -0
  395. package/__fixtures__/-2.complex.openai/responses__create/input.json +9862 -0
  396. package/__fixtures__/-2.complex.openai/responses__create/output.java +59 -0
  397. package/__fixtures__/-2.complex.openai/responses__delete/input.json +194 -0
  398. package/__fixtures__/-2.complex.openai/responses__delete/output.java +20 -0
  399. package/__fixtures__/-2.complex.openai/responses__input-items__list/input.json +6686 -0
  400. package/__fixtures__/-2.complex.openai/responses__input-items__list/output.java +28 -0
  401. package/__fixtures__/-2.complex.openai/responses__input-tokens__count/input.json +7368 -0
  402. package/__fixtures__/-2.complex.openai/responses__input-tokens__count/output.java +37 -0
  403. package/__fixtures__/-2.complex.openai/responses__retrieve/input.json +9550 -0
  404. package/__fixtures__/-2.complex.openai/responses__retrieve/output.java +28 -0
  405. package/__fixtures__/-2.complex.openai/skills__content/input.json +152 -0
  406. package/__fixtures__/-2.complex.openai/skills__content/output.java +20 -0
  407. package/__fixtures__/-2.complex.openai/skills__create/input.json +258 -0
  408. package/__fixtures__/-2.complex.openai/skills__create/output.java +24 -0
  409. package/__fixtures__/-2.complex.openai/skills__delete/input.json +186 -0
  410. package/__fixtures__/-2.complex.openai/skills__delete/output.java +20 -0
  411. package/__fixtures__/-2.complex.openai/skills__list/input.json +323 -0
  412. package/__fixtures__/-2.complex.openai/skills__list/output.java +20 -0
  413. package/__fixtures__/-2.complex.openai/skills__retrieve/input.json +226 -0
  414. package/__fixtures__/-2.complex.openai/skills__retrieve/output.java +20 -0
  415. package/__fixtures__/-2.complex.openai/skills__update/input.json +251 -0
  416. package/__fixtures__/-2.complex.openai/skills__update/output.java +26 -0
  417. package/__fixtures__/-2.complex.openai/skills__versions__content/input.json +166 -0
  418. package/__fixtures__/-2.complex.openai/skills__versions__content/output.java +23 -0
  419. package/__fixtures__/-2.complex.openai/skills__versions__create/input.json +284 -0
  420. package/__fixtures__/-2.complex.openai/skills__versions__create/output.java +28 -0
  421. package/__fixtures__/-2.complex.openai/skills__versions__delete/input.json +209 -0
  422. package/__fixtures__/-2.complex.openai/skills__versions__delete/output.java +23 -0
  423. package/__fixtures__/-2.complex.openai/skills__versions__list/input.json +341 -0
  424. package/__fixtures__/-2.complex.openai/skills__versions__list/output.java +23 -0
  425. package/__fixtures__/-2.complex.openai/skills__versions__retrieve/input.json +240 -0
  426. package/__fixtures__/-2.complex.openai/skills__versions__retrieve/output.java +23 -0
  427. package/__fixtures__/-2.complex.openai/uploads__cancel/input.json +407 -0
  428. package/__fixtures__/-2.complex.openai/uploads__cancel/output.java +24 -0
  429. package/__fixtures__/-2.complex.openai/uploads__complete/input.json +443 -0
  430. package/__fixtures__/-2.complex.openai/uploads__complete/output.java +36 -0
  431. package/__fixtures__/-2.complex.openai/uploads__create/input.json +501 -0
  432. package/__fixtures__/-2.complex.openai/uploads__create/output.java +47 -0
  433. package/__fixtures__/-2.complex.openai/uploads__parts__create/input.json +229 -0
  434. package/__fixtures__/-2.complex.openai/uploads__parts__create/output.java +33 -0
  435. package/__fixtures__/-2.complex.openai/vector-stores__create/input.json +507 -0
  436. package/__fixtures__/-2.complex.openai/vector-stores__create/output.java +28 -0
  437. package/__fixtures__/-2.complex.openai/vector-stores__delete/input.json +184 -0
  438. package/__fixtures__/-2.complex.openai/vector-stores__delete/output.java +20 -0
  439. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__cancel/input.json +300 -0
  440. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__cancel/output.java +23 -0
  441. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__create/input.json +314 -0
  442. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__create/output.java +24 -0
  443. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__list-files/input.json +571 -0
  444. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__list-files/output.java +28 -0
  445. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__retrieve/input.json +302 -0
  446. package/__fixtures__/-2.complex.openai/vector-stores__file-batches__retrieve/output.java +23 -0
  447. package/__fixtures__/-2.complex.openai/vector-stores__files__content/input.json +249 -0
  448. package/__fixtures__/-2.complex.openai/vector-stores__files__content/output.java +23 -0
  449. package/__fixtures__/-2.complex.openai/vector-stores__files__create/input.json +527 -0
  450. package/__fixtures__/-2.complex.openai/vector-stores__files__create/output.java +31 -0
  451. package/__fixtures__/-2.complex.openai/vector-stores__files__delete/input.json +198 -0
  452. package/__fixtures__/-2.complex.openai/vector-stores__files__delete/output.java +23 -0
  453. package/__fixtures__/-2.complex.openai/vector-stores__files__list/input.json +562 -0
  454. package/__fixtures__/-2.complex.openai/vector-stores__files__list/output.java +25 -0
  455. package/__fixtures__/-2.complex.openai/vector-stores__files__retrieve/input.json +432 -0
  456. package/__fixtures__/-2.complex.openai/vector-stores__files__retrieve/output.java +23 -0
  457. package/__fixtures__/-2.complex.openai/vector-stores__files__update/input.json +455 -0
  458. package/__fixtures__/-2.complex.openai/vector-stores__files__update/output.java +29 -0
  459. package/__fixtures__/-2.complex.openai/vector-stores__list/input.json +468 -0
  460. package/__fixtures__/-2.complex.openai/vector-stores__list/output.java +21 -0
  461. package/__fixtures__/-2.complex.openai/vector-stores__retrieve/input.json +366 -0
  462. package/__fixtures__/-2.complex.openai/vector-stores__retrieve/output.java +20 -0
  463. package/__fixtures__/-2.complex.openai/vector-stores__search/input.json +637 -0
  464. package/__fixtures__/-2.complex.openai/vector-stores__search/output.java +30 -0
  465. package/__fixtures__/-2.complex.openai/vector-stores__update/input.json +409 -0
  466. package/__fixtures__/-2.complex.openai/vector-stores__update/output.java +28 -0
  467. package/__fixtures__/-2.complex.openai/videos__characters__create/input.json +216 -0
  468. package/__fixtures__/-2.complex.openai/videos__characters__create/output.java +25 -0
  469. package/__fixtures__/-2.complex.openai/videos__characters__retrieve/input.json +193 -0
  470. package/__fixtures__/-2.complex.openai/videos__characters__retrieve/output.java +20 -0
  471. package/__fixtures__/-2.complex.openai/videos__create/input.json +465 -0
  472. package/__fixtures__/-2.complex.openai/videos__create/output.java +27 -0
  473. package/__fixtures__/-2.complex.openai/videos__delete/input.json +190 -0
  474. package/__fixtures__/-2.complex.openai/videos__delete/output.java +20 -0
  475. package/__fixtures__/-2.complex.openai/videos__download-content/input.json +181 -0
  476. package/__fixtures__/-2.complex.openai/videos__download-content/output.java +25 -0
  477. package/__fixtures__/-2.complex.openai/videos__edits__create/input.json +422 -0
  478. package/__fixtures__/-2.complex.openai/videos__edits__create/output.java +24 -0
  479. package/__fixtures__/-2.complex.openai/videos__extensions__create/input.json +446 -0
  480. package/__fixtures__/-2.complex.openai/videos__extensions__create/output.java +25 -0
  481. package/__fixtures__/-2.complex.openai/videos__list/input.json +477 -0
  482. package/__fixtures__/-2.complex.openai/videos__list/output.java +20 -0
  483. package/__fixtures__/-2.complex.openai/videos__remix/input.json +405 -0
  484. package/__fixtures__/-2.complex.openai/videos__remix/output.java +26 -0
  485. package/__fixtures__/-2.complex.openai/videos__retrieve/input.json +380 -0
  486. package/__fixtures__/-2.complex.openai/videos__retrieve/output.java +20 -0
  487. package/__fixtures__/-2.complex.openai.full/output/pom.xml +17 -0
  488. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ActiveStatus.java +33 -0
  489. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AddUploadPartRequest.java +32 -0
  490. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminApiKey.java +79 -0
  491. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminApiKeyCreateResponse.java +85 -0
  492. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminApiKeyCreateResponseOwner.java +79 -0
  493. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminApiKeyOwner.java +79 -0
  494. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeyCreateParams.java +36 -0
  495. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeyListParams.java +59 -0
  496. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeyService.java +50 -0
  497. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeysCreateRequest.java +32 -0
  498. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeysDeleteResponse.java +46 -0
  499. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAdminApiKeysListOrder.java +37 -0
  500. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAuditLogListParams.java +132 -0
  501. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAuditLogService.java +46 -0
  502. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationAuditLogsListEffectiveAt.java +61 -0
  503. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateActivateCreateParams.java +42 -0
  504. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateActivateService.java +27 -0
  505. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateCreateParams.java +54 -0
  506. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateDeactivateCreateParams.java +42 -0
  507. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateDeactivateService.java +27 -0
  508. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateListParams.java +59 -0
  509. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateRetrieveParams.java +40 -0
  510. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateService.java +92 -0
  511. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificateUpdateParams.java +35 -0
  512. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCertificatesListOrder.java +36 -0
  513. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCostListParams.java +123 -0
  514. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCostService.java +37 -0
  515. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationCostsListGroupByItem.java +37 -0
  516. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupCreateParams.java +36 -0
  517. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupListParams.java +59 -0
  518. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupRoleCreateParams.java +36 -0
  519. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupRoleListParams.java +59 -0
  520. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupRoleService.java +50 -0
  521. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupService.java +65 -0
  522. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupUpdateParams.java +36 -0
  523. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupUserCreateParams.java +36 -0
  524. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupUserListParams.java +59 -0
  525. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupUserService.java +50 -0
  526. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupsListOrder.java +36 -0
  527. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupsRolesListOrder.java +36 -0
  528. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationGroupsUsersListOrder.java +36 -0
  529. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationInviteCreateParams.java +66 -0
  530. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationInviteListParams.java +47 -0
  531. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationInviteService.java +51 -0
  532. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectApiKeyListParams.java +47 -0
  533. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectApiKeyService.java +51 -0
  534. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateActivateCreateParams.java +42 -0
  535. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateActivateService.java +30 -0
  536. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateDeactivateCreateParams.java +41 -0
  537. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateDeactivateService.java +29 -0
  538. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateListParams.java +59 -0
  539. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCertificateService.java +35 -0
  540. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectCreateParams.java +62 -0
  541. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectGroupCreateParams.java +51 -0
  542. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectGroupListParams.java +59 -0
  543. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectGroupService.java +51 -0
  544. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectListParams.java +59 -0
  545. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectRateLimitListRateLimitsParams.java +59 -0
  546. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectRateLimitService.java +46 -0
  547. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectRateLimitUpdateRateLimitParams.java +95 -0
  548. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectService.java +102 -0
  549. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectServiceAccountCreateParams.java +36 -0
  550. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectServiceAccountListParams.java +47 -0
  551. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectServiceAccountService.java +66 -0
  552. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectUpdateParams.java +59 -0
  553. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectUserCreateParams.java +62 -0
  554. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectUserListParams.java +47 -0
  555. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectUserService.java +83 -0
  556. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectUserUpdateParams.java +35 -0
  557. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectsCertificatesListOrder.java +36 -0
  558. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationProjectsGroupsListOrder.java +36 -0
  559. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationRoleCreateParams.java +66 -0
  560. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationRoleListParams.java +59 -0
  561. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationRoleService.java +57 -0
  562. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationRoleUpdateParams.java +60 -0
  563. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationRolesListOrder.java +36 -0
  564. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationService.java +71 -0
  565. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioSpeechListParams.java +147 -0
  566. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioSpeechService.java +47 -0
  567. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioSpeechesListBucketWidth.java +37 -0
  568. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioSpeechesListGroupByItem.java +38 -0
  569. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioTranscriptionListParams.java +147 -0
  570. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioTranscriptionService.java +47 -0
  571. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioTranscriptionsListBucketWidth.java +37 -0
  572. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageAudioTranscriptionsListGroupByItem.java +38 -0
  573. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCodeInterpreterSessionListParams.java +111 -0
  574. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCodeInterpreterSessionService.java +32 -0
  575. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCodeInterpreterSessionsListBucketWidth.java +37 -0
  576. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCompletionListParams.java +159 -0
  577. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCompletionService.java +48 -0
  578. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCompletionsListBucketWidth.java +37 -0
  579. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageCompletionsListGroupByItem.java +40 -0
  580. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageEmbeddingListParams.java +147 -0
  581. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageEmbeddingService.java +47 -0
  582. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageEmbeddingsListBucketWidth.java +37 -0
  583. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageEmbeddingsListGroupByItem.java +38 -0
  584. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImageListParams.java +171 -0
  585. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImageService.java +57 -0
  586. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImagesListBucketWidth.java +37 -0
  587. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImagesListGroupByItem.java +40 -0
  588. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImagesListSizesItem.java +39 -0
  589. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageImagesListSourcesItem.java +37 -0
  590. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageModerationListParams.java +147 -0
  591. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageModerationService.java +47 -0
  592. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageModerationsListBucketWidth.java +37 -0
  593. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageModerationsListGroupByItem.java +38 -0
  594. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageService.java +59 -0
  595. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageVectorStoreListParams.java +111 -0
  596. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageVectorStoreService.java +32 -0
  597. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsageVectorStoresListBucketWidth.java +37 -0
  598. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserListParams.java +60 -0
  599. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserRoleCreateParams.java +36 -0
  600. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserRoleListParams.java +59 -0
  601. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserRoleService.java +50 -0
  602. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserService.java +66 -0
  603. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUserUpdateParams.java +71 -0
  604. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminOrganizationUsersRolesListOrder.java +36 -0
  605. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminService.java +17 -0
  606. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AdminServiceTest.java +1374 -0
  607. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Annotation.java +35 -0
  608. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApiException.java +70 -0
  609. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApiKeyList.java +65 -0
  610. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCallOutputStatus.java +36 -0
  611. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCallOutputStatusParam.java +37 -0
  612. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCallStatus.java +36 -0
  613. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCallStatusParam.java +37 -0
  614. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCreateFileOperation.java +47 -0
  615. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchCreateFileOperationParam.java +47 -0
  616. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchDeleteFileOperation.java +40 -0
  617. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchDeleteFileOperationParam.java +40 -0
  618. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchOperationParam.java +32 -0
  619. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolCall.java +70 -0
  620. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolCallItemParam.java +63 -0
  621. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolCallOperation.java +32 -0
  622. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolCallOutput.java +72 -0
  623. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolCallOutputItemParam.java +65 -0
  624. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchToolParam.java +33 -0
  625. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchUpdateFileOperation.java +47 -0
  626. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApplyPatchUpdateFileOperationParam.java +47 -0
  627. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ApproximateLocation.java +68 -0
  628. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssignedRoleDetails.java +104 -0
  629. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantMessageItem.java +69 -0
  630. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantObject.java +126 -0
  631. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantObjectToolResources.java +44 -0
  632. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantObjectToolResourcesCodeInterpreter.java +35 -0
  633. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantObjectToolResourcesFileSearch.java +35 -0
  634. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantSupportedModels.java +76 -0
  635. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantToolsCode.java +32 -0
  636. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantToolsFileSearch.java +41 -0
  637. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantToolsFileSearchFileSearch.java +44 -0
  638. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantToolsFileSearchTypeOnly.java +32 -0
  639. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantToolsFunction.java +39 -0
  640. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantsApiToolChoiceOptionString.java +38 -0
  641. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantsNamedToolChoice.java +42 -0
  642. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantsNamedToolChoiceFunction.java +32 -0
  643. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AssistantsNamedToolChoiceType.java +38 -0
  644. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Attachment.java +61 -0
  645. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AttachmentType.java +36 -0
  646. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioResponseFormat.java +41 -0
  647. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioService.java +41 -0
  648. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioServiceTest.java +175 -0
  649. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioSpeechCreateParams.java +120 -0
  650. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioSpeechService.java +34 -0
  651. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscription.java +61 -0
  652. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionCreateParams.java +179 -0
  653. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionDelay.java +44 -0
  654. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionModelString.java +40 -0
  655. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionResponse.java +52 -0
  656. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionResponseModelString.java +40 -0
  657. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranscriptionService.java +40 -0
  658. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranslationCreateParams.java +89 -0
  659. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioTranslationService.java +28 -0
  660. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceConsentCreateParams.java +70 -0
  661. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceConsentListParams.java +51 -0
  662. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceConsentService.java +84 -0
  663. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceConsentUpdateParams.java +40 -0
  664. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceCreateParams.java +70 -0
  665. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AudioVoiceService.java +30 -0
  666. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLog.java +488 -0
  667. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActor.java +53 -0
  668. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorApiKey.java +62 -0
  669. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorApiKeyType.java +37 -0
  670. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorServiceAccount.java +35 -0
  671. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorSession.java +44 -0
  672. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorType.java +37 -0
  673. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogActorUser.java +44 -0
  674. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogApiKeyCreated.java +44 -0
  675. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogApiKeyCreatedData.java +36 -0
  676. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogApiKeyDeleted.java +35 -0
  677. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogApiKeyUpdated.java +44 -0
  678. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCertificateCreated.java +44 -0
  679. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCertificateDeleted.java +53 -0
  680. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCertificatesActivated.java +36 -0
  681. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCheckpointPermissionCreated.java +44 -0
  682. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCheckpointPermissionCreatedData.java +44 -0
  683. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogCheckpointPermissionDeleted.java +35 -0
  684. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogEventType.java +86 -0
  685. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogExternalKeyRegistered.java +44 -0
  686. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogExternalKeyRemoved.java +35 -0
  687. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogGroupCreated.java +44 -0
  688. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogGroupCreatedData.java +35 -0
  689. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogGroupDeleted.java +35 -0
  690. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogGroupUpdated.java +44 -0
  691. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogGroupUpdatedChangesRequested.java +35 -0
  692. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogInviteAccepted.java +35 -0
  693. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogInviteSent.java +44 -0
  694. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogInviteSentData.java +44 -0
  695. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistConfigActivated.java +36 -0
  696. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistConfigActivatedConfigsItem.java +43 -0
  697. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistConfigDeactivated.java +36 -0
  698. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistCreated.java +54 -0
  699. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistDeleted.java +54 -0
  700. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogIpAllowlistUpdated.java +45 -0
  701. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogLoginFailed.java +44 -0
  702. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogOrganizationUpdated.java +44 -0
  703. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogOrganizationUpdatedChangesRequested.java +89 -0
  704. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProject.java +44 -0
  705. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProjectArchived.java +35 -0
  706. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProjectCreated.java +44 -0
  707. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProjectCreatedData.java +44 -0
  708. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProjectUpdated.java +44 -0
  709. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogProjectUpdatedChangesRequested.java +35 -0
  710. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRateLimitDeleted.java +35 -0
  711. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRateLimitUpdated.java +44 -0
  712. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRateLimitUpdatedChangesRequested.java +80 -0
  713. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleAssignmentCreated.java +71 -0
  714. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleAssignmentDeleted.java +71 -0
  715. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleCreated.java +72 -0
  716. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleDeleted.java +35 -0
  717. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleUpdated.java +44 -0
  718. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogRoleUpdatedChangesRequested.java +90 -0
  719. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogScimDisabled.java +35 -0
  720. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogScimEnabled.java +35 -0
  721. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogServiceAccountCreated.java +44 -0
  722. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogServiceAccountCreatedData.java +35 -0
  723. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogServiceAccountDeleted.java +35 -0
  724. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogServiceAccountUpdated.java +44 -0
  725. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogUserAdded.java +44 -0
  726. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogUserAddedData.java +35 -0
  727. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogUserDeleted.java +35 -0
  728. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AuditLogUserUpdated.java +44 -0
  729. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AutoChunkingStrategyRequestParam.java +33 -0
  730. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AutoCodeInterpreterToolParam.java +61 -0
  731. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AutoCodeInterpreterToolParamNetworkPolicy.java +29 -0
  732. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/AutomaticThreadTitlingParam.java +35 -0
  733. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BadRequestException.java +10 -0
  734. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Batch.java +209 -0
  735. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchCreateParams.java +78 -0
  736. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchErrors.java +44 -0
  737. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchErrorsDataItem.java +61 -0
  738. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchFileExpirationAfter.java +40 -0
  739. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchListParams.java +47 -0
  740. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchRequestCounts.java +47 -0
  741. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchService.java +53 -0
  742. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchServiceTest.java +86 -0
  743. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchStatus.java +43 -0
  744. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchUsage.java +65 -0
  745. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchUsageInputTokensDetails.java +33 -0
  746. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchUsageOutputTokensDetails.java +33 -0
  747. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchesCreateRequest.java +64 -0
  748. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BatchesCreateRequestEndpoint.java +43 -0
  749. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaAssistantCreateParams.java +160 -0
  750. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaAssistantListParams.java +71 -0
  751. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaAssistantService.java +83 -0
  752. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaAssistantUpdateParams.java +157 -0
  753. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaAssistantsListOrder.java +36 -0
  754. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitService.java +23 -0
  755. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitSessionCreateParams.java +89 -0
  756. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitSessionService.java +40 -0
  757. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitThreadItemListParams.java +71 -0
  758. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitThreadItemService.java +24 -0
  759. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitThreadListParams.java +83 -0
  760. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaChatKitThreadService.java +46 -0
  761. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaService.java +29 -0
  762. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaServiceTest.java +640 -0
  763. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadCreateParams.java +61 -0
  764. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadMessageCreateParams.java +79 -0
  765. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadMessageListParams.java +83 -0
  766. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadMessageService.java +82 -0
  767. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadMessageUpdateParams.java +36 -0
  768. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadNewAndRunParams.java +220 -0
  769. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunCreateParams.java +244 -0
  770. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunListParams.java +71 -0
  771. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunService.java +111 -0
  772. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunStepListParams.java +84 -0
  773. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunStepRetrieveParams.java +36 -0
  774. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunStepService.java +52 -0
  775. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunSubmitToolOutputCreateParams.java +51 -0
  776. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunSubmitToolOutputService.java +30 -0
  777. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadRunUpdateParams.java +36 -0
  778. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadService.java +92 -0
  779. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadUpdateParams.java +48 -0
  780. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadsMessagesListOrder.java +36 -0
  781. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadsRunsListOrder.java +36 -0
  782. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/BetaThreadsRunsStepsListOrder.java +36 -0
  783. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Certificate.java +70 -0
  784. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CertificateCertificateDetails.java +52 -0
  785. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CertificateObject.java +44 -0
  786. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionAllowedTools.java +41 -0
  787. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionAllowedToolsChoice.java +40 -0
  788. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionAllowedToolsMode.java +44 -0
  789. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionCreateParams.java +470 -0
  790. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionDeleted.java +46 -0
  791. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionFunctionCallOption.java +33 -0
  792. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionFunctions.java +50 -0
  793. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionList.java +62 -0
  794. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionListParams.java +87 -0
  795. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageCustomToolCall.java +47 -0
  796. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageCustomToolCallCustom.java +40 -0
  797. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageList.java +62 -0
  798. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListDataItem.java +99 -0
  799. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListDataItemAnnotationsItem.java +40 -0
  800. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListDataItemAnnotationsItemUrlCitation.java +54 -0
  801. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListDataItemAudio.java +57 -0
  802. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListDataItemFunctionCall.java +40 -0
  803. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageListParams.java +63 -0
  804. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageService.java +27 -0
  805. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageToolCall.java +47 -0
  806. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageToolCallFunction.java +40 -0
  807. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionMessageToolCallsItem.java +29 -0
  808. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionNamedToolChoice.java +40 -0
  809. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionNamedToolChoiceCustom.java +40 -0
  810. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionNamedToolChoiceCustomCustom.java +32 -0
  811. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionNamedToolChoiceFunction.java +32 -0
  812. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestAssistantMessage.java +88 -0
  813. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestAssistantMessageAudio.java +36 -0
  814. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestAssistantMessageContentPart.java +29 -0
  815. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestAssistantMessageFunctionCall.java +40 -0
  816. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestDeveloperMessage.java +53 -0
  817. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestFunctionMessage.java +46 -0
  818. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessage.java +41 -0
  819. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartAudio.java +40 -0
  820. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartAudioInputAudio.java +39 -0
  821. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartAudioInputAudioFormat.java +37 -0
  822. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartFile.java +40 -0
  823. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartFileFile.java +52 -0
  824. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartImage.java +40 -0
  825. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartImageImageUrl.java +41 -0
  826. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartImageImageUrlDetail.java +38 -0
  827. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartRefusal.java +39 -0
  828. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestMessageContentPartText.java +40 -0
  829. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestSystemMessage.java +53 -0
  830. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestToolMessage.java +46 -0
  831. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionRequestUserMessage.java +52 -0
  832. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionResponseMessage.java +84 -0
  833. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionResponseMessageAnnotationsItem.java +40 -0
  834. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionResponseMessageAnnotationsItemUrlCitation.java +54 -0
  835. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionResponseMessageAudio.java +57 -0
  836. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionResponseMessageFunctionCall.java +40 -0
  837. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionService.java +136 -0
  838. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionStreamOptions.java +44 -0
  839. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionTokenLogprob.java +54 -0
  840. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionTokenLogprobTopLogprobsItem.java +47 -0
  841. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionTool.java +40 -0
  842. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionToolChoiceOptionToolChoiceMode.java +38 -0
  843. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionUpdateParams.java +42 -0
  844. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionsListOrder.java +36 -0
  845. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionsMessagesListOrder.java +36 -0
  846. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatCompletionsUpdateRequest.java +32 -0
  847. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatService.java +17 -0
  848. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatServiceTest.java +166 -0
  849. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionAutomaticThreadTitling.java +33 -0
  850. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionChatkitConfiguration.java +47 -0
  851. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionFileUpload.java +47 -0
  852. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionHistory.java +40 -0
  853. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionRateLimits.java +33 -0
  854. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionResource.java +96 -0
  855. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatSessionStatus.java +37 -0
  856. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatkitConfigurationParam.java +53 -0
  857. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatkitWorkflow.java +54 -0
  858. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChatkitWorkflowTracing.java +33 -0
  859. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ChunkingStrategyRequestParam.java +29 -0
  860. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ClickButtonType.java +39 -0
  861. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ClickParam.java +64 -0
  862. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Client.java +173 -0
  863. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ClientToolCallItem.java +96 -0
  864. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ClientToolCallStatus.java +36 -0
  865. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ClosedStatus.java +40 -0
  866. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterOutputImage.java +40 -0
  867. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterOutputLogs.java +40 -0
  868. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterTool.java +40 -0
  869. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterToolCall.java +69 -0
  870. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterToolCallOutputsItem.java +29 -0
  871. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CodeInterpreterToolCallStatus.java +40 -0
  872. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompactResource.java +61 -0
  873. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompactResponseMethodPublicBody.java +86 -0
  874. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompactionBody.java +56 -0
  875. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompactionSummaryItemParam.java +49 -0
  876. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComparisonFilter.java +47 -0
  877. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComparisonFilterType.java +53 -0
  878. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompleteUploadRequest.java +42 -0
  879. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionCreateParams.java +250 -0
  880. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionService.java +44 -0
  881. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionServiceTest.java +44 -0
  882. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionUsage.java +65 -0
  883. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionUsageCompletionTokensDetails.java +62 -0
  884. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompletionUsagePromptTokensDetails.java +44 -0
  885. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompoundFilter.java +41 -0
  886. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CompoundFilterType.java +37 -0
  887. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerAction.java +50 -0
  888. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerCallOutputItemParam.java +75 -0
  889. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerCallOutputStatus.java +37 -0
  890. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerCallSafetyCheckParam.java +51 -0
  891. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerEnvironment.java +39 -0
  892. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerScreenshotContent.java +54 -0
  893. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerScreenshotImage.java +51 -0
  894. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerTool.java +33 -0
  895. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerToolCall.java +83 -0
  896. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerToolCallOutputResource.java +79 -0
  897. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerToolCallStatus.java +41 -0
  898. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ComputerUsePreviewTool.java +54 -0
  899. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConflictException.java +10 -0
  900. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerAutoParam.java +69 -0
  901. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerAutoParamSkillsItem.java +29 -0
  902. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerCreateParams.java +99 -0
  903. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileCitationBody.java +68 -0
  904. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileCreateParams.java +47 -0
  905. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileListParams.java +59 -0
  906. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileListResource.java +61 -0
  907. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileResource.java +74 -0
  908. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerFileService.java +76 -0
  909. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerListParams.java +71 -0
  910. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerListResource.java +61 -0
  911. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerMemoryLimit.java +38 -0
  912. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerNetworkPolicyAllowlistParam.java +49 -0
  913. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerNetworkPolicyDisabledParam.java +32 -0
  914. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerNetworkPolicyDomainSecretParam.java +46 -0
  915. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerReferenceParam.java +39 -0
  916. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerReferenceResource.java +40 -0
  917. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerResource.java +96 -0
  918. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerResourceExpiresAfter.java +46 -0
  919. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerResourceMemoryLimit.java +39 -0
  920. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerResourceNetworkPolicy.java +43 -0
  921. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerResourceNetworkPolicyType.java +37 -0
  922. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerService.java +62 -0
  923. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainerServiceTest.java +192 -0
  924. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainersFilesListOrder.java +36 -0
  925. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContainersListOrder.java +36 -0
  926. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ContextManagementParam.java +41 -0
  927. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Conversation2.java +33 -0
  928. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationCreateParams.java +49 -0
  929. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItem.java +98 -0
  930. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItemCreateParams.java +51 -0
  931. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItemList.java +62 -0
  932. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItemListParams.java +72 -0
  933. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItemRetrieveParams.java +36 -0
  934. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationItemService.java +77 -0
  935. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationParam2.java +33 -0
  936. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationResource.java +53 -0
  937. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationService.java +60 -0
  938. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationServiceTest.java +183 -0
  939. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationUpdateParams.java +38 -0
  940. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationsItemsCreateRequest.java +33 -0
  941. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ConversationsItemsListOrder.java +36 -0
  942. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CoordParam.java +40 -0
  943. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CostsResult.java +78 -0
  944. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CostsResultAmount.java +44 -0
  945. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateAssistantRequest.java +123 -0
  946. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateAssistantRequestToolResources.java +44 -0
  947. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateAssistantRequestToolResourcesCodeInterpreter.java +35 -0
  948. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequest.java +337 -0
  949. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestAudio.java +43 -0
  950. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestAudioFormat.java +44 -0
  951. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestFunctionCallString.java +37 -0
  952. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestPromptCacheRetention.java +37 -0
  953. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestResponseFormat.java +43 -0
  954. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestWebSearchOptions.java +47 -0
  955. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionRequestWebSearchOptionsUserLocation.java +40 -0
  956. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionResponse.java +89 -0
  957. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionResponseChoicesItem.java +53 -0
  958. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionResponseChoicesItemFinishReason.java +45 -0
  959. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatCompletionResponseChoicesItemLogprobs.java +41 -0
  960. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateChatSessionBody.java +67 -0
  961. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionRequest.java +183 -0
  962. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionRequestModelString.java +37 -0
  963. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionResponse.java +80 -0
  964. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionResponseChoicesItem.java +53 -0
  965. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionResponseChoicesItemFinishReason.java +42 -0
  966. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateCompletionResponseChoicesItemLogprobs.java +62 -0
  967. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerBody.java +78 -0
  968. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerBodyExpiresAfter.java +40 -0
  969. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerBodyMemoryLimit.java +39 -0
  970. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerBodyNetworkPolicy.java +29 -0
  971. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerBodySkillsItem.java +29 -0
  972. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateContainerFileBody.java +43 -0
  973. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateConversationBody.java +44 -0
  974. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEmbeddingRequest.java +66 -0
  975. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEmbeddingRequestEncodingFormat.java +37 -0
  976. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEmbeddingRequestModelString.java +37 -0
  977. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEmbeddingResponse.java +54 -0
  978. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEmbeddingResponseUsage.java +40 -0
  979. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalCompletionsRunDataSource.java +67 -0
  980. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalCompletionsRunDataSourceInputMessagesItemReference.java +39 -0
  981. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalCompletionsRunDataSourceInputMessagesTemplate.java +40 -0
  982. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalCompletionsRunDataSourceSamplingParams.java +89 -0
  983. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalCustomDataSourceConfig.java +54 -0
  984. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalItemSimpleInputMessage.java +39 -0
  985. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalJsonlRunDataSource.java +40 -0
  986. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalLabelModelGrader.java +72 -0
  987. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalLogsDataSourceConfig.java +45 -0
  988. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalRequest.java +58 -0
  989. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSource.java +67 -0
  990. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSourceInputMessagesItemReference.java +39 -0
  991. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSourceInputMessagesTemplate.java +40 -0
  992. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateItemChatMessage.java +39 -0
  993. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSourceSamplingParams.java +89 -0
  994. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalResponsesRunDataSourceSamplingParamsText.java +40 -0
  995. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalRunRequest.java +50 -0
  996. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateEvalStoredCompletionsDataSourceConfig.java +42 -0
  997. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFileRequest.java +48 -0
  998. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFileRequestPurpose.java +49 -0
  999. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningCheckpointPermissionRequest.java +33 -0
  1000. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningJobRequest.java +103 -0
  1001. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningJobRequestHyperparameters.java +56 -0
  1002. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningJobRequestIntegrationsItem.java +39 -0
  1003. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningJobRequestIntegrationsItemWandb.java +65 -0
  1004. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateFineTuningJobRequestModelString.java +38 -0
  1005. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateGroupBody.java +33 -0
  1006. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateGroupUserBody.java +33 -0
  1007. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequest.java +149 -0
  1008. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestBackground.java +46 -0
  1009. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestModelString.java +39 -0
  1010. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestModeration.java +37 -0
  1011. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestOutputFormat.java +38 -0
  1012. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestQuality.java +48 -0
  1013. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestResponseFormat.java +37 -0
  1014. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestSizeString.java +42 -0
  1015. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageRequestStyle.java +37 -0
  1016. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageVariationRequest.java +77 -0
  1017. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageVariationRequestResponseFormat.java +37 -0
  1018. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateImageVariationRequestSize.java +38 -0
  1019. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateMessageRequest.java +58 -0
  1020. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateMessageRequestAttachmentsItem.java +44 -0
  1021. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateMessageRequestRole.java +41 -0
  1022. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationRequest.java +41 -0
  1023. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationRequestInputArrayItemImageUrl.java +40 -0
  1024. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationRequestInputArrayItemImageUrlImageUrl.java +33 -0
  1025. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationRequestInputArrayItemText.java +40 -0
  1026. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationRequestModelString.java +38 -0
  1027. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponse.java +48 -0
  1028. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponseResultsItem.java +53 -0
  1029. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponseResultsItemCategories.java +117 -0
  1030. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponseResultsItemCategoryAppliedInputTypes.java +118 -0
  1031. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponseResultsItemCategoryAppliedInputTypesSelfHarmItem.java +36 -0
  1032. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateModerationResponseResultsItemCategoryScores.java +117 -0
  1033. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateResponse.java +287 -0
  1034. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateResponsePromptCacheRetention.java +37 -0
  1035. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateResponseTruncation.java +44 -0
  1036. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateRunRequest.java +177 -0
  1037. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSkillBody.java +33 -0
  1038. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSkillVersionBody.java +42 -0
  1039. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSpeechRequest.java +82 -0
  1040. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSpeechRequestModelString.java +38 -0
  1041. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSpeechRequestResponseFormat.java +41 -0
  1042. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateSpeechRequestStreamFormat.java +37 -0
  1043. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadAndRunRequest.java +168 -0
  1044. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadAndRunRequestModelString.java +72 -0
  1045. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadAndRunRequestToolResources.java +44 -0
  1046. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadAndRunRequestToolResourcesFileSearch.java +35 -0
  1047. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadRequest.java +57 -0
  1048. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadRequestToolResources.java +44 -0
  1049. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateThreadRequestToolResourcesCodeInterpreter.java +35 -0
  1050. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionRequest.java +130 -0
  1051. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionRequestModelString.java +39 -0
  1052. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionRequestTimestampGranularitiesItem.java +36 -0
  1053. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionResponseDiarizedJson.java +64 -0
  1054. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionResponseDiarizedJsonUsage.java +29 -0
  1055. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionResponseJson.java +52 -0
  1056. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionResponseJsonLogprobsItem.java +53 -0
  1057. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranscriptionResponseVerboseJson.java +75 -0
  1058. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranslationRequest.java +66 -0
  1059. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranslationRequestResponseFormat.java +40 -0
  1060. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranslationResponseJson.java +32 -0
  1061. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateTranslationResponseVerboseJson.java +56 -0
  1062. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateUploadRequest.java +62 -0
  1063. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateUploadRequestPurpose.java +44 -0
  1064. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVectorStoreFileRequest.java +50 -0
  1065. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVectorStoreRequest.java +80 -0
  1066. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVideoCharacterBody.java +40 -0
  1067. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVideoEditJsonBody.java +40 -0
  1068. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVideoExtendJsonBody.java +47 -0
  1069. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVideoJsonBody.java +69 -0
  1070. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVideoRemixBody.java +33 -0
  1071. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVoiceConsentRequest.java +46 -0
  1072. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CreateVoiceRequest.java +46 -0
  1073. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CursorPage.java +40 -0
  1074. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomGrammarFormatParam.java +47 -0
  1075. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomTextFormatParam.java +33 -0
  1076. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolCall.java +72 -0
  1077. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolCallOutput.java +56 -0
  1078. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolCallOutputResource.java +69 -0
  1079. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolCallResource.java +85 -0
  1080. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletions.java +40 -0
  1081. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletionsCustom.java +51 -0
  1082. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletionsCustomFormatGrammar.java +40 -0
  1083. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletionsCustomFormatGrammarGrammar.java +40 -0
  1084. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletionsCustomFormatGrammarGrammarSyntax.java +37 -0
  1085. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolChatCompletionsCustomFormatText.java +33 -0
  1086. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolParam.java +67 -0
  1087. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/CustomToolParamFormat.java +29 -0
  1088. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteAssistantResponse.java +46 -0
  1089. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteCertificateResponse.java +39 -0
  1090. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteFileResponse.java +46 -0
  1091. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteFineTuningCheckpointPermissionResponse.java +46 -0
  1092. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteMessageResponse.java +46 -0
  1093. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteModelResponse.java +46 -0
  1094. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteThreadResponse.java +46 -0
  1095. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteVectorStoreFileResponse.java +46 -0
  1096. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeleteVectorStoreResponse.java +46 -0
  1097. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedConversationResource.java +46 -0
  1098. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedRoleAssignmentResource.java +40 -0
  1099. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedSkillResource.java +46 -0
  1100. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedSkillVersionResource.java +53 -0
  1101. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedThreadResource.java +47 -0
  1102. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DeletedVideoResource.java +47 -0
  1103. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DetailEnum.java +38 -0
  1104. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DoubleClickAction.java +55 -0
  1105. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/DragParam.java +50 -0
  1106. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EasyInputMessage.java +62 -0
  1107. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EasyInputMessageRole.java +42 -0
  1108. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParam.java +164 -0
  1109. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamBackground.java +37 -0
  1110. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamInputFidelity.java +36 -0
  1111. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamModelString.java +38 -0
  1112. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamModeration.java +36 -0
  1113. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamOutputFormat.java +37 -0
  1114. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamQuality.java +38 -0
  1115. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EditImageBodyJsonParamSize.java +38 -0
  1116. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Embedding.java +48 -0
  1117. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EmbeddingCreateParams.java +89 -0
  1118. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EmbeddingService.java +27 -0
  1119. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EmbeddingServiceTest.java +31 -0
  1120. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Error.java +53 -0
  1121. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Error2.java +40 -0
  1122. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ErrorResponse.java +32 -0
  1123. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Eval.java +83 -0
  1124. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalApiError.java +40 -0
  1125. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalCreateParams.java +83 -0
  1126. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalCustomDataSourceConfig.java +45 -0
  1127. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalGraderPython.java +64 -0
  1128. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalGraderScoreModel.java +81 -0
  1129. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalGraderScoreModelSamplingParams.java +71 -0
  1130. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalGraderTextSimilarity.java +67 -0
  1131. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalGraderTextSimilarityEvaluationMetric.java +50 -0
  1132. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalItem.java +53 -0
  1133. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalItemContentOutputText.java +40 -0
  1134. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalItemInputImage.java +49 -0
  1135. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalItemRole.java +42 -0
  1136. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalJsonlFileContentSource.java +40 -0
  1137. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalJsonlFileContentSourceContentItem.java +41 -0
  1138. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalJsonlFileIdSource.java +39 -0
  1139. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalList.java +62 -0
  1140. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalListParams.java +71 -0
  1141. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalLogsDataSourceConfig.java +54 -0
  1142. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalResponsesSource.java +124 -0
  1143. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRun.java +125 -0
  1144. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunCreateParams.java +63 -0
  1145. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunList.java +62 -0
  1146. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunListParams.java +71 -0
  1147. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItem.java +97 -0
  1148. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemList.java +62 -0
  1149. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemListParams.java +71 -0
  1150. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemResult.java +65 -0
  1151. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemSample.java +97 -0
  1152. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemSampleInputItem.java +40 -0
  1153. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemSampleOutputItem.java +43 -0
  1154. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemSampleUsage.java +54 -0
  1155. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunOutputItemService.java +42 -0
  1156. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunPerModelUsageItem.java +67 -0
  1157. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunPerTestingCriteriaResultsItem.java +46 -0
  1158. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunResultCounts.java +54 -0
  1159. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalRunService.java +83 -0
  1160. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalService.java +77 -0
  1161. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalServiceTest.java +259 -0
  1162. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalStoredCompletionsDataSourceConfig.java +49 -0
  1163. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalStoredCompletionsSource.java +78 -0
  1164. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalUpdateParams.java +48 -0
  1165. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsDeleteResponse.java +46 -0
  1166. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsListOrder.java +36 -0
  1167. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsListOrderBy.java +36 -0
  1168. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsRunsDeleteResponse.java +52 -0
  1169. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsRunsListOrder.java +36 -0
  1170. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsRunsListStatus.java +39 -0
  1171. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsRunsOutputItemsListOrder.java +36 -0
  1172. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsRunsOutputItemsListStatus.java +36 -0
  1173. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/EvalsUpdateRequest.java +43 -0
  1174. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ExpiresAfterParam.java +40 -0
  1175. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileAnnotation.java +40 -0
  1176. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileAnnotationSource.java +40 -0
  1177. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileCitationBody.java +54 -0
  1178. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileCreateParams.java +91 -0
  1179. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileDetailEnum.java +36 -0
  1180. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileExpirationAfter.java +40 -0
  1181. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileInputDetail.java +36 -0
  1182. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileListParams.java +71 -0
  1183. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FilePath.java +47 -0
  1184. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchRanker.java +37 -0
  1185. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchRankingOptions.java +46 -0
  1186. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchTool.java +68 -0
  1187. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchToolCall.java +67 -0
  1188. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchToolCallResultsItem.java +70 -0
  1189. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileSearchToolCallStatus.java +43 -0
  1190. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileService.java +89 -0
  1191. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileServiceTest.java +106 -0
  1192. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FileUploadParam.java +53 -0
  1193. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FilesListOrder.java +36 -0
  1194. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneDpoHyperparameters.java +62 -0
  1195. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneDpoMethod.java +35 -0
  1196. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneMethod.java +60 -0
  1197. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneMethodType.java +38 -0
  1198. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneReinforcementHyperparameters.java +89 -0
  1199. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneReinforcementHyperparametersReasoningEffort.java +39 -0
  1200. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneReinforcementMethod.java +42 -0
  1201. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneSupervisedHyperparameters.java +53 -0
  1202. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuneSupervisedMethod.java +35 -0
  1203. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaGraderRunCreateParams.java +66 -0
  1204. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaGraderRunService.java +25 -0
  1205. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaGraderService.java +23 -0
  1206. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaGraderValidateCreateParams.java +36 -0
  1207. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaGraderValidateService.java +23 -0
  1208. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningAlphaService.java +17 -0
  1209. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointPermission.java +54 -0
  1210. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointPermissionCreateParams.java +42 -0
  1211. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointPermissionListParams.java +75 -0
  1212. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointPermissionService.java +63 -0
  1213. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointService.java +17 -0
  1214. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningCheckpointsPermissionsListOrder.java +36 -0
  1215. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningIntegration.java +39 -0
  1216. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningIntegrationWandb.java +65 -0
  1217. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJob.java +168 -0
  1218. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobCheckpoint.java +75 -0
  1219. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobCheckpointListParams.java +47 -0
  1220. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobCheckpointMetrics.java +89 -0
  1221. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobCheckpointService.java +22 -0
  1222. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobCreateParams.java +145 -0
  1223. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobError.java +47 -0
  1224. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobEvent.java +79 -0
  1225. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobEventLevel.java +38 -0
  1226. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobEventType.java +37 -0
  1227. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobHyperparameters.java +53 -0
  1228. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobListEventsParams.java +47 -0
  1229. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobListParams.java +60 -0
  1230. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobService.java +103 -0
  1231. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningJobStatus.java +41 -0
  1232. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningService.java +29 -0
  1233. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FineTuningServiceTest.java +264 -0
  1234. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionAndCustomToolCallOutput.java +32 -0
  1235. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionCallItemStatus.java +37 -0
  1236. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionCallOutputItemParam.java +65 -0
  1237. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionCallOutputItemParamOutputArrayItem.java +32 -0
  1238. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionCallOutputStatusEnum.java +37 -0
  1239. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionCallStatus.java +37 -0
  1240. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionObject.java +59 -0
  1241. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellAction.java +48 -0
  1242. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellActionParam.java +52 -0
  1243. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCall.java +77 -0
  1244. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallEnvironment.java +29 -0
  1245. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallItemParam.java +74 -0
  1246. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallItemParamEnvironment.java +29 -0
  1247. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallItemStatus.java +38 -0
  1248. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutput.java +78 -0
  1249. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputContent.java +56 -0
  1250. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputContentOutcome.java +29 -0
  1251. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputContentParam.java +47 -0
  1252. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputExitOutcome.java +40 -0
  1253. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputExitOutcomeParam.java +40 -0
  1254. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputItemParam.java +75 -0
  1255. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputOutcomeParam.java +29 -0
  1256. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputStatusEnum.java +37 -0
  1257. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputTimeoutOutcome.java +33 -0
  1258. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallOutputTimeoutOutcomeParam.java +33 -0
  1259. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellCallStatus.java +37 -0
  1260. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellToolParam.java +42 -0
  1261. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionShellToolParamEnvironment.java +32 -0
  1262. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionTool.java +72 -0
  1263. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionToolCall.java +84 -0
  1264. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionToolCallOutput.java +65 -0
  1265. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionToolCallOutputResource.java +69 -0
  1266. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionToolCallResource.java +85 -0
  1267. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/FunctionToolParam.java +75 -0
  1268. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderLabelModel.java +72 -0
  1269. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderMulti.java +54 -0
  1270. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderPython.java +56 -0
  1271. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderScoreModel.java +73 -0
  1272. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderScoreModelSamplingParams.java +71 -0
  1273. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderStringCheck.java +61 -0
  1274. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderStringCheckOperation.java +39 -0
  1275. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderTextSimilarity.java +61 -0
  1276. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GraderTextSimilarityEvaluationMetric.java +50 -0
  1277. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GrammarSyntax1.java +36 -0
  1278. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Group.java +61 -0
  1279. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupDeletedResource.java +47 -0
  1280. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupListResource.java +55 -0
  1281. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupResourceWithSuccess.java +54 -0
  1282. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupResponse.java +61 -0
  1283. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupRoleAssignment.java +47 -0
  1284. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupUser.java +47 -0
  1285. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupUserAssignment.java +47 -0
  1286. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/GroupUserDeletedResource.java +40 -0
  1287. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/HistoryParam.java +44 -0
  1288. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/HybridSearchOptions.java +39 -0
  1289. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Image.java +53 -0
  1290. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageDetail.java +38 -0
  1291. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageEditCreateParams.java +217 -0
  1292. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageEditService.java +44 -0
  1293. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenActionEnum.java +37 -0
  1294. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenInputUsageDetails.java +40 -0
  1295. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenOutputTokensDetails.java +40 -0
  1296. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenTool.java +132 -0
  1297. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolBackground.java +41 -0
  1298. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolCall.java +54 -0
  1299. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolCallStatus.java +39 -0
  1300. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolInputImageMask.java +47 -0
  1301. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolModelString.java +38 -0
  1302. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolModeration.java +37 -0
  1303. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolOutputFormat.java +41 -0
  1304. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolQuality.java +42 -0
  1305. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenToolSizeString.java +38 -0
  1306. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenUsage.java +63 -0
  1307. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenerationCreateParams.java +194 -0
  1308. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageGenerationService.java +36 -0
  1309. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageRefParam2.java +43 -0
  1310. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageService.java +29 -0
  1311. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageServiceTest.java +81 -0
  1312. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageVariationCreateParams.java +98 -0
  1313. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImageVariationService.java +29 -0
  1314. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImagesResponse.java +88 -0
  1315. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImagesResponseBackground.java +37 -0
  1316. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImagesResponseOutputFormat.java +38 -0
  1317. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImagesResponseQuality.java +38 -0
  1318. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ImagesResponseSize.java +38 -0
  1319. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/IncludeEnum.java +53 -0
  1320. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InferenceOptions.java +40 -0
  1321. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InlineSkillParam.java +53 -0
  1322. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InlineSkillSourceParam.java +47 -0
  1323. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputAudio.java +40 -0
  1324. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputAudioInputAudio.java +39 -0
  1325. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputAudioInputAudioFormat.java +40 -0
  1326. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputContent.java +32 -0
  1327. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputFidelity.java +37 -0
  1328. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputFileContent.java +78 -0
  1329. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputFileContentParam.java +78 -0
  1330. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputImageContent.java +58 -0
  1331. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputImageContentParamAutoParam.java +60 -0
  1332. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputItem.java +26 -0
  1333. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessage.java +61 -0
  1334. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessageResource.java +63 -0
  1335. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessageResourceRole.java +38 -0
  1336. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessageResourceStatus.java +41 -0
  1337. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessageRole.java +38 -0
  1338. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputMessageStatus.java +41 -0
  1339. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputTextContent.java +40 -0
  1340. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InputTextContentParam.java +40 -0
  1341. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InternalException.java +10 -0
  1342. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Invite.java +94 -0
  1343. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteDeleteResponse.java +46 -0
  1344. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteListResponse.java +65 -0
  1345. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteProjectGroupBody.java +40 -0
  1346. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteProjectsItem.java +39 -0
  1347. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteProjectsItemRole.java +37 -0
  1348. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteRequest.java +49 -0
  1349. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteRequestProjectsItem.java +39 -0
  1350. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteRequestProjectsItemRole.java +37 -0
  1351. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteRequestRole.java +37 -0
  1352. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteRole.java +37 -0
  1353. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/InviteStatus.java +38 -0
  1354. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Item.java +98 -0
  1355. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ItemField.java +98 -0
  1356. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ItemReferenceParam.java +40 -0
  1357. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ItemResource.java +98 -0
  1358. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Json.java +417 -0
  1359. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/KeyPressAction.java +41 -0
  1360. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListAssistantsResponse.java +61 -0
  1361. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListAuditLogsResponse.java +65 -0
  1362. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListBatchesResponse.java +65 -0
  1363. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListCertificatesResponse.java +61 -0
  1364. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListFilesResponse.java +61 -0
  1365. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListFineTuningCheckpointPermissionResponse.java +65 -0
  1366. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListFineTuningJobCheckpointsResponse.java +65 -0
  1367. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListFineTuningJobEventsResponse.java +47 -0
  1368. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListMessagesResponse.java +61 -0
  1369. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListModelsResponse.java +40 -0
  1370. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListPaginatedFineTuningJobsResponse.java +47 -0
  1371. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListProjectCertificatesResponse.java +61 -0
  1372. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListRunStepsResponse.java +61 -0
  1373. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListRunsResponse.java +61 -0
  1374. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListVectorStoreFilesResponse.java +61 -0
  1375. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ListVectorStoresResponse.java +61 -0
  1376. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalEnvironmentParam.java +42 -0
  1377. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalEnvironmentResource.java +33 -0
  1378. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalShellExecAction.java +75 -0
  1379. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalShellToolCall.java +61 -0
  1380. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalShellToolCallOutput.java +56 -0
  1381. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalShellToolParam.java +33 -0
  1382. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LocalSkillParam.java +46 -0
  1383. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LockedStatus.java +40 -0
  1384. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/LogProb.java +55 -0
  1385. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpApprovalRequest.java +61 -0
  1386. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpApprovalResponse.java +65 -0
  1387. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpApprovalResponseResource.java +63 -0
  1388. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpListTools.java +64 -0
  1389. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpListToolsTool.java +58 -0
  1390. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpTool.java +115 -0
  1391. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolCall.java +97 -0
  1392. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolCallStatus.java +39 -0
  1393. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolConnectorId.java +58 -0
  1394. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolFilter.java +45 -0
  1395. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolRequireApprovalMcpToolApprovalFilter.java +48 -0
  1396. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/McpToolRequireApprovalMcpToolApprovalSetting.java +41 -0
  1397. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Message.java +71 -0
  1398. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentImageFileObject.java +40 -0
  1399. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentImageFileObjectImageFile.java +41 -0
  1400. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentImageFileObjectImageFileDetail.java +38 -0
  1401. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentImageUrlObject.java +40 -0
  1402. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentImageUrlObjectImageUrl.java +41 -0
  1403. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentItem.java +50 -0
  1404. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentRefusalObject.java +40 -0
  1405. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextAnnotationsFileCitationObject.java +61 -0
  1406. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextAnnotationsFileCitationObjectFileCitation.java +32 -0
  1407. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextAnnotationsFilePathObject.java +61 -0
  1408. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextAnnotationsFilePathObjectFilePath.java +32 -0
  1409. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextObject.java +40 -0
  1410. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageContentTextObjectText.java +40 -0
  1411. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObject.java +125 -0
  1412. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObjectAttachmentsItem.java +44 -0
  1413. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObjectIncompleteDetails.java +33 -0
  1414. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObjectIncompleteDetailsReason.java +40 -0
  1415. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObjectRole.java +37 -0
  1416. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageObjectStatus.java +38 -0
  1417. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessagePhase.java +41 -0
  1418. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessagePhase2.java +36 -0
  1419. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageRequestContentTextObject.java +40 -0
  1420. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageRole.java +42 -0
  1421. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MessageStatus.java +37 -0
  1422. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Model.java +54 -0
  1423. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModelIdsResponsesResponsesOnlyModel.java +48 -0
  1424. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModelIdsSharedString.java +112 -0
  1425. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModelService.java +35 -0
  1426. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModelServiceTest.java +69 -0
  1427. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModerationCreateParams.java +53 -0
  1428. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModerationService.java +27 -0
  1429. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModerationServiceTest.java +28 -0
  1430. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyAssistantRequest.java +125 -0
  1431. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyAssistantRequestToolResources.java +44 -0
  1432. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyAssistantRequestToolResourcesCodeInterpreter.java +35 -0
  1433. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyAssistantRequestToolResourcesFileSearch.java +35 -0
  1434. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyCertificateRequest.java +34 -0
  1435. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyMessageRequest.java +34 -0
  1436. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyRunRequest.java +34 -0
  1437. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyThreadRequest.java +43 -0
  1438. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyThreadRequestToolResources.java +44 -0
  1439. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyThreadRequestToolResourcesCodeInterpreter.java +35 -0
  1440. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ModifyThreadRequestToolResourcesFileSearch.java +35 -0
  1441. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/MoveParam.java +57 -0
  1442. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/NamespaceToolParam.java +55 -0
  1443. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/NamespaceToolParamToolsItem.java +29 -0
  1444. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/NoiseReductionType.java +37 -0
  1445. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/NotFoundException.java +10 -0
  1446. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OpenAiFile.java +93 -0
  1447. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OpenAiFilePurpose.java +43 -0
  1448. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OpenAiFileStatus.java +38 -0
  1449. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrderEnum.java +36 -0
  1450. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationCertificate.java +68 -0
  1451. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationCertificateActivationResponse.java +40 -0
  1452. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationCertificateCertificateDetails.java +43 -0
  1453. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationCertificateDeactivationResponse.java +40 -0
  1454. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationProjectCertificate.java +68 -0
  1455. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationProjectCertificateActivationResponse.java +40 -0
  1456. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationProjectCertificateCertificateDetails.java +43 -0
  1457. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OrganizationProjectCertificateDeactivationResponse.java +40 -0
  1458. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OtherChunkingStrategyResponseParam.java +33 -0
  1459. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OutputItem.java +98 -0
  1460. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OutputMessage.java +71 -0
  1461. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OutputMessageContent.java +29 -0
  1462. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OutputMessageStatus.java +41 -0
  1463. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/OutputTextContent.java +55 -0
  1464. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Page.java +32 -0
  1465. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PermissionDeniedException.java +10 -0
  1466. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PredictionContent.java +43 -0
  1467. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Project.java +83 -0
  1468. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKey.java +75 -0
  1469. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyDeleteResponse.java +46 -0
  1470. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyListResponse.java +65 -0
  1471. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyOwner.java +52 -0
  1472. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyOwnerServiceAccount.java +54 -0
  1473. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyOwnerType.java +37 -0
  1474. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectApiKeyOwnerUser.java +61 -0
  1475. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectCreateRequest.java +50 -0
  1476. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroup.java +68 -0
  1477. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupDeletedResource.java +40 -0
  1478. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupListResource.java +55 -0
  1479. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupRoleCreateParams.java +36 -0
  1480. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupRoleListParams.java +59 -0
  1481. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupRoleService.java +59 -0
  1482. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectGroupService.java +17 -0
  1483. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectListResponse.java +65 -0
  1484. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRateLimit.java +97 -0
  1485. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRateLimitListResponse.java +65 -0
  1486. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRateLimitUpdateRequest.java +79 -0
  1487. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRoleCreateParams.java +66 -0
  1488. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRoleListParams.java +59 -0
  1489. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRoleService.java +69 -0
  1490. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectRoleUpdateParams.java +60 -0
  1491. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectService.java +29 -0
  1492. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccount.java +61 -0
  1493. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountApiKey.java +60 -0
  1494. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountCreateRequest.java +32 -0
  1495. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountCreateResponse.java +67 -0
  1496. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountDeleteResponse.java +46 -0
  1497. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountListResponse.java +65 -0
  1498. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceAccountRole.java +37 -0
  1499. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectServiceTest.java +243 -0
  1500. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUpdateRequest.java +52 -0
  1501. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUser.java +72 -0
  1502. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserCreateRequest.java +50 -0
  1503. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserDeleteResponse.java +46 -0
  1504. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserListResponse.java +65 -0
  1505. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserRoleCreateParams.java +36 -0
  1506. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserRoleListParams.java +59 -0
  1507. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserRoleService.java +59 -0
  1508. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserService.java +17 -0
  1509. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectUserUpdateRequest.java +34 -0
  1510. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectsGroupsRolesListOrder.java +36 -0
  1511. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectsRolesListOrder.java +36 -0
  1512. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ProjectsUsersRolesListOrder.java +36 -0
  1513. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Prompt.java +54 -0
  1514. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PromptCacheRetentionEnum.java +36 -0
  1515. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PublicAssignOrganizationGroupRoleBody.java +33 -0
  1516. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PublicCreateOrganizationRoleBody.java +50 -0
  1517. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PublicRoleListResource.java +55 -0
  1518. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/PublicUpdateOrganizationRoleBody.java +54 -0
  1519. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RankerVersionType.java +36 -0
  1520. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RankingOptions.java +52 -0
  1521. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RateLimitedException.java +10 -0
  1522. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RateLimitsParam.java +35 -0
  1523. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeAudioFormatsAudioPcm.java +40 -0
  1524. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeAudioFormatsAudioPcma.java +33 -0
  1525. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeAudioFormatsAudioPcmu.java +33 -0
  1526. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallAcceptParams.java +183 -0
  1527. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallCreateParams.java +53 -0
  1528. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallCreateRequest.java +46 -0
  1529. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallReferParams.java +36 -0
  1530. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallReferRequest.java +36 -0
  1531. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallRejectParams.java +35 -0
  1532. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallRejectRequest.java +35 -0
  1533. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCallService.java +93 -0
  1534. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeClientSecretCreateParams.java +61 -0
  1535. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeClientSecretService.java +38 -0
  1536. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCreateClientSecretRequest.java +48 -0
  1537. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCreateClientSecretRequestExpiresAfter.java +47 -0
  1538. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCreateClientSecretResponse.java +47 -0
  1539. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeCreateClientSecretResponseSession.java +29 -0
  1540. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeFunctionTool.java +59 -0
  1541. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeReasoning.java +35 -0
  1542. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeReasoningEffort.java +43 -0
  1543. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeService.java +41 -0
  1544. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeServiceTest.java +195 -0
  1545. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateParams.java +229 -0
  1546. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequest.java +172 -0
  1547. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestClientSecret.java +40 -0
  1548. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGa.java +151 -0
  1549. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaAudio.java +44 -0
  1550. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaAudioInput.java +61 -0
  1551. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaAudioInputNoiseReduction.java +39 -0
  1552. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaAudioOutput.java +52 -0
  1553. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaModelString.java +51 -0
  1554. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaOutputModalitiesItem.java +36 -0
  1555. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestGaTracingTracingConfiguration.java +53 -0
  1556. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestInputAudioTranscription.java +41 -0
  1557. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestToolsItem.java +59 -0
  1558. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestTracingTracingConfiguration.java +53 -0
  1559. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateRequestTurnDetection.java +66 -0
  1560. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponse.java +144 -0
  1561. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseAudio.java +44 -0
  1562. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseAudioInput.java +61 -0
  1563. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseAudioInputNoiseReduction.java +35 -0
  1564. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseAudioInputTurnDetection.java +62 -0
  1565. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseAudioOutput.java +52 -0
  1566. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseGa.java +165 -0
  1567. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseGaAudio.java +44 -0
  1568. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseGaAudioInput.java +61 -0
  1569. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionCreateResponseGaAudioOutput.java +52 -0
  1570. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeSessionService.java +48 -0
  1571. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateParams.java +94 -0
  1572. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequest.java +72 -0
  1573. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequestGa.java +52 -0
  1574. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequestGaAudio.java +35 -0
  1575. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequestInputAudioFormat.java +42 -0
  1576. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction.java +39 -0
  1577. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateRequestTurnDetection.java +60 -0
  1578. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponse.java +75 -0
  1579. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseClientSecret.java +43 -0
  1580. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseGa.java +75 -0
  1581. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseGaAudio.java +35 -0
  1582. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseGaAudioInput.java +61 -0
  1583. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseGaAudioInputTurnDetection.java +66 -0
  1584. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionCreateResponseTurnDetection.java +66 -0
  1585. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranscriptionSessionService.java +37 -0
  1586. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationClientSecretCreateParams.java +60 -0
  1587. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationClientSecretCreateRequest.java +42 -0
  1588. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationClientSecretCreateRequestExpiresAfter.java +47 -0
  1589. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationClientSecretCreateResponse.java +47 -0
  1590. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationClientSecretService.java +34 -0
  1591. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationService.java +17 -0
  1592. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSession.java +64 -0
  1593. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionAudio.java +44 -0
  1594. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionAudioInput.java +43 -0
  1595. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionAudioInputTranscription.java +37 -0
  1596. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequest.java +45 -0
  1597. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequestAudio.java +44 -0
  1598. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequestAudioInput.java +43 -0
  1599. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequestAudioInputNoiseReduction.java +33 -0
  1600. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequestAudioInputTranscription.java +37 -0
  1601. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTranslationSessionCreateRequestAudioOutput.java +34 -0
  1602. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTruncationRetentionRatio.java +49 -0
  1603. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTruncationRetentionRatioTokenLimits.java +35 -0
  1604. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTruncationString.java +37 -0
  1605. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTurnDetection.java +38 -0
  1606. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTurnDetectionSemanticVad.java +60 -0
  1607. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTurnDetectionSemanticVadEagerness.java +39 -0
  1608. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RealtimeTurnDetectionServerVad.java +87 -0
  1609. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Reasoning.java +58 -0
  1610. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ReasoningEffort.java +52 -0
  1611. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ReasoningItem.java +80 -0
  1612. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ReasoningSummary.java +44 -0
  1613. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ReasoningTextContent.java +40 -0
  1614. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RefusalContent.java +40 -0
  1615. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Response.java +295 -0
  1616. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseCompactCreateParams.java +114 -0
  1617. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseCompactService.java +33 -0
  1618. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseCreateParams.java +381 -0
  1619. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseError.java +40 -0
  1620. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseErrorCode.java +53 -0
  1621. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseFormatJsonObject.java +38 -0
  1622. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseFormatJsonSchema.java +43 -0
  1623. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseFormatJsonSchemaJsonSchema.java +60 -0
  1624. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseFormatText.java +33 -0
  1625. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseIncompleteDetails.java +35 -0
  1626. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseIncompleteDetailsReason.java +37 -0
  1627. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseInputItemListParams.java +72 -0
  1628. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseInputItemService.java +28 -0
  1629. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseInputTokenCountParams.java +160 -0
  1630. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseInputTokenService.java +37 -0
  1631. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseItemList.java +62 -0
  1632. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseModalitiesItem.java +36 -0
  1633. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseOutputText.java +48 -0
  1634. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseOutputTextAnnotationsItem.java +29 -0
  1635. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponsePromptCacheRetention.java +37 -0
  1636. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseRetrieveParams.java +72 -0
  1637. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseService.java +116 -0
  1638. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseServiceTest.java +185 -0
  1639. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseStatus.java +44 -0
  1640. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseStreamOptions.java +35 -0
  1641. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseTextParam.java +49 -0
  1642. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseTruncation.java +44 -0
  1643. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseUsage.java +64 -0
  1644. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseUsageInputTokensDetails.java +33 -0
  1645. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponseUsageOutputTokensDetails.java +33 -0
  1646. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ResponsesInputItemsListOrder.java +36 -0
  1647. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Role.java +76 -0
  1648. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RoleDeletedResource.java +47 -0
  1649. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RoleListResource.java +55 -0
  1650. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunCompletionUsage.java +47 -0
  1651. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunGraderRequest.java +48 -0
  1652. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunGraderResponse.java +53 -0
  1653. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunGraderResponseMetadata.java +74 -0
  1654. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunGraderResponseMetadataErrors.java +123 -0
  1655. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObject.java +220 -0
  1656. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectIncompleteDetails.java +35 -0
  1657. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectIncompleteDetailsReason.java +37 -0
  1658. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectLastError.java +40 -0
  1659. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectLastErrorCode.java +38 -0
  1660. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectRequiredAction.java +40 -0
  1661. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectRequiredActionSubmitToolOutputs.java +34 -0
  1662. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunObjectStatus.java +44 -0
  1663. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepCompletionUsage.java +47 -0
  1664. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsMessageCreationObject.java +40 -0
  1665. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsMessageCreationObjectMessageCreation.java +32 -0
  1666. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsCodeObject.java +47 -0
  1667. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsCodeObjectCodeInterpreter.java +41 -0
  1668. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsCodeOutputImageObject.java +39 -0
  1669. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsCodeOutputImageObjectImage.java +32 -0
  1670. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsCodeOutputLogsObject.java +40 -0
  1671. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFileSearchObject.java +46 -0
  1672. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFileSearchObjectFileSearch.java +45 -0
  1673. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFileSearchRankingOptionsObject.java +40 -0
  1674. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFileSearchResultObject.java +57 -0
  1675. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFileSearchResultObjectContentItem.java +41 -0
  1676. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFunctionObject.java +46 -0
  1677. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsFunctionObjectFunction.java +47 -0
  1678. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepDetailsToolCallsObject.java +41 -0
  1679. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepObject.java +138 -0
  1680. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepObjectLastError.java +40 -0
  1681. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepObjectLastErrorCode.java +37 -0
  1682. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepObjectStatus.java +40 -0
  1683. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunStepObjectType.java +37 -0
  1684. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunToolCallObject.java +47 -0
  1685. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/RunToolCallObjectFunction.java +40 -0
  1686. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ScreenshotParam.java +33 -0
  1687. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ScrollParam.java +71 -0
  1688. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SearchContentType.java +36 -0
  1689. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SearchContextSize.java +37 -0
  1690. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ServiceTier.java +48 -0
  1691. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ServiceTierEnum.java +38 -0
  1692. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SetDefaultSkillVersionBody.java +33 -0
  1693. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillCreateParams.java +36 -0
  1694. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillListParams.java +59 -0
  1695. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillListResource.java +61 -0
  1696. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillReferenceParam.java +48 -0
  1697. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillResource.java +74 -0
  1698. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillService.java +78 -0
  1699. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillServiceTest.java +230 -0
  1700. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillUpdateParams.java +36 -0
  1701. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillVersionCreateParams.java +50 -0
  1702. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillVersionListParams.java +59 -0
  1703. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillVersionListResource.java +61 -0
  1704. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillVersionResource.java +74 -0
  1705. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SkillVersionService.java +76 -0
  1706. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SpecificApplyPatchParam.java +33 -0
  1707. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SpecificFunctionShellParam.java +33 -0
  1708. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/StaticChunkingStrategy.java +39 -0
  1709. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/StaticChunkingStrategyRequestParam.java +40 -0
  1710. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/StaticChunkingStrategyResponseParam.java +39 -0
  1711. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SubmitToolOutputsRunRequest.java +42 -0
  1712. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SubmitToolOutputsRunRequestToolOutputsItem.java +43 -0
  1713. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/SummaryTextContent.java +40 -0
  1714. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TaskGroupItem.java +69 -0
  1715. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TaskGroupTask.java +47 -0
  1716. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TaskItem.java +82 -0
  1717. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TaskType.java +36 -0
  1718. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TextContent.java +40 -0
  1719. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TextResponseFormatJsonSchema.java +68 -0
  1720. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadItem.java +41 -0
  1721. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadItemListResource.java +62 -0
  1722. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadListResource.java +62 -0
  1723. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadObject.java +61 -0
  1724. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadObjectToolResources.java +44 -0
  1725. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadObjectToolResourcesCodeInterpreter.java +35 -0
  1726. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadObjectToolResourcesFileSearch.java +35 -0
  1727. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadResource.java +68 -0
  1728. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ThreadResourceStatus.java +32 -0
  1729. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToggleCertificatesRequest.java +33 -0
  1730. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TokenCountsBody.java +125 -0
  1731. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TokenCountsResource.java +39 -0
  1732. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Tool.java +62 -0
  1733. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoice.java +33 -0
  1734. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceAllowed.java +48 -0
  1735. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceAllowedMode.java +44 -0
  1736. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceCustom.java +40 -0
  1737. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceFunction.java +40 -0
  1738. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceMcp.java +49 -0
  1739. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceOptions.java +47 -0
  1740. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceTypes.java +36 -0
  1741. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolChoiceTypesType.java +55 -0
  1742. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchCall.java +76 -0
  1743. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchCallItemParam.java +75 -0
  1744. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchExecutionType.java +36 -0
  1745. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchOutput.java +77 -0
  1746. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchOutputItemParam.java +76 -0
  1747. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ToolSearchToolParam.java +60 -0
  1748. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TopLogProb.java +48 -0
  1749. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptTextUsageDuration.java +40 -0
  1750. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptTextUsageTokens.java +63 -0
  1751. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptTextUsageTokensInputTokenDetails.java +44 -0
  1752. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptionDiarizedSegment.java +68 -0
  1753. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptionSegment.java +96 -0
  1754. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TranscriptionWord.java +46 -0
  1755. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Transport.java +399 -0
  1756. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TruncationEnum.java +36 -0
  1757. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TruncationObject.java +42 -0
  1758. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TruncationObjectType.java +37 -0
  1759. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/TypeParam.java +40 -0
  1760. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UnauthorizedException.java +10 -0
  1761. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UnprocessableEntityException.java +10 -0
  1762. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UpdateConversationBody.java +32 -0
  1763. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UpdateGroupBody.java +33 -0
  1764. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UpdateVectorStoreFileAttributesRequest.java +32 -0
  1765. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UpdateVectorStoreRequest.java +52 -0
  1766. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UpdateVoiceConsentRequest.java +32 -0
  1767. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Upload.java +91 -0
  1768. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadCertificateRequest.java +41 -0
  1769. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadCompleteParams.java +60 -0
  1770. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadCreateParams.java +115 -0
  1771. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadPart.java +54 -0
  1772. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadPartCreateParams.java +42 -0
  1773. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadPartService.java +33 -0
  1774. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadService.java +88 -0
  1775. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadServiceTest.java +103 -0
  1776. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UploadStatus.java +39 -0
  1777. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UrlAnnotation.java +40 -0
  1778. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UrlAnnotationSource.java +40 -0
  1779. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UrlCitationBody.java +61 -0
  1780. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageAudioSpeechesResult.java +83 -0
  1781. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageAudioTranscriptionsResult.java +83 -0
  1782. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageCodeInterpreterSessionsResult.java +49 -0
  1783. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageCompletionsResult.java +135 -0
  1784. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageEmbeddingsResult.java +83 -0
  1785. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageImagesResult.java +101 -0
  1786. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageModerationsResult.java +83 -0
  1787. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageResponse.java +54 -0
  1788. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageTimeBucket.java +54 -0
  1789. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageTimeBucketResultsItem.java +50 -0
  1790. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UsageVectorStoresResult.java +49 -0
  1791. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/User.java +164 -0
  1792. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserDeleteResponse.java +46 -0
  1793. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserListResource.java +55 -0
  1794. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserListResponse.java +65 -0
  1795. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserMessageInputText.java +40 -0
  1796. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserMessageItem.java +83 -0
  1797. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserMessageItemContentItem.java +29 -0
  1798. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserMessageQuotedText.java +40 -0
  1799. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserProjects.java +40 -0
  1800. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserProjectsDataItem.java +52 -0
  1801. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserRoleAssignment.java +47 -0
  1802. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserRoleUpdateRequest.java +61 -0
  1803. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/UserUser.java +94 -0
  1804. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VadConfig.java +59 -0
  1805. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ValidateGraderRequest.java +32 -0
  1806. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/ValidateGraderResponse.java +34 -0
  1807. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreCreateParams.java +97 -0
  1808. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreExpirationAfter.java +40 -0
  1809. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileBatchListFilesParams.java +83 -0
  1810. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileBatchObject.java +68 -0
  1811. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileBatchObjectFileCounts.java +60 -0
  1812. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileBatchObjectStatus.java +39 -0
  1813. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileBatchService.java +65 -0
  1814. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileContentResponse.java +55 -0
  1815. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileContentResponseDataItem.java +43 -0
  1816. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileCreateParams.java +66 -0
  1817. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileListParams.java +83 -0
  1818. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileObject.java +93 -0
  1819. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileObjectLastError.java +40 -0
  1820. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileObjectLastErrorCode.java +38 -0
  1821. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileObjectStatus.java +39 -0
  1822. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileService.java +96 -0
  1823. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreFileUpdateParams.java +38 -0
  1824. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreListParams.java +71 -0
  1825. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreObject.java +107 -0
  1826. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreObjectFileCounts.java +60 -0
  1827. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreObjectStatus.java +38 -0
  1828. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchParams.java +86 -0
  1829. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchRequest.java +68 -0
  1830. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchRequestRankingOptions.java +44 -0
  1831. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchRequestRankingOptionsRanker.java +38 -0
  1832. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchResultContentObject.java +39 -0
  1833. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchResultItem.java +61 -0
  1834. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreSearchResultsPage.java +61 -0
  1835. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreService.java +98 -0
  1836. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreServiceTest.java +352 -0
  1837. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoreUpdateParams.java +60 -0
  1838. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoresFileBatchesListFilesFilter.java +38 -0
  1839. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoresFileBatchesListFilesOrder.java +36 -0
  1840. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoresFilesListFilter.java +38 -0
  1841. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoresFilesListOrder.java +36 -0
  1842. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VectorStoresListOrder.java +36 -0
  1843. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/Verbosity.java +42 -0
  1844. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoCharacterCreateParams.java +51 -0
  1845. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoCharacterResource.java +46 -0
  1846. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoCharacterService.java +34 -0
  1847. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoContentVariant.java +37 -0
  1848. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoCreateParams.java +86 -0
  1849. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoDownloadContentParams.java +39 -0
  1850. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoEditCreateParams.java +51 -0
  1851. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoEditService.java +24 -0
  1852. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoExtensionCreateParams.java +66 -0
  1853. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoExtensionService.java +25 -0
  1854. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoListParams.java +59 -0
  1855. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoListResource.java +61 -0
  1856. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoModelString.java +39 -0
  1857. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoReferenceInputParam.java +33 -0
  1858. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoRemixParams.java +36 -0
  1859. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoResource.java +117 -0
  1860. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoSeconds.java +37 -0
  1861. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoService.java +98 -0
  1862. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoServiceTest.java +188 -0
  1863. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoSize.java +38 -0
  1864. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VideoStatus.java +38 -0
  1865. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceConsentDeletedResource.java +46 -0
  1866. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceConsentListResource.java +65 -0
  1867. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceConsentResource.java +61 -0
  1868. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceIdsOrCustomVoiceVariant1.java +33 -0
  1869. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceIdsSharedString.java +44 -0
  1870. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/VoiceResource.java +54 -0
  1871. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WaitParam.java +33 -0
  1872. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchActionFind.java +47 -0
  1873. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchActionOpenPage.java +42 -0
  1874. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchActionSearch.java +59 -0
  1875. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchActionSearchSourcesItem.java +40 -0
  1876. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchApproximateLocation.java +69 -0
  1877. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchContextSize.java +41 -0
  1878. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchLocation.java +62 -0
  1879. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchPreviewTool.java +61 -0
  1880. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchPreviewToolType.java +37 -0
  1881. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchTool.java +63 -0
  1882. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolCall.java +57 -0
  1883. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolCallAction.java +35 -0
  1884. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolCallStatus.java +39 -0
  1885. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolFilters.java +36 -0
  1886. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolSearchContextSize.java +38 -0
  1887. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WebSearchToolType.java +37 -0
  1888. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WidgetMessageItem.java +68 -0
  1889. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WorkflowParam.java +60 -0
  1890. package/__fixtures__/-2.complex.openai.full/output/src/main/java/com/example/openai/WorkflowTracingParam.java +35 -0
  1891. package/__fixtures__/1.basic/input.json +284 -0
  1892. package/__fixtures__/1.basic/output/pom.xml +17 -0
  1893. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/ApiException.java +70 -0
  1894. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/BadRequestException.java +10 -0
  1895. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/Client.java +47 -0
  1896. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/ConflictException.java +10 -0
  1897. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/CreatePetRequest.java +41 -0
  1898. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/CursorPage.java +40 -0
  1899. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/InternalException.java +10 -0
  1900. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/Json.java +417 -0
  1901. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/NotFoundException.java +10 -0
  1902. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PermissionDeniedException.java +10 -0
  1903. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/Pet.java +59 -0
  1904. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetCreateParams.java +50 -0
  1905. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetList.java +44 -0
  1906. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetListParams.java +47 -0
  1907. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetService.java +51 -0
  1908. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetServiceTest.java +84 -0
  1909. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/PetStatus.java +38 -0
  1910. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/RateLimitedException.java +10 -0
  1911. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/Transport.java +299 -0
  1912. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/UnauthorizedException.java +10 -0
  1913. package/__fixtures__/1.basic/output/src/main/java/com/example/petstore/UnprocessableEntityException.java +10 -0
  1914. package/__fixtures__/2.wire/input.json +327 -0
  1915. package/__fixtures__/2.wire/output/pom.xml +17 -0
  1916. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/ApiException.java +70 -0
  1917. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/BadRequestException.java +10 -0
  1918. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/Client.java +53 -0
  1919. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/ConflictException.java +10 -0
  1920. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/CreateTokenRequest.java +41 -0
  1921. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/File.java +41 -0
  1922. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/FileList.java +35 -0
  1923. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/FileListParams.java +73 -0
  1924. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/FileService.java +59 -0
  1925. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/FileServiceTest.java +70 -0
  1926. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/FileUploadParams.java +92 -0
  1927. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/InternalException.java +10 -0
  1928. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/Json.java +417 -0
  1929. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/NotFoundException.java +10 -0
  1930. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/PermissionDeniedException.java +10 -0
  1931. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/RateLimitedException.java +10 -0
  1932. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/Token.java +32 -0
  1933. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/TokenCreateParams.java +50 -0
  1934. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/TokenService.java +25 -0
  1935. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/TokenServiceTest.java +28 -0
  1936. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/Transport.java +399 -0
  1937. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/UnauthorizedException.java +10 -0
  1938. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/UnprocessableEntityException.java +10 -0
  1939. package/__fixtures__/2.wire/output/src/main/java/com/example/wirekitchen/UploadFileRequest.java +48 -0
  1940. package/__fixtures__/3.unions/input.json +415 -0
  1941. package/__fixtures__/3.unions/output/pom.xml +17 -0
  1942. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/ApiException.java +70 -0
  1943. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/BadRequestException.java +10 -0
  1944. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Circle.java +39 -0
  1945. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Client.java +59 -0
  1946. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/ConflictException.java +10 -0
  1947. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/CursorPage.java +40 -0
  1948. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Event.java +41 -0
  1949. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/EventCreateParams.java +50 -0
  1950. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/EventList.java +53 -0
  1951. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/EventListParams.java +47 -0
  1952. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/EventService.java +33 -0
  1953. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/EventServiceTest.java +40 -0
  1954. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/InternalException.java +10 -0
  1955. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Json.java +417 -0
  1956. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Log.java +41 -0
  1957. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/LogList.java +35 -0
  1958. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/LogListParams.java +47 -0
  1959. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/LogService.java +19 -0
  1960. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/LogServiceTest.java +28 -0
  1961. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/NotFoundException.java +10 -0
  1962. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/OffsetPage.java +40 -0
  1963. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/PermissionDeniedException.java +10 -0
  1964. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/PublishEventRequest.java +48 -0
  1965. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/RateLimitedException.java +10 -0
  1966. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Shape.java +29 -0
  1967. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/ShapeService.java +20 -0
  1968. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/ShapeServiceTest.java +41 -0
  1969. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Square.java +39 -0
  1970. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/Transport.java +299 -0
  1971. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/UnauthorizedException.java +10 -0
  1972. package/__fixtures__/3.unions/output/src/main/java/com/example/uniondepot/UnprocessableEntityException.java +10 -0
  1973. package/__tests__/docs.test.ts +132 -0
  1974. package/__tests__/e2e/harness.ts +131 -0
  1975. package/__tests__/e2e/openai.test.ts +15 -0
  1976. package/__tests__/e2e/publish.test.ts +19 -0
  1977. package/__tests__/full-sdk.test.ts +70 -0
  1978. package/__tests__/opensdk-java.test.ts +137 -0
  1979. package/__tests__/utils.ts +64 -0
  1980. package/biome.json +25 -0
  1981. package/dist/index.cjs +2178 -0
  1982. package/dist/index.cjs.map +1 -0
  1983. package/dist/index.d.cts +55 -0
  1984. package/dist/index.d.ts +55 -0
  1985. package/dist/index.js +2138 -0
  1986. package/dist/index.js.map +1 -0
  1987. package/index.ts +1 -0
  1988. package/package.json +30 -0
  1989. package/src/client.ts +61 -0
  1990. package/src/emitter.ts +77 -0
  1991. package/src/example-java.ts +244 -0
  1992. package/src/index.ts +5 -0
  1993. package/src/javatype.ts +190 -0
  1994. package/src/javawriter.ts +31 -0
  1995. package/src/model.ts +195 -0
  1996. package/src/naming.ts +126 -0
  1997. package/src/project.ts +111 -0
  1998. package/src/publish.ts +21 -0
  1999. package/src/runtime.ts +1072 -0
  2000. package/src/service.ts +359 -0
  2001. package/src/types.ts +21 -0
  2002. package/tsconfig.json +18 -0
  2003. package/tsup.config.ts +19 -0
  2004. package/vitest.config.ts +8 -0
@@ -0,0 +1,4526 @@
1
+ {
2
+ "opensdk": "1.0.0",
3
+ "info": {
4
+ "title": "openai",
5
+ "version": "2.3.0"
6
+ },
7
+ "servers": [
8
+ "https://api.openai.com/v1"
9
+ ],
10
+ "security": [
11
+ {
12
+ "type": "http",
13
+ "kind": "bearer",
14
+ "schemeName": "ApiKeyAuth",
15
+ "envVar": "OPENAI_API_KEY",
16
+ "scheme": "bearer"
17
+ },
18
+ {
19
+ "type": "http",
20
+ "kind": "bearer",
21
+ "schemeName": "AdminApiKeyAuth",
22
+ "envVar": "OPENAI_API_KEY",
23
+ "scheme": "bearer"
24
+ }
25
+ ],
26
+ "types": [
27
+ {
28
+ "name": "CreateEvalRunRequest",
29
+ "kind": "struct",
30
+ "fields": [
31
+ {
32
+ "name": "name",
33
+ "type": {
34
+ "kind": "scalar",
35
+ "scalar": "string"
36
+ },
37
+ "required": false,
38
+ "description": "The name of the run."
39
+ },
40
+ {
41
+ "name": "metadata",
42
+ "type": {
43
+ "kind": "ref",
44
+ "name": "Metadata"
45
+ },
46
+ "required": false
47
+ },
48
+ {
49
+ "name": "data_source",
50
+ "type": {
51
+ "kind": "ref",
52
+ "name": "CreateEvalRunRequestDataSource"
53
+ },
54
+ "required": true,
55
+ "description": "Details about the run's data source."
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ "name": "Metadata",
61
+ "kind": "alias",
62
+ "of": {
63
+ "kind": "map",
64
+ "values": {
65
+ "kind": "scalar",
66
+ "scalar": "string"
67
+ },
68
+ "nullable": true
69
+ }
70
+ },
71
+ {
72
+ "name": "CreateEvalRunRequestDataSource",
73
+ "kind": "union",
74
+ "semantics": "oneOf",
75
+ "variants": [
76
+ {
77
+ "kind": "ref",
78
+ "name": "CreateEvalJsonlRunDataSource"
79
+ },
80
+ {
81
+ "kind": "ref",
82
+ "name": "CreateEvalCompletionsRunDataSource"
83
+ },
84
+ {
85
+ "kind": "ref",
86
+ "name": "CreateEvalResponsesRunDataSource"
87
+ }
88
+ ],
89
+ "description": "Details about the run's data source."
90
+ },
91
+ {
92
+ "name": "CreateEvalJsonlRunDataSource",
93
+ "kind": "struct",
94
+ "fields": [
95
+ {
96
+ "name": "type",
97
+ "type": {
98
+ "kind": "scalar",
99
+ "scalar": "string",
100
+ "const": "jsonl"
101
+ },
102
+ "required": true,
103
+ "default": "jsonl",
104
+ "description": "The type of data source. Always `jsonl`."
105
+ },
106
+ {
107
+ "name": "source",
108
+ "type": {
109
+ "kind": "ref",
110
+ "name": "CreateEvalJsonlRunDataSourceSource"
111
+ },
112
+ "required": true,
113
+ "description": "Determines what populates the `item` namespace in the data source."
114
+ }
115
+ ],
116
+ "description": "A JsonlRunDataSource object with that specifies a JSONL file that matches the eval \n"
117
+ },
118
+ {
119
+ "name": "CreateEvalJsonlRunDataSourceSource",
120
+ "kind": "union",
121
+ "semantics": "oneOf",
122
+ "variants": [
123
+ {
124
+ "kind": "ref",
125
+ "name": "EvalJsonlFileContentSource"
126
+ },
127
+ {
128
+ "kind": "ref",
129
+ "name": "EvalJsonlFileIdSource"
130
+ }
131
+ ],
132
+ "description": "Determines what populates the `item` namespace in the data source."
133
+ },
134
+ {
135
+ "name": "EvalJsonlFileContentSource",
136
+ "kind": "struct",
137
+ "fields": [
138
+ {
139
+ "name": "type",
140
+ "type": {
141
+ "kind": "scalar",
142
+ "scalar": "string",
143
+ "const": "file_content"
144
+ },
145
+ "required": true,
146
+ "default": "file_content",
147
+ "description": "The type of jsonl source. Always `file_content`."
148
+ },
149
+ {
150
+ "name": "content",
151
+ "type": {
152
+ "kind": "array",
153
+ "items": {
154
+ "kind": "ref",
155
+ "name": "EvalJsonlFileContentSourceContentItem"
156
+ }
157
+ },
158
+ "required": true,
159
+ "description": "The content of the jsonl file."
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "name": "EvalJsonlFileContentSourceContentItem",
165
+ "kind": "struct",
166
+ "fields": [
167
+ {
168
+ "name": "item",
169
+ "type": {
170
+ "kind": "map",
171
+ "values": {
172
+ "kind": "any"
173
+ }
174
+ },
175
+ "required": true
176
+ },
177
+ {
178
+ "name": "sample",
179
+ "type": {
180
+ "kind": "map",
181
+ "values": {
182
+ "kind": "any"
183
+ }
184
+ },
185
+ "required": false
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "name": "EvalJsonlFileIdSource",
191
+ "kind": "struct",
192
+ "fields": [
193
+ {
194
+ "name": "type",
195
+ "type": {
196
+ "kind": "scalar",
197
+ "scalar": "string",
198
+ "const": "file_id"
199
+ },
200
+ "required": true,
201
+ "default": "file_id",
202
+ "description": "The type of jsonl source. Always `file_id`."
203
+ },
204
+ {
205
+ "name": "id",
206
+ "type": {
207
+ "kind": "scalar",
208
+ "scalar": "string"
209
+ },
210
+ "required": true,
211
+ "description": "The identifier of the file."
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "name": "CreateEvalCompletionsRunDataSource",
217
+ "kind": "struct",
218
+ "fields": [
219
+ {
220
+ "name": "type",
221
+ "type": {
222
+ "kind": "scalar",
223
+ "scalar": "string",
224
+ "const": "completions"
225
+ },
226
+ "required": true,
227
+ "default": "completions",
228
+ "description": "The type of run data source. Always `completions`."
229
+ },
230
+ {
231
+ "name": "input_messages",
232
+ "type": {
233
+ "kind": "ref",
234
+ "name": "CreateEvalCompletionsRunDataSourceInputMessages"
235
+ },
236
+ "required": false,
237
+ "description": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace."
238
+ },
239
+ {
240
+ "name": "sampling_params",
241
+ "type": {
242
+ "kind": "ref",
243
+ "name": "CreateEvalCompletionsRunDataSourceSamplingParams"
244
+ },
245
+ "required": false
246
+ },
247
+ {
248
+ "name": "model",
249
+ "type": {
250
+ "kind": "scalar",
251
+ "scalar": "string"
252
+ },
253
+ "required": false,
254
+ "description": "The name of the model to use for generating completions (e.g. \"o3-mini\")."
255
+ },
256
+ {
257
+ "name": "source",
258
+ "type": {
259
+ "kind": "ref",
260
+ "name": "CreateEvalCompletionsRunDataSourceSource"
261
+ },
262
+ "required": true,
263
+ "description": "Determines what populates the `item` namespace in this run's data source."
264
+ }
265
+ ],
266
+ "description": "A CompletionsRunDataSource object describing a model sampling configuration.\n"
267
+ },
268
+ {
269
+ "name": "CreateEvalCompletionsRunDataSourceInputMessages",
270
+ "kind": "union",
271
+ "semantics": "oneOf",
272
+ "variants": [
273
+ {
274
+ "kind": "ref",
275
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesTemplate"
276
+ },
277
+ {
278
+ "kind": "ref",
279
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesItemReference"
280
+ }
281
+ ],
282
+ "description": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace."
283
+ },
284
+ {
285
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesTemplate",
286
+ "kind": "struct",
287
+ "fields": [
288
+ {
289
+ "name": "type",
290
+ "type": {
291
+ "kind": "scalar",
292
+ "scalar": "string",
293
+ "const": "template"
294
+ },
295
+ "required": true,
296
+ "description": "The type of input messages. Always `template`."
297
+ },
298
+ {
299
+ "name": "template",
300
+ "type": {
301
+ "kind": "array",
302
+ "items": {
303
+ "kind": "ref",
304
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesTemplateTemplateItem"
305
+ }
306
+ },
307
+ "required": true,
308
+ "description": "A list of chat messages forming the prompt or context. May include variable references to the `item` namespace, ie {{item.name}}."
309
+ }
310
+ ]
311
+ },
312
+ {
313
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesTemplateTemplateItem",
314
+ "kind": "union",
315
+ "semantics": "oneOf",
316
+ "variants": [
317
+ {
318
+ "kind": "ref",
319
+ "name": "EasyInputMessage"
320
+ },
321
+ {
322
+ "kind": "ref",
323
+ "name": "EvalItem"
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "name": "EasyInputMessage",
329
+ "kind": "struct",
330
+ "fields": [
331
+ {
332
+ "name": "role",
333
+ "type": {
334
+ "kind": "ref",
335
+ "name": "EasyInputMessageRole"
336
+ },
337
+ "required": true,
338
+ "description": "The role of the message input. One of `user`, `assistant`, `system`, or\n`developer`.\n"
339
+ },
340
+ {
341
+ "name": "content",
342
+ "type": {
343
+ "kind": "ref",
344
+ "name": "EasyInputMessageContent"
345
+ },
346
+ "required": true,
347
+ "description": "Text, image, or audio input to the model, used to generate a response.\nCan also contain previous assistant responses.\n"
348
+ },
349
+ {
350
+ "name": "phase",
351
+ "type": {
352
+ "kind": "ref",
353
+ "name": "MessagePhase",
354
+ "nullable": true
355
+ },
356
+ "required": false
357
+ },
358
+ {
359
+ "name": "type",
360
+ "type": {
361
+ "kind": "scalar",
362
+ "scalar": "string",
363
+ "const": "message"
364
+ },
365
+ "required": false,
366
+ "description": "The type of the message input. Always `message`.\n"
367
+ }
368
+ ],
369
+ "description": "A message input to the model with a role indicating instruction following\nhierarchy. Instructions given with the `developer` or `system` role take\nprecedence over instructions given with the `user` role. Messages with the\n`assistant` role are presumed to have been generated by the model in previous\ninteractions.\n"
370
+ },
371
+ {
372
+ "name": "EasyInputMessageRole",
373
+ "kind": "enum",
374
+ "base": "string",
375
+ "values": [
376
+ {
377
+ "value": "user"
378
+ },
379
+ {
380
+ "value": "assistant"
381
+ },
382
+ {
383
+ "value": "system"
384
+ },
385
+ {
386
+ "value": "developer"
387
+ }
388
+ ],
389
+ "description": "The role of the message input. One of `user`, `assistant`, `system`, or\n`developer`.\n"
390
+ },
391
+ {
392
+ "name": "EasyInputMessageContent",
393
+ "kind": "union",
394
+ "semantics": "oneOf",
395
+ "variants": [
396
+ {
397
+ "kind": "scalar",
398
+ "scalar": "string"
399
+ },
400
+ {
401
+ "kind": "ref",
402
+ "name": "InputMessageContentList"
403
+ }
404
+ ],
405
+ "description": "Text, image, or audio input to the model, used to generate a response.\nCan also contain previous assistant responses.\n"
406
+ },
407
+ {
408
+ "name": "InputMessageContentList",
409
+ "kind": "alias",
410
+ "of": {
411
+ "kind": "array",
412
+ "items": {
413
+ "kind": "ref",
414
+ "name": "InputContent"
415
+ }
416
+ }
417
+ },
418
+ {
419
+ "name": "InputContent",
420
+ "kind": "union",
421
+ "semantics": "oneOf",
422
+ "variants": [
423
+ {
424
+ "kind": "ref",
425
+ "name": "InputTextContent"
426
+ },
427
+ {
428
+ "kind": "ref",
429
+ "name": "InputImageContent"
430
+ },
431
+ {
432
+ "kind": "ref",
433
+ "name": "InputFileContent"
434
+ }
435
+ ],
436
+ "discriminator": {
437
+ "propertyName": "type",
438
+ "mapping": {
439
+ "input_text": "InputTextContent",
440
+ "input_image": "InputImageContent",
441
+ "input_file": "InputFileContent"
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "name": "InputTextContent",
447
+ "kind": "struct",
448
+ "fields": [
449
+ {
450
+ "name": "type",
451
+ "type": {
452
+ "kind": "scalar",
453
+ "scalar": "string",
454
+ "const": "input_text"
455
+ },
456
+ "required": true,
457
+ "default": "input_text",
458
+ "description": "The type of the input item. Always `input_text`."
459
+ },
460
+ {
461
+ "name": "text",
462
+ "type": {
463
+ "kind": "scalar",
464
+ "scalar": "string"
465
+ },
466
+ "required": true,
467
+ "description": "The text input to the model."
468
+ }
469
+ ],
470
+ "description": "A text input to the model."
471
+ },
472
+ {
473
+ "name": "InputImageContent",
474
+ "kind": "struct",
475
+ "fields": [
476
+ {
477
+ "name": "type",
478
+ "type": {
479
+ "kind": "scalar",
480
+ "scalar": "string",
481
+ "const": "input_image"
482
+ },
483
+ "required": true,
484
+ "default": "input_image",
485
+ "description": "The type of the input item. Always `input_image`."
486
+ },
487
+ {
488
+ "name": "image_url",
489
+ "type": {
490
+ "kind": "scalar",
491
+ "scalar": "string",
492
+ "format": "uri",
493
+ "nullable": true
494
+ },
495
+ "required": false
496
+ },
497
+ {
498
+ "name": "file_id",
499
+ "type": {
500
+ "kind": "scalar",
501
+ "scalar": "string",
502
+ "nullable": true
503
+ },
504
+ "required": false
505
+ },
506
+ {
507
+ "name": "detail",
508
+ "type": {
509
+ "kind": "ref",
510
+ "name": "ImageDetail"
511
+ },
512
+ "required": true
513
+ }
514
+ ],
515
+ "description": "An image input to the model. Learn about [image inputs](/docs/guides/vision)."
516
+ },
517
+ {
518
+ "name": "ImageDetail",
519
+ "kind": "enum",
520
+ "base": "string",
521
+ "values": [
522
+ {
523
+ "value": "low"
524
+ },
525
+ {
526
+ "value": "high"
527
+ },
528
+ {
529
+ "value": "auto"
530
+ },
531
+ {
532
+ "value": "original"
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "name": "InputFileContent",
538
+ "kind": "struct",
539
+ "fields": [
540
+ {
541
+ "name": "type",
542
+ "type": {
543
+ "kind": "scalar",
544
+ "scalar": "string",
545
+ "const": "input_file"
546
+ },
547
+ "required": true,
548
+ "default": "input_file",
549
+ "description": "The type of the input item. Always `input_file`."
550
+ },
551
+ {
552
+ "name": "file_id",
553
+ "type": {
554
+ "kind": "scalar",
555
+ "scalar": "string",
556
+ "nullable": true
557
+ },
558
+ "required": false
559
+ },
560
+ {
561
+ "name": "filename",
562
+ "type": {
563
+ "kind": "scalar",
564
+ "scalar": "string"
565
+ },
566
+ "required": false,
567
+ "description": "The name of the file to be sent to the model."
568
+ },
569
+ {
570
+ "name": "file_data",
571
+ "type": {
572
+ "kind": "scalar",
573
+ "scalar": "string"
574
+ },
575
+ "required": false,
576
+ "description": "The content of the file to be sent to the model.\n"
577
+ },
578
+ {
579
+ "name": "file_url",
580
+ "type": {
581
+ "kind": "scalar",
582
+ "scalar": "string",
583
+ "format": "uri"
584
+ },
585
+ "required": false,
586
+ "description": "The URL of the file to be sent to the model."
587
+ },
588
+ {
589
+ "name": "detail",
590
+ "type": {
591
+ "kind": "ref",
592
+ "name": "FileInputDetail"
593
+ },
594
+ "required": false
595
+ }
596
+ ],
597
+ "description": "A file input to the model."
598
+ },
599
+ {
600
+ "name": "FileInputDetail",
601
+ "kind": "enum",
602
+ "base": "string",
603
+ "values": [
604
+ {
605
+ "value": "low"
606
+ },
607
+ {
608
+ "value": "high"
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "name": "MessagePhase",
614
+ "kind": "enum",
615
+ "base": "string",
616
+ "values": [
617
+ {
618
+ "value": "commentary"
619
+ },
620
+ {
621
+ "value": "final_answer"
622
+ }
623
+ ],
624
+ "description": "Labels an `assistant` message as intermediate commentary (`commentary`) or the final answer (`final_answer`).\nFor models like `gpt-5.3-codex` and beyond, when sending follow-up requests, preserve and resend\nphase on all assistant messages — dropping it can degrade performance. Not used for user messages.\n"
625
+ },
626
+ {
627
+ "name": "EvalItem",
628
+ "kind": "struct",
629
+ "fields": [
630
+ {
631
+ "name": "role",
632
+ "type": {
633
+ "kind": "ref",
634
+ "name": "EasyInputMessageRole"
635
+ },
636
+ "required": true,
637
+ "description": "The role of the message input. One of `user`, `assistant`, `system`, or\n`developer`.\n"
638
+ },
639
+ {
640
+ "name": "content",
641
+ "type": {
642
+ "kind": "ref",
643
+ "name": "EvalItemContent"
644
+ },
645
+ "required": true
646
+ },
647
+ {
648
+ "name": "type",
649
+ "type": {
650
+ "kind": "scalar",
651
+ "scalar": "string",
652
+ "const": "message"
653
+ },
654
+ "required": false,
655
+ "description": "The type of the message input. Always `message`.\n"
656
+ }
657
+ ],
658
+ "description": "A message input to the model with a role indicating instruction following\nhierarchy. Instructions given with the `developer` or `system` role take\nprecedence over instructions given with the `user` role. Messages with the\n`assistant` role are presumed to have been generated by the model in previous\ninteractions.\n"
659
+ },
660
+ {
661
+ "name": "EvalItemContent",
662
+ "kind": "union",
663
+ "semantics": "oneOf",
664
+ "variants": [
665
+ {
666
+ "kind": "ref",
667
+ "name": "EvalItemContentItem"
668
+ },
669
+ {
670
+ "kind": "ref",
671
+ "name": "EvalItemContentArray"
672
+ }
673
+ ],
674
+ "description": "Inputs to the model - can contain template strings. Supports text, output text, input images, and input audio, either as a single item or an array of items.\n"
675
+ },
676
+ {
677
+ "name": "EvalItemContentItem",
678
+ "kind": "union",
679
+ "semantics": "oneOf",
680
+ "variants": [
681
+ {
682
+ "kind": "ref",
683
+ "name": "EvalItemContentText"
684
+ },
685
+ {
686
+ "kind": "ref",
687
+ "name": "InputTextContent"
688
+ },
689
+ {
690
+ "kind": "ref",
691
+ "name": "EvalItemContentOutputText"
692
+ },
693
+ {
694
+ "kind": "ref",
695
+ "name": "EvalItemInputImage"
696
+ },
697
+ {
698
+ "kind": "ref",
699
+ "name": "InputAudio"
700
+ }
701
+ ],
702
+ "description": "A single content item: input text, output text, input image, or input audio.\n"
703
+ },
704
+ {
705
+ "name": "EvalItemContentText",
706
+ "kind": "alias",
707
+ "of": {
708
+ "kind": "scalar",
709
+ "scalar": "string"
710
+ }
711
+ },
712
+ {
713
+ "name": "EvalItemContentOutputText",
714
+ "kind": "struct",
715
+ "fields": [
716
+ {
717
+ "name": "type",
718
+ "type": {
719
+ "kind": "scalar",
720
+ "scalar": "string",
721
+ "const": "output_text"
722
+ },
723
+ "required": true,
724
+ "description": "The type of the output text. Always `output_text`.\n"
725
+ },
726
+ {
727
+ "name": "text",
728
+ "type": {
729
+ "kind": "scalar",
730
+ "scalar": "string"
731
+ },
732
+ "required": true,
733
+ "description": "The text output from the model.\n"
734
+ }
735
+ ],
736
+ "description": "A text output from the model.\n"
737
+ },
738
+ {
739
+ "name": "EvalItemInputImage",
740
+ "kind": "struct",
741
+ "fields": [
742
+ {
743
+ "name": "type",
744
+ "type": {
745
+ "kind": "scalar",
746
+ "scalar": "string",
747
+ "const": "input_image"
748
+ },
749
+ "required": true,
750
+ "description": "The type of the image input. Always `input_image`.\n"
751
+ },
752
+ {
753
+ "name": "image_url",
754
+ "type": {
755
+ "kind": "scalar",
756
+ "scalar": "string",
757
+ "format": "uri"
758
+ },
759
+ "required": true,
760
+ "description": "The URL of the image input.\n"
761
+ },
762
+ {
763
+ "name": "detail",
764
+ "type": {
765
+ "kind": "scalar",
766
+ "scalar": "string"
767
+ },
768
+ "required": false,
769
+ "description": "The detail level of the image to be sent to the model. One of `high`, `low`, or `auto`. Defaults to `auto`.\n"
770
+ }
771
+ ],
772
+ "description": "An image input block used within EvalItem content arrays."
773
+ },
774
+ {
775
+ "name": "InputAudio",
776
+ "kind": "struct",
777
+ "fields": [
778
+ {
779
+ "name": "type",
780
+ "type": {
781
+ "kind": "scalar",
782
+ "scalar": "string",
783
+ "const": "input_audio"
784
+ },
785
+ "required": true,
786
+ "description": "The type of the input item. Always `input_audio`.\n"
787
+ },
788
+ {
789
+ "name": "input_audio",
790
+ "type": {
791
+ "kind": "ref",
792
+ "name": "InputAudioInputAudio"
793
+ },
794
+ "required": true
795
+ }
796
+ ],
797
+ "description": "An audio input to the model.\n"
798
+ },
799
+ {
800
+ "name": "InputAudioInputAudio",
801
+ "kind": "struct",
802
+ "fields": [
803
+ {
804
+ "name": "data",
805
+ "type": {
806
+ "kind": "scalar",
807
+ "scalar": "string"
808
+ },
809
+ "required": true,
810
+ "description": "Base64-encoded audio data.\n"
811
+ },
812
+ {
813
+ "name": "format",
814
+ "type": {
815
+ "kind": "ref",
816
+ "name": "InputAudioInputAudioFormat"
817
+ },
818
+ "required": true,
819
+ "description": "The format of the audio data. Currently supported formats are `mp3` and\n`wav`.\n"
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "name": "InputAudioInputAudioFormat",
825
+ "kind": "enum",
826
+ "base": "string",
827
+ "values": [
828
+ {
829
+ "value": "mp3"
830
+ },
831
+ {
832
+ "value": "wav"
833
+ }
834
+ ],
835
+ "description": "The format of the audio data. Currently supported formats are `mp3` and\n`wav`.\n"
836
+ },
837
+ {
838
+ "name": "EvalItemContentArray",
839
+ "kind": "alias",
840
+ "of": {
841
+ "kind": "array",
842
+ "items": {
843
+ "kind": "ref",
844
+ "name": "EvalItemContentItem"
845
+ }
846
+ }
847
+ },
848
+ {
849
+ "name": "CreateEvalCompletionsRunDataSourceInputMessagesItemReference",
850
+ "kind": "struct",
851
+ "fields": [
852
+ {
853
+ "name": "type",
854
+ "type": {
855
+ "kind": "scalar",
856
+ "scalar": "string",
857
+ "const": "item_reference"
858
+ },
859
+ "required": true,
860
+ "description": "The type of input messages. Always `item_reference`."
861
+ },
862
+ {
863
+ "name": "item_reference",
864
+ "type": {
865
+ "kind": "scalar",
866
+ "scalar": "string"
867
+ },
868
+ "required": true,
869
+ "description": "A reference to a variable in the `item` namespace. Ie, \"item.input_trajectory\""
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "CreateEvalCompletionsRunDataSourceSamplingParams",
875
+ "kind": "struct",
876
+ "fields": [
877
+ {
878
+ "name": "reasoning_effort",
879
+ "type": {
880
+ "kind": "ref",
881
+ "name": "ReasoningEffort"
882
+ },
883
+ "required": false
884
+ },
885
+ {
886
+ "name": "temperature",
887
+ "type": {
888
+ "kind": "scalar",
889
+ "scalar": "number"
890
+ },
891
+ "required": false,
892
+ "default": 1,
893
+ "description": "A higher temperature increases randomness in the outputs."
894
+ },
895
+ {
896
+ "name": "max_completion_tokens",
897
+ "type": {
898
+ "kind": "scalar",
899
+ "scalar": "integer"
900
+ },
901
+ "required": false,
902
+ "description": "The maximum number of tokens in the generated output."
903
+ },
904
+ {
905
+ "name": "top_p",
906
+ "type": {
907
+ "kind": "scalar",
908
+ "scalar": "number"
909
+ },
910
+ "required": false,
911
+ "default": 1,
912
+ "description": "An alternative to temperature for nucleus sampling; 1.0 includes all tokens."
913
+ },
914
+ {
915
+ "name": "seed",
916
+ "type": {
917
+ "kind": "scalar",
918
+ "scalar": "integer"
919
+ },
920
+ "required": false,
921
+ "default": 42,
922
+ "description": "A seed value to initialize the randomness, during sampling."
923
+ },
924
+ {
925
+ "name": "response_format",
926
+ "type": {
927
+ "kind": "ref",
928
+ "name": "CreateEvalCompletionsRunDataSourceSamplingParamsResponseFormat"
929
+ },
930
+ "required": false,
931
+ "description": "An object specifying the format that the model must output.\n\nSetting to `{ \"type\": \"json_schema\", \"json_schema\": {...} }` enables\nStructured Outputs which ensures the model will match your supplied JSON\nschema. Learn more in the [Structured Outputs\nguide](/docs/guides/structured-outputs).\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.\n"
932
+ },
933
+ {
934
+ "name": "tools",
935
+ "type": {
936
+ "kind": "array",
937
+ "items": {
938
+ "kind": "ref",
939
+ "name": "ChatCompletionTool"
940
+ }
941
+ },
942
+ "required": false,
943
+ "description": "A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported.\n"
944
+ }
945
+ ]
946
+ },
947
+ {
948
+ "name": "ReasoningEffort",
949
+ "kind": "enum",
950
+ "base": "string",
951
+ "values": [
952
+ {
953
+ "value": "none"
954
+ },
955
+ {
956
+ "value": "minimal"
957
+ },
958
+ {
959
+ "value": "low"
960
+ },
961
+ {
962
+ "value": "medium"
963
+ },
964
+ {
965
+ "value": "high"
966
+ },
967
+ {
968
+ "value": "xhigh"
969
+ }
970
+ ],
971
+ "description": "Constrains effort on reasoning for\n[reasoning models](https://platform.openai.com/docs/guides/reasoning).\nCurrently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`. Reducing\nreasoning effort can result in faster responses and fewer tokens used\non reasoning in a response.\n\n- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool calls are supported for all reasoning values in gpt-5.1.\n- All models before `gpt-5.1` default to `medium` reasoning effort, and do not support `none`.\n- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.\n- `xhigh` is supported for all models after `gpt-5.1-codex-max`.\n"
972
+ },
973
+ {
974
+ "name": "CreateEvalCompletionsRunDataSourceSamplingParamsResponseFormat",
975
+ "kind": "union",
976
+ "semantics": "oneOf",
977
+ "variants": [
978
+ {
979
+ "kind": "ref",
980
+ "name": "ResponseFormatText"
981
+ },
982
+ {
983
+ "kind": "ref",
984
+ "name": "ResponseFormatJsonSchema"
985
+ },
986
+ {
987
+ "kind": "ref",
988
+ "name": "ResponseFormatJsonObject"
989
+ }
990
+ ],
991
+ "description": "An object specifying the format that the model must output.\n\nSetting to `{ \"type\": \"json_schema\", \"json_schema\": {...} }` enables\nStructured Outputs which ensures the model will match your supplied JSON\nschema. Learn more in the [Structured Outputs\nguide](/docs/guides/structured-outputs).\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.\n"
992
+ },
993
+ {
994
+ "name": "ResponseFormatText",
995
+ "kind": "struct",
996
+ "fields": [
997
+ {
998
+ "name": "type",
999
+ "type": {
1000
+ "kind": "scalar",
1001
+ "scalar": "string",
1002
+ "const": "text"
1003
+ },
1004
+ "required": true,
1005
+ "description": "The type of response format being defined. Always `text`."
1006
+ }
1007
+ ],
1008
+ "description": "Default response format. Used to generate text responses.\n"
1009
+ },
1010
+ {
1011
+ "name": "ResponseFormatJsonSchema",
1012
+ "kind": "struct",
1013
+ "fields": [
1014
+ {
1015
+ "name": "type",
1016
+ "type": {
1017
+ "kind": "scalar",
1018
+ "scalar": "string",
1019
+ "const": "json_schema"
1020
+ },
1021
+ "required": true,
1022
+ "description": "The type of response format being defined. Always `json_schema`."
1023
+ },
1024
+ {
1025
+ "name": "json_schema",
1026
+ "type": {
1027
+ "kind": "ref",
1028
+ "name": "ResponseFormatJsonSchemaJsonSchema"
1029
+ },
1030
+ "required": true,
1031
+ "description": "Structured Outputs configuration options, including a JSON Schema.\n"
1032
+ }
1033
+ ],
1034
+ "description": "JSON Schema response format. Used to generate structured JSON responses.\nLearn more about [Structured Outputs](/docs/guides/structured-outputs).\n"
1035
+ },
1036
+ {
1037
+ "name": "ResponseFormatJsonSchemaJsonSchema",
1038
+ "kind": "struct",
1039
+ "fields": [
1040
+ {
1041
+ "name": "description",
1042
+ "type": {
1043
+ "kind": "scalar",
1044
+ "scalar": "string"
1045
+ },
1046
+ "required": false,
1047
+ "description": "A description of what the response format is for, used by the model to\ndetermine how to respond in the format.\n"
1048
+ },
1049
+ {
1050
+ "name": "name",
1051
+ "type": {
1052
+ "kind": "scalar",
1053
+ "scalar": "string"
1054
+ },
1055
+ "required": true,
1056
+ "description": "The name of the response format. Must be a-z, A-Z, 0-9, or contain\nunderscores and dashes, with a maximum length of 64.\n"
1057
+ },
1058
+ {
1059
+ "name": "schema",
1060
+ "type": {
1061
+ "kind": "ref",
1062
+ "name": "ResponseFormatJsonSchemaSchema"
1063
+ },
1064
+ "required": false
1065
+ },
1066
+ {
1067
+ "name": "strict",
1068
+ "type": {
1069
+ "kind": "scalar",
1070
+ "scalar": "boolean",
1071
+ "nullable": true
1072
+ },
1073
+ "required": false
1074
+ }
1075
+ ],
1076
+ "description": "Structured Outputs configuration options, including a JSON Schema.\n"
1077
+ },
1078
+ {
1079
+ "name": "ResponseFormatJsonSchemaSchema",
1080
+ "kind": "alias",
1081
+ "of": {
1082
+ "kind": "map",
1083
+ "values": {
1084
+ "kind": "any"
1085
+ }
1086
+ }
1087
+ },
1088
+ {
1089
+ "name": "ResponseFormatJsonObject",
1090
+ "kind": "struct",
1091
+ "fields": [
1092
+ {
1093
+ "name": "type",
1094
+ "type": {
1095
+ "kind": "scalar",
1096
+ "scalar": "string",
1097
+ "const": "json_object"
1098
+ },
1099
+ "required": true,
1100
+ "description": "The type of response format being defined. Always `json_object`."
1101
+ }
1102
+ ],
1103
+ "description": "JSON object response format. An older method of generating JSON responses.\nUsing `json_schema` is recommended for models that support it. Note that the\nmodel will not generate JSON without a system or user message instructing it\nto do so.\n"
1104
+ },
1105
+ {
1106
+ "name": "ChatCompletionTool",
1107
+ "kind": "struct",
1108
+ "fields": [
1109
+ {
1110
+ "name": "type",
1111
+ "type": {
1112
+ "kind": "scalar",
1113
+ "scalar": "string",
1114
+ "const": "function"
1115
+ },
1116
+ "required": true,
1117
+ "description": "The type of the tool. Currently, only `function` is supported."
1118
+ },
1119
+ {
1120
+ "name": "function",
1121
+ "type": {
1122
+ "kind": "ref",
1123
+ "name": "FunctionObject"
1124
+ },
1125
+ "required": true
1126
+ }
1127
+ ],
1128
+ "description": "A function tool that can be used to generate a response.\n"
1129
+ },
1130
+ {
1131
+ "name": "FunctionObject",
1132
+ "kind": "struct",
1133
+ "fields": [
1134
+ {
1135
+ "name": "description",
1136
+ "type": {
1137
+ "kind": "scalar",
1138
+ "scalar": "string"
1139
+ },
1140
+ "required": false,
1141
+ "description": "A description of what the function does, used by the model to choose when and how to call the function."
1142
+ },
1143
+ {
1144
+ "name": "name",
1145
+ "type": {
1146
+ "kind": "scalar",
1147
+ "scalar": "string"
1148
+ },
1149
+ "required": true,
1150
+ "description": "The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."
1151
+ },
1152
+ {
1153
+ "name": "parameters",
1154
+ "type": {
1155
+ "kind": "ref",
1156
+ "name": "FunctionParameters"
1157
+ },
1158
+ "required": false
1159
+ },
1160
+ {
1161
+ "name": "strict",
1162
+ "type": {
1163
+ "kind": "scalar",
1164
+ "scalar": "boolean",
1165
+ "nullable": true
1166
+ },
1167
+ "required": false
1168
+ }
1169
+ ]
1170
+ },
1171
+ {
1172
+ "name": "FunctionParameters",
1173
+ "kind": "alias",
1174
+ "of": {
1175
+ "kind": "map",
1176
+ "values": {
1177
+ "kind": "any"
1178
+ }
1179
+ }
1180
+ },
1181
+ {
1182
+ "name": "CreateEvalCompletionsRunDataSourceSource",
1183
+ "kind": "union",
1184
+ "semantics": "oneOf",
1185
+ "variants": [
1186
+ {
1187
+ "kind": "ref",
1188
+ "name": "EvalJsonlFileContentSource"
1189
+ },
1190
+ {
1191
+ "kind": "ref",
1192
+ "name": "EvalJsonlFileIdSource"
1193
+ },
1194
+ {
1195
+ "kind": "ref",
1196
+ "name": "EvalStoredCompletionsSource"
1197
+ }
1198
+ ],
1199
+ "description": "Determines what populates the `item` namespace in this run's data source."
1200
+ },
1201
+ {
1202
+ "name": "EvalStoredCompletionsSource",
1203
+ "kind": "struct",
1204
+ "fields": [
1205
+ {
1206
+ "name": "type",
1207
+ "type": {
1208
+ "kind": "scalar",
1209
+ "scalar": "string",
1210
+ "const": "stored_completions"
1211
+ },
1212
+ "required": true,
1213
+ "default": "stored_completions",
1214
+ "description": "The type of source. Always `stored_completions`."
1215
+ },
1216
+ {
1217
+ "name": "metadata",
1218
+ "type": {
1219
+ "kind": "ref",
1220
+ "name": "Metadata"
1221
+ },
1222
+ "required": false
1223
+ },
1224
+ {
1225
+ "name": "model",
1226
+ "type": {
1227
+ "kind": "scalar",
1228
+ "scalar": "string",
1229
+ "nullable": true
1230
+ },
1231
+ "required": false
1232
+ },
1233
+ {
1234
+ "name": "created_after",
1235
+ "type": {
1236
+ "kind": "scalar",
1237
+ "scalar": "integer",
1238
+ "nullable": true
1239
+ },
1240
+ "required": false
1241
+ },
1242
+ {
1243
+ "name": "created_before",
1244
+ "type": {
1245
+ "kind": "scalar",
1246
+ "scalar": "integer",
1247
+ "nullable": true
1248
+ },
1249
+ "required": false
1250
+ },
1251
+ {
1252
+ "name": "limit",
1253
+ "type": {
1254
+ "kind": "scalar",
1255
+ "scalar": "integer",
1256
+ "nullable": true
1257
+ },
1258
+ "required": false
1259
+ }
1260
+ ],
1261
+ "description": "A StoredCompletionsRunDataSource configuration describing a set of filters\n"
1262
+ },
1263
+ {
1264
+ "name": "CreateEvalResponsesRunDataSource",
1265
+ "kind": "struct",
1266
+ "fields": [
1267
+ {
1268
+ "name": "type",
1269
+ "type": {
1270
+ "kind": "scalar",
1271
+ "scalar": "string",
1272
+ "const": "responses"
1273
+ },
1274
+ "required": true,
1275
+ "default": "responses",
1276
+ "description": "The type of run data source. Always `responses`."
1277
+ },
1278
+ {
1279
+ "name": "input_messages",
1280
+ "type": {
1281
+ "kind": "ref",
1282
+ "name": "CreateEvalResponsesRunDataSourceInputMessages"
1283
+ },
1284
+ "required": false,
1285
+ "description": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace."
1286
+ },
1287
+ {
1288
+ "name": "sampling_params",
1289
+ "type": {
1290
+ "kind": "ref",
1291
+ "name": "CreateEvalResponsesRunDataSourceSamplingParams"
1292
+ },
1293
+ "required": false
1294
+ },
1295
+ {
1296
+ "name": "model",
1297
+ "type": {
1298
+ "kind": "scalar",
1299
+ "scalar": "string"
1300
+ },
1301
+ "required": false,
1302
+ "description": "The name of the model to use for generating completions (e.g. \"o3-mini\")."
1303
+ },
1304
+ {
1305
+ "name": "source",
1306
+ "type": {
1307
+ "kind": "ref",
1308
+ "name": "CreateEvalResponsesRunDataSourceSource"
1309
+ },
1310
+ "required": true,
1311
+ "description": "Determines what populates the `item` namespace in this run's data source."
1312
+ }
1313
+ ],
1314
+ "description": "A ResponsesRunDataSource object describing a model sampling configuration.\n"
1315
+ },
1316
+ {
1317
+ "name": "CreateEvalResponsesRunDataSourceInputMessages",
1318
+ "kind": "union",
1319
+ "semantics": "oneOf",
1320
+ "variants": [
1321
+ {
1322
+ "kind": "ref",
1323
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplate"
1324
+ },
1325
+ {
1326
+ "kind": "ref",
1327
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesItemReference"
1328
+ }
1329
+ ],
1330
+ "description": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace."
1331
+ },
1332
+ {
1333
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplate",
1334
+ "kind": "struct",
1335
+ "fields": [
1336
+ {
1337
+ "name": "type",
1338
+ "type": {
1339
+ "kind": "scalar",
1340
+ "scalar": "string",
1341
+ "const": "template"
1342
+ },
1343
+ "required": true,
1344
+ "description": "The type of input messages. Always `template`."
1345
+ },
1346
+ {
1347
+ "name": "template",
1348
+ "type": {
1349
+ "kind": "array",
1350
+ "items": {
1351
+ "kind": "ref",
1352
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateItem"
1353
+ }
1354
+ },
1355
+ "required": true,
1356
+ "description": "A list of chat messages forming the prompt or context. May include variable references to the `item` namespace, ie {{item.name}}."
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateItem",
1362
+ "kind": "union",
1363
+ "semantics": "oneOf",
1364
+ "variants": [
1365
+ {
1366
+ "kind": "ref",
1367
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateItemChatMessage"
1368
+ },
1369
+ {
1370
+ "kind": "ref",
1371
+ "name": "EvalItem"
1372
+ }
1373
+ ]
1374
+ },
1375
+ {
1376
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateItemChatMessage",
1377
+ "kind": "struct",
1378
+ "fields": [
1379
+ {
1380
+ "name": "role",
1381
+ "type": {
1382
+ "kind": "scalar",
1383
+ "scalar": "string"
1384
+ },
1385
+ "required": true,
1386
+ "description": "The role of the message (e.g. \"system\", \"assistant\", \"user\")."
1387
+ },
1388
+ {
1389
+ "name": "content",
1390
+ "type": {
1391
+ "kind": "scalar",
1392
+ "scalar": "string"
1393
+ },
1394
+ "required": true,
1395
+ "description": "The content of the message."
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "name": "CreateEvalResponsesRunDataSourceInputMessagesItemReference",
1401
+ "kind": "struct",
1402
+ "fields": [
1403
+ {
1404
+ "name": "type",
1405
+ "type": {
1406
+ "kind": "scalar",
1407
+ "scalar": "string",
1408
+ "const": "item_reference"
1409
+ },
1410
+ "required": true,
1411
+ "description": "The type of input messages. Always `item_reference`."
1412
+ },
1413
+ {
1414
+ "name": "item_reference",
1415
+ "type": {
1416
+ "kind": "scalar",
1417
+ "scalar": "string"
1418
+ },
1419
+ "required": true,
1420
+ "description": "A reference to a variable in the `item` namespace. Ie, \"item.name\""
1421
+ }
1422
+ ]
1423
+ },
1424
+ {
1425
+ "name": "CreateEvalResponsesRunDataSourceSamplingParams",
1426
+ "kind": "struct",
1427
+ "fields": [
1428
+ {
1429
+ "name": "reasoning_effort",
1430
+ "type": {
1431
+ "kind": "ref",
1432
+ "name": "ReasoningEffort"
1433
+ },
1434
+ "required": false
1435
+ },
1436
+ {
1437
+ "name": "temperature",
1438
+ "type": {
1439
+ "kind": "scalar",
1440
+ "scalar": "number"
1441
+ },
1442
+ "required": false,
1443
+ "default": 1,
1444
+ "description": "A higher temperature increases randomness in the outputs."
1445
+ },
1446
+ {
1447
+ "name": "max_completion_tokens",
1448
+ "type": {
1449
+ "kind": "scalar",
1450
+ "scalar": "integer"
1451
+ },
1452
+ "required": false,
1453
+ "description": "The maximum number of tokens in the generated output."
1454
+ },
1455
+ {
1456
+ "name": "top_p",
1457
+ "type": {
1458
+ "kind": "scalar",
1459
+ "scalar": "number"
1460
+ },
1461
+ "required": false,
1462
+ "default": 1,
1463
+ "description": "An alternative to temperature for nucleus sampling; 1.0 includes all tokens."
1464
+ },
1465
+ {
1466
+ "name": "seed",
1467
+ "type": {
1468
+ "kind": "scalar",
1469
+ "scalar": "integer"
1470
+ },
1471
+ "required": false,
1472
+ "default": 42,
1473
+ "description": "A seed value to initialize the randomness, during sampling."
1474
+ },
1475
+ {
1476
+ "name": "tools",
1477
+ "type": {
1478
+ "kind": "array",
1479
+ "items": {
1480
+ "kind": "ref",
1481
+ "name": "Tool"
1482
+ }
1483
+ },
1484
+ "required": false,
1485
+ "description": "An array of tools the model may call while generating a response. You\ncan specify which tool to use by setting the `tool_choice` parameter.\n\nThe two categories of tools you can provide the model are:\n\n- **Built-in tools**: Tools that are provided by OpenAI that extend the\n model's capabilities, like [web search](/docs/guides/tools-web-search)\n or [file search](/docs/guides/tools-file-search). Learn more about\n [built-in tools](/docs/guides/tools).\n- **Function calls (custom tools)**: Functions that are defined by you,\n enabling the model to call your own code. Learn more about\n [function calling](/docs/guides/function-calling).\n"
1486
+ },
1487
+ {
1488
+ "name": "text",
1489
+ "type": {
1490
+ "kind": "ref",
1491
+ "name": "CreateEvalResponsesRunDataSourceSamplingParamsText"
1492
+ },
1493
+ "required": false,
1494
+ "description": "Configuration options for a text response from the model. Can be plain\ntext or structured JSON data. Learn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Structured Outputs](/docs/guides/structured-outputs)\n"
1495
+ }
1496
+ ]
1497
+ },
1498
+ {
1499
+ "name": "Tool",
1500
+ "kind": "union",
1501
+ "semantics": "oneOf",
1502
+ "variants": [
1503
+ {
1504
+ "kind": "ref",
1505
+ "name": "FunctionTool"
1506
+ },
1507
+ {
1508
+ "kind": "ref",
1509
+ "name": "FileSearchTool"
1510
+ },
1511
+ {
1512
+ "kind": "ref",
1513
+ "name": "ComputerTool"
1514
+ },
1515
+ {
1516
+ "kind": "ref",
1517
+ "name": "ComputerUsePreviewTool"
1518
+ },
1519
+ {
1520
+ "kind": "ref",
1521
+ "name": "WebSearchTool"
1522
+ },
1523
+ {
1524
+ "kind": "ref",
1525
+ "name": "McpTool"
1526
+ },
1527
+ {
1528
+ "kind": "ref",
1529
+ "name": "CodeInterpreterTool"
1530
+ },
1531
+ {
1532
+ "kind": "ref",
1533
+ "name": "ImageGenTool"
1534
+ },
1535
+ {
1536
+ "kind": "ref",
1537
+ "name": "LocalShellToolParam"
1538
+ },
1539
+ {
1540
+ "kind": "ref",
1541
+ "name": "FunctionShellToolParam"
1542
+ },
1543
+ {
1544
+ "kind": "ref",
1545
+ "name": "CustomToolParam"
1546
+ },
1547
+ {
1548
+ "kind": "ref",
1549
+ "name": "NamespaceToolParam"
1550
+ },
1551
+ {
1552
+ "kind": "ref",
1553
+ "name": "ToolSearchToolParam"
1554
+ },
1555
+ {
1556
+ "kind": "ref",
1557
+ "name": "WebSearchPreviewTool"
1558
+ },
1559
+ {
1560
+ "kind": "ref",
1561
+ "name": "ApplyPatchToolParam"
1562
+ }
1563
+ ],
1564
+ "discriminator": {
1565
+ "propertyName": "type",
1566
+ "mapping": {
1567
+ "function": "FunctionTool",
1568
+ "file_search": "FileSearchTool",
1569
+ "computer": "ComputerTool",
1570
+ "computer_use_preview": "ComputerUsePreviewTool",
1571
+ "mcp": "McpTool",
1572
+ "code_interpreter": "CodeInterpreterTool",
1573
+ "image_generation": "ImageGenTool",
1574
+ "local_shell": "LocalShellToolParam",
1575
+ "shell": "FunctionShellToolParam",
1576
+ "custom": "CustomToolParam",
1577
+ "namespace": "NamespaceToolParam",
1578
+ "tool_search": "ToolSearchToolParam",
1579
+ "apply_patch": "ApplyPatchToolParam"
1580
+ }
1581
+ },
1582
+ "description": "A tool that can be used to generate a response.\n"
1583
+ },
1584
+ {
1585
+ "name": "FunctionTool",
1586
+ "kind": "struct",
1587
+ "fields": [
1588
+ {
1589
+ "name": "type",
1590
+ "type": {
1591
+ "kind": "scalar",
1592
+ "scalar": "string",
1593
+ "const": "function"
1594
+ },
1595
+ "required": true,
1596
+ "default": "function",
1597
+ "description": "The type of the function tool. Always `function`."
1598
+ },
1599
+ {
1600
+ "name": "name",
1601
+ "type": {
1602
+ "kind": "scalar",
1603
+ "scalar": "string"
1604
+ },
1605
+ "required": true,
1606
+ "description": "The name of the function to call."
1607
+ },
1608
+ {
1609
+ "name": "description",
1610
+ "type": {
1611
+ "kind": "scalar",
1612
+ "scalar": "string",
1613
+ "nullable": true
1614
+ },
1615
+ "required": false
1616
+ },
1617
+ {
1618
+ "name": "parameters",
1619
+ "type": {
1620
+ "kind": "map",
1621
+ "values": {
1622
+ "kind": "any"
1623
+ },
1624
+ "nullable": true
1625
+ },
1626
+ "required": true
1627
+ },
1628
+ {
1629
+ "name": "strict",
1630
+ "type": {
1631
+ "kind": "scalar",
1632
+ "scalar": "boolean",
1633
+ "nullable": true
1634
+ },
1635
+ "required": true
1636
+ },
1637
+ {
1638
+ "name": "defer_loading",
1639
+ "type": {
1640
+ "kind": "scalar",
1641
+ "scalar": "boolean"
1642
+ },
1643
+ "required": false,
1644
+ "description": "Whether this function is deferred and loaded via tool search."
1645
+ }
1646
+ ],
1647
+ "description": "Defines a function in your own code the model can choose to call. Learn more about [function calling](https://platform.openai.com/docs/guides/function-calling)."
1648
+ },
1649
+ {
1650
+ "name": "FileSearchTool",
1651
+ "kind": "struct",
1652
+ "fields": [
1653
+ {
1654
+ "name": "type",
1655
+ "type": {
1656
+ "kind": "scalar",
1657
+ "scalar": "string",
1658
+ "const": "file_search"
1659
+ },
1660
+ "required": true,
1661
+ "default": "file_search",
1662
+ "description": "The type of the file search tool. Always `file_search`."
1663
+ },
1664
+ {
1665
+ "name": "vector_store_ids",
1666
+ "type": {
1667
+ "kind": "array",
1668
+ "items": {
1669
+ "kind": "scalar",
1670
+ "scalar": "string"
1671
+ }
1672
+ },
1673
+ "required": true,
1674
+ "description": "The IDs of the vector stores to search."
1675
+ },
1676
+ {
1677
+ "name": "max_num_results",
1678
+ "type": {
1679
+ "kind": "scalar",
1680
+ "scalar": "integer"
1681
+ },
1682
+ "required": false,
1683
+ "description": "The maximum number of results to return. This number should be between 1 and 50 inclusive."
1684
+ },
1685
+ {
1686
+ "name": "ranking_options",
1687
+ "type": {
1688
+ "kind": "ref",
1689
+ "name": "RankingOptions"
1690
+ },
1691
+ "required": false
1692
+ },
1693
+ {
1694
+ "name": "filters",
1695
+ "type": {
1696
+ "kind": "ref",
1697
+ "name": "Filters",
1698
+ "nullable": true
1699
+ },
1700
+ "required": false
1701
+ }
1702
+ ],
1703
+ "description": "A tool that searches for relevant content from uploaded files. Learn more about the [file search tool](https://platform.openai.com/docs/guides/tools-file-search)."
1704
+ },
1705
+ {
1706
+ "name": "RankingOptions",
1707
+ "kind": "struct",
1708
+ "fields": [
1709
+ {
1710
+ "name": "ranker",
1711
+ "type": {
1712
+ "kind": "ref",
1713
+ "name": "RankerVersionType"
1714
+ },
1715
+ "required": false
1716
+ },
1717
+ {
1718
+ "name": "score_threshold",
1719
+ "type": {
1720
+ "kind": "scalar",
1721
+ "scalar": "number"
1722
+ },
1723
+ "required": false,
1724
+ "description": "The score threshold for the file search, a number between 0 and 1. Numbers closer to 1 will attempt to return only the most relevant results, but may return fewer results."
1725
+ },
1726
+ {
1727
+ "name": "hybrid_search",
1728
+ "type": {
1729
+ "kind": "ref",
1730
+ "name": "HybridSearchOptions"
1731
+ },
1732
+ "required": false
1733
+ }
1734
+ ]
1735
+ },
1736
+ {
1737
+ "name": "RankerVersionType",
1738
+ "kind": "enum",
1739
+ "base": "string",
1740
+ "values": [
1741
+ {
1742
+ "value": "auto"
1743
+ },
1744
+ {
1745
+ "value": "default-2024-11-15"
1746
+ }
1747
+ ]
1748
+ },
1749
+ {
1750
+ "name": "HybridSearchOptions",
1751
+ "kind": "struct",
1752
+ "fields": [
1753
+ {
1754
+ "name": "embedding_weight",
1755
+ "type": {
1756
+ "kind": "scalar",
1757
+ "scalar": "number"
1758
+ },
1759
+ "required": true,
1760
+ "description": "The weight of the embedding in the reciprocal ranking fusion."
1761
+ },
1762
+ {
1763
+ "name": "text_weight",
1764
+ "type": {
1765
+ "kind": "scalar",
1766
+ "scalar": "number"
1767
+ },
1768
+ "required": true,
1769
+ "description": "The weight of the text in the reciprocal ranking fusion."
1770
+ }
1771
+ ]
1772
+ },
1773
+ {
1774
+ "name": "Filters",
1775
+ "kind": "union",
1776
+ "semantics": "anyOf",
1777
+ "variants": [
1778
+ {
1779
+ "kind": "ref",
1780
+ "name": "ComparisonFilter"
1781
+ },
1782
+ {
1783
+ "kind": "ref",
1784
+ "name": "CompoundFilter"
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "name": "ComparisonFilter",
1790
+ "kind": "struct",
1791
+ "fields": [
1792
+ {
1793
+ "name": "type",
1794
+ "type": {
1795
+ "kind": "ref",
1796
+ "name": "ComparisonFilterType"
1797
+ },
1798
+ "required": true,
1799
+ "default": "eq",
1800
+ "description": "Specifies the comparison operator: `eq`, `ne`, `gt`, `gte`, `lt`, `lte`, `in`, `nin`.\n- `eq`: equals\n- `ne`: not equal\n- `gt`: greater than\n- `gte`: greater than or equal\n- `lt`: less than\n- `lte`: less than or equal\n- `in`: in\n- `nin`: not in\n"
1801
+ },
1802
+ {
1803
+ "name": "key",
1804
+ "type": {
1805
+ "kind": "scalar",
1806
+ "scalar": "string"
1807
+ },
1808
+ "required": true,
1809
+ "description": "The key to compare against the value."
1810
+ },
1811
+ {
1812
+ "name": "value",
1813
+ "type": {
1814
+ "kind": "ref",
1815
+ "name": "ComparisonFilterValue"
1816
+ },
1817
+ "required": true,
1818
+ "description": "The value to compare against the attribute key; supports string, number, or boolean types."
1819
+ }
1820
+ ],
1821
+ "description": "A filter used to compare a specified attribute key to a given value using a defined comparison operation.\n"
1822
+ },
1823
+ {
1824
+ "name": "ComparisonFilterType",
1825
+ "kind": "enum",
1826
+ "base": "string",
1827
+ "values": [
1828
+ {
1829
+ "value": "eq"
1830
+ },
1831
+ {
1832
+ "value": "ne"
1833
+ },
1834
+ {
1835
+ "value": "gt"
1836
+ },
1837
+ {
1838
+ "value": "gte"
1839
+ },
1840
+ {
1841
+ "value": "lt"
1842
+ },
1843
+ {
1844
+ "value": "lte"
1845
+ },
1846
+ {
1847
+ "value": "in"
1848
+ },
1849
+ {
1850
+ "value": "nin"
1851
+ }
1852
+ ],
1853
+ "description": "Specifies the comparison operator: `eq`, `ne`, `gt`, `gte`, `lt`, `lte`, `in`, `nin`.\n- `eq`: equals\n- `ne`: not equal\n- `gt`: greater than\n- `gte`: greater than or equal\n- `lt`: less than\n- `lte`: less than or equal\n- `in`: in\n- `nin`: not in\n"
1854
+ },
1855
+ {
1856
+ "name": "ComparisonFilterValue",
1857
+ "kind": "union",
1858
+ "semantics": "oneOf",
1859
+ "variants": [
1860
+ {
1861
+ "kind": "scalar",
1862
+ "scalar": "string"
1863
+ },
1864
+ {
1865
+ "kind": "scalar",
1866
+ "scalar": "number"
1867
+ },
1868
+ {
1869
+ "kind": "scalar",
1870
+ "scalar": "boolean"
1871
+ },
1872
+ {
1873
+ "kind": "array",
1874
+ "items": {
1875
+ "kind": "ref",
1876
+ "name": "ComparisonFilterValueArrayItem"
1877
+ }
1878
+ }
1879
+ ],
1880
+ "description": "The value to compare against the attribute key; supports string, number, or boolean types."
1881
+ },
1882
+ {
1883
+ "name": "ComparisonFilterValueArrayItem",
1884
+ "kind": "union",
1885
+ "semantics": "oneOf",
1886
+ "variants": [
1887
+ {
1888
+ "kind": "scalar",
1889
+ "scalar": "string"
1890
+ },
1891
+ {
1892
+ "kind": "scalar",
1893
+ "scalar": "number"
1894
+ }
1895
+ ]
1896
+ },
1897
+ {
1898
+ "name": "CompoundFilter",
1899
+ "kind": "struct",
1900
+ "fields": [
1901
+ {
1902
+ "name": "type",
1903
+ "type": {
1904
+ "kind": "ref",
1905
+ "name": "CompoundFilterType"
1906
+ },
1907
+ "required": true,
1908
+ "description": "Type of operation: `and` or `or`."
1909
+ },
1910
+ {
1911
+ "name": "filters",
1912
+ "type": {
1913
+ "kind": "array",
1914
+ "items": {
1915
+ "kind": "ref",
1916
+ "name": "CompoundFilterFiltersItem"
1917
+ }
1918
+ },
1919
+ "required": true,
1920
+ "description": "Array of filters to combine. Items can be `ComparisonFilter` or `CompoundFilter`."
1921
+ }
1922
+ ],
1923
+ "description": "Combine multiple filters using `and` or `or`."
1924
+ },
1925
+ {
1926
+ "name": "CompoundFilterType",
1927
+ "kind": "enum",
1928
+ "base": "string",
1929
+ "values": [
1930
+ {
1931
+ "value": "and"
1932
+ },
1933
+ {
1934
+ "value": "or"
1935
+ }
1936
+ ],
1937
+ "description": "Type of operation: `and` or `or`."
1938
+ },
1939
+ {
1940
+ "name": "CompoundFilterFiltersItem",
1941
+ "kind": "union",
1942
+ "semantics": "oneOf",
1943
+ "variants": [
1944
+ {
1945
+ "kind": "ref",
1946
+ "name": "ComparisonFilter"
1947
+ },
1948
+ {
1949
+ "kind": "any"
1950
+ }
1951
+ ],
1952
+ "discriminator": {
1953
+ "propertyName": "type"
1954
+ }
1955
+ },
1956
+ {
1957
+ "name": "ComputerTool",
1958
+ "kind": "struct",
1959
+ "fields": [
1960
+ {
1961
+ "name": "type",
1962
+ "type": {
1963
+ "kind": "scalar",
1964
+ "scalar": "string",
1965
+ "const": "computer"
1966
+ },
1967
+ "required": true,
1968
+ "default": "computer",
1969
+ "description": "The type of the computer tool. Always `computer`."
1970
+ }
1971
+ ],
1972
+ "description": "A tool that controls a virtual computer. Learn more about the [computer tool](https://platform.openai.com/docs/guides/tools-computer-use)."
1973
+ },
1974
+ {
1975
+ "name": "ComputerUsePreviewTool",
1976
+ "kind": "struct",
1977
+ "fields": [
1978
+ {
1979
+ "name": "type",
1980
+ "type": {
1981
+ "kind": "scalar",
1982
+ "scalar": "string",
1983
+ "const": "computer_use_preview"
1984
+ },
1985
+ "required": true,
1986
+ "default": "computer_use_preview",
1987
+ "description": "The type of the computer use tool. Always `computer_use_preview`."
1988
+ },
1989
+ {
1990
+ "name": "environment",
1991
+ "type": {
1992
+ "kind": "ref",
1993
+ "name": "ComputerEnvironment"
1994
+ },
1995
+ "required": true
1996
+ },
1997
+ {
1998
+ "name": "display_width",
1999
+ "type": {
2000
+ "kind": "scalar",
2001
+ "scalar": "integer"
2002
+ },
2003
+ "required": true,
2004
+ "description": "The width of the computer display."
2005
+ },
2006
+ {
2007
+ "name": "display_height",
2008
+ "type": {
2009
+ "kind": "scalar",
2010
+ "scalar": "integer"
2011
+ },
2012
+ "required": true,
2013
+ "description": "The height of the computer display."
2014
+ }
2015
+ ],
2016
+ "description": "A tool that controls a virtual computer. Learn more about the [computer tool](https://platform.openai.com/docs/guides/tools-computer-use)."
2017
+ },
2018
+ {
2019
+ "name": "ComputerEnvironment",
2020
+ "kind": "enum",
2021
+ "base": "string",
2022
+ "values": [
2023
+ {
2024
+ "value": "windows"
2025
+ },
2026
+ {
2027
+ "value": "mac"
2028
+ },
2029
+ {
2030
+ "value": "linux"
2031
+ },
2032
+ {
2033
+ "value": "ubuntu"
2034
+ },
2035
+ {
2036
+ "value": "browser"
2037
+ }
2038
+ ]
2039
+ },
2040
+ {
2041
+ "name": "WebSearchTool",
2042
+ "kind": "struct",
2043
+ "fields": [
2044
+ {
2045
+ "name": "type",
2046
+ "type": {
2047
+ "kind": "ref",
2048
+ "name": "WebSearchToolType"
2049
+ },
2050
+ "required": true,
2051
+ "default": "web_search",
2052
+ "description": "The type of the web search tool. One of `web_search` or `web_search_2025_08_26`."
2053
+ },
2054
+ {
2055
+ "name": "filters",
2056
+ "type": {
2057
+ "kind": "ref",
2058
+ "name": "WebSearchToolFilters",
2059
+ "nullable": true
2060
+ },
2061
+ "required": false
2062
+ },
2063
+ {
2064
+ "name": "user_location",
2065
+ "type": {
2066
+ "kind": "ref",
2067
+ "name": "WebSearchApproximateLocation"
2068
+ },
2069
+ "required": false
2070
+ },
2071
+ {
2072
+ "name": "search_context_size",
2073
+ "type": {
2074
+ "kind": "ref",
2075
+ "name": "WebSearchToolSearchContextSize"
2076
+ },
2077
+ "required": false,
2078
+ "default": "medium",
2079
+ "description": "High level guidance for the amount of context window space to use for the search. One of `low`, `medium`, or `high`. `medium` is the default."
2080
+ }
2081
+ ],
2082
+ "description": "Search the Internet for sources related to the prompt. Learn more about the\n[web search tool](/docs/guides/tools-web-search).\n"
2083
+ },
2084
+ {
2085
+ "name": "WebSearchToolType",
2086
+ "kind": "enum",
2087
+ "base": "string",
2088
+ "values": [
2089
+ {
2090
+ "value": "web_search"
2091
+ },
2092
+ {
2093
+ "value": "web_search_2025_08_26"
2094
+ }
2095
+ ],
2096
+ "description": "The type of the web search tool. One of `web_search` or `web_search_2025_08_26`."
2097
+ },
2098
+ {
2099
+ "name": "WebSearchToolFilters",
2100
+ "kind": "struct",
2101
+ "fields": [
2102
+ {
2103
+ "name": "allowed_domains",
2104
+ "type": {
2105
+ "kind": "array",
2106
+ "items": {
2107
+ "kind": "scalar",
2108
+ "scalar": "string"
2109
+ },
2110
+ "nullable": true
2111
+ },
2112
+ "required": false
2113
+ }
2114
+ ],
2115
+ "description": "Filters for the search.\n"
2116
+ },
2117
+ {
2118
+ "name": "WebSearchApproximateLocation",
2119
+ "kind": "struct",
2120
+ "fields": [
2121
+ {
2122
+ "name": "type",
2123
+ "type": {
2124
+ "kind": "scalar",
2125
+ "scalar": "string",
2126
+ "const": "approximate"
2127
+ },
2128
+ "required": false,
2129
+ "default": "approximate",
2130
+ "description": "The type of location approximation. Always `approximate`."
2131
+ },
2132
+ {
2133
+ "name": "country",
2134
+ "type": {
2135
+ "kind": "scalar",
2136
+ "scalar": "string",
2137
+ "nullable": true
2138
+ },
2139
+ "required": false
2140
+ },
2141
+ {
2142
+ "name": "region",
2143
+ "type": {
2144
+ "kind": "scalar",
2145
+ "scalar": "string",
2146
+ "nullable": true
2147
+ },
2148
+ "required": false
2149
+ },
2150
+ {
2151
+ "name": "city",
2152
+ "type": {
2153
+ "kind": "scalar",
2154
+ "scalar": "string",
2155
+ "nullable": true
2156
+ },
2157
+ "required": false
2158
+ },
2159
+ {
2160
+ "name": "timezone",
2161
+ "type": {
2162
+ "kind": "scalar",
2163
+ "scalar": "string",
2164
+ "nullable": true
2165
+ },
2166
+ "required": false
2167
+ }
2168
+ ],
2169
+ "description": "The approximate location of the user.\n"
2170
+ },
2171
+ {
2172
+ "name": "WebSearchToolSearchContextSize",
2173
+ "kind": "enum",
2174
+ "base": "string",
2175
+ "values": [
2176
+ {
2177
+ "value": "low"
2178
+ },
2179
+ {
2180
+ "value": "medium"
2181
+ },
2182
+ {
2183
+ "value": "high"
2184
+ }
2185
+ ],
2186
+ "description": "High level guidance for the amount of context window space to use for the search. One of `low`, `medium`, or `high`. `medium` is the default."
2187
+ },
2188
+ {
2189
+ "name": "McpTool",
2190
+ "kind": "struct",
2191
+ "fields": [
2192
+ {
2193
+ "name": "type",
2194
+ "type": {
2195
+ "kind": "scalar",
2196
+ "scalar": "string",
2197
+ "const": "mcp"
2198
+ },
2199
+ "required": true,
2200
+ "description": "The type of the MCP tool. Always `mcp`."
2201
+ },
2202
+ {
2203
+ "name": "server_label",
2204
+ "type": {
2205
+ "kind": "scalar",
2206
+ "scalar": "string"
2207
+ },
2208
+ "required": true,
2209
+ "description": "A label for this MCP server, used to identify it in tool calls.\n"
2210
+ },
2211
+ {
2212
+ "name": "server_url",
2213
+ "type": {
2214
+ "kind": "scalar",
2215
+ "scalar": "string",
2216
+ "format": "uri"
2217
+ },
2218
+ "required": false,
2219
+ "description": "The URL for the MCP server. One of `server_url` or `connector_id` must be\nprovided.\n"
2220
+ },
2221
+ {
2222
+ "name": "connector_id",
2223
+ "type": {
2224
+ "kind": "ref",
2225
+ "name": "McpToolConnectorId"
2226
+ },
2227
+ "required": false,
2228
+ "description": "Identifier for service connectors, like those available in ChatGPT. One of\n`server_url` or `connector_id` must be provided. Learn more about service\nconnectors [here](/docs/guides/tools-remote-mcp#connectors).\n\nCurrently supported `connector_id` values are:\n\n- Dropbox: `connector_dropbox`\n- Gmail: `connector_gmail`\n- Google Calendar: `connector_googlecalendar`\n- Google Drive: `connector_googledrive`\n- Microsoft Teams: `connector_microsoftteams`\n- Outlook Calendar: `connector_outlookcalendar`\n- Outlook Email: `connector_outlookemail`\n- SharePoint: `connector_sharepoint`\n"
2229
+ },
2230
+ {
2231
+ "name": "authorization",
2232
+ "type": {
2233
+ "kind": "scalar",
2234
+ "scalar": "string"
2235
+ },
2236
+ "required": false,
2237
+ "description": "An OAuth access token that can be used with a remote MCP server, either\nwith a custom MCP server URL or a service connector. Your application\nmust handle the OAuth authorization flow and provide the token here.\n"
2238
+ },
2239
+ {
2240
+ "name": "server_description",
2241
+ "type": {
2242
+ "kind": "scalar",
2243
+ "scalar": "string"
2244
+ },
2245
+ "required": false,
2246
+ "description": "Optional description of the MCP server, used to provide more context.\n"
2247
+ },
2248
+ {
2249
+ "name": "headers",
2250
+ "type": {
2251
+ "kind": "map",
2252
+ "values": {
2253
+ "kind": "scalar",
2254
+ "scalar": "string"
2255
+ },
2256
+ "nullable": true
2257
+ },
2258
+ "required": false
2259
+ },
2260
+ {
2261
+ "name": "allowed_tools",
2262
+ "type": {
2263
+ "kind": "ref",
2264
+ "name": "McpToolAllowedTools",
2265
+ "nullable": true
2266
+ },
2267
+ "required": false
2268
+ },
2269
+ {
2270
+ "name": "require_approval",
2271
+ "type": {
2272
+ "kind": "ref",
2273
+ "name": "McpToolRequireApproval",
2274
+ "nullable": true
2275
+ },
2276
+ "required": false
2277
+ },
2278
+ {
2279
+ "name": "defer_loading",
2280
+ "type": {
2281
+ "kind": "scalar",
2282
+ "scalar": "boolean"
2283
+ },
2284
+ "required": false,
2285
+ "description": "Whether this MCP tool is deferred and discovered via tool search.\n"
2286
+ }
2287
+ ],
2288
+ "description": "Give the model access to additional tools via remote Model Context Protocol\n(MCP) servers. [Learn more about MCP](/docs/guides/tools-remote-mcp).\n"
2289
+ },
2290
+ {
2291
+ "name": "McpToolConnectorId",
2292
+ "kind": "enum",
2293
+ "base": "string",
2294
+ "values": [
2295
+ {
2296
+ "value": "connector_dropbox"
2297
+ },
2298
+ {
2299
+ "value": "connector_gmail"
2300
+ },
2301
+ {
2302
+ "value": "connector_googlecalendar"
2303
+ },
2304
+ {
2305
+ "value": "connector_googledrive"
2306
+ },
2307
+ {
2308
+ "value": "connector_microsoftteams"
2309
+ },
2310
+ {
2311
+ "value": "connector_outlookcalendar"
2312
+ },
2313
+ {
2314
+ "value": "connector_outlookemail"
2315
+ },
2316
+ {
2317
+ "value": "connector_sharepoint"
2318
+ }
2319
+ ],
2320
+ "description": "Identifier for service connectors, like those available in ChatGPT. One of\n`server_url` or `connector_id` must be provided. Learn more about service\nconnectors [here](/docs/guides/tools-remote-mcp#connectors).\n\nCurrently supported `connector_id` values are:\n\n- Dropbox: `connector_dropbox`\n- Gmail: `connector_gmail`\n- Google Calendar: `connector_googlecalendar`\n- Google Drive: `connector_googledrive`\n- Microsoft Teams: `connector_microsoftteams`\n- Outlook Calendar: `connector_outlookcalendar`\n- Outlook Email: `connector_outlookemail`\n- SharePoint: `connector_sharepoint`\n"
2321
+ },
2322
+ {
2323
+ "name": "McpToolAllowedTools",
2324
+ "kind": "union",
2325
+ "semantics": "oneOf",
2326
+ "variants": [
2327
+ {
2328
+ "kind": "array",
2329
+ "items": {
2330
+ "kind": "scalar",
2331
+ "scalar": "string"
2332
+ }
2333
+ },
2334
+ {
2335
+ "kind": "ref",
2336
+ "name": "McpToolFilter"
2337
+ }
2338
+ ],
2339
+ "description": "List of allowed tool names or a filter object.\n"
2340
+ },
2341
+ {
2342
+ "name": "McpToolFilter",
2343
+ "kind": "struct",
2344
+ "fields": [
2345
+ {
2346
+ "name": "tool_names",
2347
+ "type": {
2348
+ "kind": "array",
2349
+ "items": {
2350
+ "kind": "scalar",
2351
+ "scalar": "string"
2352
+ }
2353
+ },
2354
+ "required": false,
2355
+ "description": "List of allowed tool names."
2356
+ },
2357
+ {
2358
+ "name": "read_only",
2359
+ "type": {
2360
+ "kind": "scalar",
2361
+ "scalar": "boolean"
2362
+ },
2363
+ "required": false,
2364
+ "description": "Indicates whether or not a tool modifies data or is read-only. If an\nMCP server is [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),\nit will match this filter.\n"
2365
+ }
2366
+ ],
2367
+ "description": "A filter object to specify which tools are allowed.\n"
2368
+ },
2369
+ {
2370
+ "name": "McpToolRequireApproval",
2371
+ "kind": "union",
2372
+ "semantics": "oneOf",
2373
+ "variants": [
2374
+ {
2375
+ "kind": "ref",
2376
+ "name": "McpToolRequireApprovalMcpToolApprovalFilter"
2377
+ },
2378
+ {
2379
+ "kind": "ref",
2380
+ "name": "McpToolRequireApprovalMcpToolApprovalSetting"
2381
+ }
2382
+ ],
2383
+ "description": "Specify which of the MCP server's tools require approval."
2384
+ },
2385
+ {
2386
+ "name": "McpToolRequireApprovalMcpToolApprovalFilter",
2387
+ "kind": "struct",
2388
+ "fields": [
2389
+ {
2390
+ "name": "always",
2391
+ "type": {
2392
+ "kind": "ref",
2393
+ "name": "McpToolFilter"
2394
+ },
2395
+ "required": false
2396
+ },
2397
+ {
2398
+ "name": "never",
2399
+ "type": {
2400
+ "kind": "ref",
2401
+ "name": "McpToolFilter"
2402
+ },
2403
+ "required": false
2404
+ }
2405
+ ],
2406
+ "description": "Specify which of the MCP server's tools require approval. Can be\n`always`, `never`, or a filter object associated with tools\nthat require approval.\n"
2407
+ },
2408
+ {
2409
+ "name": "McpToolRequireApprovalMcpToolApprovalSetting",
2410
+ "kind": "enum",
2411
+ "base": "string",
2412
+ "values": [
2413
+ {
2414
+ "value": "always"
2415
+ },
2416
+ {
2417
+ "value": "never"
2418
+ }
2419
+ ],
2420
+ "description": "Specify a single approval policy for all tools. One of `always` or\n`never`. When set to `always`, all tools will require approval. When\nset to `never`, all tools will not require approval.\n"
2421
+ },
2422
+ {
2423
+ "name": "CodeInterpreterTool",
2424
+ "kind": "struct",
2425
+ "fields": [
2426
+ {
2427
+ "name": "type",
2428
+ "type": {
2429
+ "kind": "scalar",
2430
+ "scalar": "string",
2431
+ "const": "code_interpreter"
2432
+ },
2433
+ "required": true,
2434
+ "description": "The type of the code interpreter tool. Always `code_interpreter`.\n"
2435
+ },
2436
+ {
2437
+ "name": "container",
2438
+ "type": {
2439
+ "kind": "ref",
2440
+ "name": "CodeInterpreterToolContainer"
2441
+ },
2442
+ "required": true,
2443
+ "description": "The code interpreter container. Can be a container ID or an object that\nspecifies uploaded file IDs to make available to your code, along with an\noptional `memory_limit` setting.\n"
2444
+ }
2445
+ ],
2446
+ "description": "A tool that runs Python code to help generate a response to a prompt.\n"
2447
+ },
2448
+ {
2449
+ "name": "CodeInterpreterToolContainer",
2450
+ "kind": "union",
2451
+ "semantics": "oneOf",
2452
+ "variants": [
2453
+ {
2454
+ "kind": "scalar",
2455
+ "scalar": "string"
2456
+ },
2457
+ {
2458
+ "kind": "ref",
2459
+ "name": "AutoCodeInterpreterToolParam"
2460
+ }
2461
+ ],
2462
+ "description": "The code interpreter container. Can be a container ID or an object that\nspecifies uploaded file IDs to make available to your code, along with an\noptional `memory_limit` setting.\n"
2463
+ },
2464
+ {
2465
+ "name": "AutoCodeInterpreterToolParam",
2466
+ "kind": "struct",
2467
+ "fields": [
2468
+ {
2469
+ "name": "type",
2470
+ "type": {
2471
+ "kind": "scalar",
2472
+ "scalar": "string",
2473
+ "const": "auto"
2474
+ },
2475
+ "required": true,
2476
+ "default": "auto",
2477
+ "description": "Always `auto`."
2478
+ },
2479
+ {
2480
+ "name": "file_ids",
2481
+ "type": {
2482
+ "kind": "array",
2483
+ "items": {
2484
+ "kind": "scalar",
2485
+ "scalar": "string"
2486
+ }
2487
+ },
2488
+ "required": false,
2489
+ "description": "An optional list of uploaded files to make available to your code."
2490
+ },
2491
+ {
2492
+ "name": "memory_limit",
2493
+ "type": {
2494
+ "kind": "ref",
2495
+ "name": "ContainerMemoryLimit",
2496
+ "nullable": true
2497
+ },
2498
+ "required": false
2499
+ },
2500
+ {
2501
+ "name": "network_policy",
2502
+ "type": {
2503
+ "kind": "ref",
2504
+ "name": "AutoCodeInterpreterToolParamNetworkPolicy"
2505
+ },
2506
+ "required": false,
2507
+ "description": "Network access policy for the container."
2508
+ }
2509
+ ],
2510
+ "description": "Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on."
2511
+ },
2512
+ {
2513
+ "name": "ContainerMemoryLimit",
2514
+ "kind": "enum",
2515
+ "base": "string",
2516
+ "values": [
2517
+ {
2518
+ "value": "1g"
2519
+ },
2520
+ {
2521
+ "value": "4g"
2522
+ },
2523
+ {
2524
+ "value": "16g"
2525
+ },
2526
+ {
2527
+ "value": "64g"
2528
+ }
2529
+ ]
2530
+ },
2531
+ {
2532
+ "name": "AutoCodeInterpreterToolParamNetworkPolicy",
2533
+ "kind": "union",
2534
+ "semantics": "oneOf",
2535
+ "variants": [
2536
+ {
2537
+ "kind": "ref",
2538
+ "name": "ContainerNetworkPolicyDisabledParam"
2539
+ },
2540
+ {
2541
+ "kind": "ref",
2542
+ "name": "ContainerNetworkPolicyAllowlistParam"
2543
+ }
2544
+ ],
2545
+ "discriminator": {
2546
+ "propertyName": "type",
2547
+ "mapping": {
2548
+ "disabled": "ContainerNetworkPolicyDisabledParam",
2549
+ "allowlist": "ContainerNetworkPolicyAllowlistParam"
2550
+ }
2551
+ },
2552
+ "description": "Network access policy for the container."
2553
+ },
2554
+ {
2555
+ "name": "ContainerNetworkPolicyDisabledParam",
2556
+ "kind": "struct",
2557
+ "fields": [
2558
+ {
2559
+ "name": "type",
2560
+ "type": {
2561
+ "kind": "scalar",
2562
+ "scalar": "string",
2563
+ "const": "disabled"
2564
+ },
2565
+ "required": true,
2566
+ "default": "disabled",
2567
+ "description": "Disable outbound network access. Always `disabled`."
2568
+ }
2569
+ ]
2570
+ },
2571
+ {
2572
+ "name": "ContainerNetworkPolicyAllowlistParam",
2573
+ "kind": "struct",
2574
+ "fields": [
2575
+ {
2576
+ "name": "type",
2577
+ "type": {
2578
+ "kind": "scalar",
2579
+ "scalar": "string",
2580
+ "const": "allowlist"
2581
+ },
2582
+ "required": true,
2583
+ "default": "allowlist",
2584
+ "description": "Allow outbound network access only to specified domains. Always `allowlist`."
2585
+ },
2586
+ {
2587
+ "name": "allowed_domains",
2588
+ "type": {
2589
+ "kind": "array",
2590
+ "items": {
2591
+ "kind": "scalar",
2592
+ "scalar": "string"
2593
+ }
2594
+ },
2595
+ "required": true,
2596
+ "description": "A list of allowed domains when type is `allowlist`."
2597
+ },
2598
+ {
2599
+ "name": "domain_secrets",
2600
+ "type": {
2601
+ "kind": "array",
2602
+ "items": {
2603
+ "kind": "ref",
2604
+ "name": "ContainerNetworkPolicyDomainSecretParam"
2605
+ }
2606
+ },
2607
+ "required": false,
2608
+ "description": "Optional domain-scoped secrets for allowlisted domains."
2609
+ }
2610
+ ]
2611
+ },
2612
+ {
2613
+ "name": "ContainerNetworkPolicyDomainSecretParam",
2614
+ "kind": "struct",
2615
+ "fields": [
2616
+ {
2617
+ "name": "domain",
2618
+ "type": {
2619
+ "kind": "scalar",
2620
+ "scalar": "string"
2621
+ },
2622
+ "required": true,
2623
+ "description": "The domain associated with the secret."
2624
+ },
2625
+ {
2626
+ "name": "name",
2627
+ "type": {
2628
+ "kind": "scalar",
2629
+ "scalar": "string"
2630
+ },
2631
+ "required": true,
2632
+ "description": "The name of the secret to inject for the domain."
2633
+ },
2634
+ {
2635
+ "name": "value",
2636
+ "type": {
2637
+ "kind": "scalar",
2638
+ "scalar": "string"
2639
+ },
2640
+ "required": true,
2641
+ "description": "The secret value to inject for the domain."
2642
+ }
2643
+ ]
2644
+ },
2645
+ {
2646
+ "name": "ImageGenTool",
2647
+ "kind": "struct",
2648
+ "fields": [
2649
+ {
2650
+ "name": "type",
2651
+ "type": {
2652
+ "kind": "scalar",
2653
+ "scalar": "string",
2654
+ "const": "image_generation"
2655
+ },
2656
+ "required": true,
2657
+ "description": "The type of the image generation tool. Always `image_generation`.\n"
2658
+ },
2659
+ {
2660
+ "name": "model",
2661
+ "type": {
2662
+ "kind": "ref",
2663
+ "name": "ImageGenToolModel"
2664
+ },
2665
+ "required": false
2666
+ },
2667
+ {
2668
+ "name": "quality",
2669
+ "type": {
2670
+ "kind": "ref",
2671
+ "name": "ImageGenToolQuality"
2672
+ },
2673
+ "required": false,
2674
+ "default": "auto",
2675
+ "description": "The quality of the generated image. One of `low`, `medium`, `high`,\nor `auto`. Default: `auto`.\n"
2676
+ },
2677
+ {
2678
+ "name": "size",
2679
+ "type": {
2680
+ "kind": "ref",
2681
+ "name": "ImageGenToolSize"
2682
+ },
2683
+ "required": false,
2684
+ "default": "auto",
2685
+ "description": "The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`."
2686
+ },
2687
+ {
2688
+ "name": "output_format",
2689
+ "type": {
2690
+ "kind": "ref",
2691
+ "name": "ImageGenToolOutputFormat"
2692
+ },
2693
+ "required": false,
2694
+ "default": "png",
2695
+ "description": "The output format of the generated image. One of `png`, `webp`, or\n`jpeg`. Default: `png`.\n"
2696
+ },
2697
+ {
2698
+ "name": "output_compression",
2699
+ "type": {
2700
+ "kind": "scalar",
2701
+ "scalar": "integer"
2702
+ },
2703
+ "required": false,
2704
+ "default": 100,
2705
+ "description": "Compression level for the output image. Default: 100.\n"
2706
+ },
2707
+ {
2708
+ "name": "moderation",
2709
+ "type": {
2710
+ "kind": "ref",
2711
+ "name": "ImageGenToolModeration"
2712
+ },
2713
+ "required": false,
2714
+ "default": "auto",
2715
+ "description": "Moderation level for the generated image. Default: `auto`.\n"
2716
+ },
2717
+ {
2718
+ "name": "background",
2719
+ "type": {
2720
+ "kind": "ref",
2721
+ "name": "ImageGenToolBackground"
2722
+ },
2723
+ "required": false,
2724
+ "default": "auto",
2725
+ "description": "Background type for the generated image. One of `transparent`,\n`opaque`, or `auto`. Default: `auto`.\n"
2726
+ },
2727
+ {
2728
+ "name": "input_fidelity",
2729
+ "type": {
2730
+ "kind": "ref",
2731
+ "name": "InputFidelity",
2732
+ "nullable": true
2733
+ },
2734
+ "required": false
2735
+ },
2736
+ {
2737
+ "name": "input_image_mask",
2738
+ "type": {
2739
+ "kind": "ref",
2740
+ "name": "ImageGenToolInputImageMask"
2741
+ },
2742
+ "required": false,
2743
+ "description": "Optional mask for inpainting. Contains `image_url`\n(string, optional) and `file_id` (string, optional).\n"
2744
+ },
2745
+ {
2746
+ "name": "partial_images",
2747
+ "type": {
2748
+ "kind": "scalar",
2749
+ "scalar": "integer"
2750
+ },
2751
+ "required": false,
2752
+ "default": 0,
2753
+ "description": "Number of partial images to generate in streaming mode, from 0 (default value) to 3.\n"
2754
+ },
2755
+ {
2756
+ "name": "action",
2757
+ "type": {
2758
+ "kind": "ref",
2759
+ "name": "ImageGenActionEnum"
2760
+ },
2761
+ "required": false
2762
+ }
2763
+ ],
2764
+ "description": "A tool that generates images using the GPT image models.\n"
2765
+ },
2766
+ {
2767
+ "name": "ImageGenToolModel",
2768
+ "kind": "union",
2769
+ "semantics": "anyOf",
2770
+ "variants": [
2771
+ {
2772
+ "kind": "scalar",
2773
+ "scalar": "string"
2774
+ },
2775
+ {
2776
+ "kind": "ref",
2777
+ "name": "ImageGenToolModelString"
2778
+ }
2779
+ ]
2780
+ },
2781
+ {
2782
+ "name": "ImageGenToolModelString",
2783
+ "kind": "enum",
2784
+ "base": "string",
2785
+ "values": [
2786
+ {
2787
+ "value": "gpt-image-1"
2788
+ },
2789
+ {
2790
+ "value": "gpt-image-1-mini"
2791
+ },
2792
+ {
2793
+ "value": "gpt-image-1.5"
2794
+ }
2795
+ ],
2796
+ "description": "The image generation model to use. Default: `gpt-image-1`.\n"
2797
+ },
2798
+ {
2799
+ "name": "ImageGenToolQuality",
2800
+ "kind": "enum",
2801
+ "base": "string",
2802
+ "values": [
2803
+ {
2804
+ "value": "low"
2805
+ },
2806
+ {
2807
+ "value": "medium"
2808
+ },
2809
+ {
2810
+ "value": "high"
2811
+ },
2812
+ {
2813
+ "value": "auto"
2814
+ }
2815
+ ],
2816
+ "description": "The quality of the generated image. One of `low`, `medium`, `high`,\nor `auto`. Default: `auto`.\n"
2817
+ },
2818
+ {
2819
+ "name": "ImageGenToolSize",
2820
+ "kind": "union",
2821
+ "semantics": "anyOf",
2822
+ "variants": [
2823
+ {
2824
+ "kind": "scalar",
2825
+ "scalar": "string"
2826
+ },
2827
+ {
2828
+ "kind": "ref",
2829
+ "name": "ImageGenToolSizeString"
2830
+ }
2831
+ ],
2832
+ "description": "The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`."
2833
+ },
2834
+ {
2835
+ "name": "ImageGenToolSizeString",
2836
+ "kind": "enum",
2837
+ "base": "string",
2838
+ "values": [
2839
+ {
2840
+ "value": "1024x1024"
2841
+ },
2842
+ {
2843
+ "value": "1024x1536"
2844
+ },
2845
+ {
2846
+ "value": "1536x1024"
2847
+ },
2848
+ {
2849
+ "value": "auto"
2850
+ }
2851
+ ]
2852
+ },
2853
+ {
2854
+ "name": "ImageGenToolOutputFormat",
2855
+ "kind": "enum",
2856
+ "base": "string",
2857
+ "values": [
2858
+ {
2859
+ "value": "png"
2860
+ },
2861
+ {
2862
+ "value": "webp"
2863
+ },
2864
+ {
2865
+ "value": "jpeg"
2866
+ }
2867
+ ],
2868
+ "description": "The output format of the generated image. One of `png`, `webp`, or\n`jpeg`. Default: `png`.\n"
2869
+ },
2870
+ {
2871
+ "name": "ImageGenToolModeration",
2872
+ "kind": "enum",
2873
+ "base": "string",
2874
+ "values": [
2875
+ {
2876
+ "value": "auto"
2877
+ },
2878
+ {
2879
+ "value": "low"
2880
+ }
2881
+ ],
2882
+ "description": "Moderation level for the generated image. Default: `auto`.\n"
2883
+ },
2884
+ {
2885
+ "name": "ImageGenToolBackground",
2886
+ "kind": "enum",
2887
+ "base": "string",
2888
+ "values": [
2889
+ {
2890
+ "value": "transparent"
2891
+ },
2892
+ {
2893
+ "value": "opaque"
2894
+ },
2895
+ {
2896
+ "value": "auto"
2897
+ }
2898
+ ],
2899
+ "description": "Background type for the generated image. One of `transparent`,\n`opaque`, or `auto`. Default: `auto`.\n"
2900
+ },
2901
+ {
2902
+ "name": "InputFidelity",
2903
+ "kind": "enum",
2904
+ "base": "string",
2905
+ "values": [
2906
+ {
2907
+ "value": "high"
2908
+ },
2909
+ {
2910
+ "value": "low"
2911
+ }
2912
+ ],
2913
+ "description": "Control how much effort the model will exert to match the style and features, especially facial features, of input images. This parameter is only supported for `gpt-image-1` and `gpt-image-1.5` and later models, unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`."
2914
+ },
2915
+ {
2916
+ "name": "ImageGenToolInputImageMask",
2917
+ "kind": "struct",
2918
+ "fields": [
2919
+ {
2920
+ "name": "image_url",
2921
+ "type": {
2922
+ "kind": "scalar",
2923
+ "scalar": "string"
2924
+ },
2925
+ "required": false,
2926
+ "description": "Base64-encoded mask image.\n"
2927
+ },
2928
+ {
2929
+ "name": "file_id",
2930
+ "type": {
2931
+ "kind": "scalar",
2932
+ "scalar": "string"
2933
+ },
2934
+ "required": false,
2935
+ "description": "File ID for the mask image.\n"
2936
+ }
2937
+ ],
2938
+ "description": "Optional mask for inpainting. Contains `image_url`\n(string, optional) and `file_id` (string, optional).\n"
2939
+ },
2940
+ {
2941
+ "name": "ImageGenActionEnum",
2942
+ "kind": "enum",
2943
+ "base": "string",
2944
+ "values": [
2945
+ {
2946
+ "value": "generate"
2947
+ },
2948
+ {
2949
+ "value": "edit"
2950
+ },
2951
+ {
2952
+ "value": "auto"
2953
+ }
2954
+ ]
2955
+ },
2956
+ {
2957
+ "name": "LocalShellToolParam",
2958
+ "kind": "struct",
2959
+ "fields": [
2960
+ {
2961
+ "name": "type",
2962
+ "type": {
2963
+ "kind": "scalar",
2964
+ "scalar": "string",
2965
+ "const": "local_shell"
2966
+ },
2967
+ "required": true,
2968
+ "default": "local_shell",
2969
+ "description": "The type of the local shell tool. Always `local_shell`."
2970
+ }
2971
+ ],
2972
+ "description": "A tool that allows the model to execute shell commands in a local environment."
2973
+ },
2974
+ {
2975
+ "name": "FunctionShellToolParam",
2976
+ "kind": "struct",
2977
+ "fields": [
2978
+ {
2979
+ "name": "type",
2980
+ "type": {
2981
+ "kind": "scalar",
2982
+ "scalar": "string",
2983
+ "const": "shell"
2984
+ },
2985
+ "required": true,
2986
+ "default": "shell",
2987
+ "description": "The type of the shell tool. Always `shell`."
2988
+ },
2989
+ {
2990
+ "name": "environment",
2991
+ "type": {
2992
+ "kind": "ref",
2993
+ "name": "FunctionShellToolParamEnvironment",
2994
+ "nullable": true
2995
+ },
2996
+ "required": false
2997
+ }
2998
+ ],
2999
+ "description": "A tool that allows the model to execute shell commands."
3000
+ },
3001
+ {
3002
+ "name": "FunctionShellToolParamEnvironment",
3003
+ "kind": "union",
3004
+ "semantics": "oneOf",
3005
+ "variants": [
3006
+ {
3007
+ "kind": "ref",
3008
+ "name": "ContainerAutoParam"
3009
+ },
3010
+ {
3011
+ "kind": "ref",
3012
+ "name": "LocalEnvironmentParam"
3013
+ },
3014
+ {
3015
+ "kind": "ref",
3016
+ "name": "ContainerReferenceParam"
3017
+ }
3018
+ ],
3019
+ "discriminator": {
3020
+ "propertyName": "type",
3021
+ "mapping": {
3022
+ "container_auto": "ContainerAutoParam",
3023
+ "local": "LocalEnvironmentParam",
3024
+ "container_reference": "ContainerReferenceParam"
3025
+ }
3026
+ }
3027
+ },
3028
+ {
3029
+ "name": "ContainerAutoParam",
3030
+ "kind": "struct",
3031
+ "fields": [
3032
+ {
3033
+ "name": "type",
3034
+ "type": {
3035
+ "kind": "scalar",
3036
+ "scalar": "string",
3037
+ "const": "container_auto"
3038
+ },
3039
+ "required": true,
3040
+ "default": "container_auto",
3041
+ "description": "Automatically creates a container for this request"
3042
+ },
3043
+ {
3044
+ "name": "file_ids",
3045
+ "type": {
3046
+ "kind": "array",
3047
+ "items": {
3048
+ "kind": "scalar",
3049
+ "scalar": "string"
3050
+ }
3051
+ },
3052
+ "required": false,
3053
+ "description": "An optional list of uploaded files to make available to your code."
3054
+ },
3055
+ {
3056
+ "name": "memory_limit",
3057
+ "type": {
3058
+ "kind": "ref",
3059
+ "name": "ContainerMemoryLimit",
3060
+ "nullable": true
3061
+ },
3062
+ "required": false
3063
+ },
3064
+ {
3065
+ "name": "network_policy",
3066
+ "type": {
3067
+ "kind": "ref",
3068
+ "name": "AutoCodeInterpreterToolParamNetworkPolicy"
3069
+ },
3070
+ "required": false,
3071
+ "description": "Network access policy for the container."
3072
+ },
3073
+ {
3074
+ "name": "skills",
3075
+ "type": {
3076
+ "kind": "array",
3077
+ "items": {
3078
+ "kind": "ref",
3079
+ "name": "ContainerAutoParamSkillsItem"
3080
+ }
3081
+ },
3082
+ "required": false,
3083
+ "description": "An optional list of skills referenced by id or inline data."
3084
+ }
3085
+ ]
3086
+ },
3087
+ {
3088
+ "name": "ContainerAutoParamSkillsItem",
3089
+ "kind": "union",
3090
+ "semantics": "oneOf",
3091
+ "variants": [
3092
+ {
3093
+ "kind": "ref",
3094
+ "name": "SkillReferenceParam"
3095
+ },
3096
+ {
3097
+ "kind": "ref",
3098
+ "name": "InlineSkillParam"
3099
+ }
3100
+ ],
3101
+ "discriminator": {
3102
+ "propertyName": "type",
3103
+ "mapping": {
3104
+ "skill_reference": "SkillReferenceParam",
3105
+ "inline": "InlineSkillParam"
3106
+ }
3107
+ }
3108
+ },
3109
+ {
3110
+ "name": "SkillReferenceParam",
3111
+ "kind": "struct",
3112
+ "fields": [
3113
+ {
3114
+ "name": "type",
3115
+ "type": {
3116
+ "kind": "scalar",
3117
+ "scalar": "string",
3118
+ "const": "skill_reference"
3119
+ },
3120
+ "required": true,
3121
+ "default": "skill_reference",
3122
+ "description": "References a skill created with the /v1/skills endpoint."
3123
+ },
3124
+ {
3125
+ "name": "skill_id",
3126
+ "type": {
3127
+ "kind": "scalar",
3128
+ "scalar": "string"
3129
+ },
3130
+ "required": true,
3131
+ "description": "The ID of the referenced skill."
3132
+ },
3133
+ {
3134
+ "name": "version",
3135
+ "type": {
3136
+ "kind": "scalar",
3137
+ "scalar": "string"
3138
+ },
3139
+ "required": false,
3140
+ "description": "Optional skill version. Use a positive integer or 'latest'. Omit for default."
3141
+ }
3142
+ ]
3143
+ },
3144
+ {
3145
+ "name": "InlineSkillParam",
3146
+ "kind": "struct",
3147
+ "fields": [
3148
+ {
3149
+ "name": "type",
3150
+ "type": {
3151
+ "kind": "scalar",
3152
+ "scalar": "string",
3153
+ "const": "inline"
3154
+ },
3155
+ "required": true,
3156
+ "default": "inline",
3157
+ "description": "Defines an inline skill for this request."
3158
+ },
3159
+ {
3160
+ "name": "name",
3161
+ "type": {
3162
+ "kind": "scalar",
3163
+ "scalar": "string"
3164
+ },
3165
+ "required": true,
3166
+ "description": "The name of the skill."
3167
+ },
3168
+ {
3169
+ "name": "description",
3170
+ "type": {
3171
+ "kind": "scalar",
3172
+ "scalar": "string"
3173
+ },
3174
+ "required": true,
3175
+ "description": "The description of the skill."
3176
+ },
3177
+ {
3178
+ "name": "source",
3179
+ "type": {
3180
+ "kind": "ref",
3181
+ "name": "InlineSkillSourceParam"
3182
+ },
3183
+ "required": true
3184
+ }
3185
+ ]
3186
+ },
3187
+ {
3188
+ "name": "InlineSkillSourceParam",
3189
+ "kind": "struct",
3190
+ "fields": [
3191
+ {
3192
+ "name": "type",
3193
+ "type": {
3194
+ "kind": "scalar",
3195
+ "scalar": "string",
3196
+ "const": "base64"
3197
+ },
3198
+ "required": true,
3199
+ "default": "base64",
3200
+ "description": "The type of the inline skill source. Must be `base64`."
3201
+ },
3202
+ {
3203
+ "name": "media_type",
3204
+ "type": {
3205
+ "kind": "scalar",
3206
+ "scalar": "string",
3207
+ "const": "application/zip"
3208
+ },
3209
+ "required": true,
3210
+ "default": "application/zip",
3211
+ "description": "The media type of the inline skill payload. Must be `application/zip`."
3212
+ },
3213
+ {
3214
+ "name": "data",
3215
+ "type": {
3216
+ "kind": "scalar",
3217
+ "scalar": "string"
3218
+ },
3219
+ "required": true,
3220
+ "description": "Base64-encoded skill zip bundle."
3221
+ }
3222
+ ],
3223
+ "description": "Inline skill payload"
3224
+ },
3225
+ {
3226
+ "name": "LocalEnvironmentParam",
3227
+ "kind": "struct",
3228
+ "fields": [
3229
+ {
3230
+ "name": "type",
3231
+ "type": {
3232
+ "kind": "scalar",
3233
+ "scalar": "string",
3234
+ "const": "local"
3235
+ },
3236
+ "required": true,
3237
+ "default": "local",
3238
+ "description": "Use a local computer environment."
3239
+ },
3240
+ {
3241
+ "name": "skills",
3242
+ "type": {
3243
+ "kind": "array",
3244
+ "items": {
3245
+ "kind": "ref",
3246
+ "name": "LocalSkillParam"
3247
+ }
3248
+ },
3249
+ "required": false,
3250
+ "description": "An optional list of skills."
3251
+ }
3252
+ ]
3253
+ },
3254
+ {
3255
+ "name": "LocalSkillParam",
3256
+ "kind": "struct",
3257
+ "fields": [
3258
+ {
3259
+ "name": "name",
3260
+ "type": {
3261
+ "kind": "scalar",
3262
+ "scalar": "string"
3263
+ },
3264
+ "required": true,
3265
+ "description": "The name of the skill."
3266
+ },
3267
+ {
3268
+ "name": "description",
3269
+ "type": {
3270
+ "kind": "scalar",
3271
+ "scalar": "string"
3272
+ },
3273
+ "required": true,
3274
+ "description": "The description of the skill."
3275
+ },
3276
+ {
3277
+ "name": "path",
3278
+ "type": {
3279
+ "kind": "scalar",
3280
+ "scalar": "string"
3281
+ },
3282
+ "required": true,
3283
+ "description": "The path to the directory containing the skill."
3284
+ }
3285
+ ]
3286
+ },
3287
+ {
3288
+ "name": "ContainerReferenceParam",
3289
+ "kind": "struct",
3290
+ "fields": [
3291
+ {
3292
+ "name": "type",
3293
+ "type": {
3294
+ "kind": "scalar",
3295
+ "scalar": "string",
3296
+ "const": "container_reference"
3297
+ },
3298
+ "required": true,
3299
+ "default": "container_reference",
3300
+ "description": "References a container created with the /v1/containers endpoint"
3301
+ },
3302
+ {
3303
+ "name": "container_id",
3304
+ "type": {
3305
+ "kind": "scalar",
3306
+ "scalar": "string"
3307
+ },
3308
+ "required": true,
3309
+ "description": "The ID of the referenced container."
3310
+ }
3311
+ ]
3312
+ },
3313
+ {
3314
+ "name": "CustomToolParam",
3315
+ "kind": "struct",
3316
+ "fields": [
3317
+ {
3318
+ "name": "type",
3319
+ "type": {
3320
+ "kind": "scalar",
3321
+ "scalar": "string",
3322
+ "const": "custom"
3323
+ },
3324
+ "required": true,
3325
+ "default": "custom",
3326
+ "description": "The type of the custom tool. Always `custom`."
3327
+ },
3328
+ {
3329
+ "name": "name",
3330
+ "type": {
3331
+ "kind": "scalar",
3332
+ "scalar": "string"
3333
+ },
3334
+ "required": true,
3335
+ "description": "The name of the custom tool, used to identify it in tool calls."
3336
+ },
3337
+ {
3338
+ "name": "description",
3339
+ "type": {
3340
+ "kind": "scalar",
3341
+ "scalar": "string"
3342
+ },
3343
+ "required": false,
3344
+ "description": "Optional description of the custom tool, used to provide more context."
3345
+ },
3346
+ {
3347
+ "name": "format",
3348
+ "type": {
3349
+ "kind": "ref",
3350
+ "name": "CustomToolParamFormat"
3351
+ },
3352
+ "required": false,
3353
+ "description": "The input format for the custom tool. Default is unconstrained text."
3354
+ },
3355
+ {
3356
+ "name": "defer_loading",
3357
+ "type": {
3358
+ "kind": "scalar",
3359
+ "scalar": "boolean"
3360
+ },
3361
+ "required": false,
3362
+ "description": "Whether this tool should be deferred and discovered via tool search."
3363
+ }
3364
+ ],
3365
+ "description": "A custom tool that processes input using a specified format. Learn more about [custom tools](/docs/guides/function-calling#custom-tools)"
3366
+ },
3367
+ {
3368
+ "name": "CustomToolParamFormat",
3369
+ "kind": "union",
3370
+ "semantics": "oneOf",
3371
+ "variants": [
3372
+ {
3373
+ "kind": "ref",
3374
+ "name": "CustomTextFormatParam"
3375
+ },
3376
+ {
3377
+ "kind": "ref",
3378
+ "name": "CustomGrammarFormatParam"
3379
+ }
3380
+ ],
3381
+ "discriminator": {
3382
+ "propertyName": "type",
3383
+ "mapping": {
3384
+ "text": "CustomTextFormatParam",
3385
+ "grammar": "CustomGrammarFormatParam"
3386
+ }
3387
+ },
3388
+ "description": "The input format for the custom tool. Default is unconstrained text."
3389
+ },
3390
+ {
3391
+ "name": "CustomTextFormatParam",
3392
+ "kind": "struct",
3393
+ "fields": [
3394
+ {
3395
+ "name": "type",
3396
+ "type": {
3397
+ "kind": "scalar",
3398
+ "scalar": "string",
3399
+ "const": "text"
3400
+ },
3401
+ "required": true,
3402
+ "default": "text",
3403
+ "description": "Unconstrained text format. Always `text`."
3404
+ }
3405
+ ],
3406
+ "description": "Unconstrained free-form text."
3407
+ },
3408
+ {
3409
+ "name": "CustomGrammarFormatParam",
3410
+ "kind": "struct",
3411
+ "fields": [
3412
+ {
3413
+ "name": "type",
3414
+ "type": {
3415
+ "kind": "scalar",
3416
+ "scalar": "string",
3417
+ "const": "grammar"
3418
+ },
3419
+ "required": true,
3420
+ "default": "grammar",
3421
+ "description": "Grammar format. Always `grammar`."
3422
+ },
3423
+ {
3424
+ "name": "syntax",
3425
+ "type": {
3426
+ "kind": "ref",
3427
+ "name": "GrammarSyntax1"
3428
+ },
3429
+ "required": true
3430
+ },
3431
+ {
3432
+ "name": "definition",
3433
+ "type": {
3434
+ "kind": "scalar",
3435
+ "scalar": "string"
3436
+ },
3437
+ "required": true,
3438
+ "description": "The grammar definition."
3439
+ }
3440
+ ],
3441
+ "description": "A grammar defined by the user."
3442
+ },
3443
+ {
3444
+ "name": "GrammarSyntax1",
3445
+ "kind": "enum",
3446
+ "base": "string",
3447
+ "values": [
3448
+ {
3449
+ "value": "lark"
3450
+ },
3451
+ {
3452
+ "value": "regex"
3453
+ }
3454
+ ]
3455
+ },
3456
+ {
3457
+ "name": "NamespaceToolParam",
3458
+ "kind": "struct",
3459
+ "fields": [
3460
+ {
3461
+ "name": "type",
3462
+ "type": {
3463
+ "kind": "scalar",
3464
+ "scalar": "string",
3465
+ "const": "namespace"
3466
+ },
3467
+ "required": true,
3468
+ "default": "namespace",
3469
+ "description": "The type of the tool. Always `namespace`."
3470
+ },
3471
+ {
3472
+ "name": "name",
3473
+ "type": {
3474
+ "kind": "scalar",
3475
+ "scalar": "string"
3476
+ },
3477
+ "required": true,
3478
+ "description": "The namespace name used in tool calls (for example, `crm`)."
3479
+ },
3480
+ {
3481
+ "name": "description",
3482
+ "type": {
3483
+ "kind": "scalar",
3484
+ "scalar": "string"
3485
+ },
3486
+ "required": true,
3487
+ "description": "A description of the namespace shown to the model."
3488
+ },
3489
+ {
3490
+ "name": "tools",
3491
+ "type": {
3492
+ "kind": "array",
3493
+ "items": {
3494
+ "kind": "ref",
3495
+ "name": "NamespaceToolParamToolsItem"
3496
+ }
3497
+ },
3498
+ "required": true,
3499
+ "description": "The function/custom tools available inside this namespace."
3500
+ }
3501
+ ],
3502
+ "description": "Groups function/custom tools under a shared namespace."
3503
+ },
3504
+ {
3505
+ "name": "NamespaceToolParamToolsItem",
3506
+ "kind": "union",
3507
+ "semantics": "oneOf",
3508
+ "variants": [
3509
+ {
3510
+ "kind": "ref",
3511
+ "name": "FunctionToolParam"
3512
+ },
3513
+ {
3514
+ "kind": "ref",
3515
+ "name": "CustomToolParam"
3516
+ }
3517
+ ],
3518
+ "discriminator": {
3519
+ "propertyName": "type",
3520
+ "mapping": {
3521
+ "function": "FunctionToolParam",
3522
+ "custom": "CustomToolParam"
3523
+ }
3524
+ },
3525
+ "description": "A function or custom tool that belongs to a namespace."
3526
+ },
3527
+ {
3528
+ "name": "FunctionToolParam",
3529
+ "kind": "struct",
3530
+ "fields": [
3531
+ {
3532
+ "name": "name",
3533
+ "type": {
3534
+ "kind": "scalar",
3535
+ "scalar": "string"
3536
+ },
3537
+ "required": true
3538
+ },
3539
+ {
3540
+ "name": "description",
3541
+ "type": {
3542
+ "kind": "scalar",
3543
+ "scalar": "string",
3544
+ "nullable": true
3545
+ },
3546
+ "required": false
3547
+ },
3548
+ {
3549
+ "name": "parameters",
3550
+ "type": {
3551
+ "kind": "ref",
3552
+ "name": "EmptyModelParam",
3553
+ "nullable": true
3554
+ },
3555
+ "required": false
3556
+ },
3557
+ {
3558
+ "name": "strict",
3559
+ "type": {
3560
+ "kind": "scalar",
3561
+ "scalar": "boolean",
3562
+ "nullable": true
3563
+ },
3564
+ "required": false
3565
+ },
3566
+ {
3567
+ "name": "type",
3568
+ "type": {
3569
+ "kind": "scalar",
3570
+ "scalar": "string",
3571
+ "const": "function"
3572
+ },
3573
+ "required": true,
3574
+ "default": "function"
3575
+ },
3576
+ {
3577
+ "name": "defer_loading",
3578
+ "type": {
3579
+ "kind": "scalar",
3580
+ "scalar": "boolean"
3581
+ },
3582
+ "required": false,
3583
+ "description": "Whether this function should be deferred and discovered via tool search."
3584
+ }
3585
+ ]
3586
+ },
3587
+ {
3588
+ "name": "EmptyModelParam",
3589
+ "kind": "alias",
3590
+ "of": {
3591
+ "kind": "map",
3592
+ "values": {
3593
+ "kind": "any"
3594
+ }
3595
+ }
3596
+ },
3597
+ {
3598
+ "name": "ToolSearchToolParam",
3599
+ "kind": "struct",
3600
+ "fields": [
3601
+ {
3602
+ "name": "type",
3603
+ "type": {
3604
+ "kind": "scalar",
3605
+ "scalar": "string",
3606
+ "const": "tool_search"
3607
+ },
3608
+ "required": true,
3609
+ "default": "tool_search",
3610
+ "description": "The type of the tool. Always `tool_search`."
3611
+ },
3612
+ {
3613
+ "name": "execution",
3614
+ "type": {
3615
+ "kind": "ref",
3616
+ "name": "ToolSearchExecutionType"
3617
+ },
3618
+ "required": false
3619
+ },
3620
+ {
3621
+ "name": "description",
3622
+ "type": {
3623
+ "kind": "scalar",
3624
+ "scalar": "string",
3625
+ "nullable": true
3626
+ },
3627
+ "required": false
3628
+ },
3629
+ {
3630
+ "name": "parameters",
3631
+ "type": {
3632
+ "kind": "ref",
3633
+ "name": "EmptyModelParam",
3634
+ "nullable": true
3635
+ },
3636
+ "required": false
3637
+ }
3638
+ ],
3639
+ "description": "Hosted or BYOT tool search configuration for deferred tools."
3640
+ },
3641
+ {
3642
+ "name": "ToolSearchExecutionType",
3643
+ "kind": "enum",
3644
+ "base": "string",
3645
+ "values": [
3646
+ {
3647
+ "value": "server"
3648
+ },
3649
+ {
3650
+ "value": "client"
3651
+ }
3652
+ ]
3653
+ },
3654
+ {
3655
+ "name": "WebSearchPreviewTool",
3656
+ "kind": "struct",
3657
+ "fields": [
3658
+ {
3659
+ "name": "type",
3660
+ "type": {
3661
+ "kind": "ref",
3662
+ "name": "WebSearchPreviewToolType"
3663
+ },
3664
+ "required": true,
3665
+ "default": "web_search_preview",
3666
+ "description": "The type of the web search tool. One of `web_search_preview` or `web_search_preview_2025_03_11`."
3667
+ },
3668
+ {
3669
+ "name": "user_location",
3670
+ "type": {
3671
+ "kind": "ref",
3672
+ "name": "ApproximateLocation",
3673
+ "nullable": true
3674
+ },
3675
+ "required": false
3676
+ },
3677
+ {
3678
+ "name": "search_context_size",
3679
+ "type": {
3680
+ "kind": "ref",
3681
+ "name": "SearchContextSize"
3682
+ },
3683
+ "required": false
3684
+ },
3685
+ {
3686
+ "name": "search_content_types",
3687
+ "type": {
3688
+ "kind": "array",
3689
+ "items": {
3690
+ "kind": "ref",
3691
+ "name": "SearchContentType"
3692
+ }
3693
+ },
3694
+ "required": false
3695
+ }
3696
+ ],
3697
+ "description": "This tool searches the web for relevant results to use in a response. Learn more about the [web search tool](https://platform.openai.com/docs/guides/tools-web-search)."
3698
+ },
3699
+ {
3700
+ "name": "WebSearchPreviewToolType",
3701
+ "kind": "enum",
3702
+ "base": "string",
3703
+ "values": [
3704
+ {
3705
+ "value": "web_search_preview"
3706
+ },
3707
+ {
3708
+ "value": "web_search_preview_2025_03_11"
3709
+ }
3710
+ ],
3711
+ "description": "The type of the web search tool. One of `web_search_preview` or `web_search_preview_2025_03_11`."
3712
+ },
3713
+ {
3714
+ "name": "ApproximateLocation",
3715
+ "kind": "struct",
3716
+ "fields": [
3717
+ {
3718
+ "name": "type",
3719
+ "type": {
3720
+ "kind": "scalar",
3721
+ "scalar": "string",
3722
+ "const": "approximate"
3723
+ },
3724
+ "required": true,
3725
+ "default": "approximate",
3726
+ "description": "The type of location approximation. Always `approximate`."
3727
+ },
3728
+ {
3729
+ "name": "country",
3730
+ "type": {
3731
+ "kind": "scalar",
3732
+ "scalar": "string",
3733
+ "nullable": true
3734
+ },
3735
+ "required": false
3736
+ },
3737
+ {
3738
+ "name": "region",
3739
+ "type": {
3740
+ "kind": "scalar",
3741
+ "scalar": "string",
3742
+ "nullable": true
3743
+ },
3744
+ "required": false
3745
+ },
3746
+ {
3747
+ "name": "city",
3748
+ "type": {
3749
+ "kind": "scalar",
3750
+ "scalar": "string",
3751
+ "nullable": true
3752
+ },
3753
+ "required": false
3754
+ },
3755
+ {
3756
+ "name": "timezone",
3757
+ "type": {
3758
+ "kind": "scalar",
3759
+ "scalar": "string",
3760
+ "nullable": true
3761
+ },
3762
+ "required": false
3763
+ }
3764
+ ]
3765
+ },
3766
+ {
3767
+ "name": "SearchContextSize",
3768
+ "kind": "enum",
3769
+ "base": "string",
3770
+ "values": [
3771
+ {
3772
+ "value": "low"
3773
+ },
3774
+ {
3775
+ "value": "medium"
3776
+ },
3777
+ {
3778
+ "value": "high"
3779
+ }
3780
+ ]
3781
+ },
3782
+ {
3783
+ "name": "SearchContentType",
3784
+ "kind": "enum",
3785
+ "base": "string",
3786
+ "values": [
3787
+ {
3788
+ "value": "text"
3789
+ },
3790
+ {
3791
+ "value": "image"
3792
+ }
3793
+ ]
3794
+ },
3795
+ {
3796
+ "name": "ApplyPatchToolParam",
3797
+ "kind": "struct",
3798
+ "fields": [
3799
+ {
3800
+ "name": "type",
3801
+ "type": {
3802
+ "kind": "scalar",
3803
+ "scalar": "string",
3804
+ "const": "apply_patch"
3805
+ },
3806
+ "required": true,
3807
+ "default": "apply_patch",
3808
+ "description": "The type of the tool. Always `apply_patch`."
3809
+ }
3810
+ ],
3811
+ "description": "Allows the assistant to create, delete, or update files using unified diffs."
3812
+ },
3813
+ {
3814
+ "name": "CreateEvalResponsesRunDataSourceSamplingParamsText",
3815
+ "kind": "struct",
3816
+ "fields": [
3817
+ {
3818
+ "name": "format",
3819
+ "type": {
3820
+ "kind": "ref",
3821
+ "name": "TextResponseFormatConfiguration"
3822
+ },
3823
+ "required": false
3824
+ }
3825
+ ],
3826
+ "description": "Configuration options for a text response from the model. Can be plain\ntext or structured JSON data. Learn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Structured Outputs](/docs/guides/structured-outputs)\n"
3827
+ },
3828
+ {
3829
+ "name": "TextResponseFormatConfiguration",
3830
+ "kind": "union",
3831
+ "semantics": "oneOf",
3832
+ "variants": [
3833
+ {
3834
+ "kind": "ref",
3835
+ "name": "ResponseFormatText"
3836
+ },
3837
+ {
3838
+ "kind": "ref",
3839
+ "name": "TextResponseFormatJsonSchema"
3840
+ },
3841
+ {
3842
+ "kind": "ref",
3843
+ "name": "ResponseFormatJsonObject"
3844
+ }
3845
+ ],
3846
+ "description": "An object specifying the format that the model must output.\n\nConfiguring `{ \"type\": \"json_schema\" }` enables Structured Outputs, \nwhich ensures the model will match your supplied JSON schema. Learn more in the \n[Structured Outputs guide](/docs/guides/structured-outputs).\n\nThe default format is `{ \"type\": \"text\" }` with no additional options.\n\n**Not recommended for gpt-4o and newer models:**\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.\n"
3847
+ },
3848
+ {
3849
+ "name": "TextResponseFormatJsonSchema",
3850
+ "kind": "struct",
3851
+ "fields": [
3852
+ {
3853
+ "name": "type",
3854
+ "type": {
3855
+ "kind": "scalar",
3856
+ "scalar": "string",
3857
+ "const": "json_schema"
3858
+ },
3859
+ "required": true,
3860
+ "description": "The type of response format being defined. Always `json_schema`."
3861
+ },
3862
+ {
3863
+ "name": "description",
3864
+ "type": {
3865
+ "kind": "scalar",
3866
+ "scalar": "string"
3867
+ },
3868
+ "required": false,
3869
+ "description": "A description of what the response format is for, used by the model to\ndetermine how to respond in the format.\n"
3870
+ },
3871
+ {
3872
+ "name": "name",
3873
+ "type": {
3874
+ "kind": "scalar",
3875
+ "scalar": "string"
3876
+ },
3877
+ "required": true,
3878
+ "description": "The name of the response format. Must be a-z, A-Z, 0-9, or contain\nunderscores and dashes, with a maximum length of 64.\n"
3879
+ },
3880
+ {
3881
+ "name": "schema",
3882
+ "type": {
3883
+ "kind": "ref",
3884
+ "name": "ResponseFormatJsonSchemaSchema"
3885
+ },
3886
+ "required": true
3887
+ },
3888
+ {
3889
+ "name": "strict",
3890
+ "type": {
3891
+ "kind": "scalar",
3892
+ "scalar": "boolean",
3893
+ "nullable": true
3894
+ },
3895
+ "required": false
3896
+ }
3897
+ ],
3898
+ "description": "JSON Schema response format. Used to generate structured JSON responses.\nLearn more about [Structured Outputs](/docs/guides/structured-outputs).\n"
3899
+ },
3900
+ {
3901
+ "name": "CreateEvalResponsesRunDataSourceSource",
3902
+ "kind": "union",
3903
+ "semantics": "oneOf",
3904
+ "variants": [
3905
+ {
3906
+ "kind": "ref",
3907
+ "name": "EvalJsonlFileContentSource"
3908
+ },
3909
+ {
3910
+ "kind": "ref",
3911
+ "name": "EvalJsonlFileIdSource"
3912
+ },
3913
+ {
3914
+ "kind": "ref",
3915
+ "name": "EvalResponsesSource"
3916
+ }
3917
+ ],
3918
+ "description": "Determines what populates the `item` namespace in this run's data source."
3919
+ },
3920
+ {
3921
+ "name": "EvalResponsesSource",
3922
+ "kind": "struct",
3923
+ "fields": [
3924
+ {
3925
+ "name": "type",
3926
+ "type": {
3927
+ "kind": "scalar",
3928
+ "scalar": "string",
3929
+ "const": "responses"
3930
+ },
3931
+ "required": true,
3932
+ "description": "The type of run data source. Always `responses`."
3933
+ },
3934
+ {
3935
+ "name": "metadata",
3936
+ "type": {
3937
+ "kind": "map",
3938
+ "values": {
3939
+ "kind": "any"
3940
+ },
3941
+ "nullable": true
3942
+ },
3943
+ "required": false
3944
+ },
3945
+ {
3946
+ "name": "model",
3947
+ "type": {
3948
+ "kind": "scalar",
3949
+ "scalar": "string",
3950
+ "nullable": true
3951
+ },
3952
+ "required": false
3953
+ },
3954
+ {
3955
+ "name": "instructions_search",
3956
+ "type": {
3957
+ "kind": "scalar",
3958
+ "scalar": "string",
3959
+ "nullable": true
3960
+ },
3961
+ "required": false
3962
+ },
3963
+ {
3964
+ "name": "created_after",
3965
+ "type": {
3966
+ "kind": "scalar",
3967
+ "scalar": "integer",
3968
+ "nullable": true
3969
+ },
3970
+ "required": false
3971
+ },
3972
+ {
3973
+ "name": "created_before",
3974
+ "type": {
3975
+ "kind": "scalar",
3976
+ "scalar": "integer",
3977
+ "nullable": true
3978
+ },
3979
+ "required": false
3980
+ },
3981
+ {
3982
+ "name": "reasoning_effort",
3983
+ "type": {
3984
+ "kind": "ref",
3985
+ "name": "ReasoningEffort",
3986
+ "nullable": true
3987
+ },
3988
+ "required": false
3989
+ },
3990
+ {
3991
+ "name": "temperature",
3992
+ "type": {
3993
+ "kind": "scalar",
3994
+ "scalar": "number",
3995
+ "nullable": true
3996
+ },
3997
+ "required": false
3998
+ },
3999
+ {
4000
+ "name": "top_p",
4001
+ "type": {
4002
+ "kind": "scalar",
4003
+ "scalar": "number",
4004
+ "nullable": true
4005
+ },
4006
+ "required": false
4007
+ },
4008
+ {
4009
+ "name": "users",
4010
+ "type": {
4011
+ "kind": "array",
4012
+ "items": {
4013
+ "kind": "scalar",
4014
+ "scalar": "string"
4015
+ },
4016
+ "nullable": true
4017
+ },
4018
+ "required": false
4019
+ },
4020
+ {
4021
+ "name": "tools",
4022
+ "type": {
4023
+ "kind": "array",
4024
+ "items": {
4025
+ "kind": "scalar",
4026
+ "scalar": "string"
4027
+ },
4028
+ "nullable": true
4029
+ },
4030
+ "required": false
4031
+ }
4032
+ ],
4033
+ "description": "A EvalResponsesSource object describing a run data source configuration.\n"
4034
+ },
4035
+ {
4036
+ "name": "EvalRun",
4037
+ "kind": "struct",
4038
+ "fields": [
4039
+ {
4040
+ "name": "object",
4041
+ "type": {
4042
+ "kind": "scalar",
4043
+ "scalar": "string",
4044
+ "const": "eval.run"
4045
+ },
4046
+ "required": true,
4047
+ "default": "eval.run",
4048
+ "description": "The type of the object. Always \"eval.run\"."
4049
+ },
4050
+ {
4051
+ "name": "id",
4052
+ "type": {
4053
+ "kind": "scalar",
4054
+ "scalar": "string"
4055
+ },
4056
+ "required": true,
4057
+ "description": "Unique identifier for the evaluation run."
4058
+ },
4059
+ {
4060
+ "name": "eval_id",
4061
+ "type": {
4062
+ "kind": "scalar",
4063
+ "scalar": "string"
4064
+ },
4065
+ "required": true,
4066
+ "description": "The identifier of the associated evaluation."
4067
+ },
4068
+ {
4069
+ "name": "status",
4070
+ "type": {
4071
+ "kind": "scalar",
4072
+ "scalar": "string"
4073
+ },
4074
+ "required": true,
4075
+ "description": "The status of the evaluation run."
4076
+ },
4077
+ {
4078
+ "name": "model",
4079
+ "type": {
4080
+ "kind": "scalar",
4081
+ "scalar": "string"
4082
+ },
4083
+ "required": true,
4084
+ "description": "The model that is evaluated, if applicable."
4085
+ },
4086
+ {
4087
+ "name": "name",
4088
+ "type": {
4089
+ "kind": "scalar",
4090
+ "scalar": "string"
4091
+ },
4092
+ "required": true,
4093
+ "description": "The name of the evaluation run."
4094
+ },
4095
+ {
4096
+ "name": "created_at",
4097
+ "type": {
4098
+ "kind": "scalar",
4099
+ "scalar": "integer",
4100
+ "format": "unixtime"
4101
+ },
4102
+ "required": true,
4103
+ "description": "Unix timestamp (in seconds) when the evaluation run was created."
4104
+ },
4105
+ {
4106
+ "name": "report_url",
4107
+ "type": {
4108
+ "kind": "scalar",
4109
+ "scalar": "string",
4110
+ "format": "uri"
4111
+ },
4112
+ "required": true,
4113
+ "description": "The URL to the rendered evaluation run report on the UI dashboard."
4114
+ },
4115
+ {
4116
+ "name": "result_counts",
4117
+ "type": {
4118
+ "kind": "ref",
4119
+ "name": "EvalRunResultCounts"
4120
+ },
4121
+ "required": true,
4122
+ "description": "Counters summarizing the outcomes of the evaluation run."
4123
+ },
4124
+ {
4125
+ "name": "per_model_usage",
4126
+ "type": {
4127
+ "kind": "array",
4128
+ "items": {
4129
+ "kind": "ref",
4130
+ "name": "EvalRunPerModelUsageItem"
4131
+ }
4132
+ },
4133
+ "required": true,
4134
+ "description": "Usage statistics for each model during the evaluation run."
4135
+ },
4136
+ {
4137
+ "name": "per_testing_criteria_results",
4138
+ "type": {
4139
+ "kind": "array",
4140
+ "items": {
4141
+ "kind": "ref",
4142
+ "name": "EvalRunPerTestingCriteriaResultsItem"
4143
+ }
4144
+ },
4145
+ "required": true,
4146
+ "description": "Results per testing criteria applied during the evaluation run."
4147
+ },
4148
+ {
4149
+ "name": "data_source",
4150
+ "type": {
4151
+ "kind": "ref",
4152
+ "name": "CreateEvalRunRequestDataSource"
4153
+ },
4154
+ "required": true,
4155
+ "description": "Information about the run's data source."
4156
+ },
4157
+ {
4158
+ "name": "metadata",
4159
+ "type": {
4160
+ "kind": "ref",
4161
+ "name": "Metadata"
4162
+ },
4163
+ "required": true
4164
+ },
4165
+ {
4166
+ "name": "error",
4167
+ "type": {
4168
+ "kind": "ref",
4169
+ "name": "EvalApiError"
4170
+ },
4171
+ "required": true
4172
+ }
4173
+ ],
4174
+ "description": "A schema representing an evaluation run.\n"
4175
+ },
4176
+ {
4177
+ "name": "EvalRunResultCounts",
4178
+ "kind": "struct",
4179
+ "fields": [
4180
+ {
4181
+ "name": "total",
4182
+ "type": {
4183
+ "kind": "scalar",
4184
+ "scalar": "integer"
4185
+ },
4186
+ "required": true,
4187
+ "description": "Total number of executed output items."
4188
+ },
4189
+ {
4190
+ "name": "errored",
4191
+ "type": {
4192
+ "kind": "scalar",
4193
+ "scalar": "integer"
4194
+ },
4195
+ "required": true,
4196
+ "description": "Number of output items that resulted in an error."
4197
+ },
4198
+ {
4199
+ "name": "failed",
4200
+ "type": {
4201
+ "kind": "scalar",
4202
+ "scalar": "integer"
4203
+ },
4204
+ "required": true,
4205
+ "description": "Number of output items that failed to pass the evaluation."
4206
+ },
4207
+ {
4208
+ "name": "passed",
4209
+ "type": {
4210
+ "kind": "scalar",
4211
+ "scalar": "integer"
4212
+ },
4213
+ "required": true,
4214
+ "description": "Number of output items that passed the evaluation."
4215
+ }
4216
+ ],
4217
+ "description": "Counters summarizing the outcomes of the evaluation run."
4218
+ },
4219
+ {
4220
+ "name": "EvalRunPerModelUsageItem",
4221
+ "kind": "struct",
4222
+ "fields": [
4223
+ {
4224
+ "name": "model_name",
4225
+ "type": {
4226
+ "kind": "scalar",
4227
+ "scalar": "string"
4228
+ },
4229
+ "required": true,
4230
+ "description": "The name of the model."
4231
+ },
4232
+ {
4233
+ "name": "invocation_count",
4234
+ "type": {
4235
+ "kind": "scalar",
4236
+ "scalar": "integer"
4237
+ },
4238
+ "required": true,
4239
+ "description": "The number of invocations."
4240
+ },
4241
+ {
4242
+ "name": "prompt_tokens",
4243
+ "type": {
4244
+ "kind": "scalar",
4245
+ "scalar": "integer"
4246
+ },
4247
+ "required": true,
4248
+ "description": "The number of prompt tokens used."
4249
+ },
4250
+ {
4251
+ "name": "completion_tokens",
4252
+ "type": {
4253
+ "kind": "scalar",
4254
+ "scalar": "integer"
4255
+ },
4256
+ "required": true,
4257
+ "description": "The number of completion tokens generated."
4258
+ },
4259
+ {
4260
+ "name": "total_tokens",
4261
+ "type": {
4262
+ "kind": "scalar",
4263
+ "scalar": "integer"
4264
+ },
4265
+ "required": true,
4266
+ "description": "The total number of tokens used."
4267
+ },
4268
+ {
4269
+ "name": "cached_tokens",
4270
+ "type": {
4271
+ "kind": "scalar",
4272
+ "scalar": "integer"
4273
+ },
4274
+ "required": true,
4275
+ "description": "The number of tokens retrieved from cache."
4276
+ }
4277
+ ]
4278
+ },
4279
+ {
4280
+ "name": "EvalRunPerTestingCriteriaResultsItem",
4281
+ "kind": "struct",
4282
+ "fields": [
4283
+ {
4284
+ "name": "testing_criteria",
4285
+ "type": {
4286
+ "kind": "scalar",
4287
+ "scalar": "string"
4288
+ },
4289
+ "required": true,
4290
+ "description": "A description of the testing criteria."
4291
+ },
4292
+ {
4293
+ "name": "passed",
4294
+ "type": {
4295
+ "kind": "scalar",
4296
+ "scalar": "integer"
4297
+ },
4298
+ "required": true,
4299
+ "description": "Number of tests passed for this criteria."
4300
+ },
4301
+ {
4302
+ "name": "failed",
4303
+ "type": {
4304
+ "kind": "scalar",
4305
+ "scalar": "integer"
4306
+ },
4307
+ "required": true,
4308
+ "description": "Number of tests failed for this criteria."
4309
+ }
4310
+ ]
4311
+ },
4312
+ {
4313
+ "name": "EvalApiError",
4314
+ "kind": "struct",
4315
+ "fields": [
4316
+ {
4317
+ "name": "code",
4318
+ "type": {
4319
+ "kind": "scalar",
4320
+ "scalar": "string"
4321
+ },
4322
+ "required": true,
4323
+ "description": "The error code."
4324
+ },
4325
+ {
4326
+ "name": "message",
4327
+ "type": {
4328
+ "kind": "scalar",
4329
+ "scalar": "string"
4330
+ },
4331
+ "required": true,
4332
+ "description": "The error message."
4333
+ }
4334
+ ],
4335
+ "description": "An object representing an error response from the Eval API.\n"
4336
+ },
4337
+ {
4338
+ "name": "Error",
4339
+ "kind": "struct",
4340
+ "fields": [
4341
+ {
4342
+ "name": "code",
4343
+ "type": {
4344
+ "kind": "scalar",
4345
+ "scalar": "string",
4346
+ "nullable": true
4347
+ },
4348
+ "required": true
4349
+ },
4350
+ {
4351
+ "name": "message",
4352
+ "type": {
4353
+ "kind": "scalar",
4354
+ "scalar": "string"
4355
+ },
4356
+ "required": true
4357
+ },
4358
+ {
4359
+ "name": "param",
4360
+ "type": {
4361
+ "kind": "scalar",
4362
+ "scalar": "string",
4363
+ "nullable": true
4364
+ },
4365
+ "required": true
4366
+ },
4367
+ {
4368
+ "name": "type",
4369
+ "type": {
4370
+ "kind": "scalar",
4371
+ "scalar": "string"
4372
+ },
4373
+ "required": true
4374
+ }
4375
+ ]
4376
+ }
4377
+ ],
4378
+ "resources": [
4379
+ {
4380
+ "name": "evals",
4381
+ "resources": [
4382
+ {
4383
+ "name": "runs",
4384
+ "methods": [
4385
+ {
4386
+ "action": "create",
4387
+ "httpMethod": "post",
4388
+ "path": "/evals/{eval_id}/runs",
4389
+ "operationId": "createEvalRun",
4390
+ "description": "Kicks off a new run for a given evaluation, specifying the data source, and what model configuration to use to test. The datasource will be validated against the schema specified in the config of the evaluation.\n",
4391
+ "pathParams": [
4392
+ {
4393
+ "name": "eval_id",
4394
+ "type": {
4395
+ "kind": "scalar",
4396
+ "scalar": "string"
4397
+ },
4398
+ "required": true,
4399
+ "description": "The ID of the evaluation to create a run for."
4400
+ }
4401
+ ],
4402
+ "requestBody": {
4403
+ "contentType": "application/json",
4404
+ "type": {
4405
+ "kind": "ref",
4406
+ "name": "CreateEvalRunRequest"
4407
+ },
4408
+ "required": true,
4409
+ "encoding": "json"
4410
+ },
4411
+ "responses": [
4412
+ {
4413
+ "status": "201",
4414
+ "description": "Successfully created a run for the evaluation",
4415
+ "contentType": "application/json",
4416
+ "type": {
4417
+ "kind": "ref",
4418
+ "name": "EvalRun"
4419
+ }
4420
+ },
4421
+ {
4422
+ "status": "400",
4423
+ "description": "Bad request (for example, missing eval object)",
4424
+ "contentType": "application/json",
4425
+ "type": {
4426
+ "kind": "ref",
4427
+ "name": "Error"
4428
+ }
4429
+ }
4430
+ ],
4431
+ "primaryResponse": {
4432
+ "kind": "ref",
4433
+ "name": "EvalRun"
4434
+ }
4435
+ }
4436
+ ]
4437
+ }
4438
+ ]
4439
+ }
4440
+ ],
4441
+ "sdk": {
4442
+ "retry": {
4443
+ "maxRetries": 2,
4444
+ "retryableStatusCodes": [
4445
+ 408,
4446
+ 429,
4447
+ 500,
4448
+ 502,
4449
+ 503,
4450
+ 504
4451
+ ],
4452
+ "retryConnectionErrors": true,
4453
+ "honorRetryAfterHeader": true,
4454
+ "backoff": {
4455
+ "initialDelayMs": 500,
4456
+ "maxDelayMs": 8000,
4457
+ "multiplier": 2,
4458
+ "jitter": 0.25
4459
+ }
4460
+ },
4461
+ "timeout": {
4462
+ "defaultTimeoutMs": 60000
4463
+ },
4464
+ "errors": {
4465
+ "statusCodeMap": {
4466
+ "400": "BadRequest",
4467
+ "401": "Unauthorized",
4468
+ "403": "PermissionDenied",
4469
+ "404": "NotFound",
4470
+ "409": "Conflict",
4471
+ "422": "UnprocessableEntity",
4472
+ "429": "RateLimited"
4473
+ },
4474
+ "clientErrorKind": "API",
4475
+ "serverErrorKind": "Internal"
4476
+ },
4477
+ "userAgent": {
4478
+ "sdkIdentifierTemplate": "{package}-{language}/{version}",
4479
+ "includeRuntimeVersion": false,
4480
+ "aiAgentEnvVars": {
4481
+ "CLAUDE_CODE": "claude-code",
4482
+ "CURSOR_AGENT": "cursor",
4483
+ "CLINE_ACTIVE": "cline",
4484
+ "WINDSURF_ACTIVE": "windsurf",
4485
+ "COPILOT_AGENT": "copilot"
4486
+ }
4487
+ },
4488
+ "telemetry": {
4489
+ "requestIdHeader": "X-Request-ID",
4490
+ "headerName": "X-Client-Telemetry",
4491
+ "enabledByDefault": false
4492
+ },
4493
+ "logging": {
4494
+ "events": [
4495
+ "request.start",
4496
+ "request.success",
4497
+ "request.retry",
4498
+ "request.rate_limited",
4499
+ "request.error",
4500
+ "request.connection_error"
4501
+ ]
4502
+ },
4503
+ "idempotency": {
4504
+ "headerName": "Idempotency-Key",
4505
+ "autoGenerateForPost": true
4506
+ },
4507
+ "pagination": {
4508
+ "autoPageDelayMs": 0
4509
+ },
4510
+ "requestGuard": {
4511
+ "optionKeys": [
4512
+ "api_key",
4513
+ "apiKey",
4514
+ "idempotency_key",
4515
+ "idempotencyKey",
4516
+ "extra_headers",
4517
+ "extraHeaders",
4518
+ "max_retries",
4519
+ "maxRetries",
4520
+ "base_url",
4521
+ "baseUrl",
4522
+ "timeout"
4523
+ ]
4524
+ }
4525
+ }
4526
+ }