llama-stack-client 0.4.3-rc3 → 0.4.4

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 (810) hide show
  1. package/.devcontainer/devcontainer.json +15 -0
  2. package/.eslintrc.js +16 -0
  3. package/.github/workflows/ci.yml +88 -0
  4. package/.github/workflows/integration-tests.yml +133 -0
  5. package/.github/workflows/release-doctor.yml +19 -0
  6. package/.gitignore +12 -0
  7. package/.prettierignore +7 -0
  8. package/.prettierrc.json +7 -0
  9. package/.release-please-manifest.json +3 -0
  10. package/.stats.yml +4 -0
  11. package/Brewfile +1 -0
  12. package/CODE_OF_CONDUCT.md +80 -0
  13. package/CONTRIBUTING.md +98 -0
  14. package/README.md +22 -31
  15. package/SECURITY.md +27 -0
  16. package/api.md +484 -0
  17. package/bin/check-release-environment +18 -0
  18. package/bin/publish-npm +61 -0
  19. package/dist/CHANGELOG.md +352 -0
  20. package/dist/LICENSE +7 -0
  21. package/dist/README.md +355 -0
  22. package/{index.d.mts → dist/index.d.mts} +6 -12
  23. package/{index.d.ts → dist/index.d.ts} +6 -12
  24. package/{index.d.ts.map → dist/index.d.ts.map} +1 -1
  25. package/{index.js.map → dist/index.js.map} +1 -1
  26. package/dist/index.mjs.map +1 -0
  27. package/dist/package.json +108 -0
  28. package/{resources → dist/resources}/alpha/alpha.d.ts +2 -6
  29. package/dist/resources/alpha/alpha.d.ts.map +1 -0
  30. package/{resources → dist/resources}/alpha/alpha.js +0 -4
  31. package/dist/resources/alpha/alpha.js.map +1 -0
  32. package/{resources → dist/resources}/alpha/alpha.mjs +0 -4
  33. package/dist/resources/alpha/alpha.mjs.map +1 -0
  34. package/{resources → dist/resources}/alpha/benchmarks.d.ts +1 -37
  35. package/dist/resources/alpha/benchmarks.d.ts.map +1 -0
  36. package/{resources → dist/resources}/alpha/index.d.ts +1 -2
  37. package/dist/resources/alpha/index.d.ts.map +1 -0
  38. package/{resources → dist/resources}/alpha/index.js +1 -3
  39. package/dist/resources/alpha/index.js.map +1 -0
  40. package/{resources → dist/resources}/alpha/index.mjs +0 -1
  41. package/{resources → dist/resources}/alpha/index.mjs.map +1 -1
  42. package/dist/resources/alpha/post-training/index.d.ts +3 -0
  43. package/dist/resources/alpha/post-training/index.d.ts.map +1 -0
  44. package/{resources → dist/resources}/alpha/post-training/index.js.map +1 -1
  45. package/{resources → dist/resources}/alpha/post-training/index.mjs.map +1 -1
  46. package/{resources → dist/resources}/alpha/post-training/job.d.ts +4 -1
  47. package/dist/resources/alpha/post-training/job.d.ts.map +1 -0
  48. package/{resources → dist/resources}/alpha/post-training/post-training.d.ts +3 -6
  49. package/dist/resources/alpha/post-training/post-training.d.ts.map +1 -0
  50. package/{resources → dist/resources}/alpha/post-training/post-training.js.map +1 -1
  51. package/{resources → dist/resources}/alpha/post-training/post-training.mjs.map +1 -1
  52. package/{resources → dist/resources}/beta/datasets.d.ts +8 -89
  53. package/dist/resources/beta/datasets.d.ts.map +1 -0
  54. package/{resources → dist/resources}/chat/chat.d.ts +2 -2
  55. package/{resources → dist/resources}/chat/chat.d.ts.map +1 -1
  56. package/{resources → dist/resources}/chat/completions.d.ts +6 -6
  57. package/dist/resources/chat/completions.d.ts.map +1 -0
  58. package/{resources → dist/resources}/completions.d.ts +2 -2
  59. package/dist/resources/completions.d.ts.map +1 -0
  60. package/{resources → dist/resources}/conversations/conversations.d.ts +4 -32
  61. package/dist/resources/conversations/conversations.d.ts.map +1 -0
  62. package/{resources → dist/resources}/conversations/conversations.js.map +1 -1
  63. package/{resources → dist/resources}/conversations/conversations.mjs.map +1 -1
  64. package/{resources → dist/resources}/conversations/items.d.ts +12 -124
  65. package/dist/resources/conversations/items.d.ts.map +1 -0
  66. package/{resources → dist/resources}/conversations/items.js.map +1 -1
  67. package/{resources → dist/resources}/conversations/items.mjs.map +1 -1
  68. package/{resources → dist/resources}/index.d.ts +3 -3
  69. package/dist/resources/index.d.ts.map +1 -0
  70. package/{resources → dist/resources}/index.js.map +1 -1
  71. package/{resources → dist/resources}/index.mjs.map +1 -1
  72. package/dist/resources/inspect.d.ts +56 -0
  73. package/dist/resources/inspect.d.ts.map +1 -0
  74. package/{resources → dist/resources}/inspect.js +4 -0
  75. package/dist/resources/inspect.js.map +1 -0
  76. package/{resources → dist/resources}/inspect.mjs +4 -0
  77. package/dist/resources/inspect.mjs.map +1 -0
  78. package/dist/resources/providers.d.ts +28 -0
  79. package/dist/resources/providers.d.ts.map +1 -0
  80. package/{resources → dist/resources}/providers.js +4 -0
  81. package/dist/resources/providers.js.map +1 -0
  82. package/{resources → dist/resources}/providers.mjs +4 -0
  83. package/dist/resources/providers.mjs.map +1 -0
  84. package/{resources → dist/resources}/responses/input-items.d.ts +8 -64
  85. package/dist/resources/responses/input-items.d.ts.map +1 -0
  86. package/{resources → dist/resources}/responses/responses.d.ts +31 -479
  87. package/dist/resources/responses/responses.d.ts.map +1 -0
  88. package/{resources → dist/resources}/responses/responses.js.map +1 -1
  89. package/{resources → dist/resources}/responses/responses.mjs.map +1 -1
  90. package/dist/resources/routes.d.ts +26 -0
  91. package/dist/resources/routes.d.ts.map +1 -0
  92. package/{resources → dist/resources}/routes.js.map +1 -1
  93. package/{resources → dist/resources}/routes.mjs.map +1 -1
  94. package/{resources → dist/resources}/shared.d.ts +0 -86
  95. package/dist/resources/shared.d.ts.map +1 -0
  96. package/dist/src/_shims/MultipartBody.ts +15 -0
  97. package/dist/src/_shims/README.md +46 -0
  98. package/dist/src/_shims/auto/runtime-bun.ts +10 -0
  99. package/dist/src/_shims/auto/runtime-node.ts +10 -0
  100. package/dist/src/_shims/auto/runtime.ts +10 -0
  101. package/dist/src/_shims/auto/types-node.ts +10 -0
  102. package/dist/src/_shims/auto/types.d.ts +107 -0
  103. package/dist/src/_shims/auto/types.js +9 -0
  104. package/dist/src/_shims/auto/types.mjs +10 -0
  105. package/dist/src/_shims/bun-runtime.ts +20 -0
  106. package/dist/src/_shims/index.d.ts +89 -0
  107. package/dist/src/_shims/index.js +23 -0
  108. package/dist/src/_shims/index.mjs +18 -0
  109. package/dist/src/_shims/manual-types.d.ts +18 -0
  110. package/dist/src/_shims/manual-types.js +9 -0
  111. package/dist/src/_shims/manual-types.mjs +10 -0
  112. package/dist/src/_shims/node-runtime.ts +87 -0
  113. package/dist/src/_shims/node-types.d.ts +48 -0
  114. package/dist/src/_shims/node-types.js +9 -0
  115. package/dist/src/_shims/node-types.mjs +10 -0
  116. package/dist/src/_shims/registry.ts +73 -0
  117. package/dist/src/_shims/web-runtime.ts +109 -0
  118. package/dist/src/_shims/web-types.d.ts +89 -0
  119. package/dist/src/_shims/web-types.js +9 -0
  120. package/dist/src/_shims/web-types.mjs +10 -0
  121. package/dist/src/core.ts +1259 -0
  122. package/dist/src/error.ts +137 -0
  123. package/dist/src/index.ts +591 -0
  124. package/dist/src/internal/decoders/line.ts +182 -0
  125. package/dist/src/internal/qs/LICENSE.md +13 -0
  126. package/dist/src/internal/qs/README.md +3 -0
  127. package/dist/src/internal/qs/formats.ts +15 -0
  128. package/dist/src/internal/qs/index.ts +19 -0
  129. package/dist/src/internal/qs/stringify.ts +394 -0
  130. package/dist/src/internal/qs/types.ts +77 -0
  131. package/dist/src/internal/qs/utils.ts +271 -0
  132. package/dist/src/internal/stream-utils.ts +38 -0
  133. package/dist/src/lib/.keep +4 -0
  134. package/dist/src/lib/response-helpers.ts +60 -0
  135. package/dist/src/pagination.ts +134 -0
  136. package/dist/src/resource.ts +18 -0
  137. package/dist/src/resources/alpha/alpha.ts +85 -0
  138. package/dist/src/resources/alpha/benchmarks.ts +116 -0
  139. package/dist/src/resources/alpha/eval/eval.ts +234 -0
  140. package/dist/src/resources/alpha/eval/index.ts +19 -0
  141. package/dist/src/resources/alpha/eval/jobs.ts +41 -0
  142. package/dist/src/resources/alpha/eval.ts +10 -0
  143. package/dist/src/resources/alpha/index.ts +34 -0
  144. package/dist/src/resources/alpha/inference.ts +132 -0
  145. package/dist/src/resources/alpha/post-training/index.ts +25 -0
  146. package/dist/src/resources/alpha/post-training/job.ts +182 -0
  147. package/dist/src/resources/alpha/post-training/post-training.ts +369 -0
  148. package/dist/src/resources/alpha/post-training.ts +9 -0
  149. package/dist/src/resources/alpha.ts +9 -0
  150. package/dist/src/resources/batches.ts +572 -0
  151. package/dist/src/resources/beta/beta.ts +41 -0
  152. package/dist/src/resources/beta/datasets.ts +350 -0
  153. package/dist/src/resources/beta/index.ts +20 -0
  154. package/dist/src/resources/beta.ts +9 -0
  155. package/dist/src/resources/chat/chat.ts +246 -0
  156. package/dist/src/resources/chat/completions.ts +1875 -0
  157. package/dist/src/resources/chat/index.ts +19 -0
  158. package/dist/src/resources/chat.ts +9 -0
  159. package/dist/src/resources/completions.ts +235 -0
  160. package/dist/src/resources/conversations/conversations.ts +455 -0
  161. package/dist/src/resources/conversations/index.ts +25 -0
  162. package/dist/src/resources/conversations/items.ts +1221 -0
  163. package/dist/src/resources/conversations.ts +9 -0
  164. package/dist/src/resources/embeddings.ts +84 -0
  165. package/dist/src/resources/files.ts +184 -0
  166. package/dist/src/resources/index.ts +139 -0
  167. package/dist/src/resources/inspect.ts +81 -0
  168. package/dist/src/resources/models/index.ts +18 -0
  169. package/dist/src/resources/models/models.ts +179 -0
  170. package/dist/src/resources/models/openai.ts +22 -0
  171. package/dist/src/resources/models.ts +9 -0
  172. package/dist/src/resources/moderations.ts +61 -0
  173. package/dist/src/resources/prompts/index.ts +19 -0
  174. package/dist/src/resources/prompts/prompts.ts +171 -0
  175. package/dist/src/resources/prompts/versions.ts +26 -0
  176. package/dist/src/resources/prompts.ts +9 -0
  177. package/dist/src/resources/providers.ts +49 -0
  178. package/dist/src/resources/responses/index.ts +21 -0
  179. package/dist/src/resources/responses/input-items.ts +508 -0
  180. package/dist/src/resources/responses/responses.ts +3689 -0
  181. package/dist/src/resources/responses.ts +9 -0
  182. package/dist/src/resources/routes.ts +56 -0
  183. package/dist/src/resources/safety.ts +241 -0
  184. package/dist/src/resources/scoring-functions.ts +343 -0
  185. package/dist/src/resources/scoring.ts +197 -0
  186. package/dist/src/resources/shared.ts +418 -0
  187. package/dist/src/resources/shields.ts +98 -0
  188. package/dist/src/resources/tool-runtime.ts +217 -0
  189. package/dist/src/resources/toolgroups.ts +135 -0
  190. package/dist/src/resources/tools.ts +52 -0
  191. package/dist/src/resources/vector-io.ts +468 -0
  192. package/dist/src/resources/vector-stores/file-batches.ts +201 -0
  193. package/dist/src/resources/vector-stores/files.ts +358 -0
  194. package/dist/src/resources/vector-stores/index.ts +38 -0
  195. package/dist/src/resources/vector-stores/vector-stores.ts +402 -0
  196. package/dist/src/resources/vector-stores.ts +9 -0
  197. package/dist/src/resources.ts +7 -0
  198. package/dist/src/shims/node.ts +56 -0
  199. package/dist/src/shims/web.ts +56 -0
  200. package/dist/src/streaming.ts +297 -0
  201. package/dist/src/uploads.ts +261 -0
  202. package/dist/src/version.ts +7 -0
  203. package/dist/version.d.ts +2 -0
  204. package/dist/version.d.ts.map +1 -0
  205. package/{version.js → dist/version.js} +1 -1
  206. package/{version.js.map → dist/version.js.map} +1 -1
  207. package/dist/version.mjs +7 -0
  208. package/{version.mjs.map → dist/version.mjs.map} +1 -1
  209. package/examples/.keep +4 -0
  210. package/jest.config.ts +29 -0
  211. package/package.json +55 -35
  212. package/release-please-config.json +64 -0
  213. package/scripts/bootstrap +30 -0
  214. package/scripts/build +56 -0
  215. package/scripts/fast-format +40 -0
  216. package/scripts/format +8 -0
  217. package/scripts/lint +11 -0
  218. package/scripts/mock +41 -0
  219. package/scripts/test +56 -0
  220. package/scripts/utils/check-is-in-git-install.sh +15 -0
  221. package/scripts/utils/check-version.cjs +27 -0
  222. package/scripts/utils/fix-index-exports.cjs +21 -0
  223. package/scripts/utils/git-swap.sh +19 -0
  224. package/scripts/utils/make-dist-package-json.cjs +28 -0
  225. package/scripts/utils/postprocess-files.cjs +172 -0
  226. package/scripts/utils/upload-artifact.sh +33 -0
  227. package/src/_shims/auto/runtime-deno.ts +10 -0
  228. package/src/_shims/auto/types-deno.ts +10 -0
  229. package/src/_shims/auto/types.d.ts +18 -18
  230. package/src/_shims/index-deno.ts +118 -0
  231. package/src/_shims/index.d.ts +1 -1
  232. package/src/_shims/index.mjs +1 -1
  233. package/src/index.ts +16 -11
  234. package/src/resources/alpha/alpha.ts +0 -8
  235. package/src/resources/alpha/benchmarks.ts +1 -37
  236. package/src/resources/alpha/index.ts +0 -2
  237. package/src/resources/alpha/post-training/index.ts +1 -1
  238. package/src/resources/alpha/post-training/job.ts +5 -0
  239. package/src/resources/alpha/post-training/post-training.ts +2 -5
  240. package/src/resources/beta/datasets.ts +8 -89
  241. package/src/resources/chat/chat.ts +4 -4
  242. package/src/resources/chat/completions.ts +12 -12
  243. package/src/resources/completions.ts +4 -4
  244. package/src/resources/conversations/conversations.ts +7 -43
  245. package/src/resources/conversations/items.ts +21 -165
  246. package/src/resources/index.ts +3 -3
  247. package/src/resources/inspect.ts +57 -3
  248. package/src/resources/providers.ts +16 -5
  249. package/src/resources/responses/input-items.ts +14 -86
  250. package/src/resources/responses/responses.ts +45 -654
  251. package/src/resources/routes.ts +14 -10
  252. package/src/resources/shared.ts +0 -95
  253. package/src/version.ts +1 -1
  254. package/tests/api-resources/alpha/benchmarks.test.ts +94 -0
  255. package/tests/api-resources/alpha/eval/eval.test.ts +186 -0
  256. package/tests/api-resources/alpha/eval/jobs.test.ts +68 -0
  257. package/tests/api-resources/alpha/inference.test.ts +38 -0
  258. package/tests/api-resources/alpha/post-training/job.test.ts +77 -0
  259. package/tests/api-resources/alpha/post-training/post-training.test.ts +124 -0
  260. package/tests/api-resources/batches.test.ts +100 -0
  261. package/tests/api-resources/beta/datasets.test.ts +135 -0
  262. package/tests/api-resources/chat/completions.test.ts +102 -0
  263. package/tests/api-resources/completions.test.ts +48 -0
  264. package/tests/api-resources/conversations/conversations.test.ts +76 -0
  265. package/tests/api-resources/conversations/items.test.ts +98 -0
  266. package/tests/api-resources/embeddings.test.ts +35 -0
  267. package/tests/api-resources/files.test.ts +118 -0
  268. package/tests/api-resources/inspect.test.ts +50 -0
  269. package/tests/api-resources/models/models.test.ts +89 -0
  270. package/tests/api-resources/models/openai.test.ts +32 -0
  271. package/tests/api-resources/moderations.test.ts +29 -0
  272. package/tests/api-resources/prompts/prompts.test.ts +125 -0
  273. package/tests/api-resources/prompts/versions.test.ts +32 -0
  274. package/tests/api-resources/providers.test.ts +50 -0
  275. package/tests/api-resources/responses/input-items.test.ts +43 -0
  276. package/tests/api-resources/responses/responses.test.ts +118 -0
  277. package/tests/api-resources/routes.test.ts +39 -0
  278. package/tests/api-resources/safety.test.ts +37 -0
  279. package/tests/api-resources/scoring-functions.test.ts +100 -0
  280. package/tests/api-resources/scoring.test.ts +73 -0
  281. package/tests/api-resources/shields.test.ts +88 -0
  282. package/tests/api-resources/tool-runtime.test.ts +61 -0
  283. package/tests/api-resources/toolgroups.test.ts +91 -0
  284. package/tests/api-resources/tools.test.ts +57 -0
  285. package/tests/api-resources/vector-io.test.ts +75 -0
  286. package/tests/api-resources/vector-stores/file-batches.test.ts +107 -0
  287. package/tests/api-resources/vector-stores/files.test.ts +147 -0
  288. package/tests/api-resources/vector-stores/vector-stores.test.ts +122 -0
  289. package/tests/form.test.ts +71 -0
  290. package/tests/index.test.ts +438 -0
  291. package/tests/internal/decoders/line.test.ts +134 -0
  292. package/tests/qs/empty-keys-cases.ts +277 -0
  293. package/tests/qs/stringify.test.ts +2238 -0
  294. package/tests/qs/utils.test.ts +175 -0
  295. package/tests/responses.test.ts +91 -0
  296. package/tests/streaming.test.ts +250 -0
  297. package/tests/stringifyQuery.test.ts +29 -0
  298. package/tests/uploads.test.ts +71 -0
  299. package/tsc-multi.json +7 -0
  300. package/tsconfig.build.json +18 -0
  301. package/tsconfig.deno.json +15 -0
  302. package/tsconfig.dist-src.json +11 -0
  303. package/tsconfig.json +38 -0
  304. package/index.mjs.map +0 -1
  305. package/resources/alpha/admin.d.ts +0 -41
  306. package/resources/alpha/admin.d.ts.map +0 -1
  307. package/resources/alpha/admin.js +0 -46
  308. package/resources/alpha/admin.js.map +0 -1
  309. package/resources/alpha/admin.mjs +0 -42
  310. package/resources/alpha/admin.mjs.map +0 -1
  311. package/resources/alpha/alpha.d.ts.map +0 -1
  312. package/resources/alpha/alpha.js.map +0 -1
  313. package/resources/alpha/alpha.mjs.map +0 -1
  314. package/resources/alpha/benchmarks.d.ts.map +0 -1
  315. package/resources/alpha/index.d.ts.map +0 -1
  316. package/resources/alpha/index.js.map +0 -1
  317. package/resources/alpha/post-training/index.d.ts +0 -3
  318. package/resources/alpha/post-training/index.d.ts.map +0 -1
  319. package/resources/alpha/post-training/job.d.ts.map +0 -1
  320. package/resources/alpha/post-training/post-training.d.ts.map +0 -1
  321. package/resources/beta/datasets.d.ts.map +0 -1
  322. package/resources/chat/completions.d.ts.map +0 -1
  323. package/resources/completions.d.ts.map +0 -1
  324. package/resources/conversations/conversations.d.ts.map +0 -1
  325. package/resources/conversations/items.d.ts.map +0 -1
  326. package/resources/index.d.ts.map +0 -1
  327. package/resources/inspect.d.ts +0 -14
  328. package/resources/inspect.d.ts.map +0 -1
  329. package/resources/inspect.js.map +0 -1
  330. package/resources/inspect.mjs.map +0 -1
  331. package/resources/providers.d.ts +0 -21
  332. package/resources/providers.d.ts.map +0 -1
  333. package/resources/providers.js.map +0 -1
  334. package/resources/providers.mjs.map +0 -1
  335. package/resources/responses/input-items.d.ts.map +0 -1
  336. package/resources/responses/responses.d.ts.map +0 -1
  337. package/resources/routes.d.ts +0 -27
  338. package/resources/routes.d.ts.map +0 -1
  339. package/resources/shared.d.ts.map +0 -1
  340. package/src/resources/alpha/admin.ts +0 -84
  341. package/version.d.ts +0 -2
  342. package/version.d.ts.map +0 -1
  343. package/version.mjs +0 -7
  344. /package/{_shims → dist/_shims}/MultipartBody.d.ts +0 -0
  345. /package/{_shims → dist/_shims}/MultipartBody.d.ts.map +0 -0
  346. /package/{_shims → dist/_shims}/MultipartBody.js +0 -0
  347. /package/{_shims → dist/_shims}/MultipartBody.js.map +0 -0
  348. /package/{_shims → dist/_shims}/MultipartBody.mjs +0 -0
  349. /package/{_shims → dist/_shims}/MultipartBody.mjs.map +0 -0
  350. /package/{_shims → dist/_shims}/README.md +0 -0
  351. /package/{_shims → dist/_shims}/auto/runtime-bun.d.ts +0 -0
  352. /package/{_shims → dist/_shims}/auto/runtime-bun.d.ts.map +0 -0
  353. /package/{_shims → dist/_shims}/auto/runtime-bun.js +0 -0
  354. /package/{_shims → dist/_shims}/auto/runtime-bun.js.map +0 -0
  355. /package/{_shims → dist/_shims}/auto/runtime-bun.mjs +0 -0
  356. /package/{_shims → dist/_shims}/auto/runtime-bun.mjs.map +0 -0
  357. /package/{_shims → dist/_shims}/auto/runtime-node.d.ts +0 -0
  358. /package/{_shims → dist/_shims}/auto/runtime-node.d.ts.map +0 -0
  359. /package/{_shims → dist/_shims}/auto/runtime-node.js +0 -0
  360. /package/{_shims → dist/_shims}/auto/runtime-node.js.map +0 -0
  361. /package/{_shims → dist/_shims}/auto/runtime-node.mjs +0 -0
  362. /package/{_shims → dist/_shims}/auto/runtime-node.mjs.map +0 -0
  363. /package/{_shims → dist/_shims}/auto/runtime.d.ts +0 -0
  364. /package/{_shims → dist/_shims}/auto/runtime.d.ts.map +0 -0
  365. /package/{_shims → dist/_shims}/auto/runtime.js +0 -0
  366. /package/{_shims → dist/_shims}/auto/runtime.js.map +0 -0
  367. /package/{_shims → dist/_shims}/auto/runtime.mjs +0 -0
  368. /package/{_shims → dist/_shims}/auto/runtime.mjs.map +0 -0
  369. /package/{_shims → dist/_shims}/auto/types-node.d.ts +0 -0
  370. /package/{_shims → dist/_shims}/auto/types-node.d.ts.map +0 -0
  371. /package/{_shims → dist/_shims}/auto/types-node.js +0 -0
  372. /package/{_shims → dist/_shims}/auto/types-node.js.map +0 -0
  373. /package/{_shims → dist/_shims}/auto/types-node.mjs +0 -0
  374. /package/{_shims → dist/_shims}/auto/types-node.mjs.map +0 -0
  375. /package/{_shims → dist/_shims}/auto/types.d.ts +0 -0
  376. /package/{_shims → dist/_shims}/auto/types.js +0 -0
  377. /package/{_shims → dist/_shims}/auto/types.mjs +0 -0
  378. /package/{_shims → dist/_shims}/bun-runtime.d.ts +0 -0
  379. /package/{_shims → dist/_shims}/bun-runtime.d.ts.map +0 -0
  380. /package/{_shims → dist/_shims}/bun-runtime.js +0 -0
  381. /package/{_shims → dist/_shims}/bun-runtime.js.map +0 -0
  382. /package/{_shims → dist/_shims}/bun-runtime.mjs +0 -0
  383. /package/{_shims → dist/_shims}/bun-runtime.mjs.map +0 -0
  384. /package/{_shims → dist/_shims}/index.d.ts +0 -0
  385. /package/{_shims → dist/_shims}/index.js +0 -0
  386. /package/{_shims → dist/_shims}/index.mjs +0 -0
  387. /package/{_shims → dist/_shims}/manual-types.d.ts +0 -0
  388. /package/{_shims → dist/_shims}/manual-types.js +0 -0
  389. /package/{_shims → dist/_shims}/manual-types.mjs +0 -0
  390. /package/{_shims → dist/_shims}/node-runtime.d.ts +0 -0
  391. /package/{_shims → dist/_shims}/node-runtime.d.ts.map +0 -0
  392. /package/{_shims → dist/_shims}/node-runtime.js +0 -0
  393. /package/{_shims → dist/_shims}/node-runtime.js.map +0 -0
  394. /package/{_shims → dist/_shims}/node-runtime.mjs +0 -0
  395. /package/{_shims → dist/_shims}/node-runtime.mjs.map +0 -0
  396. /package/{_shims → dist/_shims}/node-types.d.ts +0 -0
  397. /package/{_shims → dist/_shims}/node-types.js +0 -0
  398. /package/{_shims → dist/_shims}/node-types.mjs +0 -0
  399. /package/{_shims → dist/_shims}/registry.d.ts +0 -0
  400. /package/{_shims → dist/_shims}/registry.d.ts.map +0 -0
  401. /package/{_shims → dist/_shims}/registry.js +0 -0
  402. /package/{_shims → dist/_shims}/registry.js.map +0 -0
  403. /package/{_shims → dist/_shims}/registry.mjs +0 -0
  404. /package/{_shims → dist/_shims}/registry.mjs.map +0 -0
  405. /package/{_shims → dist/_shims}/web-runtime.d.ts +0 -0
  406. /package/{_shims → dist/_shims}/web-runtime.d.ts.map +0 -0
  407. /package/{_shims → dist/_shims}/web-runtime.js +0 -0
  408. /package/{_shims → dist/_shims}/web-runtime.js.map +0 -0
  409. /package/{_shims → dist/_shims}/web-runtime.mjs +0 -0
  410. /package/{_shims → dist/_shims}/web-runtime.mjs.map +0 -0
  411. /package/{_shims → dist/_shims}/web-types.d.ts +0 -0
  412. /package/{_shims → dist/_shims}/web-types.js +0 -0
  413. /package/{_shims → dist/_shims}/web-types.mjs +0 -0
  414. /package/{core.d.ts → dist/core.d.ts} +0 -0
  415. /package/{core.d.ts.map → dist/core.d.ts.map} +0 -0
  416. /package/{core.js → dist/core.js} +0 -0
  417. /package/{core.js.map → dist/core.js.map} +0 -0
  418. /package/{core.mjs → dist/core.mjs} +0 -0
  419. /package/{core.mjs.map → dist/core.mjs.map} +0 -0
  420. /package/{error.d.ts → dist/error.d.ts} +0 -0
  421. /package/{error.d.ts.map → dist/error.d.ts.map} +0 -0
  422. /package/{error.js → dist/error.js} +0 -0
  423. /package/{error.js.map → dist/error.js.map} +0 -0
  424. /package/{error.mjs → dist/error.mjs} +0 -0
  425. /package/{error.mjs.map → dist/error.mjs.map} +0 -0
  426. /package/{index.js → dist/index.js} +0 -0
  427. /package/{index.mjs → dist/index.mjs} +0 -0
  428. /package/{internal → dist/internal}/decoders/line.d.ts +0 -0
  429. /package/{internal → dist/internal}/decoders/line.d.ts.map +0 -0
  430. /package/{internal → dist/internal}/decoders/line.js +0 -0
  431. /package/{internal → dist/internal}/decoders/line.js.map +0 -0
  432. /package/{internal → dist/internal}/decoders/line.mjs +0 -0
  433. /package/{internal → dist/internal}/decoders/line.mjs.map +0 -0
  434. /package/{internal → dist/internal}/qs/formats.d.ts +0 -0
  435. /package/{internal → dist/internal}/qs/formats.d.ts.map +0 -0
  436. /package/{internal → dist/internal}/qs/formats.js +0 -0
  437. /package/{internal → dist/internal}/qs/formats.js.map +0 -0
  438. /package/{internal → dist/internal}/qs/formats.mjs +0 -0
  439. /package/{internal → dist/internal}/qs/formats.mjs.map +0 -0
  440. /package/{internal → dist/internal}/qs/index.d.ts +0 -0
  441. /package/{internal → dist/internal}/qs/index.d.ts.map +0 -0
  442. /package/{internal → dist/internal}/qs/index.js +0 -0
  443. /package/{internal → dist/internal}/qs/index.js.map +0 -0
  444. /package/{internal → dist/internal}/qs/index.mjs +0 -0
  445. /package/{internal → dist/internal}/qs/index.mjs.map +0 -0
  446. /package/{internal → dist/internal}/qs/stringify.d.ts +0 -0
  447. /package/{internal → dist/internal}/qs/stringify.d.ts.map +0 -0
  448. /package/{internal → dist/internal}/qs/stringify.js +0 -0
  449. /package/{internal → dist/internal}/qs/stringify.js.map +0 -0
  450. /package/{internal → dist/internal}/qs/stringify.mjs +0 -0
  451. /package/{internal → dist/internal}/qs/stringify.mjs.map +0 -0
  452. /package/{internal → dist/internal}/qs/types.d.ts +0 -0
  453. /package/{internal → dist/internal}/qs/types.d.ts.map +0 -0
  454. /package/{internal → dist/internal}/qs/types.js +0 -0
  455. /package/{internal → dist/internal}/qs/types.js.map +0 -0
  456. /package/{internal → dist/internal}/qs/types.mjs +0 -0
  457. /package/{internal → dist/internal}/qs/types.mjs.map +0 -0
  458. /package/{internal → dist/internal}/qs/utils.d.ts +0 -0
  459. /package/{internal → dist/internal}/qs/utils.d.ts.map +0 -0
  460. /package/{internal → dist/internal}/qs/utils.js +0 -0
  461. /package/{internal → dist/internal}/qs/utils.js.map +0 -0
  462. /package/{internal → dist/internal}/qs/utils.mjs +0 -0
  463. /package/{internal → dist/internal}/qs/utils.mjs.map +0 -0
  464. /package/{internal → dist/internal}/stream-utils.d.ts +0 -0
  465. /package/{internal → dist/internal}/stream-utils.d.ts.map +0 -0
  466. /package/{internal → dist/internal}/stream-utils.js +0 -0
  467. /package/{internal → dist/internal}/stream-utils.js.map +0 -0
  468. /package/{internal → dist/internal}/stream-utils.mjs +0 -0
  469. /package/{internal → dist/internal}/stream-utils.mjs.map +0 -0
  470. /package/{lib → dist/lib}/response-helpers.d.ts +0 -0
  471. /package/{lib → dist/lib}/response-helpers.d.ts.map +0 -0
  472. /package/{lib → dist/lib}/response-helpers.js +0 -0
  473. /package/{lib → dist/lib}/response-helpers.js.map +0 -0
  474. /package/{lib → dist/lib}/response-helpers.mjs +0 -0
  475. /package/{lib → dist/lib}/response-helpers.mjs.map +0 -0
  476. /package/{pagination.d.ts → dist/pagination.d.ts} +0 -0
  477. /package/{pagination.d.ts.map → dist/pagination.d.ts.map} +0 -0
  478. /package/{pagination.js → dist/pagination.js} +0 -0
  479. /package/{pagination.js.map → dist/pagination.js.map} +0 -0
  480. /package/{pagination.mjs → dist/pagination.mjs} +0 -0
  481. /package/{pagination.mjs.map → dist/pagination.mjs.map} +0 -0
  482. /package/{resource.d.ts → dist/resource.d.ts} +0 -0
  483. /package/{resource.d.ts.map → dist/resource.d.ts.map} +0 -0
  484. /package/{resource.js → dist/resource.js} +0 -0
  485. /package/{resource.js.map → dist/resource.js.map} +0 -0
  486. /package/{resource.mjs → dist/resource.mjs} +0 -0
  487. /package/{resource.mjs.map → dist/resource.mjs.map} +0 -0
  488. /package/{resources → dist/resources}/alpha/benchmarks.js +0 -0
  489. /package/{resources → dist/resources}/alpha/benchmarks.js.map +0 -0
  490. /package/{resources → dist/resources}/alpha/benchmarks.mjs +0 -0
  491. /package/{resources → dist/resources}/alpha/benchmarks.mjs.map +0 -0
  492. /package/{resources → dist/resources}/alpha/eval/eval.d.ts +0 -0
  493. /package/{resources → dist/resources}/alpha/eval/eval.d.ts.map +0 -0
  494. /package/{resources → dist/resources}/alpha/eval/eval.js +0 -0
  495. /package/{resources → dist/resources}/alpha/eval/eval.js.map +0 -0
  496. /package/{resources → dist/resources}/alpha/eval/eval.mjs +0 -0
  497. /package/{resources → dist/resources}/alpha/eval/eval.mjs.map +0 -0
  498. /package/{resources → dist/resources}/alpha/eval/index.d.ts +0 -0
  499. /package/{resources → dist/resources}/alpha/eval/index.d.ts.map +0 -0
  500. /package/{resources → dist/resources}/alpha/eval/index.js +0 -0
  501. /package/{resources → dist/resources}/alpha/eval/index.js.map +0 -0
  502. /package/{resources → dist/resources}/alpha/eval/index.mjs +0 -0
  503. /package/{resources → dist/resources}/alpha/eval/index.mjs.map +0 -0
  504. /package/{resources → dist/resources}/alpha/eval/jobs.d.ts +0 -0
  505. /package/{resources → dist/resources}/alpha/eval/jobs.d.ts.map +0 -0
  506. /package/{resources → dist/resources}/alpha/eval/jobs.js +0 -0
  507. /package/{resources → dist/resources}/alpha/eval/jobs.js.map +0 -0
  508. /package/{resources → dist/resources}/alpha/eval/jobs.mjs +0 -0
  509. /package/{resources → dist/resources}/alpha/eval/jobs.mjs.map +0 -0
  510. /package/{resources → dist/resources}/alpha/eval.d.ts +0 -0
  511. /package/{resources → dist/resources}/alpha/eval.d.ts.map +0 -0
  512. /package/{resources → dist/resources}/alpha/eval.js +0 -0
  513. /package/{resources → dist/resources}/alpha/eval.js.map +0 -0
  514. /package/{resources → dist/resources}/alpha/eval.mjs +0 -0
  515. /package/{resources → dist/resources}/alpha/eval.mjs.map +0 -0
  516. /package/{resources → dist/resources}/alpha/inference.d.ts +0 -0
  517. /package/{resources → dist/resources}/alpha/inference.d.ts.map +0 -0
  518. /package/{resources → dist/resources}/alpha/inference.js +0 -0
  519. /package/{resources → dist/resources}/alpha/inference.js.map +0 -0
  520. /package/{resources → dist/resources}/alpha/inference.mjs +0 -0
  521. /package/{resources → dist/resources}/alpha/inference.mjs.map +0 -0
  522. /package/{resources → dist/resources}/alpha/post-training/index.js +0 -0
  523. /package/{resources → dist/resources}/alpha/post-training/index.mjs +0 -0
  524. /package/{resources → dist/resources}/alpha/post-training/job.js +0 -0
  525. /package/{resources → dist/resources}/alpha/post-training/job.js.map +0 -0
  526. /package/{resources → dist/resources}/alpha/post-training/job.mjs +0 -0
  527. /package/{resources → dist/resources}/alpha/post-training/job.mjs.map +0 -0
  528. /package/{resources → dist/resources}/alpha/post-training/post-training.js +0 -0
  529. /package/{resources → dist/resources}/alpha/post-training/post-training.mjs +0 -0
  530. /package/{resources → dist/resources}/alpha/post-training.d.ts +0 -0
  531. /package/{resources → dist/resources}/alpha/post-training.d.ts.map +0 -0
  532. /package/{resources → dist/resources}/alpha/post-training.js +0 -0
  533. /package/{resources → dist/resources}/alpha/post-training.js.map +0 -0
  534. /package/{resources → dist/resources}/alpha/post-training.mjs +0 -0
  535. /package/{resources → dist/resources}/alpha/post-training.mjs.map +0 -0
  536. /package/{resources → dist/resources}/alpha.d.ts +0 -0
  537. /package/{resources → dist/resources}/alpha.d.ts.map +0 -0
  538. /package/{resources → dist/resources}/alpha.js +0 -0
  539. /package/{resources → dist/resources}/alpha.js.map +0 -0
  540. /package/{resources → dist/resources}/alpha.mjs +0 -0
  541. /package/{resources → dist/resources}/alpha.mjs.map +0 -0
  542. /package/{resources → dist/resources}/batches.d.ts +0 -0
  543. /package/{resources → dist/resources}/batches.d.ts.map +0 -0
  544. /package/{resources → dist/resources}/batches.js +0 -0
  545. /package/{resources → dist/resources}/batches.js.map +0 -0
  546. /package/{resources → dist/resources}/batches.mjs +0 -0
  547. /package/{resources → dist/resources}/batches.mjs.map +0 -0
  548. /package/{resources → dist/resources}/beta/beta.d.ts +0 -0
  549. /package/{resources → dist/resources}/beta/beta.d.ts.map +0 -0
  550. /package/{resources → dist/resources}/beta/beta.js +0 -0
  551. /package/{resources → dist/resources}/beta/beta.js.map +0 -0
  552. /package/{resources → dist/resources}/beta/beta.mjs +0 -0
  553. /package/{resources → dist/resources}/beta/beta.mjs.map +0 -0
  554. /package/{resources → dist/resources}/beta/datasets.js +0 -0
  555. /package/{resources → dist/resources}/beta/datasets.js.map +0 -0
  556. /package/{resources → dist/resources}/beta/datasets.mjs +0 -0
  557. /package/{resources → dist/resources}/beta/datasets.mjs.map +0 -0
  558. /package/{resources → dist/resources}/beta/index.d.ts +0 -0
  559. /package/{resources → dist/resources}/beta/index.d.ts.map +0 -0
  560. /package/{resources → dist/resources}/beta/index.js +0 -0
  561. /package/{resources → dist/resources}/beta/index.js.map +0 -0
  562. /package/{resources → dist/resources}/beta/index.mjs +0 -0
  563. /package/{resources → dist/resources}/beta/index.mjs.map +0 -0
  564. /package/{resources → dist/resources}/beta.d.ts +0 -0
  565. /package/{resources → dist/resources}/beta.d.ts.map +0 -0
  566. /package/{resources → dist/resources}/beta.js +0 -0
  567. /package/{resources → dist/resources}/beta.js.map +0 -0
  568. /package/{resources → dist/resources}/beta.mjs +0 -0
  569. /package/{resources → dist/resources}/beta.mjs.map +0 -0
  570. /package/{resources → dist/resources}/chat/chat.js +0 -0
  571. /package/{resources → dist/resources}/chat/chat.js.map +0 -0
  572. /package/{resources → dist/resources}/chat/chat.mjs +0 -0
  573. /package/{resources → dist/resources}/chat/chat.mjs.map +0 -0
  574. /package/{resources → dist/resources}/chat/completions.js +0 -0
  575. /package/{resources → dist/resources}/chat/completions.js.map +0 -0
  576. /package/{resources → dist/resources}/chat/completions.mjs +0 -0
  577. /package/{resources → dist/resources}/chat/completions.mjs.map +0 -0
  578. /package/{resources → dist/resources}/chat/index.d.ts +0 -0
  579. /package/{resources → dist/resources}/chat/index.d.ts.map +0 -0
  580. /package/{resources → dist/resources}/chat/index.js +0 -0
  581. /package/{resources → dist/resources}/chat/index.js.map +0 -0
  582. /package/{resources → dist/resources}/chat/index.mjs +0 -0
  583. /package/{resources → dist/resources}/chat/index.mjs.map +0 -0
  584. /package/{resources → dist/resources}/chat.d.ts +0 -0
  585. /package/{resources → dist/resources}/chat.d.ts.map +0 -0
  586. /package/{resources → dist/resources}/chat.js +0 -0
  587. /package/{resources → dist/resources}/chat.js.map +0 -0
  588. /package/{resources → dist/resources}/chat.mjs +0 -0
  589. /package/{resources → dist/resources}/chat.mjs.map +0 -0
  590. /package/{resources → dist/resources}/completions.js +0 -0
  591. /package/{resources → dist/resources}/completions.js.map +0 -0
  592. /package/{resources → dist/resources}/completions.mjs +0 -0
  593. /package/{resources → dist/resources}/completions.mjs.map +0 -0
  594. /package/{resources → dist/resources}/conversations/conversations.js +0 -0
  595. /package/{resources → dist/resources}/conversations/conversations.mjs +0 -0
  596. /package/{resources → dist/resources}/conversations/index.d.ts +0 -0
  597. /package/{resources → dist/resources}/conversations/index.d.ts.map +0 -0
  598. /package/{resources → dist/resources}/conversations/index.js +0 -0
  599. /package/{resources → dist/resources}/conversations/index.js.map +0 -0
  600. /package/{resources → dist/resources}/conversations/index.mjs +0 -0
  601. /package/{resources → dist/resources}/conversations/index.mjs.map +0 -0
  602. /package/{resources → dist/resources}/conversations/items.js +0 -0
  603. /package/{resources → dist/resources}/conversations/items.mjs +0 -0
  604. /package/{resources → dist/resources}/conversations.d.ts +0 -0
  605. /package/{resources → dist/resources}/conversations.d.ts.map +0 -0
  606. /package/{resources → dist/resources}/conversations.js +0 -0
  607. /package/{resources → dist/resources}/conversations.js.map +0 -0
  608. /package/{resources → dist/resources}/conversations.mjs +0 -0
  609. /package/{resources → dist/resources}/conversations.mjs.map +0 -0
  610. /package/{resources → dist/resources}/embeddings.d.ts +0 -0
  611. /package/{resources → dist/resources}/embeddings.d.ts.map +0 -0
  612. /package/{resources → dist/resources}/embeddings.js +0 -0
  613. /package/{resources → dist/resources}/embeddings.js.map +0 -0
  614. /package/{resources → dist/resources}/embeddings.mjs +0 -0
  615. /package/{resources → dist/resources}/embeddings.mjs.map +0 -0
  616. /package/{resources → dist/resources}/files.d.ts +0 -0
  617. /package/{resources → dist/resources}/files.d.ts.map +0 -0
  618. /package/{resources → dist/resources}/files.js +0 -0
  619. /package/{resources → dist/resources}/files.js.map +0 -0
  620. /package/{resources → dist/resources}/files.mjs +0 -0
  621. /package/{resources → dist/resources}/files.mjs.map +0 -0
  622. /package/{resources → dist/resources}/index.js +0 -0
  623. /package/{resources → dist/resources}/index.mjs +0 -0
  624. /package/{resources → dist/resources}/models/index.d.ts +0 -0
  625. /package/{resources → dist/resources}/models/index.d.ts.map +0 -0
  626. /package/{resources → dist/resources}/models/index.js +0 -0
  627. /package/{resources → dist/resources}/models/index.js.map +0 -0
  628. /package/{resources → dist/resources}/models/index.mjs +0 -0
  629. /package/{resources → dist/resources}/models/index.mjs.map +0 -0
  630. /package/{resources → dist/resources}/models/models.d.ts +0 -0
  631. /package/{resources → dist/resources}/models/models.d.ts.map +0 -0
  632. /package/{resources → dist/resources}/models/models.js +0 -0
  633. /package/{resources → dist/resources}/models/models.js.map +0 -0
  634. /package/{resources → dist/resources}/models/models.mjs +0 -0
  635. /package/{resources → dist/resources}/models/models.mjs.map +0 -0
  636. /package/{resources → dist/resources}/models/openai.d.ts +0 -0
  637. /package/{resources → dist/resources}/models/openai.d.ts.map +0 -0
  638. /package/{resources → dist/resources}/models/openai.js +0 -0
  639. /package/{resources → dist/resources}/models/openai.js.map +0 -0
  640. /package/{resources → dist/resources}/models/openai.mjs +0 -0
  641. /package/{resources → dist/resources}/models/openai.mjs.map +0 -0
  642. /package/{resources → dist/resources}/models.d.ts +0 -0
  643. /package/{resources → dist/resources}/models.d.ts.map +0 -0
  644. /package/{resources → dist/resources}/models.js +0 -0
  645. /package/{resources → dist/resources}/models.js.map +0 -0
  646. /package/{resources → dist/resources}/models.mjs +0 -0
  647. /package/{resources → dist/resources}/models.mjs.map +0 -0
  648. /package/{resources → dist/resources}/moderations.d.ts +0 -0
  649. /package/{resources → dist/resources}/moderations.d.ts.map +0 -0
  650. /package/{resources → dist/resources}/moderations.js +0 -0
  651. /package/{resources → dist/resources}/moderations.js.map +0 -0
  652. /package/{resources → dist/resources}/moderations.mjs +0 -0
  653. /package/{resources → dist/resources}/moderations.mjs.map +0 -0
  654. /package/{resources → dist/resources}/prompts/index.d.ts +0 -0
  655. /package/{resources → dist/resources}/prompts/index.d.ts.map +0 -0
  656. /package/{resources → dist/resources}/prompts/index.js +0 -0
  657. /package/{resources → dist/resources}/prompts/index.js.map +0 -0
  658. /package/{resources → dist/resources}/prompts/index.mjs +0 -0
  659. /package/{resources → dist/resources}/prompts/index.mjs.map +0 -0
  660. /package/{resources → dist/resources}/prompts/prompts.d.ts +0 -0
  661. /package/{resources → dist/resources}/prompts/prompts.d.ts.map +0 -0
  662. /package/{resources → dist/resources}/prompts/prompts.js +0 -0
  663. /package/{resources → dist/resources}/prompts/prompts.js.map +0 -0
  664. /package/{resources → dist/resources}/prompts/prompts.mjs +0 -0
  665. /package/{resources → dist/resources}/prompts/prompts.mjs.map +0 -0
  666. /package/{resources → dist/resources}/prompts/versions.d.ts +0 -0
  667. /package/{resources → dist/resources}/prompts/versions.d.ts.map +0 -0
  668. /package/{resources → dist/resources}/prompts/versions.js +0 -0
  669. /package/{resources → dist/resources}/prompts/versions.js.map +0 -0
  670. /package/{resources → dist/resources}/prompts/versions.mjs +0 -0
  671. /package/{resources → dist/resources}/prompts/versions.mjs.map +0 -0
  672. /package/{resources → dist/resources}/prompts.d.ts +0 -0
  673. /package/{resources → dist/resources}/prompts.d.ts.map +0 -0
  674. /package/{resources → dist/resources}/prompts.js +0 -0
  675. /package/{resources → dist/resources}/prompts.js.map +0 -0
  676. /package/{resources → dist/resources}/prompts.mjs +0 -0
  677. /package/{resources → dist/resources}/prompts.mjs.map +0 -0
  678. /package/{resources → dist/resources}/responses/index.d.ts +0 -0
  679. /package/{resources → dist/resources}/responses/index.d.ts.map +0 -0
  680. /package/{resources → dist/resources}/responses/index.js +0 -0
  681. /package/{resources → dist/resources}/responses/index.js.map +0 -0
  682. /package/{resources → dist/resources}/responses/index.mjs +0 -0
  683. /package/{resources → dist/resources}/responses/index.mjs.map +0 -0
  684. /package/{resources → dist/resources}/responses/input-items.js +0 -0
  685. /package/{resources → dist/resources}/responses/input-items.js.map +0 -0
  686. /package/{resources → dist/resources}/responses/input-items.mjs +0 -0
  687. /package/{resources → dist/resources}/responses/input-items.mjs.map +0 -0
  688. /package/{resources → dist/resources}/responses/responses.js +0 -0
  689. /package/{resources → dist/resources}/responses/responses.mjs +0 -0
  690. /package/{resources → dist/resources}/responses.d.ts +0 -0
  691. /package/{resources → dist/resources}/responses.d.ts.map +0 -0
  692. /package/{resources → dist/resources}/responses.js +0 -0
  693. /package/{resources → dist/resources}/responses.js.map +0 -0
  694. /package/{resources → dist/resources}/responses.mjs +0 -0
  695. /package/{resources → dist/resources}/responses.mjs.map +0 -0
  696. /package/{resources → dist/resources}/routes.js +0 -0
  697. /package/{resources → dist/resources}/routes.mjs +0 -0
  698. /package/{resources → dist/resources}/safety.d.ts +0 -0
  699. /package/{resources → dist/resources}/safety.d.ts.map +0 -0
  700. /package/{resources → dist/resources}/safety.js +0 -0
  701. /package/{resources → dist/resources}/safety.js.map +0 -0
  702. /package/{resources → dist/resources}/safety.mjs +0 -0
  703. /package/{resources → dist/resources}/safety.mjs.map +0 -0
  704. /package/{resources → dist/resources}/scoring-functions.d.ts +0 -0
  705. /package/{resources → dist/resources}/scoring-functions.d.ts.map +0 -0
  706. /package/{resources → dist/resources}/scoring-functions.js +0 -0
  707. /package/{resources → dist/resources}/scoring-functions.js.map +0 -0
  708. /package/{resources → dist/resources}/scoring-functions.mjs +0 -0
  709. /package/{resources → dist/resources}/scoring-functions.mjs.map +0 -0
  710. /package/{resources → dist/resources}/scoring.d.ts +0 -0
  711. /package/{resources → dist/resources}/scoring.d.ts.map +0 -0
  712. /package/{resources → dist/resources}/scoring.js +0 -0
  713. /package/{resources → dist/resources}/scoring.js.map +0 -0
  714. /package/{resources → dist/resources}/scoring.mjs +0 -0
  715. /package/{resources → dist/resources}/scoring.mjs.map +0 -0
  716. /package/{resources → dist/resources}/shared.js +0 -0
  717. /package/{resources → dist/resources}/shared.js.map +0 -0
  718. /package/{resources → dist/resources}/shared.mjs +0 -0
  719. /package/{resources → dist/resources}/shared.mjs.map +0 -0
  720. /package/{resources → dist/resources}/shields.d.ts +0 -0
  721. /package/{resources → dist/resources}/shields.d.ts.map +0 -0
  722. /package/{resources → dist/resources}/shields.js +0 -0
  723. /package/{resources → dist/resources}/shields.js.map +0 -0
  724. /package/{resources → dist/resources}/shields.mjs +0 -0
  725. /package/{resources → dist/resources}/shields.mjs.map +0 -0
  726. /package/{resources → dist/resources}/tool-runtime.d.ts +0 -0
  727. /package/{resources → dist/resources}/tool-runtime.d.ts.map +0 -0
  728. /package/{resources → dist/resources}/tool-runtime.js +0 -0
  729. /package/{resources → dist/resources}/tool-runtime.js.map +0 -0
  730. /package/{resources → dist/resources}/tool-runtime.mjs +0 -0
  731. /package/{resources → dist/resources}/tool-runtime.mjs.map +0 -0
  732. /package/{resources → dist/resources}/toolgroups.d.ts +0 -0
  733. /package/{resources → dist/resources}/toolgroups.d.ts.map +0 -0
  734. /package/{resources → dist/resources}/toolgroups.js +0 -0
  735. /package/{resources → dist/resources}/toolgroups.js.map +0 -0
  736. /package/{resources → dist/resources}/toolgroups.mjs +0 -0
  737. /package/{resources → dist/resources}/toolgroups.mjs.map +0 -0
  738. /package/{resources → dist/resources}/tools.d.ts +0 -0
  739. /package/{resources → dist/resources}/tools.d.ts.map +0 -0
  740. /package/{resources → dist/resources}/tools.js +0 -0
  741. /package/{resources → dist/resources}/tools.js.map +0 -0
  742. /package/{resources → dist/resources}/tools.mjs +0 -0
  743. /package/{resources → dist/resources}/tools.mjs.map +0 -0
  744. /package/{resources → dist/resources}/vector-io.d.ts +0 -0
  745. /package/{resources → dist/resources}/vector-io.d.ts.map +0 -0
  746. /package/{resources → dist/resources}/vector-io.js +0 -0
  747. /package/{resources → dist/resources}/vector-io.js.map +0 -0
  748. /package/{resources → dist/resources}/vector-io.mjs +0 -0
  749. /package/{resources → dist/resources}/vector-io.mjs.map +0 -0
  750. /package/{resources → dist/resources}/vector-stores/file-batches.d.ts +0 -0
  751. /package/{resources → dist/resources}/vector-stores/file-batches.d.ts.map +0 -0
  752. /package/{resources → dist/resources}/vector-stores/file-batches.js +0 -0
  753. /package/{resources → dist/resources}/vector-stores/file-batches.js.map +0 -0
  754. /package/{resources → dist/resources}/vector-stores/file-batches.mjs +0 -0
  755. /package/{resources → dist/resources}/vector-stores/file-batches.mjs.map +0 -0
  756. /package/{resources → dist/resources}/vector-stores/files.d.ts +0 -0
  757. /package/{resources → dist/resources}/vector-stores/files.d.ts.map +0 -0
  758. /package/{resources → dist/resources}/vector-stores/files.js +0 -0
  759. /package/{resources → dist/resources}/vector-stores/files.js.map +0 -0
  760. /package/{resources → dist/resources}/vector-stores/files.mjs +0 -0
  761. /package/{resources → dist/resources}/vector-stores/files.mjs.map +0 -0
  762. /package/{resources → dist/resources}/vector-stores/index.d.ts +0 -0
  763. /package/{resources → dist/resources}/vector-stores/index.d.ts.map +0 -0
  764. /package/{resources → dist/resources}/vector-stores/index.js +0 -0
  765. /package/{resources → dist/resources}/vector-stores/index.js.map +0 -0
  766. /package/{resources → dist/resources}/vector-stores/index.mjs +0 -0
  767. /package/{resources → dist/resources}/vector-stores/index.mjs.map +0 -0
  768. /package/{resources → dist/resources}/vector-stores/vector-stores.d.ts +0 -0
  769. /package/{resources → dist/resources}/vector-stores/vector-stores.d.ts.map +0 -0
  770. /package/{resources → dist/resources}/vector-stores/vector-stores.js +0 -0
  771. /package/{resources → dist/resources}/vector-stores/vector-stores.js.map +0 -0
  772. /package/{resources → dist/resources}/vector-stores/vector-stores.mjs +0 -0
  773. /package/{resources → dist/resources}/vector-stores/vector-stores.mjs.map +0 -0
  774. /package/{resources → dist/resources}/vector-stores.d.ts +0 -0
  775. /package/{resources → dist/resources}/vector-stores.d.ts.map +0 -0
  776. /package/{resources → dist/resources}/vector-stores.js +0 -0
  777. /package/{resources → dist/resources}/vector-stores.js.map +0 -0
  778. /package/{resources → dist/resources}/vector-stores.mjs +0 -0
  779. /package/{resources → dist/resources}/vector-stores.mjs.map +0 -0
  780. /package/{resources.d.ts → dist/resources.d.ts} +0 -0
  781. /package/{resources.d.ts.map → dist/resources.d.ts.map} +0 -0
  782. /package/{resources.js → dist/resources.js} +0 -0
  783. /package/{resources.js.map → dist/resources.js.map} +0 -0
  784. /package/{resources.mjs → dist/resources.mjs} +0 -0
  785. /package/{resources.mjs.map → dist/resources.mjs.map} +0 -0
  786. /package/{shims → dist/shims}/node.d.ts +0 -0
  787. /package/{shims → dist/shims}/node.d.ts.map +0 -0
  788. /package/{shims → dist/shims}/node.js +0 -0
  789. /package/{shims → dist/shims}/node.js.map +0 -0
  790. /package/{shims → dist/shims}/node.mjs +0 -0
  791. /package/{shims → dist/shims}/node.mjs.map +0 -0
  792. /package/{shims → dist/shims}/web.d.ts +0 -0
  793. /package/{shims → dist/shims}/web.d.ts.map +0 -0
  794. /package/{shims → dist/shims}/web.js +0 -0
  795. /package/{shims → dist/shims}/web.js.map +0 -0
  796. /package/{shims → dist/shims}/web.mjs +0 -0
  797. /package/{shims → dist/shims}/web.mjs.map +0 -0
  798. /package/{src → dist/src}/tsconfig.json +0 -0
  799. /package/{streaming.d.ts → dist/streaming.d.ts} +0 -0
  800. /package/{streaming.d.ts.map → dist/streaming.d.ts.map} +0 -0
  801. /package/{streaming.js → dist/streaming.js} +0 -0
  802. /package/{streaming.js.map → dist/streaming.js.map} +0 -0
  803. /package/{streaming.mjs → dist/streaming.mjs} +0 -0
  804. /package/{streaming.mjs.map → dist/streaming.mjs.map} +0 -0
  805. /package/{uploads.d.ts → dist/uploads.d.ts} +0 -0
  806. /package/{uploads.d.ts.map → dist/uploads.d.ts.map} +0 -0
  807. /package/{uploads.js → dist/uploads.js} +0 -0
  808. /package/{uploads.js.map → dist/uploads.js.map} +0 -0
  809. /package/{uploads.mjs → dist/uploads.mjs} +0 -0
  810. /package/{uploads.mjs.map → dist/uploads.mjs.map} +0 -0
