ogx-client 0.7.2-rc1

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 (552) hide show
  1. package/CHANGELOG.md +512 -0
  2. package/LICENSE +7 -0
  3. package/README.md +391 -0
  4. package/_shims/MultipartBody.d.ts +9 -0
  5. package/_shims/MultipartBody.d.ts.map +1 -0
  6. package/_shims/MultipartBody.js +21 -0
  7. package/_shims/MultipartBody.js.map +1 -0
  8. package/_shims/MultipartBody.mjs +17 -0
  9. package/_shims/MultipartBody.mjs.map +1 -0
  10. package/_shims/README.md +46 -0
  11. package/_shims/auto/runtime-bun.d.ts +5 -0
  12. package/_shims/auto/runtime-bun.d.ts.map +1 -0
  13. package/_shims/auto/runtime-bun.js +26 -0
  14. package/_shims/auto/runtime-bun.js.map +1 -0
  15. package/_shims/auto/runtime-bun.mjs +7 -0
  16. package/_shims/auto/runtime-bun.mjs.map +1 -0
  17. package/_shims/auto/runtime-node.d.ts +5 -0
  18. package/_shims/auto/runtime-node.d.ts.map +1 -0
  19. package/_shims/auto/runtime-node.js +26 -0
  20. package/_shims/auto/runtime-node.js.map +1 -0
  21. package/_shims/auto/runtime-node.mjs +7 -0
  22. package/_shims/auto/runtime-node.mjs.map +1 -0
  23. package/_shims/auto/runtime.d.ts +5 -0
  24. package/_shims/auto/runtime.d.ts.map +1 -0
  25. package/_shims/auto/runtime.js +26 -0
  26. package/_shims/auto/runtime.js.map +1 -0
  27. package/_shims/auto/runtime.mjs +7 -0
  28. package/_shims/auto/runtime.mjs.map +1 -0
  29. package/_shims/auto/types-node.d.ts +5 -0
  30. package/_shims/auto/types-node.d.ts.map +1 -0
  31. package/_shims/auto/types-node.js +26 -0
  32. package/_shims/auto/types-node.js.map +1 -0
  33. package/_shims/auto/types-node.mjs +7 -0
  34. package/_shims/auto/types-node.mjs.map +1 -0
  35. package/_shims/auto/types.d.ts +107 -0
  36. package/_shims/auto/types.js +9 -0
  37. package/_shims/auto/types.mjs +10 -0
  38. package/_shims/bun-runtime.d.ts +6 -0
  39. package/_shims/bun-runtime.d.ts.map +1 -0
  40. package/_shims/bun-runtime.js +19 -0
  41. package/_shims/bun-runtime.js.map +1 -0
  42. package/_shims/bun-runtime.mjs +15 -0
  43. package/_shims/bun-runtime.mjs.map +1 -0
  44. package/_shims/index.d.ts +89 -0
  45. package/_shims/index.js +23 -0
  46. package/_shims/index.mjs +18 -0
  47. package/_shims/manual-types.d.ts +18 -0
  48. package/_shims/manual-types.js +9 -0
  49. package/_shims/manual-types.mjs +10 -0
  50. package/_shims/node-runtime.d.ts +3 -0
  51. package/_shims/node-runtime.d.ts.map +1 -0
  52. package/_shims/node-runtime.js +94 -0
  53. package/_shims/node-runtime.js.map +1 -0
  54. package/_shims/node-runtime.mjs +61 -0
  55. package/_shims/node-runtime.mjs.map +1 -0
  56. package/_shims/node-types.d.ts +48 -0
  57. package/_shims/node-types.js +9 -0
  58. package/_shims/node-types.mjs +10 -0
  59. package/_shims/registry.d.ts +37 -0
  60. package/_shims/registry.d.ts.map +1 -0
  61. package/_shims/registry.js +46 -0
  62. package/_shims/registry.js.map +1 -0
  63. package/_shims/registry.mjs +42 -0
  64. package/_shims/registry.mjs.map +1 -0
  65. package/_shims/web-runtime.d.ts +5 -0
  66. package/_shims/web-runtime.d.ts.map +1 -0
  67. package/_shims/web-runtime.js +83 -0
  68. package/_shims/web-runtime.js.map +1 -0
  69. package/_shims/web-runtime.mjs +76 -0
  70. package/_shims/web-runtime.mjs.map +1 -0
  71. package/_shims/web-types.d.ts +89 -0
  72. package/_shims/web-types.js +9 -0
  73. package/_shims/web-types.mjs +10 -0
  74. package/core.d.ts +257 -0
  75. package/core.d.ts.map +1 -0
  76. package/core.js +936 -0
  77. package/core.js.map +1 -0
  78. package/core.mjs +904 -0
  79. package/core.mjs.map +1 -0
  80. package/error.d.ts +47 -0
  81. package/error.d.ts.map +1 -0
  82. package/error.js +119 -0
  83. package/error.js.map +1 -0
  84. package/error.mjs +101 -0
  85. package/error.mjs.map +1 -0
  86. package/index.d.mts +233 -0
  87. package/index.d.ts +233 -0
  88. package/index.d.ts.map +1 -0
  89. package/index.js +254 -0
  90. package/index.js.map +1 -0
  91. package/index.mjs +210 -0
  92. package/index.mjs.map +1 -0
  93. package/internal/decoders/line.d.ts +21 -0
  94. package/internal/decoders/line.d.ts.map +1 -0
  95. package/internal/decoders/line.js +155 -0
  96. package/internal/decoders/line.js.map +1 -0
  97. package/internal/decoders/line.mjs +150 -0
  98. package/internal/decoders/line.mjs.map +1 -0
  99. package/internal/qs/formats.d.ts +6 -0
  100. package/internal/qs/formats.d.ts.map +1 -0
  101. package/internal/qs/formats.js +16 -0
  102. package/internal/qs/formats.js.map +1 -0
  103. package/internal/qs/formats.mjs +13 -0
  104. package/internal/qs/formats.mjs.map +1 -0
  105. package/internal/qs/index.d.ts +10 -0
  106. package/internal/qs/index.d.ts.map +1 -0
  107. package/internal/qs/index.js +19 -0
  108. package/internal/qs/index.js.map +1 -0
  109. package/internal/qs/index.mjs +15 -0
  110. package/internal/qs/index.mjs.map +1 -0
  111. package/internal/qs/stringify.d.ts +3 -0
  112. package/internal/qs/stringify.d.ts.map +1 -0
  113. package/internal/qs/stringify.js +285 -0
  114. package/internal/qs/stringify.js.map +1 -0
  115. package/internal/qs/stringify.mjs +281 -0
  116. package/internal/qs/stringify.mjs.map +1 -0
  117. package/internal/qs/types.d.ts +57 -0
  118. package/internal/qs/types.d.ts.map +1 -0
  119. package/internal/qs/types.js +8 -0
  120. package/internal/qs/types.js.map +1 -0
  121. package/internal/qs/types.mjs +7 -0
  122. package/internal/qs/types.mjs.map +1 -0
  123. package/internal/qs/utils.d.ts +14 -0
  124. package/internal/qs/utils.d.ts.map +1 -0
  125. package/internal/qs/utils.js +234 -0
  126. package/internal/qs/utils.js.map +1 -0
  127. package/internal/qs/utils.mjs +222 -0
  128. package/internal/qs/utils.mjs.map +1 -0
  129. package/internal/stream-utils.d.ts +8 -0
  130. package/internal/stream-utils.d.ts.map +1 -0
  131. package/internal/stream-utils.js +44 -0
  132. package/internal/stream-utils.js.map +1 -0
  133. package/internal/stream-utils.mjs +40 -0
  134. package/internal/stream-utils.mjs.map +1 -0
  135. package/internal/utils/query.d.ts +2 -0
  136. package/internal/utils/query.d.ts.map +1 -0
  137. package/internal/utils/query.js +39 -0
  138. package/internal/utils/query.js.map +1 -0
  139. package/internal/utils/query.mjs +12 -0
  140. package/internal/utils/query.mjs.map +1 -0
  141. package/lib/response-helpers.d.ts +23 -0
  142. package/lib/response-helpers.d.ts.map +1 -0
  143. package/lib/response-helpers.js +53 -0
  144. package/lib/response-helpers.js.map +1 -0
  145. package/lib/response-helpers.mjs +49 -0
  146. package/lib/response-helpers.mjs.map +1 -0
  147. package/ogx-client-0.7.2-rc1.tgz +0 -0
  148. package/package.json +108 -0
  149. package/pagination.d.ts +21 -0
  150. package/pagination.d.ts.map +1 -0
  151. package/pagination.js +53 -0
  152. package/pagination.js.map +1 -0
  153. package/pagination.mjs +47 -0
  154. package/pagination.mjs.map +1 -0
  155. package/resource.d.ts +6 -0
  156. package/resource.d.ts.map +1 -0
  157. package/resource.js +15 -0
  158. package/resource.js.map +1 -0
  159. package/resource.mjs +11 -0
  160. package/resource.mjs.map +1 -0
  161. package/resources/alpha/admin.d.ts +44 -0
  162. package/resources/alpha/admin.d.ts.map +1 -0
  163. package/resources/alpha/admin.js +49 -0
  164. package/resources/alpha/admin.js.map +1 -0
  165. package/resources/alpha/admin.mjs +45 -0
  166. package/resources/alpha/admin.mjs.map +1 -0
  167. package/resources/alpha/alpha.d.ts +14 -0
  168. package/resources/alpha/alpha.d.ts.map +1 -0
  169. package/resources/alpha/alpha.js +49 -0
  170. package/resources/alpha/alpha.js.map +1 -0
  171. package/resources/alpha/alpha.mjs +22 -0
  172. package/resources/alpha/alpha.mjs.map +1 -0
  173. package/resources/alpha/benchmarks.d.ts +104 -0
  174. package/resources/alpha/benchmarks.d.ts.map +1 -0
  175. package/resources/alpha/benchmarks.js +50 -0
  176. package/resources/alpha/benchmarks.js.map +1 -0
  177. package/resources/alpha/benchmarks.mjs +44 -0
  178. package/resources/alpha/benchmarks.mjs.map +1 -0
  179. package/resources/alpha/index.d.ts +4 -0
  180. package/resources/alpha/index.d.ts.map +1 -0
  181. package/resources/alpha/index.js +17 -0
  182. package/resources/alpha/index.js.map +1 -0
  183. package/resources/alpha/index.mjs +11 -0
  184. package/resources/alpha/index.mjs.map +1 -0
  185. package/resources/alpha/inference.d.ts +144 -0
  186. package/resources/alpha/inference.d.ts.map +1 -0
  187. package/resources/alpha/inference.js +29 -0
  188. package/resources/alpha/inference.js.map +1 -0
  189. package/resources/alpha/inference.mjs +25 -0
  190. package/resources/alpha/inference.mjs.map +1 -0
  191. package/resources/alpha.d.ts +2 -0
  192. package/resources/alpha.d.ts.map +1 -0
  193. package/resources/alpha.js +25 -0
  194. package/resources/alpha.js.map +1 -0
  195. package/resources/alpha.mjs +9 -0
  196. package/resources/alpha.mjs.map +1 -0
  197. package/resources/batches.d.ts +442 -0
  198. package/resources/batches.d.ts.map +1 -0
  199. package/resources/batches.js +53 -0
  200. package/resources/batches.js.map +1 -0
  201. package/resources/batches.mjs +48 -0
  202. package/resources/batches.mjs.map +1 -0
  203. package/resources/chat/chat.d.ts +276 -0
  204. package/resources/chat/chat.d.ts.map +1 -0
  205. package/resources/chat/chat.js +45 -0
  206. package/resources/chat/chat.js.map +1 -0
  207. package/resources/chat/chat.mjs +18 -0
  208. package/resources/chat/chat.mjs.map +1 -0
  209. package/resources/chat/completions.d.ts +2021 -0
  210. package/resources/chat/completions.d.ts.map +1 -0
  211. package/resources/chat/completions.js +39 -0
  212. package/resources/chat/completions.js.map +1 -0
  213. package/resources/chat/completions.mjs +35 -0
  214. package/resources/chat/completions.mjs.map +1 -0
  215. package/resources/chat/index.d.ts +3 -0
  216. package/resources/chat/index.d.ts.map +1 -0
  217. package/resources/chat/index.js +15 -0
  218. package/resources/chat/index.js.map +1 -0
  219. package/resources/chat/index.mjs +10 -0
  220. package/resources/chat/index.mjs.map +1 -0
  221. package/resources/chat.d.ts +2 -0
  222. package/resources/chat.d.ts.map +1 -0
  223. package/resources/chat.js +25 -0
  224. package/resources/chat.js.map +1 -0
  225. package/resources/chat.mjs +9 -0
  226. package/resources/chat.mjs.map +1 -0
  227. package/resources/completions.d.ts +273 -0
  228. package/resources/completions.d.ts.map +1 -0
  229. package/resources/completions.js +26 -0
  230. package/resources/completions.js.map +1 -0
  231. package/resources/completions.mjs +22 -0
  232. package/resources/completions.mjs.map +1 -0
  233. package/resources/conversations/conversations.d.ts +429 -0
  234. package/resources/conversations/conversations.d.ts.map +1 -0
  235. package/resources/conversations/conversations.js +73 -0
  236. package/resources/conversations/conversations.js.map +1 -0
  237. package/resources/conversations/conversations.mjs +46 -0
  238. package/resources/conversations/conversations.mjs.map +1 -0
  239. package/resources/conversations/index.d.ts +3 -0
  240. package/resources/conversations/index.d.ts.map +1 -0
  241. package/resources/conversations/index.js +16 -0
  242. package/resources/conversations/index.js.map +1 -0
  243. package/resources/conversations/index.mjs +10 -0
  244. package/resources/conversations/index.mjs.map +1 -0
  245. package/resources/conversations/items.d.ts +1408 -0
  246. package/resources/conversations/items.d.ts.map +1 -0
  247. package/resources/conversations/items.js +48 -0
  248. package/resources/conversations/items.js.map +1 -0
  249. package/resources/conversations/items.mjs +43 -0
  250. package/resources/conversations/items.mjs.map +1 -0
  251. package/resources/conversations.d.ts +2 -0
  252. package/resources/conversations.d.ts.map +1 -0
  253. package/resources/conversations.js +25 -0
  254. package/resources/conversations.js.map +1 -0
  255. package/resources/conversations.mjs +9 -0
  256. package/resources/conversations.mjs.map +1 -0
  257. package/resources/embeddings.d.ts +98 -0
  258. package/resources/embeddings.d.ts.map +1 -0
  259. package/resources/embeddings.js +30 -0
  260. package/resources/embeddings.js.map +1 -0
  261. package/resources/embeddings.mjs +26 -0
  262. package/resources/embeddings.mjs.map +1 -0
  263. package/resources/files.d.ts +159 -0
  264. package/resources/files.d.ts.map +1 -0
  265. package/resources/files.js +78 -0
  266. package/resources/files.js.map +1 -0
  267. package/resources/files.mjs +50 -0
  268. package/resources/files.mjs.map +1 -0
  269. package/resources/index.d.ts +20 -0
  270. package/resources/index.d.ts.map +1 -0
  271. package/resources/index.js +66 -0
  272. package/resources/index.js.map +1 -0
  273. package/resources/index.mjs +27 -0
  274. package/resources/index.mjs.map +1 -0
  275. package/resources/inspect.d.ts +17 -0
  276. package/resources/inspect.d.ts.map +1 -0
  277. package/resources/inspect.js +30 -0
  278. package/resources/inspect.js.map +1 -0
  279. package/resources/inspect.mjs +26 -0
  280. package/resources/inspect.mjs.map +1 -0
  281. package/resources/models/index.d.ts +3 -0
  282. package/resources/models/index.d.ts.map +1 -0
  283. package/resources/models/index.js +15 -0
  284. package/resources/models/index.js.map +1 -0
  285. package/resources/models/index.mjs +10 -0
  286. package/resources/models/index.mjs.map +1 -0
  287. package/resources/models/models.d.ts +97 -0
  288. package/resources/models/models.d.ts.map +1 -0
  289. package/resources/models/models.js +57 -0
  290. package/resources/models/models.js.map +1 -0
  291. package/resources/models/models.mjs +30 -0
  292. package/resources/models/models.mjs.map +1 -0
  293. package/resources/models/openai.d.ts +10 -0
  294. package/resources/models/openai.d.ts.map +1 -0
  295. package/resources/models/openai.js +21 -0
  296. package/resources/models/openai.js.map +1 -0
  297. package/resources/models/openai.mjs +17 -0
  298. package/resources/models/openai.mjs.map +1 -0
  299. package/resources/models.d.ts +2 -0
  300. package/resources/models.d.ts.map +1 -0
  301. package/resources/models.js +25 -0
  302. package/resources/models.js.map +1 -0
  303. package/resources/models.mjs +9 -0
  304. package/resources/models.mjs.map +1 -0
  305. package/resources/moderations.d.ts +83 -0
  306. package/resources/moderations.d.ts.map +1 -0
  307. package/resources/moderations.js +24 -0
  308. package/resources/moderations.js.map +1 -0
  309. package/resources/moderations.mjs +20 -0
  310. package/resources/moderations.mjs.map +1 -0
  311. package/resources/prompts/index.d.ts +3 -0
  312. package/resources/prompts/index.d.ts.map +1 -0
  313. package/resources/prompts/index.js +15 -0
  314. package/resources/prompts/index.js.map +1 -0
  315. package/resources/prompts/index.mjs +10 -0
  316. package/resources/prompts/index.mjs.map +1 -0
  317. package/resources/prompts/prompts.d.ts +113 -0
  318. package/resources/prompts/prompts.d.ts.map +1 -0
  319. package/resources/prompts/prompts.js +88 -0
  320. package/resources/prompts/prompts.js.map +1 -0
  321. package/resources/prompts/prompts.mjs +61 -0
  322. package/resources/prompts/prompts.mjs.map +1 -0
  323. package/resources/prompts/versions.d.ts +13 -0
  324. package/resources/prompts/versions.d.ts.map +1 -0
  325. package/resources/prompts/versions.js +24 -0
  326. package/resources/prompts/versions.js.map +1 -0
  327. package/resources/prompts/versions.mjs +20 -0
  328. package/resources/prompts/versions.mjs.map +1 -0
  329. package/resources/prompts.d.ts +2 -0
  330. package/resources/prompts.d.ts.map +1 -0
  331. package/resources/prompts.js +25 -0
  332. package/resources/prompts.js.map +1 -0
  333. package/resources/prompts.mjs +9 -0
  334. package/resources/prompts.mjs.map +1 -0
  335. package/resources/providers.d.ts +24 -0
  336. package/resources/providers.d.ts.map +1 -0
  337. package/resources/providers.js +30 -0
  338. package/resources/providers.js.map +1 -0
  339. package/resources/providers.mjs +26 -0
  340. package/resources/providers.mjs.map +1 -0
  341. package/resources/responses/index.d.ts +3 -0
  342. package/resources/responses/index.d.ts.map +1 -0
  343. package/resources/responses/index.js +16 -0
  344. package/resources/responses/index.js.map +1 -0
  345. package/resources/responses/index.mjs +10 -0
  346. package/resources/responses/index.mjs.map +1 -0
  347. package/resources/responses/input-items.d.ts +382 -0
  348. package/resources/responses/input-items.d.ts.map +1 -0
  349. package/resources/responses/input-items.js +25 -0
  350. package/resources/responses/input-items.js.map +1 -0
  351. package/resources/responses/input-items.mjs +21 -0
  352. package/resources/responses/input-items.mjs.map +1 -0
  353. package/resources/responses/responses.d.ts +4808 -0
  354. package/resources/responses/responses.d.ts.map +1 -0
  355. package/resources/responses/responses.js +85 -0
  356. package/resources/responses/responses.js.map +1 -0
  357. package/resources/responses/responses.mjs +57 -0
  358. package/resources/responses/responses.mjs.map +1 -0
  359. package/resources/responses.d.ts +2 -0
  360. package/resources/responses.d.ts.map +1 -0
  361. package/resources/responses.js +25 -0
  362. package/resources/responses.js.map +1 -0
  363. package/resources/responses.mjs +9 -0
  364. package/resources/responses.mjs.map +1 -0
  365. package/resources/routes.d.ts +30 -0
  366. package/resources/routes.d.ts.map +1 -0
  367. package/resources/routes.js +25 -0
  368. package/resources/routes.js.map +1 -0
  369. package/resources/routes.mjs +21 -0
  370. package/resources/routes.mjs.map +1 -0
  371. package/resources/safety.d.ts +297 -0
  372. package/resources/safety.d.ts.map +1 -0
  373. package/resources/safety.js +24 -0
  374. package/resources/safety.js.map +1 -0
  375. package/resources/safety.mjs +20 -0
  376. package/resources/safety.mjs.map +1 -0
  377. package/resources/shared.d.ts +447 -0
  378. package/resources/shared.d.ts.map +1 -0
  379. package/resources/shared.js +10 -0
  380. package/resources/shared.js.map +1 -0
  381. package/resources/shared.mjs +9 -0
  382. package/resources/shared.mjs.map +1 -0
  383. package/resources/shields.d.ts +82 -0
  384. package/resources/shields.d.ts.map +1 -0
  385. package/resources/shields.js +46 -0
  386. package/resources/shields.js.map +1 -0
  387. package/resources/shields.mjs +42 -0
  388. package/resources/shields.mjs.map +1 -0
  389. package/resources/vector-io.d.ts +375 -0
  390. package/resources/vector-io.d.ts.map +1 -0
  391. package/resources/vector-io.js +31 -0
  392. package/resources/vector-io.js.map +1 -0
  393. package/resources/vector-io.mjs +27 -0
  394. package/resources/vector-io.mjs.map +1 -0
  395. package/resources/vector-stores/file-batches.d.ts +268 -0
  396. package/resources/vector-stores/file-batches.d.ts.map +1 -0
  397. package/resources/vector-stores/file-batches.js +42 -0
  398. package/resources/vector-stores/file-batches.js.map +1 -0
  399. package/resources/vector-stores/file-batches.mjs +38 -0
  400. package/resources/vector-stores/file-batches.mjs.map +1 -0
  401. package/resources/vector-stores/files.d.ts +335 -0
  402. package/resources/vector-stores/files.d.ts.map +1 -0
  403. package/resources/vector-stores/files.js +60 -0
  404. package/resources/vector-stores/files.js.map +1 -0
  405. package/resources/vector-stores/files.mjs +55 -0
  406. package/resources/vector-stores/files.mjs.map +1 -0
  407. package/resources/vector-stores/index.d.ts +4 -0
  408. package/resources/vector-stores/index.d.ts.map +1 -0
  409. package/resources/vector-stores/index.js +19 -0
  410. package/resources/vector-stores/index.js.map +1 -0
  411. package/resources/vector-stores/index.mjs +11 -0
  412. package/resources/vector-stores/index.mjs.map +1 -0
  413. package/resources/vector-stores/vector-stores.d.ts +412 -0
  414. package/resources/vector-stores/vector-stores.d.ts.map +1 -0
  415. package/resources/vector-stores/vector-stores.js +92 -0
  416. package/resources/vector-stores/vector-stores.js.map +1 -0
  417. package/resources/vector-stores/vector-stores.mjs +64 -0
  418. package/resources/vector-stores/vector-stores.mjs.map +1 -0
  419. package/resources/vector-stores.d.ts +2 -0
  420. package/resources/vector-stores.d.ts.map +1 -0
  421. package/resources/vector-stores.js +25 -0
  422. package/resources/vector-stores.js.map +1 -0
  423. package/resources/vector-stores.mjs +9 -0
  424. package/resources/vector-stores.mjs.map +1 -0
  425. package/resources.d.ts +2 -0
  426. package/resources.d.ts.map +1 -0
  427. package/resources.js +23 -0
  428. package/resources.js.map +1 -0
  429. package/resources.mjs +7 -0
  430. package/resources.mjs.map +1 -0
  431. package/shims/node.d.ts +30 -0
  432. package/shims/node.d.ts.map +1 -0
  433. package/shims/node.js +36 -0
  434. package/shims/node.js.map +1 -0
  435. package/shims/node.mjs +10 -0
  436. package/shims/node.mjs.map +1 -0
  437. package/shims/web.d.ts +26 -0
  438. package/shims/web.d.ts.map +1 -0
  439. package/shims/web.js +36 -0
  440. package/shims/web.js.map +1 -0
  441. package/shims/web.mjs +10 -0
  442. package/shims/web.mjs.map +1 -0
  443. package/src/_shims/MultipartBody.ts +15 -0
  444. package/src/_shims/README.md +46 -0
  445. package/src/_shims/auto/runtime-bun.ts +10 -0
  446. package/src/_shims/auto/runtime-node.ts +10 -0
  447. package/src/_shims/auto/runtime.ts +10 -0
  448. package/src/_shims/auto/types-node.ts +10 -0
  449. package/src/_shims/auto/types.d.ts +107 -0
  450. package/src/_shims/auto/types.js +9 -0
  451. package/src/_shims/auto/types.mjs +10 -0
  452. package/src/_shims/bun-runtime.ts +20 -0
  453. package/src/_shims/index.d.ts +89 -0
  454. package/src/_shims/index.js +23 -0
  455. package/src/_shims/index.mjs +18 -0
  456. package/src/_shims/manual-types.d.ts +18 -0
  457. package/src/_shims/manual-types.js +9 -0
  458. package/src/_shims/manual-types.mjs +10 -0
  459. package/src/_shims/node-runtime.ts +87 -0
  460. package/src/_shims/node-types.d.ts +48 -0
  461. package/src/_shims/node-types.js +9 -0
  462. package/src/_shims/node-types.mjs +10 -0
  463. package/src/_shims/registry.ts +73 -0
  464. package/src/_shims/web-runtime.ts +109 -0
  465. package/src/_shims/web-types.d.ts +89 -0
  466. package/src/_shims/web-types.js +9 -0
  467. package/src/_shims/web-types.mjs +10 -0
  468. package/src/core.ts +1253 -0
  469. package/src/error.ts +137 -0
  470. package/src/index.ts +554 -0
  471. package/src/internal/decoders/line.ts +182 -0
  472. package/src/internal/qs/LICENSE.md +13 -0
  473. package/src/internal/qs/README.md +3 -0
  474. package/src/internal/qs/formats.ts +15 -0
  475. package/src/internal/qs/index.ts +19 -0
  476. package/src/internal/qs/stringify.ts +394 -0
  477. package/src/internal/qs/types.ts +77 -0
  478. package/src/internal/qs/utils.ts +271 -0
  479. package/src/internal/stream-utils.ts +38 -0
  480. package/src/internal/utils/query.ts +13 -0
  481. package/src/lib/response-helpers.ts +60 -0
  482. package/src/pagination.ts +80 -0
  483. package/src/resource.ts +18 -0
  484. package/src/resources/alpha/admin.ts +87 -0
  485. package/src/resources/alpha/alpha.ts +31 -0
  486. package/src/resources/alpha/benchmarks.ts +152 -0
  487. package/src/resources/alpha/index.ts +11 -0
  488. package/src/resources/alpha/inference.ts +191 -0
  489. package/src/resources/alpha.ts +9 -0
  490. package/src/resources/batches.ts +692 -0
  491. package/src/resources/chat/chat.ts +351 -0
  492. package/src/resources/chat/completions.ts +2430 -0
  493. package/src/resources/chat/index.ts +19 -0
  494. package/src/resources/chat.ts +9 -0
  495. package/src/resources/completions.ts +350 -0
  496. package/src/resources/conversations/conversations.ts +627 -0
  497. package/src/resources/conversations/index.ts +25 -0
  498. package/src/resources/conversations/items.ts +2061 -0
  499. package/src/resources/conversations.ts +9 -0
  500. package/src/resources/embeddings.ts +130 -0
  501. package/src/resources/files.ts +225 -0
  502. package/src/resources/index.ts +104 -0
  503. package/src/resources/inspect.ts +30 -0
  504. package/src/resources/models/index.ts +10 -0
  505. package/src/resources/models/models.ts +133 -0
  506. package/src/resources/models/openai.ts +20 -0
  507. package/src/resources/models.ts +9 -0
  508. package/src/resources/moderations.ts +97 -0
  509. package/src/resources/prompts/index.ts +19 -0
  510. package/src/resources/prompts/prompts.ts +188 -0
  511. package/src/resources/prompts/versions.ts +27 -0
  512. package/src/resources/prompts.ts +9 -0
  513. package/src/resources/providers.ts +41 -0
  514. package/src/resources/responses/index.ts +26 -0
  515. package/src/resources/responses/input-items.ts +571 -0
  516. package/src/resources/responses/responses.ts +6718 -0
  517. package/src/resources/responses.ts +9 -0
  518. package/src/resources/routes.ts +55 -0
  519. package/src/resources/safety.ts +367 -0
  520. package/src/resources/shared.ts +544 -0
  521. package/src/resources/shields.ts +119 -0
  522. package/src/resources/vector-io.ts +485 -0
  523. package/src/resources/vector-stores/file-batches.ts +386 -0
  524. package/src/resources/vector-stores/files.ts +496 -0
  525. package/src/resources/vector-stores/index.ts +38 -0
  526. package/src/resources/vector-stores/vector-stores.ts +588 -0
  527. package/src/resources/vector-stores.ts +9 -0
  528. package/src/resources.ts +7 -0
  529. package/src/shims/node.ts +56 -0
  530. package/src/shims/web.ts +56 -0
  531. package/src/streaming.ts +315 -0
  532. package/src/tsconfig.json +11 -0
  533. package/src/uploads.ts +261 -0
  534. package/src/version.ts +7 -0
  535. package/streaming.d.ts +32 -0
  536. package/streaming.d.ts.map +1 -0
  537. package/streaming.js +272 -0
  538. package/streaming.js.map +1 -0
  539. package/streaming.mjs +267 -0
  540. package/streaming.mjs.map +1 -0
  541. package/uploads.d.ts +75 -0
  542. package/uploads.d.ts.map +1 -0
  543. package/uploads.js +176 -0
  544. package/uploads.js.map +1 -0
  545. package/uploads.mjs +163 -0
  546. package/uploads.mjs.map +1 -0
  547. package/version.d.ts +2 -0
  548. package/version.d.ts.map +1 -0
  549. package/version.js +10 -0
  550. package/version.js.map +1 -0
  551. package/version.mjs +7 -0
  552. package/version.mjs.map +1 -0
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // Copyright (c) The OGX Contributors.
3
+ // All rights reserved.
4
+ //
5
+ // This source code is licensed under the terms described in the LICENSE file in
6
+ // the root directory of this source tree.
7
+ //
8
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Providers = void 0;
11
+ const resource_1 = require("../resource.js");
12
+ /**
13
+ * Providers API for inspecting, listing, and modifying providers and their configurations.
14
+ */
15
+ class Providers extends resource_1.APIResource {
16
+ /**
17
+ * Get detailed information about a specific provider.
18
+ */
19
+ retrieve(providerId, options) {
20
+ return this._client.get(`/v1/providers/${providerId}`, options);
21
+ }
22
+ /**
23
+ * List all available providers.
24
+ */
25
+ list(options) {
26
+ return this._client.get('/v1/providers', options)._thenUnwrap((obj) => obj.data);
27
+ }
28
+ }
29
+ exports.Providers = Providers;
30
+ //# sourceMappingURL=providers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.js","sourceRoot":"","sources":["../src/resources/providers.ts"],"names":[],"mappings":";AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;;;AAEtF,6CAA0C;AAI1C;;GAEG;AACH,MAAa,SAAU,SAAQ,sBAAW;IACxC;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAA6B;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,OAA6B;QAChC,OACE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAC1C,CAAC,WAAW,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;CACF;AAhBD,8BAgBC"}
@@ -0,0 +1,26 @@
1
+ // Copyright (c) The OGX Contributors.
2
+ // All rights reserved.
3
+ //
4
+ // This source code is licensed under the terms described in the LICENSE file in
5
+ // the root directory of this source tree.
6
+ //
7
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
8
+ import { APIResource } from "../resource.mjs";
9
+ /**
10
+ * Providers API for inspecting, listing, and modifying providers and their configurations.
11
+ */
12
+ export class Providers extends APIResource {
13
+ /**
14
+ * Get detailed information about a specific provider.
15
+ */
16
+ retrieve(providerId, options) {
17
+ return this._client.get(`/v1/providers/${providerId}`, options);
18
+ }
19
+ /**
20
+ * List all available providers.
21
+ */
22
+ list(options) {
23
+ return this._client.get('/v1/providers', options)._thenUnwrap((obj) => obj.data);
24
+ }
25
+ }
26
+ //# sourceMappingURL=providers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.mjs","sourceRoot":"","sources":["../src/resources/providers.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB;;GAEG;AACH,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAA6B;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,OAA6B;QAChC,OACE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAC1C,CAAC,WAAW,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;CACF"}
@@ -0,0 +1,3 @@
1
+ export { InputItems, type InputItemListResponse, type InputItemListParams } from "./input-items.js";
2
+ export { ResponseListResponsesOpenAICursorPage, Responses, type CompactedResponse, type ResponseInput, type ResponseMessage, type ResponseObject, type ResponseObjectStream, type ResponseOutput, type ResponseListResponse, type ResponseDeleteResponse, type ResponseCreateParams, type ResponseCreateParamsNonStreaming, type ResponseCreateParamsStreaming, type ResponseListParams, type ResponseCompactParams, } from "./responses.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/responses/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,KAAK,qBAAqB,EAAE,KAAK,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACjG,OAAO,EACL,qCAAqC,EACrC,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,gCAAgC,EACrC,KAAK,6BAA6B,EAClC,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,GAC3B,MAAM,aAAa,CAAC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ // Copyright (c) The OGX Contributors.
3
+ // All rights reserved.
4
+ //
5
+ // This source code is licensed under the terms described in the LICENSE file in
6
+ // the root directory of this source tree.
7
+ //
8
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Responses = exports.ResponseListResponsesOpenAICursorPage = exports.InputItems = void 0;
11
+ var input_items_1 = require("./input-items.js");
12
+ Object.defineProperty(exports, "InputItems", { enumerable: true, get: function () { return input_items_1.InputItems; } });
13
+ var responses_1 = require("./responses.js");
14
+ Object.defineProperty(exports, "ResponseListResponsesOpenAICursorPage", { enumerable: true, get: function () { return responses_1.ResponseListResponsesOpenAICursorPage; } });
15
+ Object.defineProperty(exports, "Responses", { enumerable: true, get: function () { return responses_1.Responses; } });
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/responses/index.ts"],"names":[],"mappings":";AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;;;AAEtF,gDAAiG;AAAxF,yGAAA,UAAU,OAAA;AACnB,4CAgBqB;AAfnB,kIAAA,qCAAqC,OAAA;AACrC,sGAAA,SAAS,OAAA"}
@@ -0,0 +1,10 @@
1
+ // Copyright (c) The OGX Contributors.
2
+ // All rights reserved.
3
+ //
4
+ // This source code is licensed under the terms described in the LICENSE file in
5
+ // the root directory of this source tree.
6
+ //
7
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
8
+ export { InputItems } from "./input-items.mjs";
9
+ export { ResponseListResponsesOpenAICursorPage, Responses, } from "./responses.mjs";
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/responses/index.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;OAE/E,EAAE,UAAU,EAAwD;OACpE,EACL,qCAAqC,EACrC,SAAS,GAcV"}
@@ -0,0 +1,382 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ /**
4
+ * OpenAI Responses API for agent orchestration with tool use, multi-turn conversations, and background processing.
5
+ */
6
+ export declare class InputItems extends APIResource {
7
+ /**
8
+ * List input items.
9
+ */
10
+ list(responseId: string, query?: InputItemListParams, options?: Core.RequestOptions): Core.APIPromise<InputItemListResponse>;
11
+ list(responseId: string, options?: Core.RequestOptions): Core.APIPromise<InputItemListResponse>;
12
+ }
13
+ /**
14
+ * List container for OpenAI response input items.
15
+ */
16
+ export interface InputItemListResponse {
17
+ data: Array<InputItemListResponse.OpenAIResponseMessageOutput | InputItemListResponse.OpenAIResponseOutputMessageWebSearchToolCall | InputItemListResponse.OpenAIResponseOutputMessageFileSearchToolCall | InputItemListResponse.OpenAIResponseOutputMessageFunctionToolCall | InputItemListResponse.OpenAIResponseOutputMessageMcpCall | InputItemListResponse.OpenAIResponseOutputMessageMcpListTools | InputItemListResponse.OpenAIResponseMcpApprovalRequest | InputItemListResponse.OpenAIResponseOutputMessageReasoningItem | InputItemListResponse.OpenAIResponseInputFunctionToolCallOutput | InputItemListResponse.OpenAIResponseMcpApprovalResponse | InputItemListResponse.OpenAIResponseCompaction>;
18
+ object?: 'list';
19
+ }
20
+ export declare namespace InputItemListResponse {
21
+ /**
22
+ * Corresponds to the various Message types in the Responses API. They are all
23
+ * under one type because the Responses API gives them all the same "type" value,
24
+ * and there is no way to tell them apart in certain scenarios.
25
+ */
26
+ interface OpenAIResponseMessageOutput {
27
+ content: string | Array<OpenAIResponseMessageOutput.OpenAIResponseInputMessageContentText | OpenAIResponseMessageOutput.OpenAIResponseInputMessageContentImage | OpenAIResponseMessageOutput.OpenAIResponseInputMessageContentFile> | Array<OpenAIResponseMessageOutput.OpenAIResponseOutputMessageContentOutputTextOutput | OpenAIResponseMessageOutput.OpenAIResponseContentPartRefusal>;
28
+ role: 'system' | 'developer' | 'user' | 'assistant';
29
+ id?: string | null;
30
+ status?: string | null;
31
+ type?: 'message';
32
+ }
33
+ namespace OpenAIResponseMessageOutput {
34
+ /**
35
+ * Text content for input messages in OpenAI response format.
36
+ */
37
+ interface OpenAIResponseInputMessageContentText {
38
+ text: string;
39
+ type?: 'input_text';
40
+ }
41
+ /**
42
+ * Image content for input messages in OpenAI response format.
43
+ */
44
+ interface OpenAIResponseInputMessageContentImage {
45
+ detail?: 'low' | 'high' | 'auto';
46
+ file_id?: string | null;
47
+ image_url?: string | null;
48
+ type?: 'input_image';
49
+ }
50
+ /**
51
+ * File content for input messages in OpenAI response format.
52
+ */
53
+ interface OpenAIResponseInputMessageContentFile {
54
+ file_data?: string | null;
55
+ file_id?: string | null;
56
+ file_url?: string | null;
57
+ filename?: string | null;
58
+ type?: 'input_file';
59
+ }
60
+ /**
61
+ * Text content within an output message of an OpenAI response.
62
+ */
63
+ interface OpenAIResponseOutputMessageContentOutputTextOutput {
64
+ text: string;
65
+ annotations?: Array<OpenAIResponseOutputMessageContentOutputTextOutput.OpenAIResponseAnnotationFileCitation | OpenAIResponseOutputMessageContentOutputTextOutput.OpenAIResponseAnnotationCitation | OpenAIResponseOutputMessageContentOutputTextOutput.OpenAIResponseAnnotationContainerFileCitation | OpenAIResponseOutputMessageContentOutputTextOutput.OpenAIResponseAnnotationFilePath>;
66
+ logprobs?: Array<OpenAIResponseOutputMessageContentOutputTextOutput.Logprob> | null;
67
+ type?: 'output_text';
68
+ }
69
+ namespace OpenAIResponseOutputMessageContentOutputTextOutput {
70
+ /**
71
+ * File citation annotation for referencing specific files in response content.
72
+ */
73
+ interface OpenAIResponseAnnotationFileCitation {
74
+ file_id: string;
75
+ filename: string;
76
+ index: number;
77
+ type?: 'file_citation';
78
+ }
79
+ /**
80
+ * URL citation annotation for referencing external web resources.
81
+ */
82
+ interface OpenAIResponseAnnotationCitation {
83
+ end_index: number;
84
+ start_index: number;
85
+ title: string;
86
+ url: string;
87
+ type?: 'url_citation';
88
+ }
89
+ /**
90
+ * Container file citation annotation referencing a file within a container.
91
+ */
92
+ interface OpenAIResponseAnnotationContainerFileCitation {
93
+ container_id: string;
94
+ end_index: number;
95
+ file_id: string;
96
+ filename: string;
97
+ start_index: number;
98
+ type?: 'container_file_citation';
99
+ }
100
+ /**
101
+ * File path annotation referencing a generated file in response content.
102
+ */
103
+ interface OpenAIResponseAnnotationFilePath {
104
+ file_id: string;
105
+ index: number;
106
+ type?: 'file_path';
107
+ }
108
+ /**
109
+ * The log probability for a token from an OpenAI-compatible chat completion
110
+ * response.
111
+ */
112
+ interface Logprob {
113
+ /**
114
+ * The token.
115
+ */
116
+ token: string;
117
+ /**
118
+ * The log probability of the token.
119
+ */
120
+ logprob: number;
121
+ /**
122
+ * The bytes for the token.
123
+ */
124
+ bytes?: Array<number> | null;
125
+ /**
126
+ * The top log probabilities for the token.
127
+ */
128
+ top_logprobs?: Array<Logprob.TopLogprob> | null;
129
+ }
130
+ namespace Logprob {
131
+ /**
132
+ * The top log probability for a token from an OpenAI-compatible chat completion
133
+ * response.
134
+ */
135
+ interface TopLogprob {
136
+ /**
137
+ * The token.
138
+ */
139
+ token: string;
140
+ /**
141
+ * The log probability of the token.
142
+ */
143
+ logprob: number;
144
+ /**
145
+ * The bytes for the token.
146
+ */
147
+ bytes?: Array<number> | null;
148
+ }
149
+ }
150
+ }
151
+ /**
152
+ * Refusal content within a streamed response part.
153
+ */
154
+ interface OpenAIResponseContentPartRefusal {
155
+ refusal: string;
156
+ type?: 'refusal';
157
+ }
158
+ }
159
+ /**
160
+ * Web search tool call output message for OpenAI responses.
161
+ */
162
+ interface OpenAIResponseOutputMessageWebSearchToolCall {
163
+ id: string;
164
+ status: string;
165
+ type?: 'web_search_call';
166
+ }
167
+ /**
168
+ * File search tool call output message for OpenAI responses.
169
+ */
170
+ interface OpenAIResponseOutputMessageFileSearchToolCall {
171
+ id: string;
172
+ queries: Array<string>;
173
+ status: string;
174
+ results?: Array<OpenAIResponseOutputMessageFileSearchToolCall.Result> | null;
175
+ type?: 'file_search_call';
176
+ }
177
+ namespace OpenAIResponseOutputMessageFileSearchToolCall {
178
+ /**
179
+ * Search results returned by the file search operation.
180
+ */
181
+ interface Result {
182
+ attributes: {
183
+ [key: string]: unknown;
184
+ };
185
+ file_id: string;
186
+ filename: string;
187
+ score: number;
188
+ text: string;
189
+ }
190
+ }
191
+ /**
192
+ * Function tool call output message for OpenAI responses.
193
+ */
194
+ interface OpenAIResponseOutputMessageFunctionToolCall {
195
+ arguments: string;
196
+ call_id: string;
197
+ name: string;
198
+ id?: string | null;
199
+ status?: string | null;
200
+ type?: 'function_call';
201
+ }
202
+ /**
203
+ * Model Context Protocol (MCP) call output message for OpenAI responses.
204
+ */
205
+ interface OpenAIResponseOutputMessageMcpCall {
206
+ id: string;
207
+ arguments: string;
208
+ name: string;
209
+ server_label: string;
210
+ error?: string | null;
211
+ output?: string | null;
212
+ type?: 'mcp_call';
213
+ }
214
+ /**
215
+ * MCP list tools output message containing available tools from an MCP server.
216
+ */
217
+ interface OpenAIResponseOutputMessageMcpListTools {
218
+ id: string;
219
+ server_label: string;
220
+ tools: Array<OpenAIResponseOutputMessageMcpListTools.Tool>;
221
+ type?: 'mcp_list_tools';
222
+ }
223
+ namespace OpenAIResponseOutputMessageMcpListTools {
224
+ /**
225
+ * Tool definition returned by MCP list tools operation.
226
+ */
227
+ interface Tool {
228
+ input_schema: {
229
+ [key: string]: unknown;
230
+ };
231
+ name: string;
232
+ description?: string | null;
233
+ }
234
+ }
235
+ /**
236
+ * A request for human approval of a tool invocation.
237
+ */
238
+ interface OpenAIResponseMcpApprovalRequest {
239
+ id: string;
240
+ arguments: string;
241
+ name: string;
242
+ server_label: string;
243
+ type?: 'mcp_approval_request';
244
+ }
245
+ /**
246
+ * Reasoning output from the model, representing the model's thinking process.
247
+ */
248
+ interface OpenAIResponseOutputMessageReasoningItem {
249
+ /**
250
+ * Unique identifier for the reasoning output item.
251
+ */
252
+ id: string;
253
+ /**
254
+ * Summary of the reasoning output.
255
+ */
256
+ summary: Array<OpenAIResponseOutputMessageReasoningItem.Summary>;
257
+ /**
258
+ * The reasoning content from the model.
259
+ */
260
+ content?: Array<OpenAIResponseOutputMessageReasoningItem.Content> | null;
261
+ /**
262
+ * The status of the reasoning output.
263
+ */
264
+ status?: 'in_progress' | 'completed' | 'incomplete' | null;
265
+ /**
266
+ * The type identifier, always 'reasoning'.
267
+ */
268
+ type?: 'reasoning';
269
+ }
270
+ namespace OpenAIResponseOutputMessageReasoningItem {
271
+ /**
272
+ * A summary of reasoning output from the model.
273
+ */
274
+ interface Summary {
275
+ /**
276
+ * The summary text of the reasoning output.
277
+ */
278
+ text: string;
279
+ /**
280
+ * The type identifier, always 'summary_text'.
281
+ */
282
+ type?: 'summary_text';
283
+ }
284
+ /**
285
+ * Reasoning text from the model.
286
+ */
287
+ interface Content {
288
+ /**
289
+ * The reasoning text content from the model.
290
+ */
291
+ text: string;
292
+ /**
293
+ * The type identifier, always 'reasoning_text'.
294
+ */
295
+ type?: 'reasoning_text';
296
+ }
297
+ }
298
+ /**
299
+ * This represents the output of a function call that gets passed back to the
300
+ * model.
301
+ */
302
+ interface OpenAIResponseInputFunctionToolCallOutput {
303
+ call_id: string;
304
+ output: string | Array<OpenAIResponseInputFunctionToolCallOutput.OpenAIResponseInputMessageContentText | OpenAIResponseInputFunctionToolCallOutput.OpenAIResponseInputMessageContentImage | OpenAIResponseInputFunctionToolCallOutput.OpenAIResponseInputMessageContentFile>;
305
+ id?: string | null;
306
+ status?: string | null;
307
+ type?: 'function_call_output';
308
+ }
309
+ namespace OpenAIResponseInputFunctionToolCallOutput {
310
+ /**
311
+ * Text content for input messages in OpenAI response format.
312
+ */
313
+ interface OpenAIResponseInputMessageContentText {
314
+ text: string;
315
+ type?: 'input_text';
316
+ }
317
+ /**
318
+ * Image content for input messages in OpenAI response format.
319
+ */
320
+ interface OpenAIResponseInputMessageContentImage {
321
+ detail?: 'low' | 'high' | 'auto';
322
+ file_id?: string | null;
323
+ image_url?: string | null;
324
+ type?: 'input_image';
325
+ }
326
+ /**
327
+ * File content for input messages in OpenAI response format.
328
+ */
329
+ interface OpenAIResponseInputMessageContentFile {
330
+ file_data?: string | null;
331
+ file_id?: string | null;
332
+ file_url?: string | null;
333
+ filename?: string | null;
334
+ type?: 'input_file';
335
+ }
336
+ }
337
+ /**
338
+ * A response to an MCP approval request.
339
+ */
340
+ interface OpenAIResponseMcpApprovalResponse {
341
+ approval_request_id: string;
342
+ approve: boolean;
343
+ id?: string | null;
344
+ reason?: string | null;
345
+ type?: 'mcp_approval_response';
346
+ }
347
+ /**
348
+ * A compaction item that summarizes prior conversation context.
349
+ */
350
+ interface OpenAIResponseCompaction {
351
+ encrypted_content: string;
352
+ id?: string | null;
353
+ type?: 'compaction';
354
+ }
355
+ }
356
+ export interface InputItemListParams {
357
+ /**
358
+ * An item ID to list items after, used for pagination.
359
+ */
360
+ after?: string | null;
361
+ /**
362
+ * An item ID to list items before, used for pagination.
363
+ */
364
+ before?: string | null;
365
+ /**
366
+ * Additional fields to include in the response.
367
+ */
368
+ include?: Array<'web_search_call.action.sources' | 'code_interpreter_call.outputs' | 'computer_call_output.output.image_url' | 'file_search_call.results' | 'message.input_image.image_url' | 'message.output_text.logprobs' | 'reasoning.encrypted_content'> | null;
369
+ /**
370
+ * A limit on the number of objects to be returned. Limit can range between 1 and
371
+ * 100, and the default is 20.
372
+ */
373
+ limit?: number | null;
374
+ /**
375
+ * The order to return the input items in.
376
+ */
377
+ order?: 'asc' | 'desc' | null;
378
+ }
379
+ export declare namespace InputItems {
380
+ export { type InputItemListResponse as InputItemListResponse, type InputItemListParams as InputItemListParams, };
381
+ }
382
+ //# sourceMappingURL=input-items.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-items.d.ts","sourceRoot":"","sources":["../../src/resources/responses/input-items.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // Copyright (c) The OGX Contributors.
3
+ // All rights reserved.
4
+ //
5
+ // This source code is licensed under the terms described in the LICENSE file in
6
+ // the root directory of this source tree.
7
+ //
8
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.InputItems = void 0;
11
+ const resource_1 = require("../../resource.js");
12
+ const core_1 = require("../../core.js");
13
+ /**
14
+ * OpenAI Responses API for agent orchestration with tool use, multi-turn conversations, and background processing.
15
+ */
16
+ class InputItems extends resource_1.APIResource {
17
+ list(responseId, query = {}, options) {
18
+ if ((0, core_1.isRequestOptions)(query)) {
19
+ return this.list(responseId, {}, query);
20
+ }
21
+ return this._client.get(`/v1/responses/${responseId}/input_items`, { query, ...options });
22
+ }
23
+ }
24
+ exports.InputItems = InputItems;
25
+ //# sourceMappingURL=input-items.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-items.js","sourceRoot":"","sources":["../../src/resources/responses/input-items.ts"],"names":[],"mappings":";AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAG9C;;GAEG;AACH,MAAa,UAAW,SAAQ,sBAAW;IAUzC,IAAI,CACF,UAAkB,EAClB,QAAmD,EAAE,EACrD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACzC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,UAAU,cAAc,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5F,CAAC;CACF;AApBD,gCAoBC"}
@@ -0,0 +1,21 @@
1
+ // Copyright (c) The OGX Contributors.
2
+ // All rights reserved.
3
+ //
4
+ // This source code is licensed under the terms described in the LICENSE file in
5
+ // the root directory of this source tree.
6
+ //
7
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
8
+ import { APIResource } from "../../resource.mjs";
9
+ import { isRequestOptions } from "../../core.mjs";
10
+ /**
11
+ * OpenAI Responses API for agent orchestration with tool use, multi-turn conversations, and background processing.
12
+ */
13
+ export class InputItems extends APIResource {
14
+ list(responseId, query = {}, options) {
15
+ if (isRequestOptions(query)) {
16
+ return this.list(responseId, {}, query);
17
+ }
18
+ return this._client.get(`/v1/responses/${responseId}/input_items`, { query, ...options });
19
+ }
20
+ }
21
+ //# sourceMappingURL=input-items.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-items.mjs","sourceRoot":"","sources":["../../src/resources/responses/input-items.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,uBAAuB;AACvB,EAAE;AACF,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;AAG3B;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IAUzC,IAAI,CACF,UAAkB,EAClB,QAAmD,EAAE,EACrD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACzC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,UAAU,cAAc,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5F,CAAC;CACF"}