@@ -0,0 +1,352 @@
1
+ # Changelog
2
+
3
+ ## 0.4.0-alpha.7 (2025-12-03)
4
+
5
+ Full Changelog: [v0.4.0-alpha.6...v0.4.0-alpha.7](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.6...v0.4.0-alpha.7)
6
+
7
+ ### ⚠ BREAKING CHANGES
8
+
9
+ * replace output_text property with getResponseOutputText helper ([#48](https://github.com/llamastack/llama-stack-client-typescript/issues/48))
10
+
11
+ ### Features
12
+
13
+ * add `output_text` property on Response object ([#42](https://github.com/llamastack/llama-stack-client-typescript/issues/42)) ([bced728](https://github.com/llamastack/llama-stack-client-typescript/commit/bced72805f3314f41d03f5d60502204a4e41ee07))
14
+ * add integration tests CI workflow ([#49](https://github.com/llamastack/llama-stack-client-typescript/issues/49)) ([5675ef1](https://github.com/llamastack/llama-stack-client-typescript/commit/5675ef11021ac703ce4fc967544c812030d05361))
15
+ * Add metadata field to request and response ([fdf65b2](https://github.com/llamastack/llama-stack-client-typescript/commit/fdf65b2cd70b350cf3f821ca01e3bf6190440565))
16
+ * **api:** deprecate `toolgroup` and `tool_runtime` apis ([3f75ac5](https://github.com/llamastack/llama-stack-client-typescript/commit/3f75ac506692b7706c978f11b5d4d6e012fd7357))
17
+ * Implement FastAPI router system ([ea26c3e](https://github.com/llamastack/llama-stack-client-typescript/commit/ea26c3e2a340985f2dacf6df86070dbf71d93749))
18
+ * replace output_text property with getResponseOutputText helper ([#48](https://github.com/llamastack/llama-stack-client-typescript/issues/48)) ([53e799e](https://github.com/llamastack/llama-stack-client-typescript/commit/53e799edd1da5fa1566610f83a3f4e5722e46d2c))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * add test for the exported symbol ([e78b187](https://github.com/llamastack/llama-stack-client-typescript/commit/e78b18756b539acf37a37402c3afb44f97460545))
24
+ * **client:** fix issue with duplicate definitions in Go ([48d4f16](https://github.com/llamastack/llama-stack-client-typescript/commit/48d4f166d3ba438a2b4a9fec3e98d958ea8f035b))
25
+ * Pydantic validation error with list-type metadata in vector search ([#3797](https://github.com/llamastack/llama-stack-client-typescript/issues/3797)) ([e1c40d2](https://github.com/llamastack/llama-stack-client-typescript/commit/e1c40d2a3d6a3abb52f38108f231a9e6bec074ce))
26
+
27
+ ## 0.4.0-alpha.6 (2025-11-18)
28
+
29
+ Full Changelog: [v0.4.0-alpha.5...v0.4.0-alpha.6](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.5...v0.4.0-alpha.6)
30
+
31
+ ### Features
32
+
33
+ * Wire through parallel_tool_calls to Responses API ([3b91f14](https://github.com/llamastack/llama-stack-client-typescript/commit/3b91f14e0d40ecffd5f7b0bd55600995f934c616))
34
+
35
+ ## 0.4.0-alpha.5 (2025-11-17)
36
+
37
+ Full Changelog: [v0.4.0-alpha.4...v0.4.0-alpha.5](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.4...v0.4.0-alpha.5)
38
+
39
+ ### Bug Fixes
40
+
41
+ * **openapi:** restore embedded request wrappers ([b5604d7](https://github.com/llamastack/llama-stack-client-typescript/commit/b5604d767ace04d82c60c600401d72fa497e68b0))
42
+
43
+ ## 0.4.0-alpha.4 (2025-11-14)
44
+
45
+ Full Changelog: [v0.4.0-alpha.3...v0.4.0-alpha.4](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.3...v0.4.0-alpha.4)
46
+
47
+ ### Bug Fixes
48
+
49
+ * **ci:** release doctor workflow had a typo ([c2417e3](https://github.com/llamastack/llama-stack-client-typescript/commit/c2417e399a0c8f14dc3f29c2682d7889d6149069))
50
+
51
+
52
+ ### Chores
53
+
54
+ * use Pydantic to generate OpenAPI schema ([264cd8d](https://github.com/llamastack/llama-stack-client-typescript/commit/264cd8dd9dbba40fb55ef07462c664eb1de7f526))
55
+
56
+ ## 0.4.0-alpha.3 (2025-11-14)
57
+
58
+ Full Changelog: [v0.4.0-alpha.2...v0.4.0-alpha.3](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.2...v0.4.0-alpha.3)
59
+
60
+ ### Bug Fixes
61
+
62
+ * MCP authorization parameter implementation ([a5dd454](https://github.com/llamastack/llama-stack-client-typescript/commit/a5dd454c5f2cb64532e642c415ef40eb1001dcd8))
63
+
64
+ ## 0.4.0-alpha.2 (2025-11-13)
65
+
66
+ Full Changelog: [v0.4.0-alpha.1...v0.4.0-alpha.2](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.1...v0.4.0-alpha.2)
67
+
68
+ ### Features
69
+
70
+ * add new API filter for all non-deprecated APIs ([b6aeeaf](https://github.com/llamastack/llama-stack-client-typescript/commit/b6aeeaf8de2ec76928f2b52b027b563924cae7af))
71
+ * Adding option to return embeddings and metadata from `/vector_stores/*/files/*/content` and UI updates ([f599d5e](https://github.com/llamastack/llama-stack-client-typescript/commit/f599d5e0cb24af85afaf698ab132e35980094b30))
72
+ * **api:** point models.list() to /v1/openai/v1/models ([bb35776](https://github.com/llamastack/llama-stack-client-typescript/commit/bb35776ec613b3045cf3b3f62e5361d9403fa2a8))
73
+ * **api:** remove agents types ([69aff21](https://github.com/llamastack/llama-stack-client-typescript/commit/69aff218b3c3765a1a6beab4ade48a7096a9082b))
74
+ * **api:** remove openai/v1 endpoints ([96b206c](https://github.com/llamastack/llama-stack-client-typescript/commit/96b206cd531391fe3d0323a276eb342b70a568de))
75
+ * Implement the 'max_tool_calls' parameter for the Responses API ([a9ec6fb](https://github.com/llamastack/llama-stack-client-typescript/commit/a9ec6fb8fea3b839f30a03d2fb61efbfe4c6b007))
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **api:** ensure openapi spec has deprecated routes ([8cd1f46](https://github.com/llamastack/llama-stack-client-typescript/commit/8cd1f4632c395241bddefd19a23abd52eefe2ca3))
81
+
82
+
83
+ ### Chores
84
+
85
+ * **stainless:** add config for file header ([1bc1a46](https://github.com/llamastack/llama-stack-client-typescript/commit/1bc1a460f884257ece4da5d12a3a7a0847bf725a))
86
+ * **stainless:** add config for file header ([61a0e70](https://github.com/llamastack/llama-stack-client-typescript/commit/61a0e705c79716318f88d5f4bec385d20f6a5e3e))
87
+
88
+ ## 0.4.0-alpha.1 (2025-10-31)
89
+
90
+ Full Changelog: [v0.2.23-alpha.1...v0.4.0-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.23-alpha.1...v0.4.0-alpha.1)
91
+
92
+ ### ⚠ BREAKING CHANGES
93
+
94
+ * **api:** /v1/inspect only lists v1 apis by default
95
+ * **api:** /v1/inspect only lists v1 apis by default
96
+ * **api:** use input_schema instead of parameters for tools
97
+ * **api:** fixes to remove deprecated inference resources
98
+
99
+ ### Features
100
+
101
+ * **api:** Adding prompts API to stainless config ([5ab8d74](https://github.com/llamastack/llama-stack-client-typescript/commit/5ab8d7423f6a9c26453b36c9daee99d343993d4b))
102
+ * **api:** expires_after changes for /files ([a0b0fb7](https://github.com/llamastack/llama-stack-client-typescript/commit/a0b0fb7aa74668f3f6996c178f9654723b8b0f22))
103
+ * **api:** fix file batches SDK to list_files ([25a0f10](https://github.com/llamastack/llama-stack-client-typescript/commit/25a0f10cffa7de7f1457d65c97259911bc70ab0a))
104
+ * **api:** fixes to remove deprecated inference resources ([367d775](https://github.com/llamastack/llama-stack-client-typescript/commit/367d775c3d5a2fd85bf138d2b175e91b7c185913))
105
+ * **api:** fixes to URLs ([e4f7840](https://github.com/llamastack/llama-stack-client-typescript/commit/e4f78407f74f3ba7597de355c314e1932dd94761))
106
+ * **api:** manual updates ([7d2e375](https://github.com/llamastack/llama-stack-client-typescript/commit/7d2e375bde7bd04ae58cc49fcd5ab7b134b25640))
107
+ * **api:** manual updates ([0302d54](https://github.com/llamastack/llama-stack-client-typescript/commit/0302d54398d87127ab0e9221a8a92760123d235b))
108
+ * **api:** manual updates ([98a596f](https://github.com/llamastack/llama-stack-client-typescript/commit/98a596f677fe2790e4b4765362aa19b6cff8b97e))
109
+ * **api:** manual updates ([c6fb0b6](https://github.com/llamastack/llama-stack-client-typescript/commit/c6fb0b67d8f2e641c13836a17400e51df0b029f1))
110
+ * **api:** manual updates??! ([4dda064](https://github.com/llamastack/llama-stack-client-typescript/commit/4dda06489f003860e138f396c253b40de01103b6))
111
+ * **api:** move datasets to beta, vector_db -> vector_store ([f32c0be](https://github.com/llamastack/llama-stack-client-typescript/commit/f32c0becb1ec0d66129b7fcaa06de3323ee703da))
112
+ * **api:** move post_training and eval under alpha namespace ([aec1d5f](https://github.com/llamastack/llama-stack-client-typescript/commit/aec1d5ff198473ba736bf543ad00c6626cab9b81))
113
+ * **api:** moving { rerank, agents } to `client.alpha.` ([793e069](https://github.com/llamastack/llama-stack-client-typescript/commit/793e0694d75c2af4535bf991d5858cd1f21300b4))
114
+ * **api:** removing openai/v1 ([b5432de](https://github.com/llamastack/llama-stack-client-typescript/commit/b5432de2ad56ff0d2fd5a5b8e1755b5237616b60))
115
+ * **api:** SDKs for vector store file batches ([b0676c8](https://github.com/llamastack/llama-stack-client-typescript/commit/b0676c837bbd835276fea3fe12f435afdbb75ef7))
116
+ * **api:** SDKs for vector store file batches apis ([88731bf](https://github.com/llamastack/llama-stack-client-typescript/commit/88731bfecd6f548ae79cbe2a1125620e488c42a3))
117
+ * **api:** several updates including Conversations, Responses changes, etc. ([e0728d5](https://github.com/llamastack/llama-stack-client-typescript/commit/e0728d5dd59be8723d9f967d6164351eb05528d1))
118
+ * **api:** sync ([7d85013](https://github.com/llamastack/llama-stack-client-typescript/commit/7d850139d1327a215312a82c98b3428ebc7e5f68))
119
+ * **api:** tool api (input_schema, etc.) changes ([06f2bca](https://github.com/llamastack/llama-stack-client-typescript/commit/06f2bcaf0df2e5d462cbe2d9ef3704ab0cfe9248))
120
+ * **api:** updates to vector_store, etc. ([19535c2](https://github.com/llamastack/llama-stack-client-typescript/commit/19535c27147bf6f6861b807d9eeee471b5625148))
121
+ * **api:** updating post /v1/files to have correct multipart/form-data ([f1cf9d6](https://github.com/llamastack/llama-stack-client-typescript/commit/f1cf9d68b6b2569dfb5ea3e2d2c33eff1a832e47))
122
+ * **api:** use input_schema instead of parameters for tools ([8910a12](https://github.com/llamastack/llama-stack-client-typescript/commit/8910a121146aeddcb8f400101e6a2232245097e0))
123
+ * **api:** vector_db_id -> vector_store_id ([079d89d](https://github.com/llamastack/llama-stack-client-typescript/commit/079d89d6522cb4f2eed5e5a09962d94ad800e883))
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * **api:** another fix to capture correct responses.create() params ([6acae91](https://github.com/llamastack/llama-stack-client-typescript/commit/6acae910db289080e8f52864f1bdf6d7951d1c3b))
129
+ * **api:** fix the ToolDefParam updates ([5cee3d6](https://github.com/llamastack/llama-stack-client-typescript/commit/5cee3d69650a4c827e12fc046c1d2ec3b2fa9126))
130
+ * **client:** incorrect offset pagination check ([257285f](https://github.com/llamastack/llama-stack-client-typescript/commit/257285f33bb989c9040580dd24251d05f9657bb0))
131
+ * fix stream event model reference ([a71b421](https://github.com/llamastack/llama-stack-client-typescript/commit/a71b421152a609e49e76d01c6e4dd46eb3dbfae0))
132
+
133
+
134
+ ### Chores
135
+
136
+ * **api:** /v1/inspect only lists v1 apis by default ([ae3dc95](https://github.com/llamastack/llama-stack-client-typescript/commit/ae3dc95964c908d219b23d7166780eaab6003ef5))
137
+ * **api:** /v1/inspect only lists v1 apis by default ([e30f51c](https://github.com/llamastack/llama-stack-client-typescript/commit/e30f51c704c39129092255c040bbf5ad90ed0b07))
138
+ * extract some types in mcp docs ([dcc7bb8](https://github.com/llamastack/llama-stack-client-typescript/commit/dcc7bb8b4d940982c2e9c6d1a541636e99fdc5ff))
139
+ * fix readme example ([402f930](https://github.com/llamastack/llama-stack-client-typescript/commit/402f9301d033bb230c9714104fbfa554f3f7cd8f))
140
+ * fix readme examples ([4d5517c](https://github.com/llamastack/llama-stack-client-typescript/commit/4d5517c2b9af2eb6994f5e4b2c033c95d268fb5c))
141
+ * **internal:** codegen related update ([252e0a2](https://github.com/llamastack/llama-stack-client-typescript/commit/252e0a2a38bd8aedab91b401c440a9b10c056cec))
142
+ * **internal:** codegen related update ([34da720](https://github.com/llamastack/llama-stack-client-typescript/commit/34da720c34c35dafb38775243d28dfbdce2497db))
143
+ * **internal:** fix incremental formatting in some cases ([c5c8292](https://github.com/llamastack/llama-stack-client-typescript/commit/c5c8292b631c678efff5498bbab9f5a43bee50b6))
144
+ * **internal:** use npm pack for build uploads ([a246793](https://github.com/llamastack/llama-stack-client-typescript/commit/a24679300cff93fea8ad4bc85e549ecc88198d58))
145
+
146
+
147
+ ### Documentation
148
+
149
+ * update examples ([17b9eb3](https://github.com/llamastack/llama-stack-client-typescript/commit/17b9eb3c40957b63d2a71f7fc21944abcc720d80))
150
+
151
+
152
+ ### Build System
153
+
154
+ * Bump version to 0.2.23 ([16e05ed](https://github.com/llamastack/llama-stack-client-typescript/commit/16e05ed9798233375e19098992632d223c3f5d8d))
155
+
156
+ ## 0.2.23-alpha.1 (2025-09-26)
157
+
158
+ Full Changelog: [v0.2.19-alpha.1...v0.2.23-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.19-alpha.1...v0.2.23-alpha.1)
159
+
160
+ ### Features
161
+
162
+ * **api:** manual updates ([2fa1a33](https://github.com/llamastack/llama-stack-client-typescript/commit/2fa1a330cc6dce3f8057ba1f7c276a636ee043f5))
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * **client:** fix circular dependencies and offset pagination ([c6badf8](https://github.com/llamastack/llama-stack-client-typescript/commit/c6badf8b6f9fa2fea0721eca5618705f93120d66))
168
+ * coerce nullable values to undefined ([baa0d06](https://github.com/llamastack/llama-stack-client-typescript/commit/baa0d060f7ed3d7819e9db923d177d3d4bd15cba))
169
+
170
+
171
+ ### Performance Improvements
172
+
173
+ * faster formatting ([1903f1f](https://github.com/llamastack/llama-stack-client-typescript/commit/1903f1fe85cca1880b0cec165260ed68b5ba3075))
174
+
175
+
176
+ ### Chores
177
+
178
+ * ci build action ([a0be0f5](https://github.com/llamastack/llama-stack-client-typescript/commit/a0be0f57c6a99d06b580d62dbbf8d8b6f1447718))
179
+ * do not install brew dependencies in ./scripts/bootstrap by default ([b1d5c7d](https://github.com/llamastack/llama-stack-client-typescript/commit/b1d5c7da386eb2135a25c05d9a73f4d47fbd81b6))
180
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([463774e](https://github.com/llamastack/llama-stack-client-typescript/commit/463774e5208ff5d7fbff14d39954e024662c1b16))
181
+
182
+
183
+ ### Build System
184
+
185
+ * Bump version to 0.2.19 ([6756504](https://github.com/llamastack/llama-stack-client-typescript/commit/6756504abce9c5751634436e9a88be03b11b2baa))
186
+ * Bump version to 0.2.20 ([7e953c7](https://github.com/llamastack/llama-stack-client-typescript/commit/7e953c741922ad3b5bb02d00279dac8cb82760dc))
187
+ * Bump version to 0.2.21 ([50f7e6e](https://github.com/llamastack/llama-stack-client-typescript/commit/50f7e6e8784fe7ac99018dfdee23c0f5171b0c5b))
188
+ * Bump version to 0.2.22 ([86089a1](https://github.com/llamastack/llama-stack-client-typescript/commit/86089a11b721427bcbcd2bf9d6b1c33407d7ce9c))
189
+
190
+ ## 0.2.19-alpha.1 (2025-08-26)
191
+
192
+ Full Changelog: [v0.2.18-alpha.3...v0.2.19-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.18-alpha.3...v0.2.19-alpha.1)
193
+
194
+ ### Features
195
+
196
+ * **api:** fix completion response breakage perhaps? ([8afb71e](https://github.com/llamastack/llama-stack-client-typescript/commit/8afb71e178fc6d76549cfb24a3ef93915f8bb402))
197
+ * **api:** manual updates ([6124969](https://github.com/llamastack/llama-stack-client-typescript/commit/61249693bae9649d586cf6aab3fbebd9529c7f2b))
198
+ * **api:** manual updates ([58379c6](https://github.com/llamastack/llama-stack-client-typescript/commit/58379c6961ac0af1296f016fe05a9713c799f623))
199
+ * **api:** query_metrics, batches, changes ([8d3d366](https://github.com/llamastack/llama-stack-client-typescript/commit/8d3d366c7ed4bab6936f15668851d9ec9db77a2b))
200
+ * **api:** some updates to query metrics ([2434aea](https://github.com/llamastack/llama-stack-client-typescript/commit/2434aeaf2386f934b01491dfdc96463e2bb07bdd))
201
+
202
+
203
+ ### Chores
204
+
205
+ * **deps:** update dependency node-fetch to v2.6.13 ([4d1ef8f](https://github.com/llamastack/llama-stack-client-typescript/commit/4d1ef8fb5e58927d2c2b80d21a95e6b53153ba6d))
206
+ * **internal:** formatting change ([6ea2c4e](https://github.com/llamastack/llama-stack-client-typescript/commit/6ea2c4e31d861f23aa5b2cc36664a6d48623e881))
207
+ * **internal:** formatting change ([2221870](https://github.com/llamastack/llama-stack-client-typescript/commit/2221870d728ed08ddf10c2f037784ab67005df43))
208
+ * update ([3a17e19](https://github.com/llamastack/llama-stack-client-typescript/commit/3a17e196b631a62ac1642b67a6dbd8ada0bb5244))
209
+ * update CI script ([bff686d](https://github.com/llamastack/llama-stack-client-typescript/commit/bff686d2311e714ab5f082304c0d8e865990f29e))
210
+
211
+
212
+ ### Build System
213
+
214
+ * Bump version to 0.2.18 ([7549391](https://github.com/llamastack/llama-stack-client-typescript/commit/754939187da2726e54d902241747351d120f5174))
215
+
216
+ ## 0.2.18-alpha.3 (2025-08-14)
217
+
218
+ Full Changelog: [v0.2.17...v0.2.18-alpha.3](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.17...v0.2.18-alpha.3)
219
+
220
+ ### Features
221
+
222
+ * **api:** update via SDK Studio ([cda87f0](https://github.com/llamastack/llama-stack-client-typescript/commit/cda87f0a9c62078aadd380069502f689051db420))
223
+ * include tavily secret if available in requests ([#18](https://github.com/llamastack/llama-stack-client-typescript/issues/18)) ([b86d1da](https://github.com/llamastack/llama-stack-client-typescript/commit/b86d1da2d249b555079e02c849e39b231632b0b1))
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * update inference/agent example scripts to be more robust ([#14](https://github.com/llamastack/llama-stack-client-typescript/issues/14)) ([697e755](https://github.com/llamastack/llama-stack-client-typescript/commit/697e755902e2b3b7c471ea33ed387e542e622eda))
229
+
230
+
231
+ ### Chores
232
+
233
+ * **copy:** Copy changes over from llamastack/ org repository ([#28](https://github.com/llamastack/llama-stack-client-typescript/issues/28)) ([26105c4](https://github.com/llamastack/llama-stack-client-typescript/commit/26105c463b2d73c52d3bb989baa5282d5923c8a3))
234
+ * sync repo ([6416e59](https://github.com/llamastack/llama-stack-client-typescript/commit/6416e59b0803e074c3be862b46b84d55fc0045f8))
235
+ * Update CODEOWNERS ([#26](https://github.com/llamastack/llama-stack-client-typescript/issues/26)) ([3d9d160](https://github.com/llamastack/llama-stack-client-typescript/commit/3d9d160f0a141344c5230c2b96bb4dd1c01f91e6))
236
+
237
+
238
+ ### Build System
239
+
240
+ * Bump version to 0.2.10 ([8f251cb](https://github.com/llamastack/llama-stack-client-typescript/commit/8f251cb192739b65e0f9b6943f919494aff6bc28))
241
+ * Bump version to 0.2.11 ([ddf1578](https://github.com/llamastack/llama-stack-client-typescript/commit/ddf1578c4e66754afbe209b01807e666da67f545))
242
+ * Bump version to 0.2.12 ([5f5f0cc](https://github.com/llamastack/llama-stack-client-typescript/commit/5f5f0cc2ee15f4771180cff83d3cfdf0ddfa99d0))
243
+ * Bump version to 0.2.13 ([55e639a](https://github.com/llamastack/llama-stack-client-typescript/commit/55e639a13e2efa091ddfd0304181380882840371))
244
+ * Bump version to 0.2.4 ([8ee7dd6](https://github.com/llamastack/llama-stack-client-typescript/commit/8ee7dd698f2175dc76028f3af042ad0f5d7e3ae0))
245
+ * Bump version to 0.2.5 ([1508978](https://github.com/llamastack/llama-stack-client-typescript/commit/1508978dba176b8423e2837820ce5143fa1e999a))
246
+ * Bump version to 0.2.6 ([59edd92](https://github.com/llamastack/llama-stack-client-typescript/commit/59edd92329118c3beef87ad4018db5488a3133f1))
247
+ * Bump version to 0.2.7 ([de56089](https://github.com/llamastack/llama-stack-client-typescript/commit/de56089dd0b08b289b5bcaf9d876000403045546))
248
+ * Bump version to 0.2.8 ([6067307](https://github.com/llamastack/llama-stack-client-typescript/commit/6067307289b2ef32fa9bf72cfbf694967746e264))
249
+ * Bump version to 0.2.9 ([9d38ef8](https://github.com/llamastack/llama-stack-client-typescript/commit/9d38ef8aa6c3e7201a9e16094df9d5df27770a5c))
250
+
251
+ ## 0.2.17 (2025-08-06)
252
+
253
+ Full Changelog: [v0.2.15...v0.2.17](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.15...v0.2.17)
254
+
255
+ ### Features
256
+
257
+ * **api:** update via SDK Studio ([9803419](https://github.com/llamastack/llama-stack-client-typescript/commit/98034195897ff31be9164761450bcab933e381cc))
258
+ * **api:** update via SDK Studio ([57bb86c](https://github.com/llamastack/llama-stack-client-typescript/commit/57bb86c95fa5925661f243fb9c9e953ac451a392))
259
+ * **api:** update via SDK Studio ([40c2189](https://github.com/llamastack/llama-stack-client-typescript/commit/40c218958db8991a7483ed9ace4242d171770d42))
260
+ * **api:** update via SDK Studio ([26b572d](https://github.com/llamastack/llama-stack-client-typescript/commit/26b572d92a150ef1ee25ec6efd0e9bd38f321072))
261
+ * **api:** update via SDK Studio ([8a48a6f](https://github.com/llamastack/llama-stack-client-typescript/commit/8a48a6fe63d13817953c2acb4fbf5b4ab6136f4a))
262
+ * **api:** update via SDK Studio ([3ea8a73](https://github.com/llamastack/llama-stack-client-typescript/commit/3ea8a73c9d8e66bbc3650aa7e6a19a4ce07f30c5))
263
+ * **api:** update via SDK Studio ([cddd18f](https://github.com/llamastack/llama-stack-client-typescript/commit/cddd18fb70e3830d7062d12aab4754c3e598bbd2))
264
+ * **api:** update via SDK Studio ([fc4fbf9](https://github.com/llamastack/llama-stack-client-typescript/commit/fc4fbf94810db7f89288cc36780d2616c8fc715a))
265
+ * **api:** update via SDK Studio ([2a981d4](https://github.com/llamastack/llama-stack-client-typescript/commit/2a981d45f801bdf82e43c6d7d7c6674cc03cadc3))
266
+ * **api:** update via SDK Studio ([14544ce](https://github.com/llamastack/llama-stack-client-typescript/commit/14544ce36d7a33509af85783a421d9c1995e22d1))
267
+ * **api:** update via SDK Studio ([57c0764](https://github.com/llamastack/llama-stack-client-typescript/commit/57c07641906fc04eb9eadfd12f672e28a3a2efbc))
268
+ * **api:** update via SDK Studio ([426728c](https://github.com/llamastack/llama-stack-client-typescript/commit/426728c7f86ce3385eb8c116f41a5b192abd5d0c))
269
+
270
+
271
+ ### Bug Fixes
272
+
273
+ * **ci:** update version, skip a failing test ([#4](https://github.com/llamastack/llama-stack-client-typescript/issues/4)) ([7a5dbe7](https://github.com/llamastack/llama-stack-client-typescript/commit/7a5dbe7ed59b24feda5d73df8808fde2d337fc2a))
274
+ * **client:** don't send `Content-Type` for bodyless methods ([6806e8e](https://github.com/llamastack/llama-stack-client-typescript/commit/6806e8ef31302a0f2ca0ab9ae36e4781e5f0adf7))
275
+
276
+
277
+ ### Chores
278
+
279
+ * **internal:** codegen related update ([267a378](https://github.com/llamastack/llama-stack-client-typescript/commit/267a378b1999abd5f17f08b5792ee99d9c405439))
280
+ * **internal:** codegen related update ([79e7896](https://github.com/llamastack/llama-stack-client-typescript/commit/79e78969a31df16ef35901c3ce4c003f70d59778))
281
+ * **internal:** remove redundant imports config ([f19eb25](https://github.com/llamastack/llama-stack-client-typescript/commit/f19eb258d836c7de4fb719c62dabcbfb502ecc6c))
282
+ * make some internal functions async ([e2797ae](https://github.com/llamastack/llama-stack-client-typescript/commit/e2797ae1e88960ffa5b13a89103d4ee9972803f9))
283
+ * **mcp:** rework imports in tools ([9486e73](https://github.com/llamastack/llama-stack-client-typescript/commit/9486e7319d36cb8efe86568884057c65e91d84b2))
284
+ * mention unit type in timeout docs ([c2b9867](https://github.com/llamastack/llama-stack-client-typescript/commit/c2b986793dd9f2fa55e8f4ce9c463a4d99635ab4))
285
+
286
+
287
+ ### Build System
288
+
289
+ * Bump version to 0.2.14 ([4d2c696](https://github.com/llamastack/llama-stack-client-typescript/commit/4d2c696b916c9868be61fff31f008442cb346eca))
290
+ * Bump version to 0.2.15 ([6645f62](https://github.com/llamastack/llama-stack-client-typescript/commit/6645f629844fd24b7e8b8fab9089cf1ba7cb9352))
291
+ * Bump version to 0.2.16 ([fe9ab2e](https://github.com/llamastack/llama-stack-client-typescript/commit/fe9ab2e081df8f9f254b74e3bc42ac880dda765f))
292
+ * Bump version to 0.2.17 ([7da4cca](https://github.com/llamastack/llama-stack-client-typescript/commit/7da4cca39c982d6f3f07fa09a9428983d233bc5e))
293
+
294
+ ## 0.1.0-alpha.3 (2025-06-28)
295
+
296
+ Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
297
+
298
+ ### Chores
299
+
300
+ * **ci:** only run for pushes and fork pull requests ([70cf3b4](https://github.com/llamastack/llama-stack-client-typescript/commit/70cf3b4cfe81f5d4757f05ea0372342c9c8ce08b))
301
+
302
+ ## 0.1.0-alpha.2 (2025-06-27)
303
+
304
+ Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
305
+
306
+ ### Features
307
+
308
+ * **api:** update via SDK Studio ([a00f961](https://github.com/llamastack/llama-stack-client-typescript/commit/a00f961a3a4a8961cd54ad6a92a52aa34cb0d041))
309
+ * **api:** update via SDK Studio ([bef1e47](https://github.com/llamastack/llama-stack-client-typescript/commit/bef1e47ad9fe9a03e8ffdaa632981c0666919b73))
310
+ * **api:** update via SDK Studio ([7fb44fa](https://github.com/llamastack/llama-stack-client-typescript/commit/7fb44fab41cd95410115d12a7855fd12fbd3b34c))
311
+
312
+ ## 0.1.0-alpha.1 (2025-06-27)
313
+
314
+ Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
315
+
316
+ ### Features
317
+
318
+ * **client:** add support for endpoint-specific base URLs ([4c942da](https://github.com/llamastack/llama-stack-client-typescript/commit/4c942da59c2e3d40b9dacd8198e52ee60b403849))
319
+
320
+
321
+ ### Bug Fixes
322
+
323
+ * **client:** always overwrite when merging headers ([31ec06d](https://github.com/llamastack/llama-stack-client-typescript/commit/31ec06d09d5143cb2b545114a9436059e06e78d4))
324
+ * **client:** explicitly copy fetch in withOptions ([aa0e2a6](https://github.com/llamastack/llama-stack-client-typescript/commit/aa0e2a685e75c31678dbef7be8381ce55ff01800))
325
+ * **client:** get fetchOptions type more reliably ([5e30a99](https://github.com/llamastack/llama-stack-client-typescript/commit/5e30a9916c22bfb4d00bfaafa27449fb07fd8f68))
326
+ * compat with more runtimes ([625a6db](https://github.com/llamastack/llama-stack-client-typescript/commit/625a6db4c7d07936c854cbddc17b859290f9f2c4))
327
+ * publish script — handle NPM errors correctly ([39a151f](https://github.com/llamastack/llama-stack-client-typescript/commit/39a151fe741ebce64d96ee80c6abe954a4b7f92d))
328
+
329
+
330
+ ### Chores
331
+
332
+ * adjust eslint.config.mjs ignore pattern ([f0198eb](https://github.com/llamastack/llama-stack-client-typescript/commit/f0198ebf4d831ecc7089b382e1ab8317d7caec34))
333
+ * avoid type error in certain environments ([c120307](https://github.com/llamastack/llama-stack-client-typescript/commit/c12030797aeb66958347d1c29d47e6bde73c6d19))
334
+ * change publish docs url ([8165807](https://github.com/llamastack/llama-stack-client-typescript/commit/8165807d5c54cd91549ec66e127e0c5afd2d595d))
335
+ * **ci:** enable for pull requests ([85ff8d9](https://github.com/llamastack/llama-stack-client-typescript/commit/85ff8d9c3b928405c85f682b1c56c22340efabc8))
336
+ * **client:** refactor imports ([b2ab744](https://github.com/llamastack/llama-stack-client-typescript/commit/b2ab74493d3d528f3db9bf84a7af3ffe291efa54))
337
+ * **deps:** bump eslint-plugin-prettier ([1041139](https://github.com/llamastack/llama-stack-client-typescript/commit/104113998e2c3412112a49d75596c4496d58fd43))
338
+ * **docs:** grammar improvements ([461216e](https://github.com/llamastack/llama-stack-client-typescript/commit/461216eaac75ed802adb8cda21d5f88498fbadcc))
339
+ * **docs:** use top-level-await in example snippets ([74b5549](https://github.com/llamastack/llama-stack-client-typescript/commit/74b5549f48e82f05e5b507393026542d939a6b27))
340
+ * improve publish-npm script --latest tag logic ([5dd9d90](https://github.com/llamastack/llama-stack-client-typescript/commit/5dd9d9031ded40d4d20ef3fb2aa101f743f7b593))
341
+ * **internal:** add pure annotations, make base APIResource abstract ([c239e7d](https://github.com/llamastack/llama-stack-client-typescript/commit/c239e7dad3fa8254cb90ea78a93d8aad5e3b90be))
342
+ * **internal:** fix readablestream types in node 20 ([287f657](https://github.com/llamastack/llama-stack-client-typescript/commit/287f657d36d0548502f12802b8ea17f627da1f20))
343
+ * **internal:** update jest config ([a36fe70](https://github.com/llamastack/llama-stack-client-typescript/commit/a36fe70319c6a033a9deedee714102bee04c97e1))
344
+ * **package:** remove engines ([6066770](https://github.com/llamastack/llama-stack-client-typescript/commit/6066770fb1c17521dcdc2237156ba88b42beed94))
345
+ * **readme:** update badges ([5239745](https://github.com/llamastack/llama-stack-client-typescript/commit/5239745b18dded8a88500cac31138bd170470fc9))
346
+ * **readme:** use better example snippet for undocumented params ([e035b8f](https://github.com/llamastack/llama-stack-client-typescript/commit/e035b8f9ac69949d6cc897be9f3bd221d8afed7e))
347
+ * update SDK settings ([e7d2cfc](https://github.com/llamastack/llama-stack-client-typescript/commit/e7d2cfcc355eb5990ef5e750cb18ace391e75b5b))
348
+
349
+
350
+ ### Refactors
351
+
352
+ * **types:** replace Record with mapped types ([ef71453](https://github.com/llamastack/llama-stack-client-typescript/commit/ef7145362e215ac5dffbeb59ca3fdc944edfe183))
package/dist/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2025 llama-stack-client
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.