@nocobase/plugin-ai 2.0.9 → 2.0.11

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 (3687) hide show
  1. package/build.config.ts +7 -169
  2. package/dist/client/ai-employees/types.d.ts +4 -0
  3. package/dist/client/debug-logger.d.ts +1 -1
  4. package/dist/client/ec49f77e01b20f2f.js +10 -0
  5. package/dist/client/index.js +2 -2
  6. package/dist/externalVersion.js +24 -14
  7. package/dist/locale/en-US.json +3 -1
  8. package/dist/locale/zh-CN.json +3 -1
  9. package/dist/node_modules/fast-glob/out/index.d.ts +40 -0
  10. package/dist/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  11. package/dist/node_modules/fast-glob/out/providers/async.d.ts +9 -0
  12. package/dist/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  13. package/dist/node_modules/fast-glob/out/providers/filters/entry.d.ts +16 -0
  14. package/dist/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  15. package/dist/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  16. package/dist/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  17. package/dist/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  18. package/dist/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  19. package/dist/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  20. package/dist/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  21. package/dist/node_modules/fast-glob/out/readers/async.d.ts +10 -0
  22. package/dist/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  23. package/dist/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  24. package/dist/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  25. package/dist/node_modules/fast-glob/out/settings.d.ts +164 -0
  26. package/dist/node_modules/fast-glob/out/types/index.d.ts +31 -0
  27. package/dist/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  28. package/dist/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  29. package/dist/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  30. package/dist/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  31. package/dist/node_modules/fast-glob/out/utils/path.d.ts +13 -0
  32. package/dist/node_modules/fast-glob/out/utils/pattern.d.ts +47 -0
  33. package/dist/node_modules/fast-glob/out/utils/stream.d.ts +4 -0
  34. package/dist/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  35. package/dist/node_modules/fast-glob/package.json +1 -1
  36. package/dist/node_modules/flexsearch/index.d.ts +1140 -0
  37. package/dist/node_modules/flexsearch/package.json +1 -1
  38. package/dist/node_modules/fs-extra/package.json +1 -1
  39. package/dist/node_modules/nodejs-snowflake/nodejs_snowflake.d.ts +62 -0
  40. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  41. package/dist/node_modules/openai/LICENSE +201 -0
  42. package/dist/node_modules/openai/_vendor/partial-json-parser/parser.d.mts +7 -0
  43. package/dist/node_modules/openai/_vendor/partial-json-parser/parser.d.ts +7 -0
  44. package/dist/node_modules/openai/_vendor/partial-json-parser/parser.js +246 -0
  45. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Options.d.mts +32 -0
  46. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Options.d.ts +32 -0
  47. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Options.js +42 -0
  48. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Refs.d.mts +21 -0
  49. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Refs.d.ts +21 -0
  50. package/dist/node_modules/openai/_vendor/zod-to-json-schema/Refs.js +28 -0
  51. package/dist/node_modules/openai/_vendor/zod-to-json-schema/errorMessages.d.mts +12 -0
  52. package/dist/node_modules/openai/_vendor/zod-to-json-schema/errorMessages.d.ts +12 -0
  53. package/dist/node_modules/openai/_vendor/zod-to-json-schema/errorMessages.js +19 -0
  54. package/dist/node_modules/openai/_vendor/zod-to-json-schema/index.d.mts +38 -0
  55. package/dist/node_modules/openai/_vendor/zod-to-json-schema/index.d.ts +38 -0
  56. package/dist/node_modules/openai/_vendor/zod-to-json-schema/index.js +41 -0
  57. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parseDef.d.mts +38 -0
  58. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parseDef.d.ts +38 -0
  59. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parseDef.js +186 -0
  60. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.d.mts +3 -0
  61. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.d.ts +3 -0
  62. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.js +7 -0
  63. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/array.d.mts +13 -0
  64. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/array.d.ts +13 -0
  65. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/array.js +29 -0
  66. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.mts +15 -0
  67. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.ts +15 -0
  68. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.js +53 -0
  69. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.d.mts +5 -0
  70. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.d.ts +5 -0
  71. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.js +9 -0
  72. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.mts +4 -0
  73. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.ts +4 -0
  74. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.js +8 -0
  75. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.mts +4 -0
  76. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.ts +4 -0
  77. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.js +9 -0
  78. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/date.d.mts +16 -0
  79. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/date.d.ts +16 -0
  80. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/date.js +50 -0
  81. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/default.d.mts +7 -0
  82. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/default.d.ts +7 -0
  83. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/default.js +11 -0
  84. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/effects.d.mts +5 -0
  85. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/effects.d.ts +5 -0
  86. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/effects.js +8 -0
  87. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/enum.d.mts +7 -0
  88. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/enum.d.ts +7 -0
  89. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/enum.js +10 -0
  90. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/intersection.d.mts +9 -0
  91. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/intersection.d.ts +9 -0
  92. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/intersection.js +53 -0
  93. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/literal.d.mts +10 -0
  94. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/literal.d.ts +10 -0
  95. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/literal.js +25 -0
  96. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/map.d.mts +16 -0
  97. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/map.d.ts +16 -0
  98. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/map.js +29 -0
  99. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nativeEnum.d.mts +7 -0
  100. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nativeEnum.d.ts +7 -0
  101. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nativeEnum.js +20 -0
  102. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/never.d.mts +5 -0
  103. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/never.d.ts +5 -0
  104. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/never.js +9 -0
  105. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/null.d.mts +6 -0
  106. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/null.d.ts +6 -0
  107. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/null.js +14 -0
  108. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nullable.d.mts +11 -0
  109. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nullable.d.ts +11 -0
  110. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/nullable.js +34 -0
  111. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/number.d.mts +14 -0
  112. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/number.d.ts +14 -0
  113. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/number.js +56 -0
  114. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/object.d.mts +11 -0
  115. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/object.d.ts +11 -0
  116. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/object.js +57 -0
  117. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/optional.d.mts +5 -0
  118. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/optional.d.ts +5 -0
  119. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/optional.js +26 -0
  120. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/pipeline.d.mts +6 -0
  121. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/pipeline.d.ts +6 -0
  122. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/pipeline.js +25 -0
  123. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/promise.d.mts +5 -0
  124. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/promise.d.ts +5 -0
  125. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/promise.js +8 -0
  126. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.mts +4 -0
  127. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.ts +4 -0
  128. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.js +9 -0
  129. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/record.d.mts +14 -0
  130. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/record.d.ts +14 -0
  131. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/record.js +49 -0
  132. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/set.d.mts +14 -0
  133. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/set.d.ts +14 -0
  134. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/set.js +24 -0
  135. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/string.d.mts +70 -0
  136. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/string.d.ts +70 -0
  137. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/string.js +316 -0
  138. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/tuple.d.mts +14 -0
  139. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/tuple.d.ts +14 -0
  140. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/tuple.js +36 -0
  141. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.d.mts +5 -0
  142. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.d.ts +5 -0
  143. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.js +9 -0
  144. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/union.d.mts +24 -0
  145. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/union.d.ts +24 -0
  146. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/union.js +77 -0
  147. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/unknown.d.mts +3 -0
  148. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/unknown.d.ts +3 -0
  149. package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/unknown.js +7 -0
  150. package/dist/node_modules/openai/_vendor/zod-to-json-schema/util.d.mts +4 -0
  151. package/dist/node_modules/openai/_vendor/zod-to-json-schema/util.d.ts +4 -0
  152. package/dist/node_modules/openai/_vendor/zod-to-json-schema/util.js +16 -0
  153. package/dist/node_modules/openai/_vendor/zod-to-json-schema/zodToJsonSchema.d.mts +11 -0
  154. package/dist/node_modules/openai/_vendor/zod-to-json-schema/zodToJsonSchema.d.ts +11 -0
  155. package/dist/node_modules/openai/_vendor/zod-to-json-schema/zodToJsonSchema.js +82 -0
  156. package/dist/node_modules/openai/api-promise.d.mts +2 -0
  157. package/dist/node_modules/openai/api-promise.d.ts +2 -0
  158. package/dist/node_modules/openai/api-promise.js +6 -0
  159. package/dist/node_modules/openai/azure.d.mts +63 -0
  160. package/dist/node_modules/openai/azure.d.ts +63 -0
  161. package/dist/node_modules/openai/azure.js +97 -0
  162. package/dist/node_modules/openai/beta/realtime/index.d.mts +2 -0
  163. package/dist/node_modules/openai/beta/realtime/index.d.ts +2 -0
  164. package/dist/node_modules/openai/beta/realtime/index.js +6 -0
  165. package/dist/node_modules/openai/beta/realtime/internal-base.d.mts +45 -0
  166. package/dist/node_modules/openai/beta/realtime/internal-base.d.ts +45 -0
  167. package/dist/node_modules/openai/beta/realtime/internal-base.js +55 -0
  168. package/dist/node_modules/openai/beta/realtime/websocket.d.mts +36 -0
  169. package/dist/node_modules/openai/beta/realtime/websocket.d.ts +36 -0
  170. package/dist/node_modules/openai/beta/realtime/websocket.js +110 -0
  171. package/dist/node_modules/openai/beta/realtime/ws.d.mts +27 -0
  172. package/dist/node_modules/openai/beta/realtime/ws.d.ts +27 -0
  173. package/dist/node_modules/openai/beta/realtime/ws.js +93 -0
  174. package/dist/node_modules/openai/bin/cli +52 -0
  175. package/dist/node_modules/openai/bin/migration-config.json +1038 -0
  176. package/dist/node_modules/openai/client.d.mts +304 -0
  177. package/dist/node_modules/openai/client.d.ts +304 -0
  178. package/dist/node_modules/openai/client.js +574 -0
  179. package/dist/node_modules/openai/core/api-promise.d.mts +49 -0
  180. package/dist/node_modules/openai/core/api-promise.d.ts +49 -0
  181. package/dist/node_modules/openai/core/api-promise.js +76 -0
  182. package/dist/node_modules/openai/core/error.d.mts +59 -0
  183. package/dist/node_modules/openai/core/error.d.ts +59 -0
  184. package/dist/node_modules/openai/core/error.js +136 -0
  185. package/dist/node_modules/openai/core/pagination.d.mts +89 -0
  186. package/dist/node_modules/openai/core/pagination.d.ts +89 -0
  187. package/dist/node_modules/openai/core/pagination.js +156 -0
  188. package/dist/node_modules/openai/core/resource.d.mts +6 -0
  189. package/dist/node_modules/openai/core/resource.d.ts +6 -0
  190. package/dist/node_modules/openai/core/resource.js +11 -0
  191. package/dist/node_modules/openai/core/streaming.d.mts +33 -0
  192. package/dist/node_modules/openai/core/streaming.d.ts +33 -0
  193. package/dist/node_modules/openai/core/streaming.js +293 -0
  194. package/dist/node_modules/openai/core/uploads.d.mts +3 -0
  195. package/dist/node_modules/openai/core/uploads.d.ts +3 -0
  196. package/dist/node_modules/openai/core/uploads.js +6 -0
  197. package/dist/node_modules/openai/error.d.mts +2 -0
  198. package/dist/node_modules/openai/error.d.ts +2 -0
  199. package/dist/node_modules/openai/error.js +6 -0
  200. package/dist/node_modules/openai/helpers/audio.d.mts +9 -0
  201. package/dist/node_modules/openai/helpers/audio.d.ts +9 -0
  202. package/dist/node_modules/openai/helpers/audio.js +122 -0
  203. package/dist/node_modules/openai/helpers/zod.d.mts +73 -0
  204. package/dist/node_modules/openai/helpers/zod.d.ts +73 -0
  205. package/dist/node_modules/openai/helpers/zod.js +123 -0
  206. package/dist/node_modules/openai/index.d.mts +8 -0
  207. package/dist/node_modules/openai/index.d.ts +8 -0
  208. package/dist/node_modules/openai/index.js +1 -0
  209. package/dist/node_modules/openai/internal/builtin-types.d.mts +73 -0
  210. package/dist/node_modules/openai/internal/builtin-types.d.ts +73 -0
  211. package/dist/node_modules/openai/internal/builtin-types.js +4 -0
  212. package/dist/node_modules/openai/internal/decoders/line.d.mts +17 -0
  213. package/dist/node_modules/openai/internal/decoders/line.d.ts +17 -0
  214. package/dist/node_modules/openai/internal/decoders/line.js +113 -0
  215. package/dist/node_modules/openai/internal/detect-platform.d.mts +15 -0
  216. package/dist/node_modules/openai/internal/detect-platform.d.ts +15 -0
  217. package/dist/node_modules/openai/internal/detect-platform.js +162 -0
  218. package/dist/node_modules/openai/internal/errors.d.mts +3 -0
  219. package/dist/node_modules/openai/internal/errors.d.ts +3 -0
  220. package/dist/node_modules/openai/internal/errors.js +41 -0
  221. package/dist/node_modules/openai/internal/headers.d.mts +20 -0
  222. package/dist/node_modules/openai/internal/headers.d.ts +20 -0
  223. package/dist/node_modules/openai/internal/headers.js +79 -0
  224. package/dist/node_modules/openai/internal/parse.d.mts +17 -0
  225. package/dist/node_modules/openai/internal/parse.d.ts +17 -0
  226. package/dist/node_modules/openai/internal/parse.js +60 -0
  227. package/dist/node_modules/openai/internal/qs/formats.d.mts +7 -0
  228. package/dist/node_modules/openai/internal/qs/formats.d.ts +7 -0
  229. package/dist/node_modules/openai/internal/qs/formats.js +13 -0
  230. package/dist/node_modules/openai/internal/qs/index.d.mts +10 -0
  231. package/dist/node_modules/openai/internal/qs/index.d.ts +10 -0
  232. package/dist/node_modules/openai/internal/qs/index.js +14 -0
  233. package/dist/node_modules/openai/internal/qs/stringify.d.mts +3 -0
  234. package/dist/node_modules/openai/internal/qs/stringify.d.ts +3 -0
  235. package/dist/node_modules/openai/internal/qs/stringify.js +277 -0
  236. package/dist/node_modules/openai/internal/qs/types.d.mts +57 -0
  237. package/dist/node_modules/openai/internal/qs/types.d.ts +57 -0
  238. package/dist/node_modules/openai/internal/qs/types.js +3 -0
  239. package/dist/node_modules/openai/internal/qs/utils.d.mts +15 -0
  240. package/dist/node_modules/openai/internal/qs/utils.d.ts +15 -0
  241. package/dist/node_modules/openai/internal/qs/utils.js +230 -0
  242. package/dist/node_modules/openai/internal/request-options.d.mts +78 -0
  243. package/dist/node_modules/openai/internal/request-options.d.ts +78 -0
  244. package/dist/node_modules/openai/internal/request-options.js +14 -0
  245. package/dist/node_modules/openai/internal/shim-types.d.mts +17 -0
  246. package/dist/node_modules/openai/internal/shim-types.d.ts +17 -0
  247. package/dist/node_modules/openai/internal/shim-types.js +4 -0
  248. package/dist/node_modules/openai/internal/shims.d.mts +20 -0
  249. package/dist/node_modules/openai/internal/shims.d.ts +20 -0
  250. package/dist/node_modules/openai/internal/shims.js +92 -0
  251. package/dist/node_modules/openai/internal/stream-utils.d.mts +8 -0
  252. package/dist/node_modules/openai/internal/stream-utils.d.ts +8 -0
  253. package/dist/node_modules/openai/internal/stream-utils.js +38 -0
  254. package/dist/node_modules/openai/internal/to-file.d.mts +45 -0
  255. package/dist/node_modules/openai/internal/to-file.d.ts +45 -0
  256. package/dist/node_modules/openai/internal/to-file.js +91 -0
  257. package/dist/node_modules/openai/internal/tslib.js +81 -0
  258. package/dist/node_modules/openai/internal/types.d.mts +69 -0
  259. package/dist/node_modules/openai/internal/types.d.ts +69 -0
  260. package/dist/node_modules/openai/internal/types.js +4 -0
  261. package/dist/node_modules/openai/internal/uploads.d.mts +42 -0
  262. package/dist/node_modules/openai/internal/uploads.d.ts +42 -0
  263. package/dist/node_modules/openai/internal/uploads.js +141 -0
  264. package/dist/node_modules/openai/internal/utils/base64.d.mts +9 -0
  265. package/dist/node_modules/openai/internal/utils/base64.d.ts +9 -0
  266. package/dist/node_modules/openai/internal/utils/base64.js +61 -0
  267. package/dist/node_modules/openai/internal/utils/bytes.d.mts +4 -0
  268. package/dist/node_modules/openai/internal/utils/bytes.d.ts +4 -0
  269. package/dist/node_modules/openai/internal/utils/bytes.js +31 -0
  270. package/dist/node_modules/openai/internal/utils/env.d.mts +9 -0
  271. package/dist/node_modules/openai/internal/utils/env.d.ts +9 -0
  272. package/dist/node_modules/openai/internal/utils/env.js +22 -0
  273. package/dist/node_modules/openai/internal/utils/log.d.mts +37 -0
  274. package/dist/node_modules/openai/internal/utils/log.d.ts +37 -0
  275. package/dist/node_modules/openai/internal/utils/log.js +85 -0
  276. package/dist/node_modules/openai/internal/utils/path.d.mts +15 -0
  277. package/dist/node_modules/openai/internal/utils/path.d.ts +15 -0
  278. package/dist/node_modules/openai/internal/utils/path.js +79 -0
  279. package/dist/node_modules/openai/internal/utils/sleep.d.mts +2 -0
  280. package/dist/node_modules/openai/internal/utils/sleep.d.ts +2 -0
  281. package/dist/node_modules/openai/internal/utils/sleep.js +7 -0
  282. package/dist/node_modules/openai/internal/utils/uuid.d.mts +5 -0
  283. package/dist/node_modules/openai/internal/utils/uuid.d.ts +5 -0
  284. package/dist/node_modules/openai/internal/utils/uuid.js +19 -0
  285. package/dist/node_modules/openai/internal/utils/values.d.mts +18 -0
  286. package/dist/node_modules/openai/internal/utils/values.d.ts +18 -0
  287. package/dist/node_modules/openai/internal/utils/values.js +112 -0
  288. package/dist/node_modules/openai/internal/utils.d.mts +7 -0
  289. package/dist/node_modules/openai/internal/utils.d.ts +7 -0
  290. package/dist/node_modules/openai/internal/utils.js +11 -0
  291. package/dist/node_modules/openai/lib/AbstractChatCompletionRunner.d.mts +59 -0
  292. package/dist/node_modules/openai/lib/AbstractChatCompletionRunner.d.ts +59 -0
  293. package/dist/node_modules/openai/lib/AbstractChatCompletionRunner.js +291 -0
  294. package/dist/node_modules/openai/lib/AssistantStream.d.mts +60 -0
  295. package/dist/node_modules/openai/lib/AssistantStream.d.ts +60 -0
  296. package/dist/node_modules/openai/lib/AssistantStream.js +553 -0
  297. package/dist/node_modules/openai/lib/ChatCompletionRunner.d.mts +16 -0
  298. package/dist/node_modules/openai/lib/ChatCompletionRunner.d.ts +16 -0
  299. package/dist/node_modules/openai/lib/ChatCompletionRunner.js +24 -0
  300. package/dist/node_modules/openai/lib/ChatCompletionStream.d.mts +208 -0
  301. package/dist/node_modules/openai/lib/ChatCompletionStream.d.ts +208 -0
  302. package/dist/node_modules/openai/lib/ChatCompletionStream.js +493 -0
  303. package/dist/node_modules/openai/lib/ChatCompletionStreamingRunner.d.mts +19 -0
  304. package/dist/node_modules/openai/lib/ChatCompletionStreamingRunner.d.ts +19 -0
  305. package/dist/node_modules/openai/lib/ChatCompletionStreamingRunner.js +24 -0
  306. package/dist/node_modules/openai/lib/EventEmitter.d.mts +45 -0
  307. package/dist/node_modules/openai/lib/EventEmitter.d.ts +45 -0
  308. package/dist/node_modules/openai/lib/EventEmitter.js +79 -0
  309. package/dist/node_modules/openai/lib/EventStream.d.mts +62 -0
  310. package/dist/node_modules/openai/lib/EventStream.d.ts +62 -0
  311. package/dist/node_modules/openai/lib/EventStream.js +190 -0
  312. package/dist/node_modules/openai/lib/ResponsesParser.d.mts +36 -0
  313. package/dist/node_modules/openai/lib/ResponsesParser.d.ts +36 -0
  314. package/dist/node_modules/openai/lib/ResponsesParser.js +170 -0
  315. package/dist/node_modules/openai/lib/RunnableFunction.d.mts +83 -0
  316. package/dist/node_modules/openai/lib/RunnableFunction.d.ts +83 -0
  317. package/dist/node_modules/openai/lib/RunnableFunction.js +19 -0
  318. package/dist/node_modules/openai/lib/Util.d.mts +5 -0
  319. package/dist/node_modules/openai/lib/Util.d.ts +5 -0
  320. package/dist/node_modules/openai/lib/Util.js +26 -0
  321. package/dist/node_modules/openai/lib/chatCompletionUtils.d.mts +5 -0
  322. package/dist/node_modules/openai/lib/chatCompletionUtils.d.ts +5 -0
  323. package/dist/node_modules/openai/lib/chatCompletionUtils.js +16 -0
  324. package/dist/node_modules/openai/lib/jsonschema.d.mts +123 -0
  325. package/dist/node_modules/openai/lib/jsonschema.d.ts +123 -0
  326. package/dist/node_modules/openai/lib/jsonschema.js +11 -0
  327. package/dist/node_modules/openai/lib/parser.d.mts +47 -0
  328. package/dist/node_modules/openai/lib/parser.d.ts +47 -0
  329. package/dist/node_modules/openai/lib/parser.js +176 -0
  330. package/dist/node_modules/openai/lib/responses/EventTypes.d.mts +9 -0
  331. package/dist/node_modules/openai/lib/responses/EventTypes.d.ts +9 -0
  332. package/dist/node_modules/openai/lib/responses/EventTypes.js +3 -0
  333. package/dist/node_modules/openai/lib/responses/ResponseStream.d.mts +59 -0
  334. package/dist/node_modules/openai/lib/responses/ResponseStream.d.ts +59 -0
  335. package/dist/node_modules/openai/lib/responses/ResponseStream.js +265 -0
  336. package/dist/node_modules/openai/lib/transform.d.mts +3 -0
  337. package/dist/node_modules/openai/lib/transform.d.ts +3 -0
  338. package/dist/node_modules/openai/lib/transform.js +154 -0
  339. package/dist/node_modules/openai/package.json +1 -0
  340. package/dist/node_modules/openai/pagination.d.mts +2 -0
  341. package/dist/node_modules/openai/pagination.d.ts +2 -0
  342. package/dist/node_modules/openai/pagination.js +6 -0
  343. package/dist/node_modules/openai/realtime/index.d.mts +2 -0
  344. package/dist/node_modules/openai/realtime/index.d.ts +2 -0
  345. package/dist/node_modules/openai/realtime/index.js +6 -0
  346. package/dist/node_modules/openai/realtime/internal-base.d.mts +45 -0
  347. package/dist/node_modules/openai/realtime/internal-base.d.ts +45 -0
  348. package/dist/node_modules/openai/realtime/internal-base.js +55 -0
  349. package/dist/node_modules/openai/realtime/websocket.d.mts +36 -0
  350. package/dist/node_modules/openai/realtime/websocket.d.ts +36 -0
  351. package/dist/node_modules/openai/realtime/websocket.js +109 -0
  352. package/dist/node_modules/openai/realtime/ws.d.mts +27 -0
  353. package/dist/node_modules/openai/realtime/ws.d.ts +27 -0
  354. package/dist/node_modules/openai/realtime/ws.js +92 -0
  355. package/dist/node_modules/openai/resource.d.mts +2 -0
  356. package/dist/node_modules/openai/resource.d.ts +2 -0
  357. package/dist/node_modules/openai/resource.js +6 -0
  358. package/dist/node_modules/openai/resources/audio/audio.d.mts +28 -0
  359. package/dist/node_modules/openai/resources/audio/audio.d.ts +28 -0
  360. package/dist/node_modules/openai/resources/audio/audio.js +25 -0
  361. package/dist/node_modules/openai/resources/audio/index.d.mts +5 -0
  362. package/dist/node_modules/openai/resources/audio/index.d.ts +5 -0
  363. package/dist/node_modules/openai/resources/audio/index.js +13 -0
  364. package/dist/node_modules/openai/resources/audio/speech.d.mts +65 -0
  365. package/dist/node_modules/openai/resources/audio/speech.d.ts +65 -0
  366. package/dist/node_modules/openai/resources/audio/speech.js +33 -0
  367. package/dist/node_modules/openai/resources/audio/transcriptions.d.mts +656 -0
  368. package/dist/node_modules/openai/resources/audio/transcriptions.d.ts +656 -0
  369. package/dist/node_modules/openai/resources/audio/transcriptions.js +18 -0
  370. package/dist/node_modules/openai/resources/audio/translations.d.mts +81 -0
  371. package/dist/node_modules/openai/resources/audio/translations.d.ts +81 -0
  372. package/dist/node_modules/openai/resources/audio/translations.js +13 -0
  373. package/dist/node_modules/openai/resources/audio.d.mts +2 -0
  374. package/dist/node_modules/openai/resources/audio.d.ts +2 -0
  375. package/dist/node_modules/openai/resources/audio.js +6 -0
  376. package/dist/node_modules/openai/resources/batches.d.mts +280 -0
  377. package/dist/node_modules/openai/resources/batches.d.ts +280 -0
  378. package/dist/node_modules/openai/resources/batches.js +37 -0
  379. package/dist/node_modules/openai/resources/beta/assistants.d.mts +1223 -0
  380. package/dist/node_modules/openai/resources/beta/assistants.d.ts +1223 -0
  381. package/dist/node_modules/openai/resources/beta/assistants.js +70 -0
  382. package/dist/node_modules/openai/resources/beta/beta.d.mts +21 -0
  383. package/dist/node_modules/openai/resources/beta/beta.d.ts +21 -0
  384. package/dist/node_modules/openai/resources/beta/beta.js +29 -0
  385. package/dist/node_modules/openai/resources/beta/chatkit/chatkit.d.mts +51 -0
  386. package/dist/node_modules/openai/resources/beta/chatkit/chatkit.d.ts +51 -0
  387. package/dist/node_modules/openai/resources/beta/chatkit/chatkit.js +21 -0
  388. package/dist/node_modules/openai/resources/beta/chatkit/index.d.mts +4 -0
  389. package/dist/node_modules/openai/resources/beta/chatkit/index.d.ts +4 -0
  390. package/dist/node_modules/openai/resources/beta/chatkit/index.js +11 -0
  391. package/dist/node_modules/openai/resources/beta/chatkit/sessions.d.mts +57 -0
  392. package/dist/node_modules/openai/resources/beta/chatkit/sessions.d.ts +57 -0
  393. package/dist/node_modules/openai/resources/beta/chatkit/sessions.js +45 -0
  394. package/dist/node_modules/openai/resources/beta/chatkit/threads.d.mts +811 -0
  395. package/dist/node_modules/openai/resources/beta/chatkit/threads.d.ts +811 -0
  396. package/dist/node_modules/openai/resources/beta/chatkit/threads.js +77 -0
  397. package/dist/node_modules/openai/resources/beta/chatkit.d.mts +2 -0
  398. package/dist/node_modules/openai/resources/beta/chatkit.d.ts +2 -0
  399. package/dist/node_modules/openai/resources/beta/chatkit.js +6 -0
  400. package/dist/node_modules/openai/resources/beta/index.d.mts +6 -0
  401. package/dist/node_modules/openai/resources/beta/index.d.ts +6 -0
  402. package/dist/node_modules/openai/resources/beta/index.js +15 -0
  403. package/dist/node_modules/openai/resources/beta/realtime/index.d.mts +4 -0
  404. package/dist/node_modules/openai/resources/beta/realtime/index.d.ts +4 -0
  405. package/dist/node_modules/openai/resources/beta/realtime/index.js +11 -0
  406. package/dist/node_modules/openai/resources/beta/realtime/realtime.d.mts +2332 -0
  407. package/dist/node_modules/openai/resources/beta/realtime/realtime.d.ts +2332 -0
  408. package/dist/node_modules/openai/resources/beta/realtime/realtime.js +24 -0
  409. package/dist/node_modules/openai/resources/beta/realtime/sessions.d.mts +744 -0
  410. package/dist/node_modules/openai/resources/beta/realtime/sessions.d.ts +744 -0
  411. package/dist/node_modules/openai/resources/beta/realtime/sessions.js +32 -0
  412. package/dist/node_modules/openai/resources/beta/realtime/transcription-sessions.d.mts +299 -0
  413. package/dist/node_modules/openai/resources/beta/realtime/transcription-sessions.d.ts +299 -0
  414. package/dist/node_modules/openai/resources/beta/realtime/transcription-sessions.js +32 -0
  415. package/dist/node_modules/openai/resources/beta/realtime.d.mts +2 -0
  416. package/dist/node_modules/openai/resources/beta/realtime.d.ts +2 -0
  417. package/dist/node_modules/openai/resources/beta/realtime.js +6 -0
  418. package/dist/node_modules/openai/resources/beta/threads/index.d.mts +4 -0
  419. package/dist/node_modules/openai/resources/beta/threads/index.d.ts +4 -0
  420. package/dist/node_modules/openai/resources/beta/threads/index.js +11 -0
  421. package/dist/node_modules/openai/resources/beta/threads/messages.d.mts +594 -0
  422. package/dist/node_modules/openai/resources/beta/threads/messages.d.ts +594 -0
  423. package/dist/node_modules/openai/resources/beta/threads/messages.js +76 -0
  424. package/dist/node_modules/openai/resources/beta/threads/runs/index.d.mts +3 -0
  425. package/dist/node_modules/openai/resources/beta/threads/runs/index.d.ts +3 -0
  426. package/dist/node_modules/openai/resources/beta/threads/runs/index.js +9 -0
  427. package/dist/node_modules/openai/resources/beta/threads/runs/runs.d.mts +741 -0
  428. package/dist/node_modules/openai/resources/beta/threads/runs/runs.d.ts +741 -0
  429. package/dist/node_modules/openai/resources/beta/threads/runs/runs.js +182 -0
  430. package/dist/node_modules/openai/resources/beta/threads/runs/steps.d.mts +615 -0
  431. package/dist/node_modules/openai/resources/beta/threads/runs/steps.d.ts +615 -0
  432. package/dist/node_modules/openai/resources/beta/threads/runs/steps.js +41 -0
  433. package/dist/node_modules/openai/resources/beta/threads/runs.d.mts +2 -0
  434. package/dist/node_modules/openai/resources/beta/threads/runs.d.ts +2 -0
  435. package/dist/node_modules/openai/resources/beta/threads/runs.js +6 -0
  436. package/dist/node_modules/openai/resources/beta/threads/threads.d.mts +1044 -0
  437. package/dist/node_modules/openai/resources/beta/threads/threads.d.ts +1044 -0
  438. package/dist/node_modules/openai/resources/beta/threads/threads.js +96 -0
  439. package/dist/node_modules/openai/resources/beta/threads.d.mts +2 -0
  440. package/dist/node_modules/openai/resources/beta/threads.d.ts +2 -0
  441. package/dist/node_modules/openai/resources/beta/threads.js +6 -0
  442. package/dist/node_modules/openai/resources/beta.d.mts +2 -0
  443. package/dist/node_modules/openai/resources/beta.d.ts +2 -0
  444. package/dist/node_modules/openai/resources/beta.js +6 -0
  445. package/dist/node_modules/openai/resources/chat/chat.d.mts +13 -0
  446. package/dist/node_modules/openai/resources/chat/chat.d.ts +13 -0
  447. package/dist/node_modules/openai/resources/chat/chat.js +17 -0
  448. package/dist/node_modules/openai/resources/chat/completions/completions.d.mts +1640 -0
  449. package/dist/node_modules/openai/resources/chat/completions/completions.d.ts +1640 -0
  450. package/dist/node_modules/openai/resources/chat/completions/completions.js +115 -0
  451. package/dist/node_modules/openai/resources/chat/completions/index.d.mts +4 -0
  452. package/dist/node_modules/openai/resources/chat/completions/index.d.ts +4 -0
  453. package/dist/node_modules/openai/resources/chat/completions/index.js +11 -0
  454. package/dist/node_modules/openai/resources/chat/completions/messages.d.mts +34 -0
  455. package/dist/node_modules/openai/resources/chat/completions/messages.d.ts +34 -0
  456. package/dist/node_modules/openai/resources/chat/completions/messages.js +28 -0
  457. package/dist/node_modules/openai/resources/chat/completions.d.mts +2 -0
  458. package/dist/node_modules/openai/resources/chat/completions.d.ts +2 -0
  459. package/dist/node_modules/openai/resources/chat/completions.js +6 -0
  460. package/dist/node_modules/openai/resources/chat/index.d.mts +3 -0
  461. package/dist/node_modules/openai/resources/chat/index.d.ts +3 -0
  462. package/dist/node_modules/openai/resources/chat/index.js +9 -0
  463. package/dist/node_modules/openai/resources/chat.d.mts +2 -0
  464. package/dist/node_modules/openai/resources/chat.d.ts +2 -0
  465. package/dist/node_modules/openai/resources/chat.js +6 -0
  466. package/dist/node_modules/openai/resources/completions.d.mts +329 -0
  467. package/dist/node_modules/openai/resources/completions.d.ts +329 -0
  468. package/dist/node_modules/openai/resources/completions.js +12 -0
  469. package/dist/node_modules/openai/resources/containers/containers.d.mts +292 -0
  470. package/dist/node_modules/openai/resources/containers/containers.d.ts +292 -0
  471. package/dist/node_modules/openai/resources/containers/containers.js +47 -0
  472. package/dist/node_modules/openai/resources/containers/files/content.d.mts +16 -0
  473. package/dist/node_modules/openai/resources/containers/files/content.d.ts +16 -0
  474. package/dist/node_modules/openai/resources/containers/files/content.js +22 -0
  475. package/dist/node_modules/openai/resources/containers/files/files.d.mts +148 -0
  476. package/dist/node_modules/openai/resources/containers/files/files.d.ts +148 -0
  477. package/dist/node_modules/openai/resources/containers/files/files.js +56 -0
  478. package/dist/node_modules/openai/resources/containers/files/index.d.mts +3 -0
  479. package/dist/node_modules/openai/resources/containers/files/index.d.ts +3 -0
  480. package/dist/node_modules/openai/resources/containers/files/index.js +9 -0
  481. package/dist/node_modules/openai/resources/containers/files.d.mts +2 -0
  482. package/dist/node_modules/openai/resources/containers/files.d.ts +2 -0
  483. package/dist/node_modules/openai/resources/containers/files.js +6 -0
  484. package/dist/node_modules/openai/resources/containers/index.d.mts +3 -0
  485. package/dist/node_modules/openai/resources/containers/index.d.ts +3 -0
  486. package/dist/node_modules/openai/resources/containers/index.js +9 -0
  487. package/dist/node_modules/openai/resources/containers.d.mts +2 -0
  488. package/dist/node_modules/openai/resources/containers.d.ts +2 -0
  489. package/dist/node_modules/openai/resources/containers.js +6 -0
  490. package/dist/node_modules/openai/resources/conversations/conversations.d.mts +176 -0
  491. package/dist/node_modules/openai/resources/conversations/conversations.d.ts +176 -0
  492. package/dist/node_modules/openai/resources/conversations/conversations.js +42 -0
  493. package/dist/node_modules/openai/resources/conversations/index.d.mts +3 -0
  494. package/dist/node_modules/openai/resources/conversations/index.d.ts +3 -0
  495. package/dist/node_modules/openai/resources/conversations/index.js +9 -0
  496. package/dist/node_modules/openai/resources/conversations/items.d.mts +367 -0
  497. package/dist/node_modules/openai/resources/conversations/items.d.ts +367 -0
  498. package/dist/node_modules/openai/resources/conversations/items.js +42 -0
  499. package/dist/node_modules/openai/resources/conversations.d.mts +2 -0
  500. package/dist/node_modules/openai/resources/conversations.d.ts +2 -0
  501. package/dist/node_modules/openai/resources/conversations.js +6 -0
  502. package/dist/node_modules/openai/resources/embeddings.d.mts +113 -0
  503. package/dist/node_modules/openai/resources/embeddings.d.ts +113 -0
  504. package/dist/node_modules/openai/resources/embeddings.js +56 -0
  505. package/dist/node_modules/openai/resources/evals/evals.d.mts +736 -0
  506. package/dist/node_modules/openai/resources/evals/evals.d.ts +736 -0
  507. package/dist/node_modules/openai/resources/evals/evals.js +54 -0
  508. package/dist/node_modules/openai/resources/evals/index.d.mts +3 -0
  509. package/dist/node_modules/openai/resources/evals/index.d.ts +3 -0
  510. package/dist/node_modules/openai/resources/evals/index.js +9 -0
  511. package/dist/node_modules/openai/resources/evals/runs/index.d.mts +3 -0
  512. package/dist/node_modules/openai/resources/evals/runs/index.d.ts +3 -0
  513. package/dist/node_modules/openai/resources/evals/runs/index.js +9 -0
  514. package/dist/node_modules/openai/resources/evals/runs/output-items.d.mts +382 -0
  515. package/dist/node_modules/openai/resources/evals/runs/output-items.d.ts +382 -0
  516. package/dist/node_modules/openai/resources/evals/runs/output-items.js +25 -0
  517. package/dist/node_modules/openai/resources/evals/runs/runs.d.mts +2385 -0
  518. package/dist/node_modules/openai/resources/evals/runs/runs.d.ts +2385 -0
  519. package/dist/node_modules/openai/resources/evals/runs/runs.js +57 -0
  520. package/dist/node_modules/openai/resources/evals/runs.d.mts +2 -0
  521. package/dist/node_modules/openai/resources/evals/runs.d.ts +2 -0
  522. package/dist/node_modules/openai/resources/evals/runs.js +6 -0
  523. package/dist/node_modules/openai/resources/evals.d.mts +2 -0
  524. package/dist/node_modules/openai/resources/evals.d.ts +2 -0
  525. package/dist/node_modules/openai/resources/evals.js +6 -0
  526. package/dist/node_modules/openai/resources/files.d.mts +171 -0
  527. package/dist/node_modules/openai/resources/files.d.ts +171 -0
  528. package/dist/node_modules/openai/resources/files.js +86 -0
  529. package/dist/node_modules/openai/resources/fine-tuning/alpha/alpha.d.mts +10 -0
  530. package/dist/node_modules/openai/resources/fine-tuning/alpha/alpha.d.ts +10 -0
  531. package/dist/node_modules/openai/resources/fine-tuning/alpha/alpha.js +17 -0
  532. package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.d.mts +119 -0
  533. package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.d.ts +119 -0
  534. package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.js +49 -0
  535. package/dist/node_modules/openai/resources/fine-tuning/alpha/index.d.mts +3 -0
  536. package/dist/node_modules/openai/resources/fine-tuning/alpha/index.d.ts +3 -0
  537. package/dist/node_modules/openai/resources/fine-tuning/alpha/index.js +9 -0
  538. package/dist/node_modules/openai/resources/fine-tuning/alpha.d.mts +2 -0
  539. package/dist/node_modules/openai/resources/fine-tuning/alpha.d.ts +2 -0
  540. package/dist/node_modules/openai/resources/fine-tuning/alpha.js +6 -0
  541. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.mts +10 -0
  542. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.ts +10 -0
  543. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.js +17 -0
  544. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/index.d.mts +3 -0
  545. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/index.d.ts +3 -0
  546. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/index.js +9 -0
  547. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.mts +160 -0
  548. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.ts +160 -0
  549. package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +73 -0
  550. package/dist/node_modules/openai/resources/fine-tuning/checkpoints.d.mts +2 -0
  551. package/dist/node_modules/openai/resources/fine-tuning/checkpoints.d.ts +2 -0
  552. package/dist/node_modules/openai/resources/fine-tuning/checkpoints.js +6 -0
  553. package/dist/node_modules/openai/resources/fine-tuning/fine-tuning.d.mts +22 -0
  554. package/dist/node_modules/openai/resources/fine-tuning/fine-tuning.d.ts +22 -0
  555. package/dist/node_modules/openai/resources/fine-tuning/fine-tuning.js +29 -0
  556. package/dist/node_modules/openai/resources/fine-tuning/index.d.mts +6 -0
  557. package/dist/node_modules/openai/resources/fine-tuning/index.d.ts +6 -0
  558. package/dist/node_modules/openai/resources/fine-tuning/index.js +15 -0
  559. package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.mts +74 -0
  560. package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.ts +74 -0
  561. package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +27 -0
  562. package/dist/node_modules/openai/resources/fine-tuning/jobs/index.d.mts +3 -0
  563. package/dist/node_modules/openai/resources/fine-tuning/jobs/index.d.ts +3 -0
  564. package/dist/node_modules/openai/resources/fine-tuning/jobs/index.js +9 -0
  565. package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.d.mts +528 -0
  566. package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.d.ts +528 -0
  567. package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.js +123 -0
  568. package/dist/node_modules/openai/resources/fine-tuning/jobs.d.mts +2 -0
  569. package/dist/node_modules/openai/resources/fine-tuning/jobs.d.ts +2 -0
  570. package/dist/node_modules/openai/resources/fine-tuning/jobs.js +6 -0
  571. package/dist/node_modules/openai/resources/fine-tuning/methods.d.mts +120 -0
  572. package/dist/node_modules/openai/resources/fine-tuning/methods.d.ts +120 -0
  573. package/dist/node_modules/openai/resources/fine-tuning/methods.js +9 -0
  574. package/dist/node_modules/openai/resources/fine-tuning.d.mts +2 -0
  575. package/dist/node_modules/openai/resources/fine-tuning.d.ts +2 -0
  576. package/dist/node_modules/openai/resources/fine-tuning.js +6 -0
  577. package/dist/node_modules/openai/resources/graders/grader-models.d.mts +354 -0
  578. package/dist/node_modules/openai/resources/graders/grader-models.d.ts +354 -0
  579. package/dist/node_modules/openai/resources/graders/grader-models.js +9 -0
  580. package/dist/node_modules/openai/resources/graders/graders.d.mts +10 -0
  581. package/dist/node_modules/openai/resources/graders/graders.d.ts +10 -0
  582. package/dist/node_modules/openai/resources/graders/graders.js +17 -0
  583. package/dist/node_modules/openai/resources/graders/index.d.mts +3 -0
  584. package/dist/node_modules/openai/resources/graders/index.d.ts +3 -0
  585. package/dist/node_modules/openai/resources/graders/index.js +9 -0
  586. package/dist/node_modules/openai/resources/graders.d.mts +2 -0
  587. package/dist/node_modules/openai/resources/graders.d.ts +2 -0
  588. package/dist/node_modules/openai/resources/graders.js +6 -0
  589. package/dist/node_modules/openai/resources/images.d.mts +676 -0
  590. package/dist/node_modules/openai/resources/images.d.ts +676 -0
  591. package/dist/node_modules/openai/resources/images.js +29 -0
  592. package/dist/node_modules/openai/resources/index.d.mts +24 -0
  593. package/dist/node_modules/openai/resources/index.d.ts +24 -0
  594. package/dist/node_modules/openai/resources/index.js +50 -0
  595. package/dist/node_modules/openai/resources/models.d.mts +52 -0
  596. package/dist/node_modules/openai/resources/models.d.ts +52 -0
  597. package/dist/node_modules/openai/resources/models.js +32 -0
  598. package/dist/node_modules/openai/resources/moderations.d.mts +295 -0
  599. package/dist/node_modules/openai/resources/moderations.d.ts +295 -0
  600. package/dist/node_modules/openai/resources/moderations.js +16 -0
  601. package/dist/node_modules/openai/resources/realtime/calls.d.mts +158 -0
  602. package/dist/node_modules/openai/resources/realtime/calls.d.ts +158 -0
  603. package/dist/node_modules/openai/resources/realtime/calls.js +75 -0
  604. package/dist/node_modules/openai/resources/realtime/client-secrets.d.mts +624 -0
  605. package/dist/node_modules/openai/resources/realtime/client-secrets.d.ts +624 -0
  606. package/dist/node_modules/openai/resources/realtime/client-secrets.js +21 -0
  607. package/dist/node_modules/openai/resources/realtime/index.d.mts +4 -0
  608. package/dist/node_modules/openai/resources/realtime/index.d.ts +4 -0
  609. package/dist/node_modules/openai/resources/realtime/index.js +11 -0
  610. package/dist/node_modules/openai/resources/realtime/realtime.d.mts +3941 -0
  611. package/dist/node_modules/openai/resources/realtime/realtime.d.ts +3941 -0
  612. package/dist/node_modules/openai/resources/realtime/realtime.js +21 -0
  613. package/dist/node_modules/openai/resources/realtime.d.mts +2 -0
  614. package/dist/node_modules/openai/resources/realtime.d.ts +2 -0
  615. package/dist/node_modules/openai/resources/realtime.js +6 -0
  616. package/dist/node_modules/openai/resources/responses/index.d.mts +4 -0
  617. package/dist/node_modules/openai/resources/responses/index.d.ts +4 -0
  618. package/dist/node_modules/openai/resources/responses/index.js +11 -0
  619. package/dist/node_modules/openai/resources/responses/input-items.d.mts +65 -0
  620. package/dist/node_modules/openai/resources/responses/input-items.d.ts +65 -0
  621. package/dist/node_modules/openai/resources/responses/input-items.js +27 -0
  622. package/dist/node_modules/openai/resources/responses/input-tokens.d.mts +126 -0
  623. package/dist/node_modules/openai/resources/responses/input-tokens.d.ts +126 -0
  624. package/dist/node_modules/openai/resources/responses/input-tokens.js +20 -0
  625. package/dist/node_modules/openai/resources/responses/responses.d.mts +5559 -0
  626. package/dist/node_modules/openai/resources/responses/responses.d.ts +5559 -0
  627. package/dist/node_modules/openai/resources/responses/responses.js +100 -0
  628. package/dist/node_modules/openai/resources/responses.d.mts +2 -0
  629. package/dist/node_modules/openai/resources/responses.d.ts +2 -0
  630. package/dist/node_modules/openai/resources/responses.js +6 -0
  631. package/dist/node_modules/openai/resources/shared.d.mts +287 -0
  632. package/dist/node_modules/openai/resources/shared.d.ts +287 -0
  633. package/dist/node_modules/openai/resources/shared.js +4 -0
  634. package/dist/node_modules/openai/resources/skills/content.d.mts +10 -0
  635. package/dist/node_modules/openai/resources/skills/content.d.ts +10 -0
  636. package/dist/node_modules/openai/resources/skills/content.js +21 -0
  637. package/dist/node_modules/openai/resources/skills/index.d.mts +4 -0
  638. package/dist/node_modules/openai/resources/skills/index.d.ts +4 -0
  639. package/dist/node_modules/openai/resources/skills/index.js +11 -0
  640. package/dist/node_modules/openai/resources/skills/skills.d.mts +116 -0
  641. package/dist/node_modules/openai/resources/skills/skills.d.ts +116 -0
  642. package/dist/node_modules/openai/resources/skills/skills.js +54 -0
  643. package/dist/node_modules/openai/resources/skills/versions/content.d.mts +19 -0
  644. package/dist/node_modules/openai/resources/skills/versions/content.d.ts +19 -0
  645. package/dist/node_modules/openai/resources/skills/versions/content.js +22 -0
  646. package/dist/node_modules/openai/resources/skills/versions/index.d.mts +3 -0
  647. package/dist/node_modules/openai/resources/skills/versions/index.d.ts +3 -0
  648. package/dist/node_modules/openai/resources/skills/versions/index.js +9 -0
  649. package/dist/node_modules/openai/resources/skills/versions/versions.d.mts +121 -0
  650. package/dist/node_modules/openai/resources/skills/versions/versions.d.ts +121 -0
  651. package/dist/node_modules/openai/resources/skills/versions/versions.js +49 -0
  652. package/dist/node_modules/openai/resources/skills/versions.d.mts +2 -0
  653. package/dist/node_modules/openai/resources/skills/versions.d.ts +2 -0
  654. package/dist/node_modules/openai/resources/skills/versions.js +6 -0
  655. package/dist/node_modules/openai/resources/skills.d.mts +2 -0
  656. package/dist/node_modules/openai/resources/skills.d.ts +2 -0
  657. package/dist/node_modules/openai/resources/skills.js +6 -0
  658. package/dist/node_modules/openai/resources/uploads/index.d.mts +3 -0
  659. package/dist/node_modules/openai/resources/uploads/index.d.ts +3 -0
  660. package/dist/node_modules/openai/resources/uploads/index.js +9 -0
  661. package/dist/node_modules/openai/resources/uploads/parts.d.mts +51 -0
  662. package/dist/node_modules/openai/resources/uploads/parts.d.ts +51 -0
  663. package/dist/node_modules/openai/resources/uploads/parts.js +27 -0
  664. package/dist/node_modules/openai/resources/uploads/uploads.d.mts +157 -0
  665. package/dist/node_modules/openai/resources/uploads/uploads.d.ts +157 -0
  666. package/dist/node_modules/openai/resources/uploads/uploads.js +66 -0
  667. package/dist/node_modules/openai/resources/uploads.d.mts +2 -0
  668. package/dist/node_modules/openai/resources/uploads.d.ts +2 -0
  669. package/dist/node_modules/openai/resources/uploads.js +6 -0
  670. package/dist/node_modules/openai/resources/vector-stores/file-batches.d.mts +205 -0
  671. package/dist/node_modules/openai/resources/vector-stores/file-batches.d.ts +205 -0
  672. package/dist/node_modules/openai/resources/vector-stores/file-batches.js +133 -0
  673. package/dist/node_modules/openai/resources/vector-stores/files.d.mts +231 -0
  674. package/dist/node_modules/openai/resources/vector-stores/files.d.ts +231 -0
  675. package/dist/node_modules/openai/resources/vector-stores/files.js +142 -0
  676. package/dist/node_modules/openai/resources/vector-stores/index.d.mts +4 -0
  677. package/dist/node_modules/openai/resources/vector-stores/index.d.ts +4 -0
  678. package/dist/node_modules/openai/resources/vector-stores/index.js +11 -0
  679. package/dist/node_modules/openai/resources/vector-stores/vector-stores.d.mts +378 -0
  680. package/dist/node_modules/openai/resources/vector-stores/vector-stores.d.ts +378 -0
  681. package/dist/node_modules/openai/resources/vector-stores/vector-stores.js +84 -0
  682. package/dist/node_modules/openai/resources/vector-stores.d.mts +2 -0
  683. package/dist/node_modules/openai/resources/vector-stores.d.ts +2 -0
  684. package/dist/node_modules/openai/resources/vector-stores.js +6 -0
  685. package/dist/node_modules/openai/resources/videos.d.mts +169 -0
  686. package/dist/node_modules/openai/resources/videos.d.ts +169 -0
  687. package/dist/node_modules/openai/resources/videos.js +54 -0
  688. package/dist/node_modules/openai/resources/webhooks/index.d.mts +2 -0
  689. package/dist/node_modules/openai/resources/webhooks/index.d.ts +2 -0
  690. package/dist/node_modules/openai/resources/webhooks/index.js +6 -0
  691. package/dist/node_modules/openai/resources/webhooks/webhooks.d.mts +587 -0
  692. package/dist/node_modules/openai/resources/webhooks/webhooks.d.ts +587 -0
  693. package/dist/node_modules/openai/resources/webhooks/webhooks.js +101 -0
  694. package/dist/node_modules/openai/resources/webhooks.d.mts +2 -0
  695. package/dist/node_modules/openai/resources/webhooks.d.ts +2 -0
  696. package/dist/node_modules/openai/resources/webhooks.js +6 -0
  697. package/dist/node_modules/openai/resources.d.mts +2 -0
  698. package/dist/node_modules/openai/resources.d.ts +2 -0
  699. package/dist/node_modules/openai/resources.js +5 -0
  700. package/dist/node_modules/openai/src/_vendor/partial-json-parser/parser.ts +247 -0
  701. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/Options.ts +80 -0
  702. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/Refs.ts +47 -0
  703. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/errorMessages.ts +31 -0
  704. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/index.ts +37 -0
  705. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parseDef.ts +258 -0
  706. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/any.ts +5 -0
  707. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/array.ts +36 -0
  708. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/bigint.ts +60 -0
  709. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/boolean.ts +9 -0
  710. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/branded.ts +7 -0
  711. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/catch.ts +7 -0
  712. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/date.ts +83 -0
  713. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/default.ts +10 -0
  714. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/effects.ts +11 -0
  715. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/enum.ts +13 -0
  716. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/intersection.ts +64 -0
  717. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/literal.ts +37 -0
  718. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/map.ts +42 -0
  719. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/nativeEnum.ts +27 -0
  720. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/never.ts +9 -0
  721. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/null.ts +16 -0
  722. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/nullable.ts +49 -0
  723. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/number.ts +62 -0
  724. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/object.ts +76 -0
  725. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/optional.ts +28 -0
  726. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/pipeline.ts +28 -0
  727. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/promise.ts +7 -0
  728. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/readonly.ts +7 -0
  729. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/record.ts +73 -0
  730. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/set.ts +36 -0
  731. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/string.ts +400 -0
  732. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/tuple.ts +54 -0
  733. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/undefined.ts +9 -0
  734. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/union.ts +119 -0
  735. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/parsers/unknown.ts +5 -0
  736. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/util.ts +11 -0
  737. package/dist/node_modules/openai/src/_vendor/zod-to-json-schema/zodToJsonSchema.ts +120 -0
  738. package/dist/node_modules/openai/src/api-promise.ts +2 -0
  739. package/dist/node_modules/openai/src/azure.ts +158 -0
  740. package/dist/node_modules/openai/src/beta/realtime/index.ts +1 -0
  741. package/dist/node_modules/openai/src/beta/realtime/internal-base.ts +93 -0
  742. package/dist/node_modules/openai/src/beta/realtime/websocket.ts +158 -0
  743. package/dist/node_modules/openai/src/beta/realtime/ws.ts +114 -0
  744. package/dist/node_modules/openai/src/client.ts +1321 -0
  745. package/dist/node_modules/openai/src/core/api-promise.ts +101 -0
  746. package/dist/node_modules/openai/src/core/error.ts +160 -0
  747. package/dist/node_modules/openai/src/core/pagination.ts +269 -0
  748. package/dist/node_modules/openai/src/core/resource.ts +11 -0
  749. package/dist/node_modules/openai/src/core/streaming.ts +348 -0
  750. package/dist/node_modules/openai/src/core/uploads.ts +2 -0
  751. package/dist/node_modules/openai/src/error.ts +2 -0
  752. package/dist/node_modules/openai/src/helpers/audio.ts +146 -0
  753. package/dist/node_modules/openai/src/helpers/zod.ts +180 -0
  754. package/dist/node_modules/openai/src/index.ts +26 -0
  755. package/dist/node_modules/openai/src/internal/builtin-types.ts +93 -0
  756. package/dist/node_modules/openai/src/internal/decoders/line.ts +135 -0
  757. package/dist/node_modules/openai/src/internal/detect-platform.ts +196 -0
  758. package/dist/node_modules/openai/src/internal/errors.ts +33 -0
  759. package/dist/node_modules/openai/src/internal/headers.ts +97 -0
  760. package/dist/node_modules/openai/src/internal/parse.ts +90 -0
  761. package/dist/node_modules/openai/src/internal/qs/formats.ts +10 -0
  762. package/dist/node_modules/openai/src/internal/qs/index.ts +13 -0
  763. package/dist/node_modules/openai/src/internal/qs/stringify.ts +385 -0
  764. package/dist/node_modules/openai/src/internal/qs/types.ts +71 -0
  765. package/dist/node_modules/openai/src/internal/qs/utils.ts +265 -0
  766. package/dist/node_modules/openai/src/internal/request-options.ts +94 -0
  767. package/dist/node_modules/openai/src/internal/shim-types.ts +26 -0
  768. package/dist/node_modules/openai/src/internal/shims.ts +107 -0
  769. package/dist/node_modules/openai/src/internal/stream-utils.ts +32 -0
  770. package/dist/node_modules/openai/src/internal/to-file.ts +154 -0
  771. package/dist/node_modules/openai/src/internal/types.ts +95 -0
  772. package/dist/node_modules/openai/src/internal/uploads.ts +187 -0
  773. package/dist/node_modules/openai/src/internal/utils/base64.ts +64 -0
  774. package/dist/node_modules/openai/src/internal/utils/bytes.ts +32 -0
  775. package/dist/node_modules/openai/src/internal/utils/env.ts +18 -0
  776. package/dist/node_modules/openai/src/internal/utils/log.ts +126 -0
  777. package/dist/node_modules/openai/src/internal/utils/path.ts +88 -0
  778. package/dist/node_modules/openai/src/internal/utils/sleep.ts +3 -0
  779. package/dist/node_modules/openai/src/internal/utils/uuid.ts +17 -0
  780. package/dist/node_modules/openai/src/internal/utils/values.ts +105 -0
  781. package/dist/node_modules/openai/src/internal/utils.ts +8 -0
  782. package/dist/node_modules/openai/src/lib/.keep +4 -0
  783. package/dist/node_modules/openai/src/lib/AbstractChatCompletionRunner.ts +404 -0
  784. package/dist/node_modules/openai/src/lib/AssistantStream.ts +778 -0
  785. package/dist/node_modules/openai/src/lib/ChatCompletionRunner.ts +54 -0
  786. package/dist/node_modules/openai/src/lib/ChatCompletionStream.ts +872 -0
  787. package/dist/node_modules/openai/src/lib/ChatCompletionStreamingRunner.ts +50 -0
  788. package/dist/node_modules/openai/src/lib/EventEmitter.ts +98 -0
  789. package/dist/node_modules/openai/src/lib/EventStream.ts +239 -0
  790. package/dist/node_modules/openai/src/lib/ResponsesParser.ts +265 -0
  791. package/dist/node_modules/openai/src/lib/RunnableFunction.ts +114 -0
  792. package/dist/node_modules/openai/src/lib/Util.ts +23 -0
  793. package/dist/node_modules/openai/src/lib/chatCompletionUtils.ts +21 -0
  794. package/dist/node_modules/openai/src/lib/jsonschema.ts +172 -0
  795. package/dist/node_modules/openai/src/lib/parser.ts +311 -0
  796. package/dist/node_modules/openai/src/lib/responses/EventTypes.ts +74 -0
  797. package/dist/node_modules/openai/src/lib/responses/ResponseStream.ts +368 -0
  798. package/dist/node_modules/openai/src/lib/transform.ts +193 -0
  799. package/dist/node_modules/openai/src/pagination.ts +2 -0
  800. package/dist/node_modules/openai/src/realtime/index.ts +1 -0
  801. package/dist/node_modules/openai/src/realtime/internal-base.ts +98 -0
  802. package/dist/node_modules/openai/src/realtime/websocket.ts +157 -0
  803. package/dist/node_modules/openai/src/realtime/ws.ts +113 -0
  804. package/dist/node_modules/openai/src/resource.ts +2 -0
  805. package/dist/node_modules/openai/src/resources/audio/audio.ts +91 -0
  806. package/dist/node_modules/openai/src/resources/audio/index.ts +29 -0
  807. package/dist/node_modules/openai/src/resources/audio/speech.ts +95 -0
  808. package/dist/node_modules/openai/src/resources/audio/transcriptions.ts +823 -0
  809. package/dist/node_modules/openai/src/resources/audio/translations.ts +118 -0
  810. package/dist/node_modules/openai/src/resources/audio.ts +3 -0
  811. package/dist/node_modules/openai/src/resources/batches.ts +367 -0
  812. package/dist/node_modules/openai/src/resources/beta/assistants.ts +1541 -0
  813. package/dist/node_modules/openai/src/resources/beta/beta.ts +199 -0
  814. package/dist/node_modules/openai/src/resources/beta/chatkit/chatkit.ts +112 -0
  815. package/dist/node_modules/openai/src/resources/beta/chatkit/index.ts +30 -0
  816. package/dist/node_modules/openai/src/resources/beta/chatkit/sessions.ts +79 -0
  817. package/dist/node_modules/openai/src/resources/beta/chatkit/threads.ts +1037 -0
  818. package/dist/node_modules/openai/src/resources/beta/chatkit.ts +3 -0
  819. package/dist/node_modules/openai/src/resources/beta/index.ts +39 -0
  820. package/dist/node_modules/openai/src/resources/beta/realtime/index.ts +9 -0
  821. package/dist/node_modules/openai/src/resources/beta/realtime/realtime.ts +2829 -0
  822. package/dist/node_modules/openai/src/resources/beta/realtime/sessions.ts +869 -0
  823. package/dist/node_modules/openai/src/resources/beta/realtime/transcription-sessions.ts +347 -0
  824. package/dist/node_modules/openai/src/resources/beta/realtime.ts +3 -0
  825. package/dist/node_modules/openai/src/resources/beta/threads/index.ts +77 -0
  826. package/dist/node_modules/openai/src/resources/beta/threads/messages.ts +792 -0
  827. package/dist/node_modules/openai/src/resources/beta/threads/runs/index.ts +48 -0
  828. package/dist/node_modules/openai/src/resources/beta/threads/runs/runs.ts +1080 -0
  829. package/dist/node_modules/openai/src/resources/beta/threads/runs/steps.ts +756 -0
  830. package/dist/node_modules/openai/src/resources/beta/threads/runs.ts +3 -0
  831. package/dist/node_modules/openai/src/resources/beta/threads/threads.ts +1397 -0
  832. package/dist/node_modules/openai/src/resources/beta/threads.ts +3 -0
  833. package/dist/node_modules/openai/src/resources/beta.ts +3 -0
  834. package/dist/node_modules/openai/src/resources/chat/chat.ts +110 -0
  835. package/dist/node_modules/openai/src/resources/chat/completions/completions.ts +2034 -0
  836. package/dist/node_modules/openai/src/resources/chat/completions/index.ts +50 -0
  837. package/dist/node_modules/openai/src/resources/chat/completions/messages.ts +50 -0
  838. package/dist/node_modules/openai/src/resources/chat/completions.ts +3 -0
  839. package/dist/node_modules/openai/src/resources/chat/index.ts +49 -0
  840. package/dist/node_modules/openai/src/resources/chat.ts +3 -0
  841. package/dist/node_modules/openai/src/resources/completions.ts +394 -0
  842. package/dist/node_modules/openai/src/resources/containers/containers.ts +395 -0
  843. package/dist/node_modules/openai/src/resources/containers/files/content.ts +29 -0
  844. package/dist/node_modules/openai/src/resources/containers/files/files.ts +228 -0
  845. package/dist/node_modules/openai/src/resources/containers/files/index.ts +14 -0
  846. package/dist/node_modules/openai/src/resources/containers/files.ts +3 -0
  847. package/dist/node_modules/openai/src/resources/containers/index.ts +22 -0
  848. package/dist/node_modules/openai/src/resources/containers.ts +3 -0
  849. package/dist/node_modules/openai/src/resources/conversations/conversations.ts +277 -0
  850. package/dist/node_modules/openai/src/resources/conversations/index.ts +13 -0
  851. package/dist/node_modules/openai/src/resources/conversations/items.ts +502 -0
  852. package/dist/node_modules/openai/src/resources/conversations.ts +3 -0
  853. package/dist/node_modules/openai/src/resources/embeddings.ts +177 -0
  854. package/dist/node_modules/openai/src/resources/evals/evals.ts +930 -0
  855. package/dist/node_modules/openai/src/resources/evals/index.ts +33 -0
  856. package/dist/node_modules/openai/src/resources/evals/runs/index.ts +27 -0
  857. package/dist/node_modules/openai/src/resources/evals/runs/output-items.ts +477 -0
  858. package/dist/node_modules/openai/src/resources/evals/runs/runs.ts +2869 -0
  859. package/dist/node_modules/openai/src/resources/evals/runs.ts +3 -0
  860. package/dist/node_modules/openai/src/resources/evals.ts +3 -0
  861. package/dist/node_modules/openai/src/resources/files.ts +257 -0
  862. package/dist/node_modules/openai/src/resources/fine-tuning/alpha/alpha.ts +27 -0
  863. package/dist/node_modules/openai/src/resources/fine-tuning/alpha/graders.ts +171 -0
  864. package/dist/node_modules/openai/src/resources/fine-tuning/alpha/index.ts +10 -0
  865. package/dist/node_modules/openai/src/resources/fine-tuning/alpha.ts +3 -0
  866. package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/checkpoints.ts +33 -0
  867. package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/index.ts +13 -0
  868. package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/permissions.ts +227 -0
  869. package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints.ts +3 -0
  870. package/dist/node_modules/openai/src/resources/fine-tuning/fine-tuning.ts +73 -0
  871. package/dist/node_modules/openai/src/resources/fine-tuning/index.ts +27 -0
  872. package/dist/node_modules/openai/src/resources/fine-tuning/jobs/checkpoints.ts +107 -0
  873. package/dist/node_modules/openai/src/resources/fine-tuning/jobs/index.ts +21 -0
  874. package/dist/node_modules/openai/src/resources/fine-tuning/jobs/jobs.ts +654 -0
  875. package/dist/node_modules/openai/src/resources/fine-tuning/jobs.ts +3 -0
  876. package/dist/node_modules/openai/src/resources/fine-tuning/methods.ts +152 -0
  877. package/dist/node_modules/openai/src/resources/fine-tuning.ts +3 -0
  878. package/dist/node_modules/openai/src/resources/graders/grader-models.ts +450 -0
  879. package/dist/node_modules/openai/src/resources/graders/graders.ts +33 -0
  880. package/dist/node_modules/openai/src/resources/graders/index.ts +13 -0
  881. package/dist/node_modules/openai/src/resources/graders.ts +3 -0
  882. package/dist/node_modules/openai/src/resources/images.ts +848 -0
  883. package/dist/node_modules/openai/src/resources/index.ts +145 -0
  884. package/dist/node_modules/openai/src/resources/models.ts +73 -0
  885. package/dist/node_modules/openai/src/resources/moderations.ts +367 -0
  886. package/dist/node_modules/openai/src/resources/realtime/calls.ts +226 -0
  887. package/dist/node_modules/openai/src/resources/realtime/client-secrets.ts +747 -0
  888. package/dist/node_modules/openai/src/resources/realtime/index.ts +13 -0
  889. package/dist/node_modules/openai/src/resources/realtime/realtime.ts +4844 -0
  890. package/dist/node_modules/openai/src/resources/realtime.ts +3 -0
  891. package/dist/node_modules/openai/src/resources/responses/index.ts +5 -0
  892. package/dist/node_modules/openai/src/resources/responses/input-items.ts +87 -0
  893. package/dist/node_modules/openai/src/resources/responses/input-tokens.ts +161 -0
  894. package/dist/node_modules/openai/src/resources/responses/responses.ts +7057 -0
  895. package/dist/node_modules/openai/src/resources/responses.ts +3 -0
  896. package/dist/node_modules/openai/src/resources/shared.ts +423 -0
  897. package/dist/node_modules/openai/src/resources/skills/content.ts +20 -0
  898. package/dist/node_modules/openai/src/resources/skills/index.ts +24 -0
  899. package/dist/node_modules/openai/src/resources/skills/skills.ts +191 -0
  900. package/dist/node_modules/openai/src/resources/skills/versions/content.ts +32 -0
  901. package/dist/node_modules/openai/src/resources/skills/versions/index.ts +14 -0
  902. package/dist/node_modules/openai/src/resources/skills/versions/versions.ts +196 -0
  903. package/dist/node_modules/openai/src/resources/skills/versions.ts +3 -0
  904. package/dist/node_modules/openai/src/resources/skills.ts +3 -0
  905. package/dist/node_modules/openai/src/resources/uploads/index.ts +4 -0
  906. package/dist/node_modules/openai/src/resources/uploads/parts.ts +66 -0
  907. package/dist/node_modules/openai/src/resources/uploads/uploads.ts +195 -0
  908. package/dist/node_modules/openai/src/resources/uploads.ts +3 -0
  909. package/dist/node_modules/openai/src/resources/vector-stores/file-batches.ts +367 -0
  910. package/dist/node_modules/openai/src/resources/vector-stores/files.ts +394 -0
  911. package/dist/node_modules/openai/src/resources/vector-stores/index.ts +43 -0
  912. package/dist/node_modules/openai/src/resources/vector-stores/vector-stores.ts +562 -0
  913. package/dist/node_modules/openai/src/resources/vector-stores.ts +3 -0
  914. package/dist/node_modules/openai/src/resources/videos.ts +255 -0
  915. package/dist/node_modules/openai/src/resources/webhooks/index.ts +3 -0
  916. package/dist/node_modules/openai/src/resources/webhooks/webhooks.ts +833 -0
  917. package/dist/node_modules/openai/src/resources/webhooks.ts +3 -0
  918. package/dist/node_modules/openai/src/resources.ts +1 -0
  919. package/dist/node_modules/openai/src/streaming.ts +2 -0
  920. package/dist/node_modules/openai/src/uploads.ts +2 -0
  921. package/dist/node_modules/openai/src/version.ts +1 -0
  922. package/dist/node_modules/openai/streaming.d.mts +2 -0
  923. package/dist/node_modules/openai/streaming.d.ts +2 -0
  924. package/dist/node_modules/openai/streaming.js +6 -0
  925. package/dist/node_modules/openai/uploads.d.mts +2 -0
  926. package/dist/node_modules/openai/uploads.d.ts +2 -0
  927. package/dist/node_modules/openai/uploads.js +6 -0
  928. package/dist/node_modules/openai/version.d.mts +2 -0
  929. package/dist/node_modules/openai/version.d.ts +2 -0
  930. package/dist/node_modules/openai/version.js +5 -0
  931. package/dist/node_modules/zod/index.d.cts +4 -0
  932. package/dist/node_modules/zod/locales/index.d.cts +1 -0
  933. package/dist/node_modules/zod/mini/index.d.cts +1 -0
  934. package/dist/node_modules/zod/package.json +1 -1
  935. package/dist/node_modules/zod/v3/ZodError.d.cts +164 -0
  936. package/dist/node_modules/zod/v3/ZodError.d.ts +164 -0
  937. package/dist/node_modules/zod/v3/errors.d.cts +5 -0
  938. package/dist/node_modules/zod/v3/errors.d.ts +5 -0
  939. package/dist/node_modules/zod/v3/external.d.cts +6 -0
  940. package/dist/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  941. package/dist/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  942. package/dist/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  943. package/dist/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  944. package/dist/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  945. package/dist/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  946. package/dist/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  947. package/dist/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  948. package/dist/node_modules/zod/v3/helpers/util.d.cts +85 -0
  949. package/dist/node_modules/zod/v3/helpers/util.d.ts +85 -0
  950. package/dist/node_modules/zod/v3/index.d.cts +4 -0
  951. package/dist/node_modules/zod/v3/locales/en.d.cts +3 -0
  952. package/dist/node_modules/zod/v3/locales/en.d.ts +3 -0
  953. package/dist/node_modules/zod/v3/standard-schema.d.cts +102 -0
  954. package/dist/node_modules/zod/v3/standard-schema.d.ts +102 -0
  955. package/dist/node_modules/zod/v3/types.d.cts +1034 -0
  956. package/dist/node_modules/zod/v3/types.d.ts +1034 -0
  957. package/dist/node_modules/zod/v4/classic/checks.d.cts +1 -0
  958. package/dist/node_modules/zod/v4/classic/checks.d.ts +1 -0
  959. package/dist/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  960. package/dist/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  961. package/dist/node_modules/zod/v4/classic/compat.d.cts +50 -0
  962. package/dist/node_modules/zod/v4/classic/compat.d.ts +50 -0
  963. package/dist/node_modules/zod/v4/classic/errors.d.cts +30 -0
  964. package/dist/node_modules/zod/v4/classic/errors.d.ts +30 -0
  965. package/dist/node_modules/zod/v4/classic/external.d.cts +15 -0
  966. package/dist/node_modules/zod/v4/classic/external.d.ts +15 -0
  967. package/dist/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  968. package/dist/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  969. package/dist/node_modules/zod/v4/classic/index.d.cts +4 -0
  970. package/dist/node_modules/zod/v4/classic/iso.d.cts +22 -0
  971. package/dist/node_modules/zod/v4/classic/iso.d.ts +22 -0
  972. package/dist/node_modules/zod/v4/classic/parse.d.cts +31 -0
  973. package/dist/node_modules/zod/v4/classic/parse.d.ts +31 -0
  974. package/dist/node_modules/zod/v4/classic/schemas.d.cts +739 -0
  975. package/dist/node_modules/zod/v4/classic/schemas.d.ts +739 -0
  976. package/dist/node_modules/zod/v4/core/api.d.cts +304 -0
  977. package/dist/node_modules/zod/v4/core/api.d.ts +304 -0
  978. package/dist/node_modules/zod/v4/core/checks.d.cts +278 -0
  979. package/dist/node_modules/zod/v4/core/checks.d.ts +278 -0
  980. package/dist/node_modules/zod/v4/core/core.d.cts +70 -0
  981. package/dist/node_modules/zod/v4/core/core.d.ts +70 -0
  982. package/dist/node_modules/zod/v4/core/doc.d.cts +14 -0
  983. package/dist/node_modules/zod/v4/core/doc.d.ts +14 -0
  984. package/dist/node_modules/zod/v4/core/errors.d.cts +220 -0
  985. package/dist/node_modules/zod/v4/core/errors.d.ts +220 -0
  986. package/dist/node_modules/zod/v4/core/index.d.cts +16 -0
  987. package/dist/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  988. package/dist/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  989. package/dist/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  990. package/dist/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  991. package/dist/node_modules/zod/v4/core/json-schema.d.cts +88 -0
  992. package/dist/node_modules/zod/v4/core/json-schema.d.ts +88 -0
  993. package/dist/node_modules/zod/v4/core/parse.d.cts +49 -0
  994. package/dist/node_modules/zod/v4/core/parse.d.ts +49 -0
  995. package/dist/node_modules/zod/v4/core/regexes.d.cts +79 -0
  996. package/dist/node_modules/zod/v4/core/regexes.d.ts +79 -0
  997. package/dist/node_modules/zod/v4/core/registries.d.cts +35 -0
  998. package/dist/node_modules/zod/v4/core/registries.d.ts +35 -0
  999. package/dist/node_modules/zod/v4/core/schemas.d.cts +1146 -0
  1000. package/dist/node_modules/zod/v4/core/schemas.d.ts +1146 -0
  1001. package/dist/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  1002. package/dist/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  1003. package/dist/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
  1004. package/dist/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
  1005. package/dist/node_modules/zod/v4/core/util.d.cts +199 -0
  1006. package/dist/node_modules/zod/v4/core/util.d.ts +199 -0
  1007. package/dist/node_modules/zod/v4/core/versions.d.cts +5 -0
  1008. package/dist/node_modules/zod/v4/core/versions.d.ts +5 -0
  1009. package/dist/node_modules/zod/v4/index.d.cts +3 -0
  1010. package/dist/node_modules/zod/v4/locales/ar.d.cts +5 -0
  1011. package/dist/node_modules/zod/v4/locales/ar.d.ts +4 -0
  1012. package/dist/node_modules/zod/v4/locales/az.d.cts +5 -0
  1013. package/dist/node_modules/zod/v4/locales/az.d.ts +4 -0
  1014. package/dist/node_modules/zod/v4/locales/be.d.cts +5 -0
  1015. package/dist/node_modules/zod/v4/locales/be.d.ts +4 -0
  1016. package/dist/node_modules/zod/v4/locales/bg.d.cts +5 -0
  1017. package/dist/node_modules/zod/v4/locales/bg.d.ts +4 -0
  1018. package/dist/node_modules/zod/v4/locales/ca.d.cts +5 -0
  1019. package/dist/node_modules/zod/v4/locales/ca.d.ts +4 -0
  1020. package/dist/node_modules/zod/v4/locales/cs.d.cts +5 -0
  1021. package/dist/node_modules/zod/v4/locales/cs.d.ts +4 -0
  1022. package/dist/node_modules/zod/v4/locales/da.d.cts +5 -0
  1023. package/dist/node_modules/zod/v4/locales/da.d.ts +4 -0
  1024. package/dist/node_modules/zod/v4/locales/de.d.cts +5 -0
  1025. package/dist/node_modules/zod/v4/locales/de.d.ts +4 -0
  1026. package/dist/node_modules/zod/v4/locales/en.d.cts +5 -0
  1027. package/dist/node_modules/zod/v4/locales/en.d.ts +4 -0
  1028. package/dist/node_modules/zod/v4/locales/eo.d.cts +5 -0
  1029. package/dist/node_modules/zod/v4/locales/eo.d.ts +4 -0
  1030. package/dist/node_modules/zod/v4/locales/es.d.cts +5 -0
  1031. package/dist/node_modules/zod/v4/locales/es.d.ts +4 -0
  1032. package/dist/node_modules/zod/v4/locales/fa.d.cts +5 -0
  1033. package/dist/node_modules/zod/v4/locales/fa.d.ts +4 -0
  1034. package/dist/node_modules/zod/v4/locales/fi.d.cts +5 -0
  1035. package/dist/node_modules/zod/v4/locales/fi.d.ts +4 -0
  1036. package/dist/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  1037. package/dist/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  1038. package/dist/node_modules/zod/v4/locales/fr.d.cts +5 -0
  1039. package/dist/node_modules/zod/v4/locales/fr.d.ts +4 -0
  1040. package/dist/node_modules/zod/v4/locales/he.d.cts +5 -0
  1041. package/dist/node_modules/zod/v4/locales/he.d.ts +4 -0
  1042. package/dist/node_modules/zod/v4/locales/hu.d.cts +5 -0
  1043. package/dist/node_modules/zod/v4/locales/hu.d.ts +4 -0
  1044. package/dist/node_modules/zod/v4/locales/hy.d.cts +5 -0
  1045. package/dist/node_modules/zod/v4/locales/hy.d.ts +4 -0
  1046. package/dist/node_modules/zod/v4/locales/id.d.cts +5 -0
  1047. package/dist/node_modules/zod/v4/locales/id.d.ts +4 -0
  1048. package/dist/node_modules/zod/v4/locales/index.d.cts +49 -0
  1049. package/dist/node_modules/zod/v4/locales/is.d.cts +5 -0
  1050. package/dist/node_modules/zod/v4/locales/is.d.ts +4 -0
  1051. package/dist/node_modules/zod/v4/locales/it.d.cts +5 -0
  1052. package/dist/node_modules/zod/v4/locales/it.d.ts +4 -0
  1053. package/dist/node_modules/zod/v4/locales/ja.d.cts +5 -0
  1054. package/dist/node_modules/zod/v4/locales/ja.d.ts +4 -0
  1055. package/dist/node_modules/zod/v4/locales/ka.d.cts +5 -0
  1056. package/dist/node_modules/zod/v4/locales/ka.d.ts +4 -0
  1057. package/dist/node_modules/zod/v4/locales/kh.d.cts +5 -0
  1058. package/dist/node_modules/zod/v4/locales/kh.d.ts +5 -0
  1059. package/dist/node_modules/zod/v4/locales/km.d.cts +5 -0
  1060. package/dist/node_modules/zod/v4/locales/km.d.ts +4 -0
  1061. package/dist/node_modules/zod/v4/locales/ko.d.cts +5 -0
  1062. package/dist/node_modules/zod/v4/locales/ko.d.ts +4 -0
  1063. package/dist/node_modules/zod/v4/locales/lt.d.cts +5 -0
  1064. package/dist/node_modules/zod/v4/locales/lt.d.ts +4 -0
  1065. package/dist/node_modules/zod/v4/locales/mk.d.cts +5 -0
  1066. package/dist/node_modules/zod/v4/locales/mk.d.ts +4 -0
  1067. package/dist/node_modules/zod/v4/locales/ms.d.cts +5 -0
  1068. package/dist/node_modules/zod/v4/locales/ms.d.ts +4 -0
  1069. package/dist/node_modules/zod/v4/locales/nl.d.cts +5 -0
  1070. package/dist/node_modules/zod/v4/locales/nl.d.ts +4 -0
  1071. package/dist/node_modules/zod/v4/locales/no.d.cts +5 -0
  1072. package/dist/node_modules/zod/v4/locales/no.d.ts +4 -0
  1073. package/dist/node_modules/zod/v4/locales/ota.d.cts +5 -0
  1074. package/dist/node_modules/zod/v4/locales/ota.d.ts +4 -0
  1075. package/dist/node_modules/zod/v4/locales/pl.d.cts +5 -0
  1076. package/dist/node_modules/zod/v4/locales/pl.d.ts +4 -0
  1077. package/dist/node_modules/zod/v4/locales/ps.d.cts +5 -0
  1078. package/dist/node_modules/zod/v4/locales/ps.d.ts +4 -0
  1079. package/dist/node_modules/zod/v4/locales/pt.d.cts +5 -0
  1080. package/dist/node_modules/zod/v4/locales/pt.d.ts +4 -0
  1081. package/dist/node_modules/zod/v4/locales/ru.d.cts +5 -0
  1082. package/dist/node_modules/zod/v4/locales/ru.d.ts +4 -0
  1083. package/dist/node_modules/zod/v4/locales/sl.d.cts +5 -0
  1084. package/dist/node_modules/zod/v4/locales/sl.d.ts +4 -0
  1085. package/dist/node_modules/zod/v4/locales/sv.d.cts +5 -0
  1086. package/dist/node_modules/zod/v4/locales/sv.d.ts +4 -0
  1087. package/dist/node_modules/zod/v4/locales/ta.d.cts +5 -0
  1088. package/dist/node_modules/zod/v4/locales/ta.d.ts +4 -0
  1089. package/dist/node_modules/zod/v4/locales/th.d.cts +5 -0
  1090. package/dist/node_modules/zod/v4/locales/th.d.ts +4 -0
  1091. package/dist/node_modules/zod/v4/locales/tr.d.cts +5 -0
  1092. package/dist/node_modules/zod/v4/locales/tr.d.ts +4 -0
  1093. package/dist/node_modules/zod/v4/locales/ua.d.cts +5 -0
  1094. package/dist/node_modules/zod/v4/locales/ua.d.ts +5 -0
  1095. package/dist/node_modules/zod/v4/locales/uk.d.cts +5 -0
  1096. package/dist/node_modules/zod/v4/locales/uk.d.ts +4 -0
  1097. package/dist/node_modules/zod/v4/locales/ur.d.cts +5 -0
  1098. package/dist/node_modules/zod/v4/locales/ur.d.ts +4 -0
  1099. package/dist/node_modules/zod/v4/locales/uz.d.cts +5 -0
  1100. package/dist/node_modules/zod/v4/locales/uz.d.ts +4 -0
  1101. package/dist/node_modules/zod/v4/locales/vi.d.cts +5 -0
  1102. package/dist/node_modules/zod/v4/locales/vi.d.ts +4 -0
  1103. package/dist/node_modules/zod/v4/locales/yo.d.cts +5 -0
  1104. package/dist/node_modules/zod/v4/locales/yo.d.ts +4 -0
  1105. package/dist/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  1106. package/dist/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  1107. package/dist/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  1108. package/dist/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  1109. package/dist/node_modules/zod/v4/mini/checks.d.cts +1 -0
  1110. package/dist/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  1111. package/dist/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  1112. package/dist/node_modules/zod/v4/mini/external.d.cts +12 -0
  1113. package/dist/node_modules/zod/v4/mini/external.d.ts +12 -0
  1114. package/dist/node_modules/zod/v4/mini/index.d.cts +3 -0
  1115. package/dist/node_modules/zod/v4/mini/iso.d.cts +22 -0
  1116. package/dist/node_modules/zod/v4/mini/iso.d.ts +22 -0
  1117. package/dist/node_modules/zod/v4/mini/parse.d.cts +1 -0
  1118. package/dist/node_modules/zod/v4/mini/schemas.d.cts +427 -0
  1119. package/dist/node_modules/zod/v4/mini/schemas.d.ts +427 -0
  1120. package/dist/node_modules/zod/v4-mini/index.d.cts +1 -0
  1121. package/dist/server/ai-employees/ai-employee.d.ts +5 -3
  1122. package/dist/server/ai-employees/ai-employee.js +88 -13
  1123. package/dist/server/document-loader/cached.d.ts +34 -0
  1124. package/dist/server/document-loader/cached.js +237 -0
  1125. package/dist/server/document-loader/constants.d.ts +11 -0
  1126. package/dist/server/document-loader/constants.js +46 -0
  1127. package/dist/server/document-loader/index.d.ts +22 -0
  1128. package/dist/server/document-loader/index.js +65 -0
  1129. package/dist/server/document-loader/loader.d.ts +18 -0
  1130. package/dist/server/document-loader/loader.js +112 -0
  1131. package/dist/server/document-loader/loader.worker.d.ts +9 -0
  1132. package/dist/server/document-loader/loader.worker.js +68 -0
  1133. package/dist/server/document-loader/types.d.ts +43 -0
  1134. package/dist/server/document-loader/types.js +24 -0
  1135. package/dist/server/document-loader/utils.d.ts +10 -0
  1136. package/dist/server/document-loader/utils.js +49 -0
  1137. package/dist/server/document-loader/vendor/langchain/document_loaders/fs/text.d.ts +20 -0
  1138. package/dist/server/document-loader/vendor/langchain/document_loaders/fs/text.js +96 -0
  1139. package/dist/server/index.d.ts +2 -0
  1140. package/dist/server/index.js +3 -0
  1141. package/dist/server/llm-providers/anthropic.d.ts +1 -0
  1142. package/dist/server/llm-providers/anthropic.js +25 -8
  1143. package/dist/server/llm-providers/common/reasoning.d.ts +29 -0
  1144. package/dist/server/llm-providers/common/reasoning.js +144 -0
  1145. package/dist/server/llm-providers/dashscope.d.ts +17 -3
  1146. package/dist/server/llm-providers/dashscope.js +70 -1
  1147. package/dist/server/llm-providers/deepseek.d.ts +23 -1
  1148. package/dist/server/llm-providers/deepseek.js +96 -1
  1149. package/dist/server/llm-providers/google-genai.d.ts +13 -7
  1150. package/dist/server/llm-providers/google-genai.js +11 -5
  1151. package/dist/server/llm-providers/kimi/document-loader.d.ts +25 -0
  1152. package/dist/server/llm-providers/kimi/document-loader.js +136 -0
  1153. package/dist/server/llm-providers/kimi/index.d.ts +9 -0
  1154. package/dist/server/llm-providers/kimi/index.js +38 -0
  1155. package/dist/server/llm-providers/kimi/provider.d.ts +33 -0
  1156. package/dist/server/llm-providers/kimi/provider.js +162 -0
  1157. package/dist/server/llm-providers/provider.d.ts +9 -1
  1158. package/dist/server/llm-providers/provider.js +18 -9
  1159. package/dist/server/manager/ai-chat-conversation.js +1 -1
  1160. package/dist/server/plugin.d.ts +4 -0
  1161. package/dist/server/plugin.js +5 -0
  1162. package/dist/server/types/ai-chat-conversation.type.d.ts +1 -1
  1163. package/package.json +3 -2
  1164. package/dist/client/f36cbdd2680ceeba.js +0 -10
  1165. package/dist/node_modules/@langchain/anthropic/LICENSE +0 -21
  1166. package/dist/node_modules/@langchain/anthropic/dist/_virtual/rolldown_runtime.cjs +0 -25
  1167. package/dist/node_modules/@langchain/anthropic/dist/chat_models.cjs +0 -1057
  1168. package/dist/node_modules/@langchain/anthropic/dist/chat_models.js +0 -1055
  1169. package/dist/node_modules/@langchain/anthropic/dist/index.cjs +0 -8
  1170. package/dist/node_modules/@langchain/anthropic/dist/index.js +0 -5
  1171. package/dist/node_modules/@langchain/anthropic/dist/output_parsers.cjs +0 -67
  1172. package/dist/node_modules/@langchain/anthropic/dist/output_parsers.js +0 -65
  1173. package/dist/node_modules/@langchain/anthropic/dist/profiles.cjs +0 -332
  1174. package/dist/node_modules/@langchain/anthropic/dist/profiles.js +0 -331
  1175. package/dist/node_modules/@langchain/anthropic/dist/tools/bash.cjs +0 -95
  1176. package/dist/node_modules/@langchain/anthropic/dist/tools/bash.js +0 -94
  1177. package/dist/node_modules/@langchain/anthropic/dist/tools/codeExecution.cjs +0 -70
  1178. package/dist/node_modules/@langchain/anthropic/dist/tools/codeExecution.js +0 -69
  1179. package/dist/node_modules/@langchain/anthropic/dist/tools/computer.cjs +0 -161
  1180. package/dist/node_modules/@langchain/anthropic/dist/tools/computer.js +0 -159
  1181. package/dist/node_modules/@langchain/anthropic/dist/tools/index.cjs +0 -28
  1182. package/dist/node_modules/@langchain/anthropic/dist/tools/index.js +0 -28
  1183. package/dist/node_modules/@langchain/anthropic/dist/tools/mcpToolset.cjs +0 -111
  1184. package/dist/node_modules/@langchain/anthropic/dist/tools/mcpToolset.js +0 -110
  1185. package/dist/node_modules/@langchain/anthropic/dist/tools/memory.cjs +0 -56
  1186. package/dist/node_modules/@langchain/anthropic/dist/tools/memory.js +0 -55
  1187. package/dist/node_modules/@langchain/anthropic/dist/tools/textEditor.cjs +0 -79
  1188. package/dist/node_modules/@langchain/anthropic/dist/tools/textEditor.js +0 -78
  1189. package/dist/node_modules/@langchain/anthropic/dist/tools/toolSearch.cjs +0 -110
  1190. package/dist/node_modules/@langchain/anthropic/dist/tools/toolSearch.js +0 -108
  1191. package/dist/node_modules/@langchain/anthropic/dist/tools/types.cjs +0 -204
  1192. package/dist/node_modules/@langchain/anthropic/dist/tools/types.js +0 -199
  1193. package/dist/node_modules/@langchain/anthropic/dist/tools/webFetch.cjs +0 -70
  1194. package/dist/node_modules/@langchain/anthropic/dist/tools/webFetch.js +0 -69
  1195. package/dist/node_modules/@langchain/anthropic/dist/tools/webSearch.cjs +0 -57
  1196. package/dist/node_modules/@langchain/anthropic/dist/tools/webSearch.js +0 -56
  1197. package/dist/node_modules/@langchain/anthropic/dist/utils/content.cjs +0 -155
  1198. package/dist/node_modules/@langchain/anthropic/dist/utils/content.js +0 -149
  1199. package/dist/node_modules/@langchain/anthropic/dist/utils/errors.cjs +0 -20
  1200. package/dist/node_modules/@langchain/anthropic/dist/utils/errors.js +0 -19
  1201. package/dist/node_modules/@langchain/anthropic/dist/utils/index.cjs +0 -7
  1202. package/dist/node_modules/@langchain/anthropic/dist/utils/index.js +0 -6
  1203. package/dist/node_modules/@langchain/anthropic/dist/utils/message_inputs.cjs +0 -346
  1204. package/dist/node_modules/@langchain/anthropic/dist/utils/message_inputs.js +0 -344
  1205. package/dist/node_modules/@langchain/anthropic/dist/utils/message_outputs.cjs +0 -203
  1206. package/dist/node_modules/@langchain/anthropic/dist/utils/message_outputs.js +0 -201
  1207. package/dist/node_modules/@langchain/anthropic/dist/utils/prompts.cjs +0 -49
  1208. package/dist/node_modules/@langchain/anthropic/dist/utils/prompts.js +0 -49
  1209. package/dist/node_modules/@langchain/anthropic/dist/utils/standard.cjs +0 -285
  1210. package/dist/node_modules/@langchain/anthropic/dist/utils/standard.js +0 -285
  1211. package/dist/node_modules/@langchain/anthropic/dist/utils/tools.cjs +0 -44
  1212. package/dist/node_modules/@langchain/anthropic/dist/utils/tools.js +0 -41
  1213. package/dist/node_modules/@langchain/anthropic/package.json +0 -1
  1214. package/dist/node_modules/@langchain/core/LICENSE +0 -21
  1215. package/dist/node_modules/@langchain/core/agents.cjs +0 -1
  1216. package/dist/node_modules/@langchain/core/agents.js +0 -1
  1217. package/dist/node_modules/@langchain/core/caches.cjs +0 -1
  1218. package/dist/node_modules/@langchain/core/caches.js +0 -1
  1219. package/dist/node_modules/@langchain/core/callbacks/base.cjs +0 -1
  1220. package/dist/node_modules/@langchain/core/callbacks/base.js +0 -1
  1221. package/dist/node_modules/@langchain/core/callbacks/dispatch/web.cjs +0 -1
  1222. package/dist/node_modules/@langchain/core/callbacks/dispatch/web.js +0 -1
  1223. package/dist/node_modules/@langchain/core/callbacks/dispatch.cjs +0 -1
  1224. package/dist/node_modules/@langchain/core/callbacks/dispatch.js +0 -1
  1225. package/dist/node_modules/@langchain/core/callbacks/manager.cjs +0 -1
  1226. package/dist/node_modules/@langchain/core/callbacks/manager.js +0 -1
  1227. package/dist/node_modules/@langchain/core/callbacks/promises.cjs +0 -1
  1228. package/dist/node_modules/@langchain/core/callbacks/promises.js +0 -1
  1229. package/dist/node_modules/@langchain/core/chat_history.cjs +0 -1
  1230. package/dist/node_modules/@langchain/core/chat_history.js +0 -1
  1231. package/dist/node_modules/@langchain/core/context.cjs +0 -1
  1232. package/dist/node_modules/@langchain/core/context.js +0 -1
  1233. package/dist/node_modules/@langchain/core/dist/_virtual/rolldown_runtime.cjs +0 -32
  1234. package/dist/node_modules/@langchain/core/dist/_virtual/rolldown_runtime.js +0 -11
  1235. package/dist/node_modules/@langchain/core/dist/agents.cjs +0 -12
  1236. package/dist/node_modules/@langchain/core/dist/agents.js +0 -6
  1237. package/dist/node_modules/@langchain/core/dist/caches/index.cjs +0 -94
  1238. package/dist/node_modules/@langchain/core/dist/caches/index.js +0 -84
  1239. package/dist/node_modules/@langchain/core/dist/callbacks/base.cjs +0 -120
  1240. package/dist/node_modules/@langchain/core/dist/callbacks/base.js +0 -112
  1241. package/dist/node_modules/@langchain/core/dist/callbacks/dispatch/index.cjs +0 -50
  1242. package/dist/node_modules/@langchain/core/dist/callbacks/dispatch/index.js +0 -49
  1243. package/dist/node_modules/@langchain/core/dist/callbacks/dispatch/web.cjs +0 -53
  1244. package/dist/node_modules/@langchain/core/dist/callbacks/dispatch/web.js +0 -53
  1245. package/dist/node_modules/@langchain/core/dist/callbacks/manager.cjs +0 -538
  1246. package/dist/node_modules/@langchain/core/dist/callbacks/manager.js +0 -524
  1247. package/dist/node_modules/@langchain/core/dist/callbacks/promises.cjs +0 -20
  1248. package/dist/node_modules/@langchain/core/dist/callbacks/promises.js +0 -13
  1249. package/dist/node_modules/@langchain/core/dist/chat_history.cjs +0 -126
  1250. package/dist/node_modules/@langchain/core/dist/chat_history.js +0 -118
  1251. package/dist/node_modules/@langchain/core/dist/context.cjs +0 -16
  1252. package/dist/node_modules/@langchain/core/dist/context.js +0 -12
  1253. package/dist/node_modules/@langchain/core/dist/document_loaders/base.cjs +0 -21
  1254. package/dist/node_modules/@langchain/core/dist/document_loaders/base.js +0 -15
  1255. package/dist/node_modules/@langchain/core/dist/document_loaders/langsmith.cjs +0 -131
  1256. package/dist/node_modules/@langchain/core/dist/document_loaders/langsmith.js +0 -125
  1257. package/dist/node_modules/@langchain/core/dist/documents/document.cjs +0 -25
  1258. package/dist/node_modules/@langchain/core/dist/documents/document.js +0 -24
  1259. package/dist/node_modules/@langchain/core/dist/documents/index.cjs +0 -23
  1260. package/dist/node_modules/@langchain/core/dist/documents/index.js +0 -15
  1261. package/dist/node_modules/@langchain/core/dist/documents/transformers.cjs +0 -49
  1262. package/dist/node_modules/@langchain/core/dist/documents/transformers.js +0 -48
  1263. package/dist/node_modules/@langchain/core/dist/embeddings.cjs +0 -30
  1264. package/dist/node_modules/@langchain/core/dist/embeddings.js +0 -24
  1265. package/dist/node_modules/@langchain/core/dist/errors/index.cjs +0 -49
  1266. package/dist/node_modules/@langchain/core/dist/errors/index.js +0 -42
  1267. package/dist/node_modules/@langchain/core/dist/example_selectors/base.cjs +0 -17
  1268. package/dist/node_modules/@langchain/core/dist/example_selectors/base.js +0 -17
  1269. package/dist/node_modules/@langchain/core/dist/example_selectors/conditional.cjs +0 -64
  1270. package/dist/node_modules/@langchain/core/dist/example_selectors/conditional.js +0 -60
  1271. package/dist/node_modules/@langchain/core/dist/example_selectors/index.cjs +0 -33
  1272. package/dist/node_modules/@langchain/core/dist/example_selectors/index.js +0 -21
  1273. package/dist/node_modules/@langchain/core/dist/example_selectors/length_based.cjs +0 -123
  1274. package/dist/node_modules/@langchain/core/dist/example_selectors/length_based.js +0 -123
  1275. package/dist/node_modules/@langchain/core/dist/example_selectors/semantic_similarity.cjs +0 -122
  1276. package/dist/node_modules/@langchain/core/dist/example_selectors/semantic_similarity.js +0 -122
  1277. package/dist/node_modules/@langchain/core/dist/index.cjs +0 -1
  1278. package/dist/node_modules/@langchain/core/dist/index.js +0 -6
  1279. package/dist/node_modules/@langchain/core/dist/indexing/base.cjs +0 -219
  1280. package/dist/node_modules/@langchain/core/dist/indexing/base.js +0 -213
  1281. package/dist/node_modules/@langchain/core/dist/indexing/index.cjs +0 -33
  1282. package/dist/node_modules/@langchain/core/dist/indexing/index.js +0 -20
  1283. package/dist/node_modules/@langchain/core/dist/indexing/record_manager.cjs +0 -12
  1284. package/dist/node_modules/@langchain/core/dist/indexing/record_manager.js +0 -11
  1285. package/dist/node_modules/@langchain/core/dist/language_models/base.cjs +0 -285
  1286. package/dist/node_modules/@langchain/core/dist/language_models/base.js +0 -273
  1287. package/dist/node_modules/@langchain/core/dist/language_models/chat_models.cjs +0 -447
  1288. package/dist/node_modules/@langchain/core/dist/language_models/chat_models.js +0 -440
  1289. package/dist/node_modules/@langchain/core/dist/language_models/llms.cjs +0 -275
  1290. package/dist/node_modules/@langchain/core/dist/language_models/llms.js +0 -268
  1291. package/dist/node_modules/@langchain/core/dist/language_models/profile.cjs +0 -12
  1292. package/dist/node_modules/@langchain/core/dist/language_models/profile.js +0 -6
  1293. package/dist/node_modules/@langchain/core/dist/language_models/utils.cjs +0 -19
  1294. package/dist/node_modules/@langchain/core/dist/language_models/utils.js +0 -17
  1295. package/dist/node_modules/@langchain/core/dist/load/import_constants.cjs +0 -8
  1296. package/dist/node_modules/@langchain/core/dist/load/import_constants.js +0 -7
  1297. package/dist/node_modules/@langchain/core/dist/load/import_map.cjs +0 -133
  1298. package/dist/node_modules/@langchain/core/dist/load/import_map.js +0 -128
  1299. package/dist/node_modules/@langchain/core/dist/load/index.cjs +0 -151
  1300. package/dist/node_modules/@langchain/core/dist/load/index.js +0 -151
  1301. package/dist/node_modules/@langchain/core/dist/load/map_keys.cjs +0 -22
  1302. package/dist/node_modules/@langchain/core/dist/load/map_keys.js +0 -19
  1303. package/dist/node_modules/@langchain/core/dist/load/serializable.cjs +0 -157
  1304. package/dist/node_modules/@langchain/core/dist/load/serializable.js +0 -150
  1305. package/dist/node_modules/@langchain/core/dist/load/validation.cjs +0 -121
  1306. package/dist/node_modules/@langchain/core/dist/load/validation.js +0 -118
  1307. package/dist/node_modules/@langchain/core/dist/memory.cjs +0 -72
  1308. package/dist/node_modules/@langchain/core/dist/memory.js +0 -63
  1309. package/dist/node_modules/@langchain/core/dist/messages/ai.cjs +0 -231
  1310. package/dist/node_modules/@langchain/core/dist/messages/ai.js +0 -228
  1311. package/dist/node_modules/@langchain/core/dist/messages/base.cjs +0 -307
  1312. package/dist/node_modules/@langchain/core/dist/messages/base.js +0 -296
  1313. package/dist/node_modules/@langchain/core/dist/messages/block_translators/anthropic.cjs +0 -367
  1314. package/dist/node_modules/@langchain/core/dist/messages/block_translators/anthropic.js +0 -366
  1315. package/dist/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.cjs +0 -213
  1316. package/dist/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.js +0 -213
  1317. package/dist/node_modules/@langchain/core/dist/messages/block_translators/data.cjs +0 -71
  1318. package/dist/node_modules/@langchain/core/dist/messages/block_translators/data.js +0 -69
  1319. package/dist/node_modules/@langchain/core/dist/messages/block_translators/deepseek.cjs +0 -59
  1320. package/dist/node_modules/@langchain/core/dist/messages/block_translators/deepseek.js +0 -59
  1321. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google.cjs +0 -86
  1322. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google.js +0 -86
  1323. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google_genai.cjs +0 -80
  1324. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google_genai.js +0 -80
  1325. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.cjs +0 -81
  1326. package/dist/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.js +0 -81
  1327. package/dist/node_modules/@langchain/core/dist/messages/block_translators/groq.cjs +0 -97
  1328. package/dist/node_modules/@langchain/core/dist/messages/block_translators/groq.js +0 -97
  1329. package/dist/node_modules/@langchain/core/dist/messages/block_translators/index.cjs +0 -31
  1330. package/dist/node_modules/@langchain/core/dist/messages/block_translators/index.js +0 -31
  1331. package/dist/node_modules/@langchain/core/dist/messages/block_translators/ollama.cjs +0 -59
  1332. package/dist/node_modules/@langchain/core/dist/messages/block_translators/ollama.js +0 -59
  1333. package/dist/node_modules/@langchain/core/dist/messages/block_translators/openai.cjs +0 -413
  1334. package/dist/node_modules/@langchain/core/dist/messages/block_translators/openai.js +0 -412
  1335. package/dist/node_modules/@langchain/core/dist/messages/block_translators/utils.cjs +0 -39
  1336. package/dist/node_modules/@langchain/core/dist/messages/block_translators/utils.js +0 -31
  1337. package/dist/node_modules/@langchain/core/dist/messages/block_translators/xai.cjs +0 -95
  1338. package/dist/node_modules/@langchain/core/dist/messages/block_translators/xai.js +0 -95
  1339. package/dist/node_modules/@langchain/core/dist/messages/chat.cjs +0 -90
  1340. package/dist/node_modules/@langchain/core/dist/messages/chat.js +0 -87
  1341. package/dist/node_modules/@langchain/core/dist/messages/content/data.cjs +0 -146
  1342. package/dist/node_modules/@langchain/core/dist/messages/content/data.js +0 -137
  1343. package/dist/node_modules/@langchain/core/dist/messages/content/index.cjs +0 -14
  1344. package/dist/node_modules/@langchain/core/dist/messages/content/index.js +0 -14
  1345. package/dist/node_modules/@langchain/core/dist/messages/content/multimodal.cjs +0 -13
  1346. package/dist/node_modules/@langchain/core/dist/messages/content/multimodal.js +0 -12
  1347. package/dist/node_modules/@langchain/core/dist/messages/content/tools.cjs +0 -14
  1348. package/dist/node_modules/@langchain/core/dist/messages/content/tools.js +0 -13
  1349. package/dist/node_modules/@langchain/core/dist/messages/format.cjs +0 -39
  1350. package/dist/node_modules/@langchain/core/dist/messages/format.js +0 -38
  1351. package/dist/node_modules/@langchain/core/dist/messages/function.cjs +0 -50
  1352. package/dist/node_modules/@langchain/core/dist/messages/function.js +0 -47
  1353. package/dist/node_modules/@langchain/core/dist/messages/human.cjs +0 -62
  1354. package/dist/node_modules/@langchain/core/dist/messages/human.js +0 -59
  1355. package/dist/node_modules/@langchain/core/dist/messages/index.cjs +0 -157
  1356. package/dist/node_modules/@langchain/core/dist/messages/index.js +0 -88
  1357. package/dist/node_modules/@langchain/core/dist/messages/message.cjs +0 -15
  1358. package/dist/node_modules/@langchain/core/dist/messages/message.js +0 -14
  1359. package/dist/node_modules/@langchain/core/dist/messages/metadata.cjs +0 -41
  1360. package/dist/node_modules/@langchain/core/dist/messages/metadata.js +0 -40
  1361. package/dist/node_modules/@langchain/core/dist/messages/modifier.cjs +0 -33
  1362. package/dist/node_modules/@langchain/core/dist/messages/modifier.js +0 -33
  1363. package/dist/node_modules/@langchain/core/dist/messages/system.cjs +0 -86
  1364. package/dist/node_modules/@langchain/core/dist/messages/system.js +0 -83
  1365. package/dist/node_modules/@langchain/core/dist/messages/tool.cjs +0 -166
  1366. package/dist/node_modules/@langchain/core/dist/messages/tool.js +0 -155
  1367. package/dist/node_modules/@langchain/core/dist/messages/transformers.cjs +0 -314
  1368. package/dist/node_modules/@langchain/core/dist/messages/transformers.js +0 -311
  1369. package/dist/node_modules/@langchain/core/dist/messages/utils.cjs +0 -296
  1370. package/dist/node_modules/@langchain/core/dist/messages/utils.js +0 -289
  1371. package/dist/node_modules/@langchain/core/dist/output_parsers/base.cjs +0 -108
  1372. package/dist/node_modules/@langchain/core/dist/output_parsers/base.js +0 -106
  1373. package/dist/node_modules/@langchain/core/dist/output_parsers/bytes.cjs +0 -29
  1374. package/dist/node_modules/@langchain/core/dist/output_parsers/bytes.js +0 -29
  1375. package/dist/node_modules/@langchain/core/dist/output_parsers/index.cjs +0 -66
  1376. package/dist/node_modules/@langchain/core/dist/output_parsers/index.js +0 -40
  1377. package/dist/node_modules/@langchain/core/dist/output_parsers/json.cjs +0 -53
  1378. package/dist/node_modules/@langchain/core/dist/output_parsers/json.js +0 -53
  1379. package/dist/node_modules/@langchain/core/dist/output_parsers/list.cjs +0 -160
  1380. package/dist/node_modules/@langchain/core/dist/output_parsers/list.js +0 -156
  1381. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_functions/index.cjs +0 -22
  1382. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_functions/index.js +0 -14
  1383. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_functions/json_output_functions_parsers.cjs +0 -144
  1384. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_functions/json_output_functions_parsers.js +0 -142
  1385. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_tools/index.cjs +0 -26
  1386. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_tools/index.js +0 -16
  1387. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_tools/json_output_tools_parsers.cjs +0 -183
  1388. package/dist/node_modules/@langchain/core/dist/output_parsers/openai_tools/json_output_tools_parsers.js +0 -179
  1389. package/dist/node_modules/@langchain/core/dist/output_parsers/string.cjs +0 -72
  1390. package/dist/node_modules/@langchain/core/dist/output_parsers/string.js +0 -72
  1391. package/dist/node_modules/@langchain/core/dist/output_parsers/structured.cjs +0 -165
  1392. package/dist/node_modules/@langchain/core/dist/output_parsers/structured.js +0 -162
  1393. package/dist/node_modules/@langchain/core/dist/output_parsers/transform.cjs +0 -82
  1394. package/dist/node_modules/@langchain/core/dist/output_parsers/transform.js +0 -80
  1395. package/dist/node_modules/@langchain/core/dist/output_parsers/xml.cjs +0 -112
  1396. package/dist/node_modules/@langchain/core/dist/output_parsers/xml.js +0 -110
  1397. package/dist/node_modules/@langchain/core/dist/outputs.cjs +0 -59
  1398. package/dist/node_modules/@langchain/core/dist/outputs.js +0 -51
  1399. package/dist/node_modules/@langchain/core/dist/prompt_values.cjs +0 -106
  1400. package/dist/node_modules/@langchain/core/dist/prompt_values.js +0 -97
  1401. package/dist/node_modules/@langchain/core/dist/prompts/base.cjs +0 -72
  1402. package/dist/node_modules/@langchain/core/dist/prompts/base.js +0 -72
  1403. package/dist/node_modules/@langchain/core/dist/prompts/chat.cjs +0 -551
  1404. package/dist/node_modules/@langchain/core/dist/prompts/chat.js +0 -543
  1405. package/dist/node_modules/@langchain/core/dist/prompts/dict.cjs +0 -64
  1406. package/dist/node_modules/@langchain/core/dist/prompts/dict.js +0 -64
  1407. package/dist/node_modules/@langchain/core/dist/prompts/few_shot.cjs +0 -242
  1408. package/dist/node_modules/@langchain/core/dist/prompts/few_shot.js +0 -241
  1409. package/dist/node_modules/@langchain/core/dist/prompts/image.cjs +0 -94
  1410. package/dist/node_modules/@langchain/core/dist/prompts/image.js +0 -94
  1411. package/dist/node_modules/@langchain/core/dist/prompts/index.cjs +0 -79
  1412. package/dist/node_modules/@langchain/core/dist/prompts/index.js +0 -47
  1413. package/dist/node_modules/@langchain/core/dist/prompts/pipeline.cjs +0 -130
  1414. package/dist/node_modules/@langchain/core/dist/prompts/pipeline.js +0 -130
  1415. package/dist/node_modules/@langchain/core/dist/prompts/prompt.cjs +0 -133
  1416. package/dist/node_modules/@langchain/core/dist/prompts/prompt.js +0 -133
  1417. package/dist/node_modules/@langchain/core/dist/prompts/string.cjs +0 -25
  1418. package/dist/node_modules/@langchain/core/dist/prompts/string.js +0 -25
  1419. package/dist/node_modules/@langchain/core/dist/prompts/structured.cjs +0 -50
  1420. package/dist/node_modules/@langchain/core/dist/prompts/structured.js +0 -50
  1421. package/dist/node_modules/@langchain/core/dist/prompts/template.cjs +0 -158
  1422. package/dist/node_modules/@langchain/core/dist/prompts/template.js +0 -149
  1423. package/dist/node_modules/@langchain/core/dist/retrievers/document_compressors/index.cjs +0 -23
  1424. package/dist/node_modules/@langchain/core/dist/retrievers/document_compressors/index.js +0 -17
  1425. package/dist/node_modules/@langchain/core/dist/retrievers/index.cjs +0 -106
  1426. package/dist/node_modules/@langchain/core/dist/retrievers/index.js +0 -100
  1427. package/dist/node_modules/@langchain/core/dist/runnables/base.cjs +0 -1790
  1428. package/dist/node_modules/@langchain/core/dist/runnables/base.js +0 -1776
  1429. package/dist/node_modules/@langchain/core/dist/runnables/branch.cjs +0 -153
  1430. package/dist/node_modules/@langchain/core/dist/runnables/branch.js +0 -153
  1431. package/dist/node_modules/@langchain/core/dist/runnables/config.cjs +0 -163
  1432. package/dist/node_modules/@langchain/core/dist/runnables/config.js +0 -158
  1433. package/dist/node_modules/@langchain/core/dist/runnables/graph.cjs +0 -225
  1434. package/dist/node_modules/@langchain/core/dist/runnables/graph.js +0 -219
  1435. package/dist/node_modules/@langchain/core/dist/runnables/graph_mermaid.cjs +0 -117
  1436. package/dist/node_modules/@langchain/core/dist/runnables/graph_mermaid.js +0 -116
  1437. package/dist/node_modules/@langchain/core/dist/runnables/history.cjs +0 -162
  1438. package/dist/node_modules/@langchain/core/dist/runnables/history.js +0 -162
  1439. package/dist/node_modules/@langchain/core/dist/runnables/index.cjs +0 -68
  1440. package/dist/node_modules/@langchain/core/dist/runnables/index.js +0 -40
  1441. package/dist/node_modules/@langchain/core/dist/runnables/iter.cjs +0 -35
  1442. package/dist/node_modules/@langchain/core/dist/runnables/iter.js +0 -31
  1443. package/dist/node_modules/@langchain/core/dist/runnables/passthrough.cjs +0 -99
  1444. package/dist/node_modules/@langchain/core/dist/runnables/passthrough.js +0 -99
  1445. package/dist/node_modules/@langchain/core/dist/runnables/router.cjs +0 -76
  1446. package/dist/node_modules/@langchain/core/dist/runnables/router.js +0 -76
  1447. package/dist/node_modules/@langchain/core/dist/runnables/utils.cjs +0 -49
  1448. package/dist/node_modules/@langchain/core/dist/runnables/utils.js +0 -46
  1449. package/dist/node_modules/@langchain/core/dist/runnables/wrappers.cjs +0 -16
  1450. package/dist/node_modules/@langchain/core/dist/runnables/wrappers.js +0 -16
  1451. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/context.cjs +0 -179
  1452. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/context.js +0 -175
  1453. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.cjs +0 -16
  1454. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.js +0 -13
  1455. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/index.cjs +0 -59
  1456. package/dist/node_modules/@langchain/core/dist/singletons/async_local_storage/index.js +0 -57
  1457. package/dist/node_modules/@langchain/core/dist/singletons/callbacks.cjs +0 -55
  1458. package/dist/node_modules/@langchain/core/dist/singletons/callbacks.js +0 -53
  1459. package/dist/node_modules/@langchain/core/dist/singletons/index.cjs +0 -23
  1460. package/dist/node_modules/@langchain/core/dist/singletons/index.js +0 -15
  1461. package/dist/node_modules/@langchain/core/dist/singletons/tracer.cjs +0 -17
  1462. package/dist/node_modules/@langchain/core/dist/singletons/tracer.js +0 -16
  1463. package/dist/node_modules/@langchain/core/dist/stores.cjs +0 -81
  1464. package/dist/node_modules/@langchain/core/dist/stores.js +0 -74
  1465. package/dist/node_modules/@langchain/core/dist/structured_query/base.cjs +0 -89
  1466. package/dist/node_modules/@langchain/core/dist/structured_query/base.js +0 -88
  1467. package/dist/node_modules/@langchain/core/dist/structured_query/functional.cjs +0 -165
  1468. package/dist/node_modules/@langchain/core/dist/structured_query/functional.js +0 -165
  1469. package/dist/node_modules/@langchain/core/dist/structured_query/index.cjs +0 -55
  1470. package/dist/node_modules/@langchain/core/dist/structured_query/index.js +0 -32
  1471. package/dist/node_modules/@langchain/core/dist/structured_query/ir.cjs +0 -85
  1472. package/dist/node_modules/@langchain/core/dist/structured_query/ir.js +0 -77
  1473. package/dist/node_modules/@langchain/core/dist/structured_query/utils.cjs +0 -78
  1474. package/dist/node_modules/@langchain/core/dist/structured_query/utils.js +0 -71
  1475. package/dist/node_modules/@langchain/core/dist/tools/index.cjs +0 -366
  1476. package/dist/node_modules/@langchain/core/dist/tools/index.js +0 -350
  1477. package/dist/node_modules/@langchain/core/dist/tools/types.cjs +0 -56
  1478. package/dist/node_modules/@langchain/core/dist/tools/types.js +0 -53
  1479. package/dist/node_modules/@langchain/core/dist/tools/utils.cjs +0 -26
  1480. package/dist/node_modules/@langchain/core/dist/tools/utils.js +0 -23
  1481. package/dist/node_modules/@langchain/core/dist/tracers/base.cjs +0 -452
  1482. package/dist/node_modules/@langchain/core/dist/tracers/base.js +0 -445
  1483. package/dist/node_modules/@langchain/core/dist/tracers/console.cjs +0 -216
  1484. package/dist/node_modules/@langchain/core/dist/tracers/console.js +0 -210
  1485. package/dist/node_modules/@langchain/core/dist/tracers/event_stream.cjs +0 -382
  1486. package/dist/node_modules/@langchain/core/dist/tracers/event_stream.js +0 -381
  1487. package/dist/node_modules/@langchain/core/dist/tracers/log_stream.cjs +0 -275
  1488. package/dist/node_modules/@langchain/core/dist/tracers/log_stream.js +0 -266
  1489. package/dist/node_modules/@langchain/core/dist/tracers/root_listener.cjs +0 -42
  1490. package/dist/node_modules/@langchain/core/dist/tracers/root_listener.js +0 -42
  1491. package/dist/node_modules/@langchain/core/dist/tracers/run_collector.cjs +0 -46
  1492. package/dist/node_modules/@langchain/core/dist/tracers/run_collector.js +0 -40
  1493. package/dist/node_modules/@langchain/core/dist/tracers/tracer_langchain.cjs +0 -121
  1494. package/dist/node_modules/@langchain/core/dist/tracers/tracer_langchain.js +0 -115
  1495. package/dist/node_modules/@langchain/core/dist/types/stream.cjs +0 -12
  1496. package/dist/node_modules/@langchain/core/dist/types/stream.js +0 -6
  1497. package/dist/node_modules/@langchain/core/dist/utils/async_caller.cjs +0 -102
  1498. package/dist/node_modules/@langchain/core/dist/utils/async_caller.js +0 -96
  1499. package/dist/node_modules/@langchain/core/dist/utils/callbacks.cjs +0 -17
  1500. package/dist/node_modules/@langchain/core/dist/utils/callbacks.js +0 -17
  1501. package/dist/node_modules/@langchain/core/dist/utils/chunk_array.cjs +0 -21
  1502. package/dist/node_modules/@langchain/core/dist/utils/chunk_array.js +0 -15
  1503. package/dist/node_modules/@langchain/core/dist/utils/context.cjs +0 -107
  1504. package/dist/node_modules/@langchain/core/dist/utils/context.js +0 -101
  1505. package/dist/node_modules/@langchain/core/dist/utils/env.cjs +0 -66
  1506. package/dist/node_modules/@langchain/core/dist/utils/env.js +0 -53
  1507. package/dist/node_modules/@langchain/core/dist/utils/event_source_parse.cjs +0 -188
  1508. package/dist/node_modules/@langchain/core/dist/utils/event_source_parse.js +0 -178
  1509. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/index.cjs +0 -15
  1510. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/index.js +0 -15
  1511. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.cjs +0 -346
  1512. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.js +0 -334
  1513. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.cjs +0 -77
  1514. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.js +0 -77
  1515. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.cjs +0 -122
  1516. package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.js +0 -114
  1517. package/dist/node_modules/@langchain/core/dist/utils/format.cjs +0 -12
  1518. package/dist/node_modules/@langchain/core/dist/utils/format.js +0 -6
  1519. package/dist/node_modules/@langchain/core/dist/utils/function_calling.cjs +0 -67
  1520. package/dist/node_modules/@langchain/core/dist/utils/function_calling.js +0 -56
  1521. package/dist/node_modules/@langchain/core/dist/utils/hash.cjs +0 -16
  1522. package/dist/node_modules/@langchain/core/dist/utils/hash.js +0 -10
  1523. package/dist/node_modules/@langchain/core/dist/utils/is-network-error/index.cjs +0 -27
  1524. package/dist/node_modules/@langchain/core/dist/utils/is-network-error/index.js +0 -26
  1525. package/dist/node_modules/@langchain/core/dist/utils/js-sha256/hash.cjs +0 -341
  1526. package/dist/node_modules/@langchain/core/dist/utils/js-sha256/hash.js +0 -339
  1527. package/dist/node_modules/@langchain/core/dist/utils/json.cjs +0 -211
  1528. package/dist/node_modules/@langchain/core/dist/utils/json.js +0 -209
  1529. package/dist/node_modules/@langchain/core/dist/utils/json_patch.cjs +0 -22
  1530. package/dist/node_modules/@langchain/core/dist/utils/json_patch.js +0 -15
  1531. package/dist/node_modules/@langchain/core/dist/utils/json_schema.cjs +0 -85
  1532. package/dist/node_modules/@langchain/core/dist/utils/json_schema.js +0 -66
  1533. package/dist/node_modules/@langchain/core/dist/utils/math.cjs +0 -130
  1534. package/dist/node_modules/@langchain/core/dist/utils/math.js +0 -119
  1535. package/dist/node_modules/@langchain/core/dist/utils/ml-distance/distances.cjs +0 -18
  1536. package/dist/node_modules/@langchain/core/dist/utils/ml-distance/distances.js +0 -17
  1537. package/dist/node_modules/@langchain/core/dist/utils/ml-distance/similarities.cjs +0 -23
  1538. package/dist/node_modules/@langchain/core/dist/utils/ml-distance/similarities.js +0 -22
  1539. package/dist/node_modules/@langchain/core/dist/utils/ml-distance-euclidean/euclidean.cjs +0 -14
  1540. package/dist/node_modules/@langchain/core/dist/utils/ml-distance-euclidean/euclidean.js +0 -13
  1541. package/dist/node_modules/@langchain/core/dist/utils/p-retry/index.cjs +0 -141
  1542. package/dist/node_modules/@langchain/core/dist/utils/p-retry/index.js +0 -141
  1543. package/dist/node_modules/@langchain/core/dist/utils/sax-js/sax.cjs +0 -1208
  1544. package/dist/node_modules/@langchain/core/dist/utils/sax-js/sax.js +0 -1207
  1545. package/dist/node_modules/@langchain/core/dist/utils/signal.cjs +0 -41
  1546. package/dist/node_modules/@langchain/core/dist/utils/signal.js +0 -39
  1547. package/dist/node_modules/@langchain/core/dist/utils/ssrf.cjs +0 -271
  1548. package/dist/node_modules/@langchain/core/dist/utils/ssrf.js +0 -260
  1549. package/dist/node_modules/@langchain/core/dist/utils/stream.cjs +0 -192
  1550. package/dist/node_modules/@langchain/core/dist/utils/stream.js +0 -182
  1551. package/dist/node_modules/@langchain/core/dist/utils/testing/chat_models.cjs +0 -298
  1552. package/dist/node_modules/@langchain/core/dist/utils/testing/chat_models.js +0 -296
  1553. package/dist/node_modules/@langchain/core/dist/utils/testing/embeddings.cjs +0 -90
  1554. package/dist/node_modules/@langchain/core/dist/utils/testing/embeddings.js +0 -89
  1555. package/dist/node_modules/@langchain/core/dist/utils/testing/index.cjs +0 -57
  1556. package/dist/node_modules/@langchain/core/dist/utils/testing/index.js +0 -36
  1557. package/dist/node_modules/@langchain/core/dist/utils/testing/llms.cjs +0 -59
  1558. package/dist/node_modules/@langchain/core/dist/utils/testing/llms.js +0 -58
  1559. package/dist/node_modules/@langchain/core/dist/utils/testing/message_history.cjs +0 -67
  1560. package/dist/node_modules/@langchain/core/dist/utils/testing/message_history.js +0 -65
  1561. package/dist/node_modules/@langchain/core/dist/utils/testing/output_parsers.cjs +0 -20
  1562. package/dist/node_modules/@langchain/core/dist/utils/testing/output_parsers.js +0 -20
  1563. package/dist/node_modules/@langchain/core/dist/utils/testing/retrievers.cjs +0 -19
  1564. package/dist/node_modules/@langchain/core/dist/utils/testing/retrievers.js +0 -19
  1565. package/dist/node_modules/@langchain/core/dist/utils/testing/runnables.cjs +0 -19
  1566. package/dist/node_modules/@langchain/core/dist/utils/testing/runnables.js +0 -19
  1567. package/dist/node_modules/@langchain/core/dist/utils/testing/tools.cjs +0 -21
  1568. package/dist/node_modules/@langchain/core/dist/utils/testing/tools.js +0 -21
  1569. package/dist/node_modules/@langchain/core/dist/utils/testing/tracers.cjs +0 -25
  1570. package/dist/node_modules/@langchain/core/dist/utils/testing/tracers.js +0 -25
  1571. package/dist/node_modules/@langchain/core/dist/utils/testing/vectorstores.cjs +0 -129
  1572. package/dist/node_modules/@langchain/core/dist/utils/testing/vectorstores.js +0 -129
  1573. package/dist/node_modules/@langchain/core/dist/utils/tiktoken.cjs +0 -33
  1574. package/dist/node_modules/@langchain/core/dist/utils/tiktoken.js +0 -26
  1575. package/dist/node_modules/@langchain/core/dist/utils/types/index.cjs +0 -74
  1576. package/dist/node_modules/@langchain/core/dist/utils/types/index.js +0 -40
  1577. package/dist/node_modules/@langchain/core/dist/utils/types/zod.cjs +0 -535
  1578. package/dist/node_modules/@langchain/core/dist/utils/types/zod.js +0 -506
  1579. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.cjs +0 -40
  1580. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.js +0 -37
  1581. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.cjs +0 -30
  1582. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.js +0 -30
  1583. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.cjs +0 -18
  1584. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.js +0 -16
  1585. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.cjs +0 -11
  1586. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.js +0 -10
  1587. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.cjs +0 -37
  1588. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.js +0 -37
  1589. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.cjs +0 -57
  1590. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.js +0 -57
  1591. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.cjs +0 -17
  1592. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.js +0 -17
  1593. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.cjs +0 -24
  1594. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.js +0 -23
  1595. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.cjs +0 -36
  1596. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.js +0 -36
  1597. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.cjs +0 -9
  1598. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.js +0 -8
  1599. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.cjs +0 -10
  1600. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.js +0 -10
  1601. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.cjs +0 -10
  1602. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.js +0 -10
  1603. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.cjs +0 -39
  1604. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.js +0 -39
  1605. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.cjs +0 -13
  1606. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.js +0 -13
  1607. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.cjs +0 -11
  1608. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.js +0 -11
  1609. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.cjs +0 -12
  1610. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.js +0 -11
  1611. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.cjs +0 -47
  1612. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.js +0 -47
  1613. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.cjs +0 -18
  1614. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.js +0 -17
  1615. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.cjs +0 -40
  1616. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.js +0 -40
  1617. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.cjs +0 -18
  1618. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.js +0 -17
  1619. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.cjs +0 -13
  1620. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.js +0 -13
  1621. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.cjs +0 -12
  1622. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.js +0 -11
  1623. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.cjs +0 -46
  1624. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.js +0 -46
  1625. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.cjs +0 -37
  1626. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.js +0 -37
  1627. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.cjs +0 -64
  1628. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.js +0 -64
  1629. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.cjs +0 -20
  1630. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.js +0 -20
  1631. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.cjs +0 -28
  1632. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.js +0 -28
  1633. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.cjs +0 -10
  1634. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.js +0 -10
  1635. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.cjs +0 -10
  1636. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.js +0 -10
  1637. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.cjs +0 -57
  1638. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.js +0 -56
  1639. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.cjs +0 -22
  1640. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.js +0 -22
  1641. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.cjs +0 -255
  1642. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.js +0 -254
  1643. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.cjs +0 -38
  1644. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.js +0 -38
  1645. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.cjs +0 -10
  1646. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.js +0 -10
  1647. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.cjs +0 -67
  1648. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.js +0 -66
  1649. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.cjs +0 -10
  1650. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.js +0 -10
  1651. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.cjs +0 -81
  1652. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.js +0 -80
  1653. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.cjs +0 -70
  1654. package/dist/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.js +0 -70
  1655. package/dist/node_modules/@langchain/core/dist/vectorstores.cjs +0 -395
  1656. package/dist/node_modules/@langchain/core/dist/vectorstores.js +0 -387
  1657. package/dist/node_modules/@langchain/core/document_loaders/base.cjs +0 -1
  1658. package/dist/node_modules/@langchain/core/document_loaders/base.js +0 -1
  1659. package/dist/node_modules/@langchain/core/document_loaders/langsmith.cjs +0 -1
  1660. package/dist/node_modules/@langchain/core/document_loaders/langsmith.js +0 -1
  1661. package/dist/node_modules/@langchain/core/documents.cjs +0 -1
  1662. package/dist/node_modules/@langchain/core/documents.js +0 -1
  1663. package/dist/node_modules/@langchain/core/embeddings.cjs +0 -1
  1664. package/dist/node_modules/@langchain/core/embeddings.js +0 -1
  1665. package/dist/node_modules/@langchain/core/example_selectors.cjs +0 -1
  1666. package/dist/node_modules/@langchain/core/example_selectors.js +0 -1
  1667. package/dist/node_modules/@langchain/core/indexing.cjs +0 -1
  1668. package/dist/node_modules/@langchain/core/indexing.js +0 -1
  1669. package/dist/node_modules/@langchain/core/language_models/base.cjs +0 -1
  1670. package/dist/node_modules/@langchain/core/language_models/base.js +0 -1
  1671. package/dist/node_modules/@langchain/core/language_models/chat_models.cjs +0 -1
  1672. package/dist/node_modules/@langchain/core/language_models/chat_models.js +0 -1
  1673. package/dist/node_modules/@langchain/core/language_models/llms.cjs +0 -1
  1674. package/dist/node_modules/@langchain/core/language_models/llms.js +0 -1
  1675. package/dist/node_modules/@langchain/core/language_models/profile.cjs +0 -1
  1676. package/dist/node_modules/@langchain/core/language_models/profile.js +0 -1
  1677. package/dist/node_modules/@langchain/core/load/serializable.cjs +0 -1
  1678. package/dist/node_modules/@langchain/core/load/serializable.js +0 -1
  1679. package/dist/node_modules/@langchain/core/load.cjs +0 -1
  1680. package/dist/node_modules/@langchain/core/load.js +0 -1
  1681. package/dist/node_modules/@langchain/core/memory.cjs +0 -1
  1682. package/dist/node_modules/@langchain/core/memory.js +0 -1
  1683. package/dist/node_modules/@langchain/core/messages/tool.cjs +0 -1
  1684. package/dist/node_modules/@langchain/core/messages/tool.js +0 -1
  1685. package/dist/node_modules/@langchain/core/messages.cjs +0 -1
  1686. package/dist/node_modules/@langchain/core/messages.js +0 -1
  1687. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/README.md +0 -75
  1688. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/deep-compare-strict.js +0 -42
  1689. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/dereference.js +0 -147
  1690. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/format.js +0 -111
  1691. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/index.js +0 -24
  1692. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/package.json +0 -3
  1693. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/pointer.js +0 -10
  1694. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/types.js +0 -9
  1695. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/ucs2-length.js +0 -20
  1696. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/validate.js +0 -805
  1697. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/commonjs/validator.js +0 -27
  1698. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.js +0 -39
  1699. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/dereference.js +0 -143
  1700. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/format.js +0 -108
  1701. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/index.js +0 -8
  1702. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/package.json +0 -3
  1703. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/pointer.js +0 -6
  1704. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/types.js +0 -6
  1705. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.js +0 -17
  1706. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/validate.js +0 -802
  1707. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/dist/esm/validator.js +0 -23
  1708. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/package.json +0 -68
  1709. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/deep-compare-strict.ts +0 -39
  1710. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/dereference.ts +0 -188
  1711. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/format.ts +0 -164
  1712. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/index.ts +0 -8
  1713. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/pointer.ts +0 -7
  1714. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/types.ts +0 -92
  1715. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/ucs2-length.ts +0 -24
  1716. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/validate.ts +0 -1168
  1717. package/dist/node_modules/@langchain/core/node_modules/@cfworker/json-schema/src/validator.ts +0 -32
  1718. package/dist/node_modules/@langchain/core/node_modules/ansi-styles/index.js +0 -164
  1719. package/dist/node_modules/@langchain/core/node_modules/ansi-styles/license +0 -9
  1720. package/dist/node_modules/@langchain/core/node_modules/ansi-styles/package.json +0 -52
  1721. package/dist/node_modules/@langchain/core/node_modules/camelcase/index.js +0 -113
  1722. package/dist/node_modules/@langchain/core/node_modules/camelcase/license +0 -9
  1723. package/dist/node_modules/@langchain/core/node_modules/camelcase/package.json +0 -44
  1724. package/dist/node_modules/@langchain/core/node_modules/decamelize/index.js +0 -13
  1725. package/dist/node_modules/@langchain/core/node_modules/decamelize/license +0 -21
  1726. package/dist/node_modules/@langchain/core/node_modules/decamelize/package.json +0 -38
  1727. package/dist/node_modules/@langchain/core/node_modules/decamelize/readme.md +0 -48
  1728. package/dist/node_modules/@langchain/core/node_modules/js-tiktoken/lite.cjs +0 -256
  1729. package/dist/node_modules/@langchain/core/node_modules/js-tiktoken/lite.js +0 -1
  1730. package/dist/node_modules/@langchain/core/node_modules/langsmith/README.md +0 -475
  1731. package/dist/node_modules/@langchain/core/node_modules/langsmith/anonymizer.cjs +0 -1
  1732. package/dist/node_modules/@langchain/core/node_modules/langsmith/anonymizer.js +0 -1
  1733. package/dist/node_modules/@langchain/core/node_modules/langsmith/client.cjs +0 -1
  1734. package/dist/node_modules/@langchain/core/node_modules/langsmith/client.js +0 -1
  1735. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/anonymizer/index.cjs +0 -101
  1736. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/anonymizer/index.js +0 -95
  1737. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/client.cjs +0 -4181
  1738. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/client.js +0 -4142
  1739. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/env.cjs +0 -12
  1740. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/env.js +0 -8
  1741. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/_random_name.cjs +0 -729
  1742. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/_random_name.js +0 -726
  1743. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/_runner.cjs +0 -985
  1744. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/_runner.js +0 -978
  1745. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/evaluate_comparative.cjs +0 -228
  1746. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/evaluate_comparative.js +0 -222
  1747. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/evaluator.cjs +0 -116
  1748. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/evaluator.js +0 -111
  1749. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/index.cjs +0 -9
  1750. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/index.js +0 -3
  1751. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/string_evaluator.cjs +0 -66
  1752. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/evaluation/string_evaluator.js +0 -62
  1753. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/context.cjs +0 -187
  1754. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/context.js +0 -183
  1755. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/index.cjs +0 -188
  1756. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/index.js +0 -185
  1757. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/messages.cjs +0 -102
  1758. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/messages.js +0 -96
  1759. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/types.cjs +0 -3
  1760. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/types.js +0 -2
  1761. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/usage.cjs +0 -180
  1762. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/usage.js +0 -175
  1763. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/utils.cjs +0 -24
  1764. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/anthropic/utils.js +0 -20
  1765. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/constants.cjs +0 -60
  1766. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/constants.js +0 -57
  1767. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/exporter.cjs +0 -222
  1768. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/exporter.js +0 -185
  1769. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/processor.cjs +0 -90
  1770. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/processor.js +0 -85
  1771. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/setup.cjs +0 -95
  1772. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/setup.js +0 -91
  1773. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/translator.cjs +0 -447
  1774. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/translator.js +0 -410
  1775. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/types.cjs +0 -5
  1776. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/types.js +0 -4
  1777. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/utils.cjs +0 -23
  1778. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/otel/utils.js +0 -19
  1779. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/client.cjs +0 -639
  1780. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/client.js +0 -635
  1781. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/errors.cjs +0 -306
  1782. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/errors.js +0 -288
  1783. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/helpers.cjs +0 -315
  1784. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/helpers.js +0 -303
  1785. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/index.cjs +0 -56
  1786. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/index.js +0 -40
  1787. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/sandbox.cjs +0 -233
  1788. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/sandbox.js +0 -229
  1789. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/types.cjs +0 -7
  1790. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/sandbox/types.js +0 -6
  1791. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/index.cjs +0 -627
  1792. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/index.js +0 -623
  1793. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/middleware.cjs +0 -286
  1794. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/middleware.js +0 -283
  1795. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/utils.cjs +0 -173
  1796. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/experimental/vercel/utils.js +0 -168
  1797. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/index.cjs +0 -21
  1798. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/index.js +0 -8
  1799. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/jest/index.cjs +0 -111
  1800. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/jest/index.js +0 -388
  1801. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/jest/reporter.cjs +0 -37
  1802. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/jest/reporter.js +0 -35
  1803. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/langchain.cjs +0 -143
  1804. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/langchain.js +0 -138
  1805. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/run_trees.cjs +0 -1045
  1806. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/run_trees.js +0 -1038
  1807. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/schemas.cjs +0 -2
  1808. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/schemas.js +0 -1
  1809. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/constants.cjs +0 -6
  1810. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/constants.js +0 -3
  1811. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/fetch.cjs +0 -53
  1812. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/fetch.js +0 -46
  1813. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/otel.cjs +0 -155
  1814. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/otel.js +0 -147
  1815. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/traceable.cjs +0 -50
  1816. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/traceable.js +0 -44
  1817. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/types.cjs +0 -3
  1818. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/types.js +0 -1
  1819. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/traceable.cjs +0 -853
  1820. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/traceable.js +0 -845
  1821. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_git.cjs +0 -72
  1822. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_git.js +0 -67
  1823. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_uuid.cjs +0 -179
  1824. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_uuid.js +0 -172
  1825. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/asserts.cjs +0 -47
  1826. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/asserts.js +0 -37
  1827. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/async_caller.cjs +0 -160
  1828. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/async_caller.js +0 -153
  1829. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/atee.cjs +0 -23
  1830. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/atee.js +0 -20
  1831. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/context_vars.cjs +0 -31
  1832. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/context_vars.js +0 -27
  1833. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/env.cjs +0 -220
  1834. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/env.js +0 -203
  1835. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/error.cjs +0 -179
  1836. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/error.js +0 -169
  1837. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/fast-safe-stringify/index.cjs +0 -283
  1838. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js +0 -280
  1839. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/is-network-error/index.cjs +0 -42
  1840. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/is-network-error/index.js +0 -39
  1841. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/constants.cjs +0 -9
  1842. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/constants.js +0 -6
  1843. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/globals.cjs +0 -40
  1844. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/globals.js +0 -35
  1845. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/index.cjs +0 -694
  1846. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/index.js +0 -646
  1847. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/matchers.cjs +0 -103
  1848. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/matchers.js +0 -98
  1849. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/reporter.cjs +0 -295
  1850. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/reporter.js +0 -256
  1851. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/types.cjs +0 -2
  1852. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/types.js +0 -1
  1853. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/vendor/chain.cjs +0 -92
  1854. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/vendor/chain.js +0 -89
  1855. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/vendor/evaluatedBy.cjs +0 -96
  1856. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/jestlike/vendor/evaluatedBy.js +0 -92
  1857. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/assignValue.cjs +0 -29
  1858. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/assignValue.js +0 -24
  1859. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/baseAssignValue.cjs +0 -25
  1860. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/baseAssignValue.js +0 -23
  1861. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/baseSet.cjs +0 -50
  1862. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/baseSet.js +0 -45
  1863. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/castPath.cjs +0 -22
  1864. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/castPath.js +0 -17
  1865. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/eq.cjs +0 -36
  1866. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/eq.js +0 -34
  1867. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/getTag.cjs +0 -18
  1868. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/getTag.js +0 -16
  1869. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isIndex.cjs +0 -25
  1870. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isIndex.js +0 -23
  1871. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isKey.cjs +0 -34
  1872. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isKey.js +0 -29
  1873. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isObject.cjs +0 -31
  1874. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isObject.js +0 -29
  1875. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isSymbol.cjs +0 -28
  1876. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/isSymbol.js +0 -23
  1877. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/memoizeCapped.cjs +0 -65
  1878. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/memoizeCapped.js +0 -63
  1879. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/set.cjs +0 -41
  1880. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/set.js +0 -36
  1881. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/stringToPath.cjs +0 -49
  1882. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/stringToPath.js +0 -44
  1883. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/toKey.cjs +0 -24
  1884. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/lodash/toKey.js +0 -19
  1885. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/messages.cjs +0 -21
  1886. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/messages.js +0 -17
  1887. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/p-queue.cjs +0 -9
  1888. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/p-queue.js +0 -3
  1889. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/p-retry/index.cjs +0 -200
  1890. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/p-retry/index.js +0 -191
  1891. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/project.cjs +0 -10
  1892. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/project.js +0 -6
  1893. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/fs.browser.cjs +0 -24
  1894. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/fs.browser.js +0 -20
  1895. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/fs.cjs +0 -86
  1896. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/fs.js +0 -49
  1897. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/index.cjs +0 -335
  1898. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompt_cache/index.js +0 -329
  1899. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompts.cjs +0 -37
  1900. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompts.js +0 -33
  1901. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/shuffle.cjs +0 -14
  1902. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/shuffle.js +0 -11
  1903. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/usage.cjs +0 -28
  1904. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/usage.js +0 -24
  1905. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/vercel.cjs +0 -225
  1906. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/vercel.js +0 -220
  1907. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/warn.cjs +0 -10
  1908. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/warn.js +0 -7
  1909. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/xxhash/xxhash.cjs +0 -331
  1910. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/xxhash/xxhash.js +0 -327
  1911. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/uuid.cjs +0 -13
  1912. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/uuid.js +0 -8
  1913. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/index.cjs +0 -46
  1914. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/index.d.mts +0 -392
  1915. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/index.js +0 -323
  1916. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/index.mjs +0 -324
  1917. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/reporter.cjs +0 -20
  1918. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/reporter.d.mts +0 -11
  1919. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/reporter.js +0 -18
  1920. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/reporter.mjs +0 -31
  1921. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/esm.d.mts +0 -8
  1922. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/esm.mjs +0 -38
  1923. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/reporter.cjs +0 -38
  1924. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/reporter.js +0 -33
  1925. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/wrapper.cjs +0 -63
  1926. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/vitest/utils/wrapper.js +0 -59
  1927. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/anthropic.cjs +0 -340
  1928. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/anthropic.js +0 -336
  1929. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/gemini.cjs +0 -445
  1930. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/gemini.js +0 -442
  1931. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/generic.cjs +0 -49
  1932. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/generic.js +0 -44
  1933. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/index.cjs +0 -20
  1934. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/index.js +0 -2
  1935. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/openai.cjs +0 -470
  1936. package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/wrappers/openai.js +0 -466
  1937. package/dist/node_modules/@langchain/core/node_modules/langsmith/evaluation.cjs +0 -1
  1938. package/dist/node_modules/@langchain/core/node_modules/langsmith/evaluation.js +0 -1
  1939. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/anthropic.cjs +0 -1
  1940. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/anthropic.js +0 -1
  1941. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/exporter.cjs +0 -1
  1942. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/exporter.js +0 -1
  1943. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/processor.cjs +0 -1
  1944. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/processor.js +0 -1
  1945. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/setup.cjs +0 -1
  1946. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/otel/setup.js +0 -1
  1947. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/sandbox.cjs +0 -1
  1948. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/sandbox.js +0 -1
  1949. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/vercel.cjs +0 -1
  1950. package/dist/node_modules/@langchain/core/node_modules/langsmith/experimental/vercel.js +0 -1
  1951. package/dist/node_modules/@langchain/core/node_modules/langsmith/index.cjs +0 -1
  1952. package/dist/node_modules/@langchain/core/node_modules/langsmith/index.js +0 -1
  1953. package/dist/node_modules/@langchain/core/node_modules/langsmith/jest/reporter.cjs +0 -1
  1954. package/dist/node_modules/@langchain/core/node_modules/langsmith/jest/reporter.js +0 -1
  1955. package/dist/node_modules/@langchain/core/node_modules/langsmith/jest.cjs +0 -1
  1956. package/dist/node_modules/@langchain/core/node_modules/langsmith/jest.js +0 -1
  1957. package/dist/node_modules/@langchain/core/node_modules/langsmith/langchain.cjs +0 -1
  1958. package/dist/node_modules/@langchain/core/node_modules/langsmith/langchain.js +0 -1
  1959. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/LICENSE +0 -15
  1960. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/README.md +0 -654
  1961. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/bin/semver.js +0 -188
  1962. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/classes/comparator.js +0 -141
  1963. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/classes/index.js +0 -5
  1964. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/classes/range.js +0 -554
  1965. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/classes/semver.js +0 -302
  1966. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/clean.js +0 -6
  1967. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/cmp.js +0 -52
  1968. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/coerce.js +0 -60
  1969. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/compare-build.js +0 -7
  1970. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/compare-loose.js +0 -3
  1971. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/compare.js +0 -5
  1972. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/diff.js +0 -65
  1973. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/eq.js +0 -3
  1974. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/gt.js +0 -3
  1975. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/gte.js +0 -3
  1976. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/inc.js +0 -19
  1977. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/lt.js +0 -3
  1978. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/lte.js +0 -3
  1979. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/major.js +0 -3
  1980. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/minor.js +0 -3
  1981. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/neq.js +0 -3
  1982. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/parse.js +0 -16
  1983. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/patch.js +0 -3
  1984. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/prerelease.js +0 -6
  1985. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/rcompare.js +0 -3
  1986. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/rsort.js +0 -3
  1987. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/satisfies.js +0 -10
  1988. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/sort.js +0 -3
  1989. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/functions/valid.js +0 -6
  1990. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/index.js +0 -89
  1991. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/constants.js +0 -35
  1992. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/debug.js +0 -9
  1993. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/identifiers.js +0 -23
  1994. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/lrucache.js +0 -40
  1995. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/parse-options.js +0 -15
  1996. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/internal/re.js +0 -217
  1997. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/package.json +0 -77
  1998. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/preload.js +0 -2
  1999. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/range.bnf +0 -16
  2000. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/gtr.js +0 -4
  2001. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/intersects.js +0 -7
  2002. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/ltr.js +0 -4
  2003. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/max-satisfying.js +0 -25
  2004. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/min-satisfying.js +0 -24
  2005. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/min-version.js +0 -61
  2006. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/outside.js +0 -80
  2007. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/simplify.js +0 -47
  2008. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/subset.js +0 -247
  2009. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/to-comparators.js +0 -8
  2010. package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/semver/ranges/valid.js +0 -11
  2011. package/dist/node_modules/@langchain/core/node_modules/langsmith/package.json +0 -454
  2012. package/dist/node_modules/@langchain/core/node_modules/langsmith/run_trees.cjs +0 -1
  2013. package/dist/node_modules/@langchain/core/node_modules/langsmith/run_trees.js +0 -1
  2014. package/dist/node_modules/@langchain/core/node_modules/langsmith/schemas.cjs +0 -1
  2015. package/dist/node_modules/@langchain/core/node_modules/langsmith/schemas.js +0 -1
  2016. package/dist/node_modules/@langchain/core/node_modules/langsmith/singletons/traceable.cjs +0 -1
  2017. package/dist/node_modules/@langchain/core/node_modules/langsmith/singletons/traceable.js +0 -1
  2018. package/dist/node_modules/@langchain/core/node_modules/langsmith/traceable.cjs +0 -1
  2019. package/dist/node_modules/@langchain/core/node_modules/langsmith/traceable.js +0 -1
  2020. package/dist/node_modules/@langchain/core/node_modules/langsmith/utils/jestlike.cjs +0 -1
  2021. package/dist/node_modules/@langchain/core/node_modules/langsmith/utils/jestlike.js +0 -1
  2022. package/dist/node_modules/@langchain/core/node_modules/langsmith/vitest/reporter.cjs +0 -1
  2023. package/dist/node_modules/@langchain/core/node_modules/langsmith/vitest/reporter.js +0 -1
  2024. package/dist/node_modules/@langchain/core/node_modules/langsmith/vitest.cjs +0 -1
  2025. package/dist/node_modules/@langchain/core/node_modules/langsmith/vitest.js +0 -1
  2026. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/anthropic.cjs +0 -1
  2027. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/anthropic.js +0 -1
  2028. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/gemini.cjs +0 -1
  2029. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/gemini.js +0 -1
  2030. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/openai.cjs +0 -1
  2031. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers/openai.js +0 -1
  2032. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers.cjs +0 -1
  2033. package/dist/node_modules/@langchain/core/node_modules/langsmith/wrappers.js +0 -1
  2034. package/dist/node_modules/@langchain/core/node_modules/mustache/CHANGELOG.md +0 -618
  2035. package/dist/node_modules/@langchain/core/node_modules/mustache/LICENSE +0 -11
  2036. package/dist/node_modules/@langchain/core/node_modules/mustache/README.md +0 -621
  2037. package/dist/node_modules/@langchain/core/node_modules/mustache/bin/mustache +0 -150
  2038. package/dist/node_modules/@langchain/core/node_modules/mustache/mustache.js +0 -772
  2039. package/dist/node_modules/@langchain/core/node_modules/mustache/mustache.min.js +0 -1
  2040. package/dist/node_modules/@langchain/core/node_modules/mustache/mustache.mjs +0 -764
  2041. package/dist/node_modules/@langchain/core/node_modules/mustache/package.json +0 -67
  2042. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/dojo/mustache.js.post +0 -4
  2043. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/dojo/mustache.js.pre +0 -9
  2044. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/jquery/mustache.js.post +0 -13
  2045. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/jquery/mustache.js.pre +0 -9
  2046. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/mootools/mustache.js.post +0 -5
  2047. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/mootools/mustache.js.pre +0 -2
  2048. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/qooxdoo/mustache.js.post +0 -9
  2049. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/qooxdoo/mustache.js.pre +0 -172
  2050. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/yui3/mustache.js.post +0 -4
  2051. package/dist/node_modules/@langchain/core/node_modules/mustache/wrappers/yui3/mustache.js.pre +0 -1
  2052. package/dist/node_modules/@langchain/core/node_modules/p-finally/index.js +0 -15
  2053. package/dist/node_modules/@langchain/core/node_modules/p-finally/license +0 -21
  2054. package/dist/node_modules/@langchain/core/node_modules/p-finally/package.json +0 -42
  2055. package/dist/node_modules/@langchain/core/node_modules/p-finally/readme.md +0 -47
  2056. package/dist/node_modules/@langchain/core/node_modules/p-queue/dist/index.js +0 -279
  2057. package/dist/node_modules/@langchain/core/node_modules/p-queue/dist/lower-bound.js +0 -21
  2058. package/dist/node_modules/@langchain/core/node_modules/p-queue/dist/options.js +0 -2
  2059. package/dist/node_modules/@langchain/core/node_modules/p-queue/dist/priority-queue.js +0 -32
  2060. package/dist/node_modules/@langchain/core/node_modules/p-queue/dist/queue.js +0 -2
  2061. package/dist/node_modules/@langchain/core/node_modules/p-queue/license +0 -9
  2062. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/LICENSE +0 -21
  2063. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/README.md +0 -94
  2064. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/index.js +0 -336
  2065. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/package.json +0 -56
  2066. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2067. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2068. package/dist/node_modules/@langchain/core/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2069. package/dist/node_modules/@langchain/core/node_modules/p-queue/package.json +0 -92
  2070. package/dist/node_modules/@langchain/core/node_modules/p-queue/readme.md +0 -400
  2071. package/dist/node_modules/@langchain/core/node_modules/p-retry/index.js +0 -223
  2072. package/dist/node_modules/@langchain/core/node_modules/p-retry/license +0 -9
  2073. package/dist/node_modules/@langchain/core/node_modules/p-retry/package.json +0 -62
  2074. package/dist/node_modules/@langchain/core/node_modules/p-retry/readme.md +0 -310
  2075. package/dist/node_modules/@langchain/core/node_modules/p-timeout/index.js +0 -57
  2076. package/dist/node_modules/@langchain/core/node_modules/p-timeout/license +0 -9
  2077. package/dist/node_modules/@langchain/core/node_modules/p-timeout/package.json +0 -45
  2078. package/dist/node_modules/@langchain/core/node_modules/p-timeout/readme.md +0 -87
  2079. package/dist/node_modules/@langchain/core/node_modules/zod/LICENSE +0 -21
  2080. package/dist/node_modules/@langchain/core/node_modules/zod/README.md +0 -208
  2081. package/dist/node_modules/@langchain/core/node_modules/zod/index.cjs +0 -33
  2082. package/dist/node_modules/@langchain/core/node_modules/zod/locales/index.cjs +0 -17
  2083. package/dist/node_modules/@langchain/core/node_modules/zod/locales/package.json +0 -6
  2084. package/dist/node_modules/@langchain/core/node_modules/zod/mini/index.cjs +0 -17
  2085. package/dist/node_modules/@langchain/core/node_modules/zod/mini/package.json +0 -6
  2086. package/dist/node_modules/@langchain/core/node_modules/zod/package.json +0 -135
  2087. package/dist/node_modules/@langchain/core/node_modules/zod/src/index.ts +0 -4
  2088. package/dist/node_modules/@langchain/core/node_modules/zod/src/locales/index.ts +0 -1
  2089. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/ZodError.ts +0 -330
  2090. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  2091. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  2092. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  2093. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  2094. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  2095. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  2096. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  2097. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  2098. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  2099. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/errors.ts +0 -13
  2100. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  2101. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  2102. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  2103. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  2104. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/helpers/util.ts +0 -224
  2105. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/locales/en.ts +0 -124
  2106. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/standard-schema.ts +0 -113
  2107. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  2108. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  2109. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  2110. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  2111. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  2112. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  2113. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  2114. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  2115. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  2116. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  2117. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  2118. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  2119. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  2120. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  2121. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  2122. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  2123. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  2124. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  2125. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  2126. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  2127. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  2128. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  2129. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  2130. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  2131. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  2132. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  2133. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  2134. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  2135. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  2136. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  2137. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  2138. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  2139. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  2140. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  2141. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  2142. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  2143. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  2144. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  2145. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  2146. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  2147. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  2148. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  2149. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  2150. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  2151. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  2152. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  2153. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  2154. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  2155. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  2156. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  2157. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  2158. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  2159. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  2160. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  2161. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  2162. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  2163. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  2164. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  2165. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  2166. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  2167. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  2168. package/dist/node_modules/@langchain/core/node_modules/zod/src/v3/types.ts +0 -5138
  2169. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/checks.ts +0 -32
  2170. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  2171. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/compat.ts +0 -70
  2172. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/errors.ts +0 -82
  2173. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/external.ts +0 -51
  2174. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
  2175. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/index.ts +0 -5
  2176. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/iso.ts +0 -90
  2177. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/parse.ts +0 -82
  2178. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
  2179. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  2180. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  2181. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  2182. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  2183. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  2184. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  2185. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  2186. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  2187. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  2188. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  2189. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  2190. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  2191. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  2192. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  2193. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  2194. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  2195. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  2196. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  2197. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  2198. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  2199. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  2200. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  2201. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  2202. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  2203. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  2204. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  2205. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  2206. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  2207. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -734
  2208. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  2209. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  2210. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  2211. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  2212. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  2213. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  2214. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  2215. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  2216. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  2217. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  2218. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  2219. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  2220. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  2221. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  2222. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  2223. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -640
  2224. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -223
  2225. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -427
  2226. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  2227. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  2228. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  2229. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  2230. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  2231. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  2232. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  2233. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  2234. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -600
  2235. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  2236. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -570
  2237. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  2238. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  2239. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  2240. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  2241. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1175
  2242. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  2243. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  2244. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  2245. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2975
  2246. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  2247. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -183
  2248. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -219
  2249. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  2250. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  2251. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  2252. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/api.ts +0 -1798
  2253. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/checks.ts +0 -1293
  2254. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/config.ts +0 -15
  2255. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/core.ts +0 -138
  2256. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/doc.ts +0 -44
  2257. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/errors.ts +0 -448
  2258. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  2259. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
  2260. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  2261. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/parse.ts +0 -195
  2262. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/regexes.ts +0 -183
  2263. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/registries.ts +0 -105
  2264. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/schemas.ts +0 -4543
  2265. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  2266. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  2267. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  2268. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  2269. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  2270. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  2271. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  2272. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  2273. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  2274. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  2275. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -83
  2276. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -67
  2277. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  2278. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
  2279. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/util.ts +0 -966
  2280. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/versions.ts +0 -5
  2281. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/core/zsf.ts +0 -323
  2282. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/index.ts +0 -4
  2283. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ar.ts +0 -115
  2284. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/az.ts +0 -111
  2285. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/be.ts +0 -176
  2286. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/bg.ts +0 -128
  2287. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ca.ts +0 -116
  2288. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/cs.ts +0 -118
  2289. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/da.ts +0 -123
  2290. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/de.ts +0 -116
  2291. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/en.ts +0 -119
  2292. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/eo.ts +0 -118
  2293. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/es.ts +0 -141
  2294. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/fa.ts +0 -126
  2295. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/fi.ts +0 -121
  2296. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  2297. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/fr.ts +0 -116
  2298. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/he.ts +0 -246
  2299. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/hu.ts +0 -117
  2300. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/hy.ts +0 -164
  2301. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/id.ts +0 -115
  2302. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/is.ts +0 -119
  2303. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/it.ts +0 -116
  2304. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ja.ts +0 -114
  2305. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ka.ts +0 -123
  2306. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/kh.ts +0 -7
  2307. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/km.ts +0 -119
  2308. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ko.ts +0 -121
  2309. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/lt.ts +0 -239
  2310. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/mk.ts +0 -118
  2311. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ms.ts +0 -115
  2312. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/nl.ts +0 -121
  2313. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/no.ts +0 -116
  2314. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ota.ts +0 -117
  2315. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/pl.ts +0 -118
  2316. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ps.ts +0 -126
  2317. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/pt.ts +0 -116
  2318. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ru.ts +0 -176
  2319. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/sl.ts +0 -118
  2320. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/sv.ts +0 -119
  2321. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ta.ts +0 -118
  2322. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/th.ts +0 -119
  2323. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/tr.ts +0 -111
  2324. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ua.ts +0 -7
  2325. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/uk.ts +0 -117
  2326. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/ur.ts +0 -119
  2327. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/uz.ts +0 -116
  2328. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/vi.ts +0 -117
  2329. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/yo.ts +0 -124
  2330. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  2331. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  2332. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/checks.ts +0 -32
  2333. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  2334. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/external.ts +0 -40
  2335. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/iso.ts +0 -66
  2336. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/parse.ts +0 -14
  2337. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
  2338. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  2339. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  2340. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  2341. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  2342. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  2343. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  2344. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  2345. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  2346. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -963
  2347. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  2348. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  2349. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  2350. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  2351. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  2352. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -347
  2353. package/dist/node_modules/@langchain/core/node_modules/zod/src/v4-mini/index.ts +0 -1
  2354. package/dist/node_modules/@langchain/core/node_modules/zod/v3/ZodError.cjs +0 -138
  2355. package/dist/node_modules/@langchain/core/node_modules/zod/v3/ZodError.js +0 -133
  2356. package/dist/node_modules/@langchain/core/node_modules/zod/v3/errors.cjs +0 -17
  2357. package/dist/node_modules/@langchain/core/node_modules/zod/v3/errors.js +0 -9
  2358. package/dist/node_modules/@langchain/core/node_modules/zod/v3/external.cjs +0 -22
  2359. package/dist/node_modules/@langchain/core/node_modules/zod/v3/external.js +0 -6
  2360. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  2361. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  2362. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  2363. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  2364. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  2365. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  2366. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  2367. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  2368. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  2369. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  2370. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/util.cjs +0 -137
  2371. package/dist/node_modules/@langchain/core/node_modules/zod/v3/helpers/util.js +0 -133
  2372. package/dist/node_modules/@langchain/core/node_modules/zod/v3/index.cjs +0 -33
  2373. package/dist/node_modules/@langchain/core/node_modules/zod/v3/index.js +0 -4
  2374. package/dist/node_modules/@langchain/core/node_modules/zod/v3/locales/en.cjs +0 -112
  2375. package/dist/node_modules/@langchain/core/node_modules/zod/v3/locales/en.js +0 -109
  2376. package/dist/node_modules/@langchain/core/node_modules/zod/v3/package.json +0 -6
  2377. package/dist/node_modules/@langchain/core/node_modules/zod/v3/standard-schema.cjs +0 -2
  2378. package/dist/node_modules/@langchain/core/node_modules/zod/v3/standard-schema.js +0 -1
  2379. package/dist/node_modules/@langchain/core/node_modules/zod/v3/types.cjs +0 -3777
  2380. package/dist/node_modules/@langchain/core/node_modules/zod/v3/types.js +0 -3695
  2381. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/checks.cjs +0 -33
  2382. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/checks.js +0 -1
  2383. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/coerce.cjs +0 -47
  2384. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/coerce.js +0 -17
  2385. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/compat.cjs +0 -61
  2386. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/compat.js +0 -31
  2387. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/errors.cjs +0 -74
  2388. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/errors.js +0 -48
  2389. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/external.cjs +0 -73
  2390. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/external.js +0 -20
  2391. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/from-json-schema.cjs +0 -610
  2392. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/from-json-schema.js +0 -584
  2393. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/index.cjs +0 -33
  2394. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/iso.cjs +0 -60
  2395. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/iso.js +0 -30
  2396. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/package.json +0 -6
  2397. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/parse.cjs +0 -41
  2398. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/parse.js +0 -15
  2399. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/schemas.cjs +0 -1272
  2400. package/dist/node_modules/@langchain/core/node_modules/zod/v4/classic/schemas.js +0 -1157
  2401. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/api.cjs +0 -1222
  2402. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/api.js +0 -1082
  2403. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/checks.cjs +0 -601
  2404. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/checks.js +0 -575
  2405. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/core.cjs +0 -83
  2406. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/core.js +0 -76
  2407. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/doc.cjs +0 -39
  2408. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/doc.js +0 -35
  2409. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/errors.cjs +0 -213
  2410. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/errors.js +0 -182
  2411. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/index.cjs +0 -47
  2412. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/index.js +0 -16
  2413. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  2414. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  2415. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema-processors.cjs +0 -648
  2416. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema-processors.js +0 -605
  2417. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema.cjs +0 -2
  2418. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/json-schema.js +0 -1
  2419. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/package.json +0 -6
  2420. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/parse.cjs +0 -131
  2421. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/parse.js +0 -93
  2422. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/regexes.cjs +0 -166
  2423. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/regexes.js +0 -133
  2424. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/registries.cjs +0 -56
  2425. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/registries.js +0 -51
  2426. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/schemas.cjs +0 -2126
  2427. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/schemas.js +0 -2095
  2428. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  2429. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/standard-schema.js +0 -1
  2430. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/to-json-schema.cjs +0 -446
  2431. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/to-json-schema.js +0 -437
  2432. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/util.cjs +0 -710
  2433. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/util.js +0 -651
  2434. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/versions.cjs +0 -8
  2435. package/dist/node_modules/@langchain/core/node_modules/zod/v4/core/versions.js +0 -5
  2436. package/dist/node_modules/@langchain/core/node_modules/zod/v4/index.cjs +0 -22
  2437. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ar.cjs +0 -133
  2438. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ar.js +0 -106
  2439. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/az.cjs +0 -132
  2440. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/az.js +0 -105
  2441. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/be.cjs +0 -183
  2442. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/be.js +0 -156
  2443. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/bg.cjs +0 -147
  2444. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/bg.js +0 -120
  2445. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ca.cjs +0 -134
  2446. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ca.js +0 -107
  2447. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/cs.cjs +0 -138
  2448. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/cs.js +0 -111
  2449. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/da.cjs +0 -142
  2450. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/da.js +0 -115
  2451. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/de.cjs +0 -135
  2452. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/de.js +0 -108
  2453. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/en.cjs +0 -136
  2454. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/en.js +0 -109
  2455. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/eo.cjs +0 -136
  2456. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/eo.js +0 -109
  2457. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/es.cjs +0 -159
  2458. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/es.js +0 -132
  2459. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fa.cjs +0 -141
  2460. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fa.js +0 -114
  2461. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fi.cjs +0 -139
  2462. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fi.js +0 -112
  2463. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  2464. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fr-CA.js +0 -107
  2465. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fr.cjs +0 -135
  2466. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/fr.js +0 -108
  2467. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/he.cjs +0 -241
  2468. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/he.js +0 -214
  2469. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/hu.cjs +0 -135
  2470. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/hu.js +0 -108
  2471. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/hy.cjs +0 -174
  2472. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/hy.js +0 -147
  2473. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/id.cjs +0 -133
  2474. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/id.js +0 -106
  2475. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/index.cjs +0 -104
  2476. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/index.js +0 -49
  2477. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/is.cjs +0 -136
  2478. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/is.js +0 -109
  2479. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/it.cjs +0 -135
  2480. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/it.js +0 -108
  2481. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ja.cjs +0 -134
  2482. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ja.js +0 -107
  2483. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ka.cjs +0 -139
  2484. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ka.js +0 -112
  2485. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/kh.cjs +0 -12
  2486. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/kh.js +0 -5
  2487. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/km.cjs +0 -137
  2488. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/km.js +0 -110
  2489. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ko.cjs +0 -138
  2490. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ko.js +0 -111
  2491. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/lt.cjs +0 -230
  2492. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/lt.js +0 -203
  2493. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/mk.cjs +0 -136
  2494. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/mk.js +0 -109
  2495. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ms.cjs +0 -134
  2496. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ms.js +0 -107
  2497. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/nl.cjs +0 -137
  2498. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/nl.js +0 -110
  2499. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/no.cjs +0 -135
  2500. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/no.js +0 -108
  2501. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ota.cjs +0 -136
  2502. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ota.js +0 -109
  2503. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/package.json +0 -6
  2504. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/pl.cjs +0 -136
  2505. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/pl.js +0 -109
  2506. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ps.cjs +0 -141
  2507. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ps.js +0 -114
  2508. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/pt.cjs +0 -135
  2509. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/pt.js +0 -108
  2510. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ru.cjs +0 -183
  2511. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ru.js +0 -156
  2512. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/sl.cjs +0 -136
  2513. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/sl.js +0 -109
  2514. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/sv.cjs +0 -137
  2515. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/sv.js +0 -110
  2516. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ta.cjs +0 -137
  2517. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ta.js +0 -110
  2518. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/th.cjs +0 -137
  2519. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/th.js +0 -110
  2520. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/tr.cjs +0 -132
  2521. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/tr.js +0 -105
  2522. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ua.cjs +0 -12
  2523. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ua.js +0 -5
  2524. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/uk.cjs +0 -135
  2525. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/uk.js +0 -108
  2526. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ur.cjs +0 -137
  2527. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/ur.js +0 -110
  2528. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/uz.cjs +0 -136
  2529. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/uz.js +0 -109
  2530. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/vi.cjs +0 -135
  2531. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/vi.js +0 -108
  2532. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/yo.cjs +0 -134
  2533. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/yo.js +0 -107
  2534. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  2535. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/zh-CN.js +0 -109
  2536. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  2537. package/dist/node_modules/@langchain/core/node_modules/zod/v4/locales/zh-TW.js +0 -107
  2538. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/checks.cjs +0 -34
  2539. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/coerce.cjs +0 -52
  2540. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/coerce.js +0 -22
  2541. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/external.cjs +0 -63
  2542. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/external.js +0 -14
  2543. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/index.cjs +0 -32
  2544. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/index.js +0 -3
  2545. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/iso.cjs +0 -64
  2546. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/iso.js +0 -34
  2547. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/package.json +0 -6
  2548. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/parse.cjs +0 -16
  2549. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/schemas.cjs +0 -1046
  2550. package/dist/node_modules/@langchain/core/node_modules/zod/v4/mini/schemas.js +0 -925
  2551. package/dist/node_modules/@langchain/core/node_modules/zod/v4/package.json +0 -6
  2552. package/dist/node_modules/@langchain/core/node_modules/zod/v4-mini/index.cjs +0 -17
  2553. package/dist/node_modules/@langchain/core/node_modules/zod/v4-mini/index.js +0 -1
  2554. package/dist/node_modules/@langchain/core/node_modules/zod/v4-mini/package.json +0 -6
  2555. package/dist/node_modules/@langchain/core/output_parsers/openai_functions.cjs +0 -1
  2556. package/dist/node_modules/@langchain/core/output_parsers/openai_functions.js +0 -1
  2557. package/dist/node_modules/@langchain/core/output_parsers/openai_tools.cjs +0 -1
  2558. package/dist/node_modules/@langchain/core/output_parsers/openai_tools.js +0 -1
  2559. package/dist/node_modules/@langchain/core/output_parsers.cjs +0 -1
  2560. package/dist/node_modules/@langchain/core/output_parsers.js +0 -1
  2561. package/dist/node_modules/@langchain/core/outputs.cjs +0 -1
  2562. package/dist/node_modules/@langchain/core/outputs.js +0 -1
  2563. package/dist/node_modules/@langchain/core/package.json +0 -1
  2564. package/dist/node_modules/@langchain/core/prompt_values.cjs +0 -1
  2565. package/dist/node_modules/@langchain/core/prompt_values.js +0 -1
  2566. package/dist/node_modules/@langchain/core/prompts.cjs +0 -1
  2567. package/dist/node_modules/@langchain/core/prompts.js +0 -1
  2568. package/dist/node_modules/@langchain/core/retrievers/document_compressors.cjs +0 -1
  2569. package/dist/node_modules/@langchain/core/retrievers/document_compressors.js +0 -1
  2570. package/dist/node_modules/@langchain/core/retrievers.cjs +0 -1
  2571. package/dist/node_modules/@langchain/core/retrievers.js +0 -1
  2572. package/dist/node_modules/@langchain/core/runnables/graph.cjs +0 -1
  2573. package/dist/node_modules/@langchain/core/runnables/graph.js +0 -1
  2574. package/dist/node_modules/@langchain/core/runnables.cjs +0 -1
  2575. package/dist/node_modules/@langchain/core/runnables.js +0 -1
  2576. package/dist/node_modules/@langchain/core/singletons.cjs +0 -1
  2577. package/dist/node_modules/@langchain/core/singletons.js +0 -1
  2578. package/dist/node_modules/@langchain/core/stores.cjs +0 -1
  2579. package/dist/node_modules/@langchain/core/stores.js +0 -1
  2580. package/dist/node_modules/@langchain/core/structured_query.cjs +0 -1
  2581. package/dist/node_modules/@langchain/core/structured_query.js +0 -1
  2582. package/dist/node_modules/@langchain/core/tools.cjs +0 -1
  2583. package/dist/node_modules/@langchain/core/tools.js +0 -1
  2584. package/dist/node_modules/@langchain/core/tracers/base.cjs +0 -1
  2585. package/dist/node_modules/@langchain/core/tracers/base.js +0 -1
  2586. package/dist/node_modules/@langchain/core/tracers/console.cjs +0 -1
  2587. package/dist/node_modules/@langchain/core/tracers/console.js +0 -1
  2588. package/dist/node_modules/@langchain/core/tracers/log_stream.cjs +0 -1
  2589. package/dist/node_modules/@langchain/core/tracers/log_stream.js +0 -1
  2590. package/dist/node_modules/@langchain/core/tracers/run_collector.cjs +0 -1
  2591. package/dist/node_modules/@langchain/core/tracers/run_collector.js +0 -1
  2592. package/dist/node_modules/@langchain/core/tracers/tracer_langchain.cjs +0 -1
  2593. package/dist/node_modules/@langchain/core/tracers/tracer_langchain.js +0 -1
  2594. package/dist/node_modules/@langchain/core/types/stream.cjs +0 -1
  2595. package/dist/node_modules/@langchain/core/types/stream.js +0 -1
  2596. package/dist/node_modules/@langchain/core/utils/async_caller.cjs +0 -1
  2597. package/dist/node_modules/@langchain/core/utils/async_caller.js +0 -1
  2598. package/dist/node_modules/@langchain/core/utils/chunk_array.cjs +0 -1
  2599. package/dist/node_modules/@langchain/core/utils/chunk_array.js +0 -1
  2600. package/dist/node_modules/@langchain/core/utils/context.cjs +0 -1
  2601. package/dist/node_modules/@langchain/core/utils/context.js +0 -1
  2602. package/dist/node_modules/@langchain/core/utils/env.cjs +0 -1
  2603. package/dist/node_modules/@langchain/core/utils/env.js +0 -1
  2604. package/dist/node_modules/@langchain/core/utils/event_source_parse.cjs +0 -1
  2605. package/dist/node_modules/@langchain/core/utils/event_source_parse.js +0 -1
  2606. package/dist/node_modules/@langchain/core/utils/format.cjs +0 -1
  2607. package/dist/node_modules/@langchain/core/utils/format.js +0 -1
  2608. package/dist/node_modules/@langchain/core/utils/function_calling.cjs +0 -1
  2609. package/dist/node_modules/@langchain/core/utils/function_calling.js +0 -1
  2610. package/dist/node_modules/@langchain/core/utils/hash.cjs +0 -1
  2611. package/dist/node_modules/@langchain/core/utils/hash.js +0 -1
  2612. package/dist/node_modules/@langchain/core/utils/json_patch.cjs +0 -1
  2613. package/dist/node_modules/@langchain/core/utils/json_patch.js +0 -1
  2614. package/dist/node_modules/@langchain/core/utils/json_schema.cjs +0 -1
  2615. package/dist/node_modules/@langchain/core/utils/json_schema.js +0 -1
  2616. package/dist/node_modules/@langchain/core/utils/math.cjs +0 -1
  2617. package/dist/node_modules/@langchain/core/utils/math.js +0 -1
  2618. package/dist/node_modules/@langchain/core/utils/ssrf.cjs +0 -1
  2619. package/dist/node_modules/@langchain/core/utils/ssrf.js +0 -1
  2620. package/dist/node_modules/@langchain/core/utils/stream.cjs +0 -1
  2621. package/dist/node_modules/@langchain/core/utils/stream.js +0 -1
  2622. package/dist/node_modules/@langchain/core/utils/testing.cjs +0 -1
  2623. package/dist/node_modules/@langchain/core/utils/testing.js +0 -1
  2624. package/dist/node_modules/@langchain/core/utils/tiktoken.cjs +0 -1
  2625. package/dist/node_modules/@langchain/core/utils/tiktoken.js +0 -1
  2626. package/dist/node_modules/@langchain/core/utils/types.cjs +0 -1
  2627. package/dist/node_modules/@langchain/core/utils/types.js +0 -1
  2628. package/dist/node_modules/@langchain/core/vectorstores.cjs +0 -1
  2629. package/dist/node_modules/@langchain/core/vectorstores.js +0 -1
  2630. package/dist/node_modules/@langchain/deepseek/LICENSE +0 -21
  2631. package/dist/node_modules/@langchain/deepseek/dist/_virtual/rolldown_runtime.cjs +0 -25
  2632. package/dist/node_modules/@langchain/deepseek/dist/chat_models.cjs +0 -617
  2633. package/dist/node_modules/@langchain/deepseek/dist/chat_models.js +0 -616
  2634. package/dist/node_modules/@langchain/deepseek/dist/index.cjs +0 -8
  2635. package/dist/node_modules/@langchain/deepseek/dist/index.js +0 -3
  2636. package/dist/node_modules/@langchain/deepseek/dist/profiles.cjs +0 -37
  2637. package/dist/node_modules/@langchain/deepseek/dist/profiles.js +0 -36
  2638. package/dist/node_modules/@langchain/deepseek/package.json +0 -1
  2639. package/dist/node_modules/@langchain/google-genai/LICENSE +0 -21
  2640. package/dist/node_modules/@langchain/google-genai/dist/_virtual/rolldown_runtime.cjs +0 -25
  2641. package/dist/node_modules/@langchain/google-genai/dist/chat_models.cjs +0 -685
  2642. package/dist/node_modules/@langchain/google-genai/dist/chat_models.js +0 -684
  2643. package/dist/node_modules/@langchain/google-genai/dist/embeddings.cjs +0 -99
  2644. package/dist/node_modules/@langchain/google-genai/dist/embeddings.js +0 -98
  2645. package/dist/node_modules/@langchain/google-genai/dist/index.cjs +0 -232
  2646. package/dist/node_modules/@langchain/google-genai/dist/index.js +0 -4
  2647. package/dist/node_modules/@langchain/google-genai/dist/output_parsers.cjs +0 -48
  2648. package/dist/node_modules/@langchain/google-genai/dist/output_parsers.js +0 -47
  2649. package/dist/node_modules/@langchain/google-genai/dist/profiles.cjs +0 -345
  2650. package/dist/node_modules/@langchain/google-genai/dist/profiles.js +0 -344
  2651. package/dist/node_modules/@langchain/google-genai/dist/utils/common.cjs +0 -460
  2652. package/dist/node_modules/@langchain/google-genai/dist/utils/common.js +0 -455
  2653. package/dist/node_modules/@langchain/google-genai/dist/utils/tools.cjs +0 -73
  2654. package/dist/node_modules/@langchain/google-genai/dist/utils/tools.js +0 -72
  2655. package/dist/node_modules/@langchain/google-genai/dist/utils/validate_schema.cjs +0 -28
  2656. package/dist/node_modules/@langchain/google-genai/dist/utils/validate_schema.js +0 -27
  2657. package/dist/node_modules/@langchain/google-genai/dist/utils/zod_to_genai_parameters.cjs +0 -35
  2658. package/dist/node_modules/@langchain/google-genai/dist/utils/zod_to_genai_parameters.js +0 -32
  2659. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/index.js +0 -31
  2660. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/max.js +0 -3
  2661. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/md5.js +0 -13
  2662. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/native.js +0 -4
  2663. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/nil.js +0 -3
  2664. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/package.json +0 -1
  2665. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/parse.js +0 -11
  2666. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/regex.js +0 -3
  2667. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/rng.js +0 -13
  2668. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/sha1.js +0 -13
  2669. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/stringify.js +0 -39
  2670. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/types.js +0 -2
  2671. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/uuid-bin.js +0 -72
  2672. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v1.js +0 -87
  2673. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v1ToV6.js +0 -13
  2674. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v3.js +0 -14
  2675. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v35.js +0 -41
  2676. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v4.js +0 -29
  2677. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v5.js +0 -14
  2678. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v6.js +0 -19
  2679. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v6ToV1.js +0 -13
  2680. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/v7.js +0 -69
  2681. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/validate.js +0 -7
  2682. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs/version.js +0 -10
  2683. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/index.js +0 -31
  2684. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/max.js +0 -3
  2685. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/md5.js +0 -137
  2686. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/native.js +0 -4
  2687. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/nil.js +0 -3
  2688. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/package.json +0 -1
  2689. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/parse.js +0 -11
  2690. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/regex.js +0 -3
  2691. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/rng.js +0 -14
  2692. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/sha1.js +0 -72
  2693. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/stringify.js +0 -39
  2694. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/types.js +0 -2
  2695. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/uuid-bin.js +0 -72
  2696. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v1.js +0 -87
  2697. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v1ToV6.js +0 -13
  2698. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v3.js +0 -14
  2699. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v35.js +0 -41
  2700. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v4.js +0 -29
  2701. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v5.js +0 -14
  2702. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v6.js +0 -19
  2703. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v6ToV1.js +0 -13
  2704. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/v7.js +0 -69
  2705. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/validate.js +0 -7
  2706. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/cjs-browser/version.js +0 -10
  2707. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/bin/uuid +0 -2
  2708. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/index.js +0 -14
  2709. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/max.js +0 -1
  2710. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/md5.js +0 -11
  2711. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/native.js +0 -2
  2712. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/nil.js +0 -1
  2713. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/parse.js +0 -9
  2714. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/regex.js +0 -1
  2715. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/rng.js +0 -10
  2716. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/sha1.js +0 -11
  2717. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/stringify.js +0 -35
  2718. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/types.js +0 -1
  2719. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/uuid-bin.js +0 -70
  2720. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v1.js +0 -83
  2721. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v1ToV6.js +0 -10
  2722. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v3.js +0 -9
  2723. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v35.js +0 -36
  2724. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v4.js +0 -27
  2725. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v5.js +0 -9
  2726. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v6.js +0 -17
  2727. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v6ToV1.js +0 -10
  2728. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/v7.js +0 -65
  2729. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/validate.js +0 -5
  2730. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm/version.js +0 -8
  2731. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/index.js +0 -14
  2732. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/max.js +0 -1
  2733. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/md5.js +0 -135
  2734. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/native.js +0 -2
  2735. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2736. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/parse.js +0 -9
  2737. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2738. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/rng.js +0 -11
  2739. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/sha1.js +0 -70
  2740. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/stringify.js +0 -35
  2741. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/types.js +0 -1
  2742. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/uuid-bin.js +0 -70
  2743. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v1.js +0 -83
  2744. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v1ToV6.js +0 -10
  2745. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v3.js +0 -9
  2746. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v35.js +0 -36
  2747. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v4.js +0 -27
  2748. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v5.js +0 -9
  2749. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v6.js +0 -17
  2750. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v6ToV1.js +0 -10
  2751. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/v7.js +0 -65
  2752. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/validate.js +0 -5
  2753. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/dist/esm-browser/version.js +0 -8
  2754. package/dist/node_modules/@langchain/google-genai/node_modules/uuid/package.json +0 -132
  2755. package/dist/node_modules/@langchain/google-genai/package.json +0 -1
  2756. package/dist/node_modules/@langchain/langgraph/LICENSE +0 -21
  2757. package/dist/node_modules/@langchain/langgraph/dist/channels/any_value.cjs +0 -46
  2758. package/dist/node_modules/@langchain/langgraph/dist/channels/any_value.js +0 -46
  2759. package/dist/node_modules/@langchain/langgraph/dist/channels/base.cjs +0 -112
  2760. package/dist/node_modules/@langchain/langgraph/dist/channels/base.js +0 -108
  2761. package/dist/node_modules/@langchain/langgraph/dist/channels/binop.cjs +0 -62
  2762. package/dist/node_modules/@langchain/langgraph/dist/channels/binop.js +0 -62
  2763. package/dist/node_modules/@langchain/langgraph/dist/channels/dynamic_barrier_value.cjs +0 -75
  2764. package/dist/node_modules/@langchain/langgraph/dist/channels/dynamic_barrier_value.js +0 -75
  2765. package/dist/node_modules/@langchain/langgraph/dist/channels/ephemeral_value.cjs +0 -46
  2766. package/dist/node_modules/@langchain/langgraph/dist/channels/ephemeral_value.js +0 -46
  2767. package/dist/node_modules/@langchain/langgraph/dist/channels/index.cjs +0 -24
  2768. package/dist/node_modules/@langchain/langgraph/dist/channels/index.js +0 -11
  2769. package/dist/node_modules/@langchain/langgraph/dist/channels/last_value.cjs +0 -98
  2770. package/dist/node_modules/@langchain/langgraph/dist/channels/last_value.js +0 -97
  2771. package/dist/node_modules/@langchain/langgraph/dist/channels/named_barrier_value.cjs +0 -116
  2772. package/dist/node_modules/@langchain/langgraph/dist/channels/named_barrier_value.js +0 -114
  2773. package/dist/node_modules/@langchain/langgraph/dist/channels/topic.cjs +0 -65
  2774. package/dist/node_modules/@langchain/langgraph/dist/channels/topic.js +0 -65
  2775. package/dist/node_modules/@langchain/langgraph/dist/channels/untracked_value.cjs +0 -83
  2776. package/dist/node_modules/@langchain/langgraph/dist/channels/untracked_value.js +0 -83
  2777. package/dist/node_modules/@langchain/langgraph/dist/constants.cjs +0 -406
  2778. package/dist/node_modules/@langchain/langgraph/dist/constants.js +0 -362
  2779. package/dist/node_modules/@langchain/langgraph/dist/errors.cjs +0 -199
  2780. package/dist/node_modules/@langchain/langgraph/dist/errors.js +0 -181
  2781. package/dist/node_modules/@langchain/langgraph/dist/func/index.cjs +0 -299
  2782. package/dist/node_modules/@langchain/langgraph/dist/func/index.js +0 -297
  2783. package/dist/node_modules/@langchain/langgraph/dist/graph/annotation.cjs +0 -104
  2784. package/dist/node_modules/@langchain/langgraph/dist/graph/annotation.js +0 -102
  2785. package/dist/node_modules/@langchain/langgraph/dist/graph/graph.cjs +0 -420
  2786. package/dist/node_modules/@langchain/langgraph/dist/graph/graph.js +0 -418
  2787. package/dist/node_modules/@langchain/langgraph/dist/graph/index.cjs +0 -6
  2788. package/dist/node_modules/@langchain/langgraph/dist/graph/index.js +0 -8
  2789. package/dist/node_modules/@langchain/langgraph/dist/graph/message.cjs +0 -52
  2790. package/dist/node_modules/@langchain/langgraph/dist/graph/message.js +0 -51
  2791. package/dist/node_modules/@langchain/langgraph/dist/graph/messages_annotation.cjs +0 -109
  2792. package/dist/node_modules/@langchain/langgraph/dist/graph/messages_annotation.js +0 -107
  2793. package/dist/node_modules/@langchain/langgraph/dist/graph/messages_reducer.cjs +0 -85
  2794. package/dist/node_modules/@langchain/langgraph/dist/graph/messages_reducer.js +0 -84
  2795. package/dist/node_modules/@langchain/langgraph/dist/graph/state.cjs +0 -593
  2796. package/dist/node_modules/@langchain/langgraph/dist/graph/state.js +0 -592
  2797. package/dist/node_modules/@langchain/langgraph/dist/graph/types.cjs +0 -41
  2798. package/dist/node_modules/@langchain/langgraph/dist/graph/types.js +0 -40
  2799. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/index.cjs +0 -11
  2800. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/index.js +0 -5
  2801. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/meta.cjs +0 -144
  2802. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/meta.js +0 -141
  2803. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/plugin.cjs +0 -39
  2804. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/plugin.js +0 -40
  2805. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/schema.cjs +0 -99
  2806. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/schema.js +0 -94
  2807. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/zod-registry.cjs +0 -42
  2808. package/dist/node_modules/@langchain/langgraph/dist/graph/zod/zod-registry.js +0 -41
  2809. package/dist/node_modules/@langchain/langgraph/dist/hash.cjs +0 -265
  2810. package/dist/node_modules/@langchain/langgraph/dist/hash.js +0 -263
  2811. package/dist/node_modules/@langchain/langgraph/dist/index.cjs +0 -12
  2812. package/dist/node_modules/@langchain/langgraph/dist/index.js +0 -30
  2813. package/dist/node_modules/@langchain/langgraph/dist/interrupt.cjs +0 -79
  2814. package/dist/node_modules/@langchain/langgraph/dist/interrupt.js +0 -79
  2815. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/agentName.cjs +0 -148
  2816. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/agentName.js +0 -148
  2817. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/agent_executor.cjs +0 -41
  2818. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/agent_executor.js +0 -41
  2819. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/chat_agent_executor.cjs +0 -62
  2820. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/chat_agent_executor.js +0 -62
  2821. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/index.cjs +0 -16
  2822. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/index.js +0 -8
  2823. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/react_agent_executor.cjs +0 -340
  2824. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/react_agent_executor.js +0 -339
  2825. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/tool_executor.cjs +0 -43
  2826. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/tool_executor.js +0 -43
  2827. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/tool_node.cjs +0 -247
  2828. package/dist/node_modules/@langchain/langgraph/dist/prebuilt/tool_node.js +0 -246
  2829. package/dist/node_modules/@langchain/langgraph/dist/pregel/algo.cjs +0 -584
  2830. package/dist/node_modules/@langchain/langgraph/dist/pregel/algo.js +0 -578
  2831. package/dist/node_modules/@langchain/langgraph/dist/pregel/call.cjs +0 -50
  2832. package/dist/node_modules/@langchain/langgraph/dist/pregel/call.js +0 -48
  2833. package/dist/node_modules/@langchain/langgraph/dist/pregel/debug.cjs +0 -172
  2834. package/dist/node_modules/@langchain/langgraph/dist/pregel/debug.js +0 -166
  2835. package/dist/node_modules/@langchain/langgraph/dist/pregel/index.cjs +0 -1164
  2836. package/dist/node_modules/@langchain/langgraph/dist/pregel/index.js +0 -1162
  2837. package/dist/node_modules/@langchain/langgraph/dist/pregel/io.cjs +0 -140
  2838. package/dist/node_modules/@langchain/langgraph/dist/pregel/io.js +0 -135
  2839. package/dist/node_modules/@langchain/langgraph/dist/pregel/loop.cjs +0 -560
  2840. package/dist/node_modules/@langchain/langgraph/dist/pregel/loop.js +0 -560
  2841. package/dist/node_modules/@langchain/langgraph/dist/pregel/messages.cjs +0 -107
  2842. package/dist/node_modules/@langchain/langgraph/dist/pregel/messages.js +0 -107
  2843. package/dist/node_modules/@langchain/langgraph/dist/pregel/read.cjs +0 -151
  2844. package/dist/node_modules/@langchain/langgraph/dist/pregel/read.js +0 -150
  2845. package/dist/node_modules/@langchain/langgraph/dist/pregel/remote.cjs +0 -341
  2846. package/dist/node_modules/@langchain/langgraph/dist/pregel/remote.js +0 -341
  2847. package/dist/node_modules/@langchain/langgraph/dist/pregel/retry.cjs +0 -91
  2848. package/dist/node_modules/@langchain/langgraph/dist/pregel/retry.js +0 -91
  2849. package/dist/node_modules/@langchain/langgraph/dist/pregel/runner.cjs +0 -228
  2850. package/dist/node_modules/@langchain/langgraph/dist/pregel/runner.js +0 -228
  2851. package/dist/node_modules/@langchain/langgraph/dist/pregel/stream.cjs +0 -197
  2852. package/dist/node_modules/@langchain/langgraph/dist/pregel/stream.js +0 -195
  2853. package/dist/node_modules/@langchain/langgraph/dist/pregel/types.cjs +0 -27
  2854. package/dist/node_modules/@langchain/langgraph/dist/pregel/types.js +0 -25
  2855. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/config.cjs +0 -121
  2856. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/config.js +0 -115
  2857. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/index.cjs +0 -102
  2858. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/index.js +0 -96
  2859. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/subgraph.cjs +0 -18
  2860. package/dist/node_modules/@langchain/langgraph/dist/pregel/utils/subgraph.js +0 -16
  2861. package/dist/node_modules/@langchain/langgraph/dist/pregel/validate.cjs +0 -45
  2862. package/dist/node_modules/@langchain/langgraph/dist/pregel/validate.js +0 -44
  2863. package/dist/node_modules/@langchain/langgraph/dist/pregel/write.cjs +0 -96
  2864. package/dist/node_modules/@langchain/langgraph/dist/pregel/write.js +0 -95
  2865. package/dist/node_modules/@langchain/langgraph/dist/remote.cjs +0 -4
  2866. package/dist/node_modules/@langchain/langgraph/dist/remote.js +0 -3
  2867. package/dist/node_modules/@langchain/langgraph/dist/setup/async_local_storage.cjs +0 -11
  2868. package/dist/node_modules/@langchain/langgraph/dist/setup/async_local_storage.js +0 -11
  2869. package/dist/node_modules/@langchain/langgraph/dist/state/adapter.cjs +0 -53
  2870. package/dist/node_modules/@langchain/langgraph/dist/state/adapter.js +0 -52
  2871. package/dist/node_modules/@langchain/langgraph/dist/state/index.cjs +0 -8
  2872. package/dist/node_modules/@langchain/langgraph/dist/state/index.js +0 -10
  2873. package/dist/node_modules/@langchain/langgraph/dist/state/prebuilt/index.cjs +0 -1
  2874. package/dist/node_modules/@langchain/langgraph/dist/state/prebuilt/index.js +0 -3
  2875. package/dist/node_modules/@langchain/langgraph/dist/state/prebuilt/messages.cjs +0 -19
  2876. package/dist/node_modules/@langchain/langgraph/dist/state/prebuilt/messages.js +0 -19
  2877. package/dist/node_modules/@langchain/langgraph/dist/state/schema.cjs +0 -170
  2878. package/dist/node_modules/@langchain/langgraph/dist/state/schema.js +0 -170
  2879. package/dist/node_modules/@langchain/langgraph/dist/state/types.cjs +0 -17
  2880. package/dist/node_modules/@langchain/langgraph/dist/state/types.js +0 -14
  2881. package/dist/node_modules/@langchain/langgraph/dist/state/values/index.cjs +0 -2
  2882. package/dist/node_modules/@langchain/langgraph/dist/state/values/index.js +0 -4
  2883. package/dist/node_modules/@langchain/langgraph/dist/state/values/reduced.cjs +0 -72
  2884. package/dist/node_modules/@langchain/langgraph/dist/state/values/reduced.js +0 -71
  2885. package/dist/node_modules/@langchain/langgraph/dist/state/values/untracked.cjs +0 -64
  2886. package/dist/node_modules/@langchain/langgraph/dist/state/values/untracked.js +0 -63
  2887. package/dist/node_modules/@langchain/langgraph/dist/utils.cjs +0 -86
  2888. package/dist/node_modules/@langchain/langgraph/dist/utils.js +0 -80
  2889. package/dist/node_modules/@langchain/langgraph/dist/web.cjs +0 -115
  2890. package/dist/node_modules/@langchain/langgraph/dist/web.js +0 -24
  2891. package/dist/node_modules/@langchain/langgraph/dist/writer.cjs +0 -14
  2892. package/dist/node_modules/@langchain/langgraph/dist/writer.js +0 -14
  2893. package/dist/node_modules/@langchain/langgraph/package.json +0 -1
  2894. package/dist/node_modules/@langchain/langgraph-checkpoint/LICENSE +0 -21
  2895. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/_virtual/rolldown_runtime.cjs +0 -25
  2896. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/base.cjs +0 -90
  2897. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/base.js +0 -83
  2898. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/base.cjs +0 -18
  2899. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/base.js +0 -18
  2900. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/index.cjs +0 -2
  2901. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/index.js +0 -4
  2902. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/memory.cjs +0 -54
  2903. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/cache/memory.js +0 -54
  2904. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/id.cjs +0 -16
  2905. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/id.js +0 -14
  2906. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/index.cjs +0 -12
  2907. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/index.js +0 -12
  2908. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/memory.cjs +0 -199
  2909. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/memory.js +0 -199
  2910. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/jsonplus.cjs +0 -101
  2911. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/jsonplus.js +0 -100
  2912. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/types.cjs +0 -15
  2913. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/types.js +0 -10
  2914. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/utils/fast-safe-stringify/index.cjs +0 -102
  2915. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/serde/utils/fast-safe-stringify/index.js +0 -101
  2916. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/base.cjs +0 -212
  2917. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/base.js +0 -208
  2918. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/batch.cjs +0 -120
  2919. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/batch.js +0 -120
  2920. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/memory.cjs +0 -265
  2921. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/memory.js +0 -264
  2922. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/utils.cjs +0 -153
  2923. package/dist/node_modules/@langchain/langgraph-checkpoint/dist/store/utils.js +0 -150
  2924. package/dist/node_modules/@langchain/langgraph-checkpoint/package.json +0 -1
  2925. package/dist/node_modules/@langchain/ollama/LICENSE +0 -21
  2926. package/dist/node_modules/@langchain/ollama/dist/_virtual/rolldown_runtime.cjs +0 -25
  2927. package/dist/node_modules/@langchain/ollama/dist/chat_models.cjs +0 -645
  2928. package/dist/node_modules/@langchain/ollama/dist/chat_models.js +0 -644
  2929. package/dist/node_modules/@langchain/ollama/dist/embeddings.cjs +0 -99
  2930. package/dist/node_modules/@langchain/ollama/dist/embeddings.js +0 -98
  2931. package/dist/node_modules/@langchain/ollama/dist/index.cjs +0 -8
  2932. package/dist/node_modules/@langchain/ollama/dist/index.js +0 -5
  2933. package/dist/node_modules/@langchain/ollama/dist/llms.cjs +0 -195
  2934. package/dist/node_modules/@langchain/ollama/dist/llms.js +0 -194
  2935. package/dist/node_modules/@langchain/ollama/dist/utils.cjs +0 -112
  2936. package/dist/node_modules/@langchain/ollama/dist/utils.js +0 -110
  2937. package/dist/node_modules/@langchain/ollama/package.json +0 -1
  2938. package/dist/node_modules/@langchain/openai/LICENSE +0 -21
  2939. package/dist/node_modules/@langchain/openai/dist/_virtual/rolldown_runtime.cjs +0 -25
  2940. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/common.cjs +0 -125
  2941. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/common.js +0 -119
  2942. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/completions.cjs +0 -50
  2943. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/completions.js +0 -50
  2944. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/index.cjs +0 -473
  2945. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/index.js +0 -473
  2946. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/responses.cjs +0 -50
  2947. package/dist/node_modules/@langchain/openai/dist/azure/chat_models/responses.js +0 -50
  2948. package/dist/node_modules/@langchain/openai/dist/azure/embeddings.cjs +0 -79
  2949. package/dist/node_modules/@langchain/openai/dist/azure/embeddings.js +0 -78
  2950. package/dist/node_modules/@langchain/openai/dist/azure/llms.cjs +0 -107
  2951. package/dist/node_modules/@langchain/openai/dist/azure/llms.js +0 -106
  2952. package/dist/node_modules/@langchain/openai/dist/chat_models/base.cjs +0 -625
  2953. package/dist/node_modules/@langchain/openai/dist/chat_models/base.js +0 -624
  2954. package/dist/node_modules/@langchain/openai/dist/chat_models/completions.cjs +0 -261
  2955. package/dist/node_modules/@langchain/openai/dist/chat_models/completions.js +0 -260
  2956. package/dist/node_modules/@langchain/openai/dist/chat_models/index.cjs +0 -609
  2957. package/dist/node_modules/@langchain/openai/dist/chat_models/index.js +0 -609
  2958. package/dist/node_modules/@langchain/openai/dist/chat_models/profiles.cjs +0 -567
  2959. package/dist/node_modules/@langchain/openai/dist/chat_models/profiles.js +0 -566
  2960. package/dist/node_modules/@langchain/openai/dist/chat_models/responses.cjs +0 -193
  2961. package/dist/node_modules/@langchain/openai/dist/chat_models/responses.js +0 -192
  2962. package/dist/node_modules/@langchain/openai/dist/converters/completions.cjs +0 -611
  2963. package/dist/node_modules/@langchain/openai/dist/converters/completions.js +0 -605
  2964. package/dist/node_modules/@langchain/openai/dist/converters/index.cjs +0 -2
  2965. package/dist/node_modules/@langchain/openai/dist/converters/index.js +0 -2
  2966. package/dist/node_modules/@langchain/openai/dist/converters/responses.cjs +0 -1086
  2967. package/dist/node_modules/@langchain/openai/dist/converters/responses.js +0 -1080
  2968. package/dist/node_modules/@langchain/openai/dist/embeddings.cjs +0 -144
  2969. package/dist/node_modules/@langchain/openai/dist/embeddings.js +0 -143
  2970. package/dist/node_modules/@langchain/openai/dist/index.cjs +0 -8
  2971. package/dist/node_modules/@langchain/openai/dist/index.js +0 -24
  2972. package/dist/node_modules/@langchain/openai/dist/llms.cjs +0 -315
  2973. package/dist/node_modules/@langchain/openai/dist/llms.js +0 -314
  2974. package/dist/node_modules/@langchain/openai/dist/tools/applyPatch.cjs +0 -116
  2975. package/dist/node_modules/@langchain/openai/dist/tools/applyPatch.js +0 -115
  2976. package/dist/node_modules/@langchain/openai/dist/tools/codeInterpreter.cjs +0 -95
  2977. package/dist/node_modules/@langchain/openai/dist/tools/codeInterpreter.js +0 -94
  2978. package/dist/node_modules/@langchain/openai/dist/tools/computerUse.cjs +0 -240
  2979. package/dist/node_modules/@langchain/openai/dist/tools/computerUse.js +0 -239
  2980. package/dist/node_modules/@langchain/openai/dist/tools/custom.cjs +0 -27
  2981. package/dist/node_modules/@langchain/openai/dist/tools/custom.js +0 -26
  2982. package/dist/node_modules/@langchain/openai/dist/tools/dalle.cjs +0 -106
  2983. package/dist/node_modules/@langchain/openai/dist/tools/dalle.js +0 -105
  2984. package/dist/node_modules/@langchain/openai/dist/tools/fileSearch.cjs +0 -137
  2985. package/dist/node_modules/@langchain/openai/dist/tools/fileSearch.js +0 -136
  2986. package/dist/node_modules/@langchain/openai/dist/tools/imageGeneration.cjs +0 -129
  2987. package/dist/node_modules/@langchain/openai/dist/tools/imageGeneration.js +0 -128
  2988. package/dist/node_modules/@langchain/openai/dist/tools/index.cjs +0 -27
  2989. package/dist/node_modules/@langchain/openai/dist/tools/index.js +0 -27
  2990. package/dist/node_modules/@langchain/openai/dist/tools/localShell.cjs +0 -145
  2991. package/dist/node_modules/@langchain/openai/dist/tools/localShell.js +0 -144
  2992. package/dist/node_modules/@langchain/openai/dist/tools/mcp.cjs +0 -53
  2993. package/dist/node_modules/@langchain/openai/dist/tools/mcp.js +0 -52
  2994. package/dist/node_modules/@langchain/openai/dist/tools/shell.cjs +0 -163
  2995. package/dist/node_modules/@langchain/openai/dist/tools/shell.js +0 -162
  2996. package/dist/node_modules/@langchain/openai/dist/tools/webSearch.cjs +0 -73
  2997. package/dist/node_modules/@langchain/openai/dist/tools/webSearch.js +0 -72
  2998. package/dist/node_modules/@langchain/openai/dist/utils/azure.cjs +0 -107
  2999. package/dist/node_modules/@langchain/openai/dist/utils/azure.js +0 -102
  3000. package/dist/node_modules/@langchain/openai/dist/utils/client.cjs +0 -25
  3001. package/dist/node_modules/@langchain/openai/dist/utils/client.js +0 -24
  3002. package/dist/node_modules/@langchain/openai/dist/utils/errors.cjs +0 -11
  3003. package/dist/node_modules/@langchain/openai/dist/utils/errors.js +0 -10
  3004. package/dist/node_modules/@langchain/openai/dist/utils/misc.cjs +0 -51
  3005. package/dist/node_modules/@langchain/openai/dist/utils/misc.js +0 -45
  3006. package/dist/node_modules/@langchain/openai/dist/utils/output.cjs +0 -100
  3007. package/dist/node_modules/@langchain/openai/dist/utils/output.js +0 -97
  3008. package/dist/node_modules/@langchain/openai/dist/utils/prompts.cjs +0 -42
  3009. package/dist/node_modules/@langchain/openai/dist/utils/prompts.js +0 -42
  3010. package/dist/node_modules/@langchain/openai/dist/utils/tools.cjs +0 -205
  3011. package/dist/node_modules/@langchain/openai/dist/utils/tools.js +0 -191
  3012. package/dist/node_modules/@langchain/openai/package.json +0 -1
  3013. package/dist/node_modules/langchain/LICENSE +0 -21
  3014. package/dist/node_modules/langchain/chat_models/universal.cjs +0 -1
  3015. package/dist/node_modules/langchain/chat_models/universal.js +0 -1
  3016. package/dist/node_modules/langchain/dist/_virtual/rolldown_runtime.cjs +0 -34
  3017. package/dist/node_modules/langchain/dist/_virtual/rolldown_runtime.js +0 -25
  3018. package/dist/node_modules/langchain/dist/agents/ReactAgent.cjs +0 -721
  3019. package/dist/node_modules/langchain/dist/agents/ReactAgent.js +0 -720
  3020. package/dist/node_modules/langchain/dist/agents/RunnableCallable.cjs +0 -45
  3021. package/dist/node_modules/langchain/dist/agents/RunnableCallable.js +0 -44
  3022. package/dist/node_modules/langchain/dist/agents/annotation.cjs +0 -92
  3023. package/dist/node_modules/langchain/dist/agents/annotation.js +0 -91
  3024. package/dist/node_modules/langchain/dist/agents/errors.cjs +0 -88
  3025. package/dist/node_modules/langchain/dist/agents/errors.js +0 -83
  3026. package/dist/node_modules/langchain/dist/agents/index.cjs +0 -15
  3027. package/dist/node_modules/langchain/dist/agents/index.js +0 -15
  3028. package/dist/node_modules/langchain/dist/agents/middleware/constants.cjs +0 -16
  3029. package/dist/node_modules/langchain/dist/agents/middleware/constants.js +0 -15
  3030. package/dist/node_modules/langchain/dist/agents/middleware/contextEditing.cjs +0 -547
  3031. package/dist/node_modules/langchain/dist/agents/middleware/contextEditing.js +0 -545
  3032. package/dist/node_modules/langchain/dist/agents/middleware/dynamicSystemPrompt.cjs +0 -61
  3033. package/dist/node_modules/langchain/dist/agents/middleware/dynamicSystemPrompt.js +0 -60
  3034. package/dist/node_modules/langchain/dist/agents/middleware/error.cjs +0 -20
  3035. package/dist/node_modules/langchain/dist/agents/middleware/error.js +0 -19
  3036. package/dist/node_modules/langchain/dist/agents/middleware/hitl.cjs +0 -411
  3037. package/dist/node_modules/langchain/dist/agents/middleware/hitl.js +0 -410
  3038. package/dist/node_modules/langchain/dist/agents/middleware/index.cjs +0 -17
  3039. package/dist/node_modules/langchain/dist/agents/middleware/index.js +0 -17
  3040. package/dist/node_modules/langchain/dist/agents/middleware/llmToolSelector.cjs +0 -193
  3041. package/dist/node_modules/langchain/dist/agents/middleware/llmToolSelector.js +0 -192
  3042. package/dist/node_modules/langchain/dist/agents/middleware/modelCallLimit.cjs +0 -149
  3043. package/dist/node_modules/langchain/dist/agents/middleware/modelCallLimit.js +0 -148
  3044. package/dist/node_modules/langchain/dist/agents/middleware/modelFallback.cjs +0 -74
  3045. package/dist/node_modules/langchain/dist/agents/middleware/modelFallback.js +0 -74
  3046. package/dist/node_modules/langchain/dist/agents/middleware/modelRetry.cjs +0 -162
  3047. package/dist/node_modules/langchain/dist/agents/middleware/modelRetry.js +0 -161
  3048. package/dist/node_modules/langchain/dist/agents/middleware/pii.cjs +0 -445
  3049. package/dist/node_modules/langchain/dist/agents/middleware/pii.js +0 -436
  3050. package/dist/node_modules/langchain/dist/agents/middleware/piiRedaction.cjs +0 -334
  3051. package/dist/node_modules/langchain/dist/agents/middleware/piiRedaction.js +0 -333
  3052. package/dist/node_modules/langchain/dist/agents/middleware/provider/anthropic/promptCaching.cjs +0 -191
  3053. package/dist/node_modules/langchain/dist/agents/middleware/provider/anthropic/promptCaching.js +0 -190
  3054. package/dist/node_modules/langchain/dist/agents/middleware/provider/openai/moderation.cjs +0 -299
  3055. package/dist/node_modules/langchain/dist/agents/middleware/provider/openai/moderation.js +0 -298
  3056. package/dist/node_modules/langchain/dist/agents/middleware/summarization.cjs +0 -543
  3057. package/dist/node_modules/langchain/dist/agents/middleware/summarization.js +0 -539
  3058. package/dist/node_modules/langchain/dist/agents/middleware/todoListMiddleware.cjs +0 -354
  3059. package/dist/node_modules/langchain/dist/agents/middleware/todoListMiddleware.js +0 -352
  3060. package/dist/node_modules/langchain/dist/agents/middleware/toolCallLimit.cjs +0 -366
  3061. package/dist/node_modules/langchain/dist/agents/middleware/toolCallLimit.js +0 -364
  3062. package/dist/node_modules/langchain/dist/agents/middleware/toolEmulator.cjs +0 -118
  3063. package/dist/node_modules/langchain/dist/agents/middleware/toolEmulator.js +0 -117
  3064. package/dist/node_modules/langchain/dist/agents/middleware/toolRetry.cjs +0 -212
  3065. package/dist/node_modules/langchain/dist/agents/middleware/toolRetry.js +0 -211
  3066. package/dist/node_modules/langchain/dist/agents/middleware/types.cjs +0 -12
  3067. package/dist/node_modules/langchain/dist/agents/middleware/types.js +0 -11
  3068. package/dist/node_modules/langchain/dist/agents/middleware/utils.cjs +0 -87
  3069. package/dist/node_modules/langchain/dist/agents/middleware/utils.js +0 -82
  3070. package/dist/node_modules/langchain/dist/agents/middleware.cjs +0 -75
  3071. package/dist/node_modules/langchain/dist/agents/middleware.js +0 -75
  3072. package/dist/node_modules/langchain/dist/agents/model.cjs +0 -13
  3073. package/dist/node_modules/langchain/dist/agents/model.js +0 -11
  3074. package/dist/node_modules/langchain/dist/agents/nodes/AfterAgentNode.cjs +0 -29
  3075. package/dist/node_modules/langchain/dist/agents/nodes/AfterAgentNode.js +0 -29
  3076. package/dist/node_modules/langchain/dist/agents/nodes/AfterModelNode.cjs +0 -29
  3077. package/dist/node_modules/langchain/dist/agents/nodes/AfterModelNode.js +0 -29
  3078. package/dist/node_modules/langchain/dist/agents/nodes/AgentNode.cjs +0 -489
  3079. package/dist/node_modules/langchain/dist/agents/nodes/AgentNode.js +0 -487
  3080. package/dist/node_modules/langchain/dist/agents/nodes/BeforeAgentNode.cjs +0 -29
  3081. package/dist/node_modules/langchain/dist/agents/nodes/BeforeAgentNode.js +0 -29
  3082. package/dist/node_modules/langchain/dist/agents/nodes/BeforeModelNode.cjs +0 -29
  3083. package/dist/node_modules/langchain/dist/agents/nodes/BeforeModelNode.js +0 -29
  3084. package/dist/node_modules/langchain/dist/agents/nodes/ToolNode.cjs +0 -328
  3085. package/dist/node_modules/langchain/dist/agents/nodes/ToolNode.js +0 -326
  3086. package/dist/node_modules/langchain/dist/agents/nodes/middleware.cjs +0 -126
  3087. package/dist/node_modules/langchain/dist/agents/nodes/middleware.js +0 -125
  3088. package/dist/node_modules/langchain/dist/agents/nodes/utils.cjs +0 -120
  3089. package/dist/node_modules/langchain/dist/agents/nodes/utils.js +0 -115
  3090. package/dist/node_modules/langchain/dist/agents/responses.cjs +0 -297
  3091. package/dist/node_modules/langchain/dist/agents/responses.js +0 -292
  3092. package/dist/node_modules/langchain/dist/agents/state.cjs +0 -45
  3093. package/dist/node_modules/langchain/dist/agents/state.js +0 -44
  3094. package/dist/node_modules/langchain/dist/agents/tests/utils.cjs +0 -94
  3095. package/dist/node_modules/langchain/dist/agents/tests/utils.js +0 -93
  3096. package/dist/node_modules/langchain/dist/agents/utils.cjs +0 -394
  3097. package/dist/node_modules/langchain/dist/agents/utils.js +0 -386
  3098. package/dist/node_modules/langchain/dist/agents/withAgentName.cjs +0 -39
  3099. package/dist/node_modules/langchain/dist/agents/withAgentName.js +0 -38
  3100. package/dist/node_modules/langchain/dist/chat_models/universal.cjs +0 -611
  3101. package/dist/node_modules/langchain/dist/chat_models/universal.js +0 -601
  3102. package/dist/node_modules/langchain/dist/hub/base.cjs +0 -103
  3103. package/dist/node_modules/langchain/dist/hub/base.js +0 -98
  3104. package/dist/node_modules/langchain/dist/hub/index.cjs +0 -58
  3105. package/dist/node_modules/langchain/dist/hub/index.js +0 -57
  3106. package/dist/node_modules/langchain/dist/hub/node.cjs +0 -90
  3107. package/dist/node_modules/langchain/dist/hub/node.js +0 -88
  3108. package/dist/node_modules/langchain/dist/index.cjs +0 -12
  3109. package/dist/node_modules/langchain/dist/index.js +0 -102
  3110. package/dist/node_modules/langchain/dist/load/import_constants.cjs +0 -14
  3111. package/dist/node_modules/langchain/dist/load/import_constants.js +0 -13
  3112. package/dist/node_modules/langchain/dist/load/import_map.cjs +0 -87
  3113. package/dist/node_modules/langchain/dist/load/import_map.js +0 -82
  3114. package/dist/node_modules/langchain/dist/load/index.cjs +0 -33
  3115. package/dist/node_modules/langchain/dist/load/index.js +0 -32
  3116. package/dist/node_modules/langchain/dist/load/serializable.cjs +0 -22
  3117. package/dist/node_modules/langchain/dist/load/serializable.js +0 -12
  3118. package/dist/node_modules/langchain/dist/storage/encoder_backed.cjs +0 -94
  3119. package/dist/node_modules/langchain/dist/storage/encoder_backed.js +0 -87
  3120. package/dist/node_modules/langchain/dist/storage/file_system.cjs +0 -157
  3121. package/dist/node_modules/langchain/dist/storage/file_system.js +0 -151
  3122. package/dist/node_modules/langchain/dist/storage/in_memory.cjs +0 -21
  3123. package/dist/node_modules/langchain/dist/storage/in_memory.js +0 -10
  3124. package/dist/node_modules/langchain/hub/node.cjs +0 -1
  3125. package/dist/node_modules/langchain/hub/node.js +0 -1
  3126. package/dist/node_modules/langchain/hub.cjs +0 -1
  3127. package/dist/node_modules/langchain/hub.js +0 -1
  3128. package/dist/node_modules/langchain/load/serializable.cjs +0 -1
  3129. package/dist/node_modules/langchain/load/serializable.js +0 -1
  3130. package/dist/node_modules/langchain/load.cjs +0 -1
  3131. package/dist/node_modules/langchain/load.js +0 -1
  3132. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/any_value.cjs +0 -46
  3133. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/any_value.js +0 -46
  3134. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/base.cjs +0 -112
  3135. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/base.js +0 -108
  3136. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/binop.cjs +0 -62
  3137. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/binop.js +0 -62
  3138. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/dynamic_barrier_value.cjs +0 -75
  3139. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/dynamic_barrier_value.js +0 -75
  3140. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/ephemeral_value.cjs +0 -46
  3141. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/ephemeral_value.js +0 -46
  3142. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/index.cjs +0 -23
  3143. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/index.js +0 -11
  3144. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/last_value.cjs +0 -98
  3145. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/last_value.js +0 -97
  3146. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/named_barrier_value.cjs +0 -116
  3147. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/named_barrier_value.js +0 -114
  3148. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/topic.cjs +0 -65
  3149. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/topic.js +0 -65
  3150. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/untracked_value.cjs +0 -83
  3151. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/channels/untracked_value.js +0 -83
  3152. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/constants.cjs +0 -406
  3153. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/constants.js +0 -362
  3154. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/errors.cjs +0 -199
  3155. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/errors.js +0 -181
  3156. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/func/index.cjs +0 -299
  3157. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/func/index.js +0 -297
  3158. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/annotation.cjs +0 -104
  3159. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/annotation.js +0 -102
  3160. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/graph.cjs +0 -420
  3161. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/graph.js +0 -418
  3162. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/index.cjs +0 -6
  3163. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/index.js +0 -8
  3164. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/message.cjs +0 -52
  3165. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/message.js +0 -51
  3166. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/messages_annotation.cjs +0 -109
  3167. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/messages_annotation.js +0 -107
  3168. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/messages_reducer.cjs +0 -85
  3169. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/messages_reducer.js +0 -84
  3170. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/state.cjs +0 -534
  3171. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/state.js +0 -533
  3172. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/types.cjs +0 -41
  3173. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/types.js +0 -40
  3174. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/index.cjs +0 -10
  3175. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/index.js +0 -5
  3176. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/meta.cjs +0 -144
  3177. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/meta.js +0 -141
  3178. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/plugin.cjs +0 -39
  3179. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/plugin.js +0 -40
  3180. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/schema.cjs +0 -98
  3181. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/schema.js +0 -94
  3182. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/zod-registry.cjs +0 -42
  3183. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/graph/zod/zod-registry.js +0 -41
  3184. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/hash.cjs +0 -265
  3185. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/hash.js +0 -263
  3186. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/index.cjs +0 -129
  3187. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/index.js +0 -30
  3188. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/interrupt.cjs +0 -79
  3189. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/interrupt.js +0 -79
  3190. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/agentName.cjs +0 -148
  3191. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/agentName.js +0 -148
  3192. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/agent_executor.cjs +0 -41
  3193. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/agent_executor.js +0 -41
  3194. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/chat_agent_executor.cjs +0 -62
  3195. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/chat_agent_executor.js +0 -62
  3196. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/index.cjs +0 -15
  3197. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/index.js +0 -8
  3198. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/react_agent_executor.cjs +0 -340
  3199. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/react_agent_executor.js +0 -339
  3200. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/tool_executor.cjs +0 -43
  3201. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/tool_executor.js +0 -43
  3202. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/tool_node.cjs +0 -247
  3203. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/prebuilt/tool_node.js +0 -246
  3204. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/algo.cjs +0 -584
  3205. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/algo.js +0 -578
  3206. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/call.cjs +0 -50
  3207. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/call.js +0 -48
  3208. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/debug.cjs +0 -172
  3209. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/debug.js +0 -166
  3210. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/index.cjs +0 -1163
  3211. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/index.js +0 -1162
  3212. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/io.cjs +0 -140
  3213. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/io.js +0 -135
  3214. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/loop.cjs +0 -560
  3215. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/loop.js +0 -560
  3216. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/messages.cjs +0 -107
  3217. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/messages.js +0 -107
  3218. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/read.cjs +0 -151
  3219. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/read.js +0 -150
  3220. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/remote.cjs +0 -341
  3221. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/remote.js +0 -341
  3222. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/retry.cjs +0 -91
  3223. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/retry.js +0 -91
  3224. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/runner.cjs +0 -228
  3225. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/runner.js +0 -228
  3226. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/stream.cjs +0 -197
  3227. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/stream.js +0 -195
  3228. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/types.cjs +0 -27
  3229. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/types.js +0 -25
  3230. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/config.cjs +0 -121
  3231. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/config.js +0 -115
  3232. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/index.cjs +0 -102
  3233. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/index.js +0 -96
  3234. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/subgraph.cjs +0 -18
  3235. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/utils/subgraph.js +0 -16
  3236. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/validate.cjs +0 -45
  3237. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/validate.js +0 -44
  3238. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/write.cjs +0 -96
  3239. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/pregel/write.js +0 -95
  3240. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/remote.cjs +0 -3
  3241. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/remote.js +0 -3
  3242. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/setup/async_local_storage.cjs +0 -11
  3243. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/setup/async_local_storage.js +0 -11
  3244. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/adapter.cjs +0 -53
  3245. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/adapter.js +0 -52
  3246. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/index.cjs +0 -8
  3247. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/index.js +0 -10
  3248. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/prebuilt/index.cjs +0 -1
  3249. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/prebuilt/index.js +0 -3
  3250. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/prebuilt/messages.cjs +0 -19
  3251. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/prebuilt/messages.js +0 -19
  3252. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/schema.cjs +0 -170
  3253. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/schema.js +0 -170
  3254. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/types.cjs +0 -17
  3255. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/types.js +0 -14
  3256. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/index.cjs +0 -2
  3257. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/index.js +0 -4
  3258. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/reduced.cjs +0 -72
  3259. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/reduced.js +0 -71
  3260. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/untracked.cjs +0 -64
  3261. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/state/values/untracked.js +0 -63
  3262. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/utils.cjs +0 -86
  3263. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/utils.js +0 -80
  3264. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/web.cjs +0 -114
  3265. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/web.js +0 -24
  3266. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/writer.cjs +0 -14
  3267. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/dist/writer.js +0 -14
  3268. package/dist/node_modules/langchain/node_modules/@langchain/langgraph/package.json +0 -194
  3269. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/_virtual/rolldown_runtime.cjs +0 -29
  3270. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/auth/error.cjs +0 -79
  3271. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/auth/error.js +0 -78
  3272. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/auth/index.cjs +0 -39
  3273. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/auth/index.js +0 -37
  3274. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/client.cjs +0 -1212
  3275. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/client.js +0 -1205
  3276. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/index.cjs +0 -6
  3277. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/index.js +0 -4
  3278. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/logging/index.cjs +0 -35
  3279. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/logging/index.js +0 -34
  3280. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/index.cjs +0 -5
  3281. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/index.js +0 -4
  3282. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.cjs +0 -18
  3283. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.custom.cjs +0 -135
  3284. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.custom.js +0 -133
  3285. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.js +0 -17
  3286. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.lgp.cjs +0 -449
  3287. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/stream.lgp.js +0 -448
  3288. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/thread.cjs +0 -21
  3289. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react/thread.js +0 -20
  3290. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/client.cjs +0 -138
  3291. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/client.js +0 -132
  3292. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/index.cjs +0 -14
  3293. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/index.js +0 -9
  3294. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/server/index.cjs +0 -5
  3295. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/server/index.js +0 -4
  3296. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/server/server.cjs +0 -57
  3297. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/server/server.js +0 -56
  3298. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/types.cjs +0 -38
  3299. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/react-ui/types.js +0 -35
  3300. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/singletons/fetch.cjs +0 -24
  3301. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/singletons/fetch.js +0 -22
  3302. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/branching.cjs +0 -153
  3303. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/branching.js +0 -152
  3304. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/errors.cjs +0 -15
  3305. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/errors.js +0 -14
  3306. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/manager.cjs +0 -189
  3307. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/manager.js +0 -189
  3308. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/messages.cjs +0 -70
  3309. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/messages.js +0 -68
  3310. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/utils.cjs +0 -21
  3311. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/ui/utils.js +0 -18
  3312. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/async_caller.cjs +0 -119
  3313. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/async_caller.js +0 -116
  3314. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/env.cjs +0 -13
  3315. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/env.js +0 -12
  3316. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/error.cjs +0 -24
  3317. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/error.js +0 -23
  3318. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/signals.cjs +0 -20
  3319. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/signals.js +0 -19
  3320. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/sse.cjs +0 -124
  3321. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/sse.js +0 -122
  3322. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/stream.cjs +0 -174
  3323. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/stream.js +0 -173
  3324. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/tools.cjs +0 -52
  3325. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/dist/utils/tools.js +0 -51
  3326. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/index.js +0 -14
  3327. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/max.js +0 -1
  3328. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/md5.js +0 -135
  3329. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/native.js +0 -2
  3330. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/nil.js +0 -1
  3331. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/parse.js +0 -9
  3332. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/regex.js +0 -1
  3333. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/rng.js +0 -11
  3334. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/sha1.js +0 -70
  3335. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/stringify.js +0 -35
  3336. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/types.js +0 -1
  3337. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/uuid-bin.js +0 -70
  3338. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v1.js +0 -83
  3339. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v1ToV6.js +0 -10
  3340. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v3.js +0 -9
  3341. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v35.js +0 -36
  3342. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v4.js +0 -30
  3343. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v5.js +0 -9
  3344. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v6.js +0 -17
  3345. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v6ToV1.js +0 -10
  3346. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/v7.js +0 -65
  3347. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/validate.js +0 -5
  3348. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist/version.js +0 -8
  3349. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/bin/uuid +0 -2
  3350. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/index.js +0 -14
  3351. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/max.js +0 -1
  3352. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/md5.js +0 -11
  3353. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/native.js +0 -2
  3354. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/nil.js +0 -1
  3355. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/parse.js +0 -9
  3356. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/regex.js +0 -1
  3357. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/rng.js +0 -10
  3358. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/sha1.js +0 -11
  3359. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/stringify.js +0 -35
  3360. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/types.js +0 -1
  3361. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  3362. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v1.js +0 -83
  3363. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v1ToV6.js +0 -10
  3364. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v3.js +0 -9
  3365. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v35.js +0 -36
  3366. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v4.js +0 -30
  3367. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v5.js +0 -9
  3368. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v6.js +0 -17
  3369. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v6ToV1.js +0 -10
  3370. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/v7.js +0 -65
  3371. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/validate.js +0 -5
  3372. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/dist-node/version.js +0 -8
  3373. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/node_modules/uuid/package.json +0 -119
  3374. package/dist/node_modules/langchain/node_modules/@langchain/langgraph-sdk/package.json +0 -161
  3375. package/dist/node_modules/langchain/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -347
  3376. package/dist/node_modules/langchain/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -1
  3377. package/dist/node_modules/langchain/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -355
  3378. package/dist/node_modules/langchain/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -1
  3379. package/dist/node_modules/langchain/node_modules/eventemitter3/index.js +0 -336
  3380. package/dist/node_modules/langchain/node_modules/eventemitter3/package.json +0 -67
  3381. package/dist/node_modules/langchain/node_modules/p-queue/dist/index.js +0 -754
  3382. package/dist/node_modules/langchain/node_modules/p-queue/dist/lower-bound.js +0 -18
  3383. package/dist/node_modules/langchain/node_modules/p-queue/dist/options.js +0 -1
  3384. package/dist/node_modules/langchain/node_modules/p-queue/dist/priority-queue.js +0 -36
  3385. package/dist/node_modules/langchain/node_modules/p-queue/dist/queue.js +0 -1
  3386. package/dist/node_modules/langchain/node_modules/p-queue/license +0 -9
  3387. package/dist/node_modules/langchain/node_modules/p-queue/package.json +0 -81
  3388. package/dist/node_modules/langchain/node_modules/p-timeout/index.js +0 -95
  3389. package/dist/node_modules/langchain/node_modules/p-timeout/license +0 -9
  3390. package/dist/node_modules/langchain/node_modules/p-timeout/package.json +0 -52
  3391. package/dist/node_modules/langchain/package.json +0 -1
  3392. package/dist/node_modules/langchain/storage/encoder_backed.cjs +0 -1
  3393. package/dist/node_modules/langchain/storage/encoder_backed.js +0 -1
  3394. package/dist/node_modules/langchain/storage/file_system.cjs +0 -1
  3395. package/dist/node_modules/langchain/storage/file_system.js +0 -1
  3396. package/dist/node_modules/langchain/storage/in_memory.cjs +0 -1
  3397. package/dist/node_modules/langchain/storage/in_memory.js +0 -1
  3398. package/dist/node_modules/zod/src/index.ts +0 -4
  3399. package/dist/node_modules/zod/src/locales/index.ts +0 -1
  3400. package/dist/node_modules/zod/src/mini/index.ts +0 -1
  3401. package/dist/node_modules/zod/src/v3/ZodError.ts +0 -330
  3402. package/dist/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  3403. package/dist/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  3404. package/dist/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  3405. package/dist/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  3406. package/dist/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  3407. package/dist/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  3408. package/dist/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  3409. package/dist/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  3410. package/dist/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  3411. package/dist/node_modules/zod/src/v3/errors.ts +0 -13
  3412. package/dist/node_modules/zod/src/v3/external.ts +0 -6
  3413. package/dist/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  3414. package/dist/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  3415. package/dist/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  3416. package/dist/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  3417. package/dist/node_modules/zod/src/v3/helpers/util.ts +0 -224
  3418. package/dist/node_modules/zod/src/v3/index.ts +0 -4
  3419. package/dist/node_modules/zod/src/v3/locales/en.ts +0 -124
  3420. package/dist/node_modules/zod/src/v3/standard-schema.ts +0 -113
  3421. package/dist/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  3422. package/dist/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  3423. package/dist/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  3424. package/dist/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  3425. package/dist/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  3426. package/dist/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  3427. package/dist/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  3428. package/dist/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  3429. package/dist/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  3430. package/dist/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  3431. package/dist/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  3432. package/dist/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  3433. package/dist/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  3434. package/dist/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  3435. package/dist/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  3436. package/dist/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  3437. package/dist/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  3438. package/dist/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  3439. package/dist/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  3440. package/dist/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  3441. package/dist/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  3442. package/dist/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  3443. package/dist/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  3444. package/dist/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  3445. package/dist/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  3446. package/dist/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  3447. package/dist/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  3448. package/dist/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  3449. package/dist/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  3450. package/dist/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  3451. package/dist/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  3452. package/dist/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  3453. package/dist/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  3454. package/dist/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  3455. package/dist/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  3456. package/dist/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  3457. package/dist/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  3458. package/dist/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  3459. package/dist/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  3460. package/dist/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  3461. package/dist/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  3462. package/dist/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  3463. package/dist/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  3464. package/dist/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  3465. package/dist/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  3466. package/dist/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  3467. package/dist/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  3468. package/dist/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  3469. package/dist/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  3470. package/dist/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  3471. package/dist/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  3472. package/dist/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  3473. package/dist/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  3474. package/dist/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  3475. package/dist/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  3476. package/dist/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  3477. package/dist/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  3478. package/dist/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  3479. package/dist/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  3480. package/dist/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  3481. package/dist/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  3482. package/dist/node_modules/zod/src/v3/types.ts +0 -5138
  3483. package/dist/node_modules/zod/src/v4/classic/checks.ts +0 -32
  3484. package/dist/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  3485. package/dist/node_modules/zod/src/v4/classic/compat.ts +0 -70
  3486. package/dist/node_modules/zod/src/v4/classic/errors.ts +0 -82
  3487. package/dist/node_modules/zod/src/v4/classic/external.ts +0 -51
  3488. package/dist/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
  3489. package/dist/node_modules/zod/src/v4/classic/index.ts +0 -5
  3490. package/dist/node_modules/zod/src/v4/classic/iso.ts +0 -90
  3491. package/dist/node_modules/zod/src/v4/classic/parse.ts +0 -82
  3492. package/dist/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
  3493. package/dist/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  3494. package/dist/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  3495. package/dist/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  3496. package/dist/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  3497. package/dist/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  3498. package/dist/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  3499. package/dist/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  3500. package/dist/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  3501. package/dist/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  3502. package/dist/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  3503. package/dist/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  3504. package/dist/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  3505. package/dist/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  3506. package/dist/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  3507. package/dist/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  3508. package/dist/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  3509. package/dist/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  3510. package/dist/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  3511. package/dist/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  3512. package/dist/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  3513. package/dist/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  3514. package/dist/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  3515. package/dist/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  3516. package/dist/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  3517. package/dist/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  3518. package/dist/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  3519. package/dist/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  3520. package/dist/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  3521. package/dist/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -734
  3522. package/dist/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  3523. package/dist/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  3524. package/dist/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  3525. package/dist/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  3526. package/dist/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  3527. package/dist/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  3528. package/dist/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  3529. package/dist/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  3530. package/dist/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  3531. package/dist/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  3532. package/dist/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  3533. package/dist/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  3534. package/dist/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  3535. package/dist/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  3536. package/dist/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  3537. package/dist/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -640
  3538. package/dist/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -223
  3539. package/dist/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -427
  3540. package/dist/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  3541. package/dist/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  3542. package/dist/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  3543. package/dist/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  3544. package/dist/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  3545. package/dist/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  3546. package/dist/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  3547. package/dist/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  3548. package/dist/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -600
  3549. package/dist/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  3550. package/dist/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -570
  3551. package/dist/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  3552. package/dist/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  3553. package/dist/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  3554. package/dist/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  3555. package/dist/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1175
  3556. package/dist/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  3557. package/dist/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  3558. package/dist/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  3559. package/dist/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2975
  3560. package/dist/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  3561. package/dist/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -183
  3562. package/dist/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -219
  3563. package/dist/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  3564. package/dist/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  3565. package/dist/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  3566. package/dist/node_modules/zod/src/v4/core/api.ts +0 -1798
  3567. package/dist/node_modules/zod/src/v4/core/checks.ts +0 -1293
  3568. package/dist/node_modules/zod/src/v4/core/config.ts +0 -15
  3569. package/dist/node_modules/zod/src/v4/core/core.ts +0 -138
  3570. package/dist/node_modules/zod/src/v4/core/doc.ts +0 -44
  3571. package/dist/node_modules/zod/src/v4/core/errors.ts +0 -448
  3572. package/dist/node_modules/zod/src/v4/core/index.ts +0 -16
  3573. package/dist/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  3574. package/dist/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
  3575. package/dist/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  3576. package/dist/node_modules/zod/src/v4/core/parse.ts +0 -195
  3577. package/dist/node_modules/zod/src/v4/core/regexes.ts +0 -183
  3578. package/dist/node_modules/zod/src/v4/core/registries.ts +0 -105
  3579. package/dist/node_modules/zod/src/v4/core/schemas.ts +0 -4543
  3580. package/dist/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  3581. package/dist/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  3582. package/dist/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  3583. package/dist/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  3584. package/dist/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  3585. package/dist/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  3586. package/dist/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  3587. package/dist/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  3588. package/dist/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  3589. package/dist/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  3590. package/dist/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -83
  3591. package/dist/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -67
  3592. package/dist/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  3593. package/dist/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
  3594. package/dist/node_modules/zod/src/v4/core/util.ts +0 -966
  3595. package/dist/node_modules/zod/src/v4/core/versions.ts +0 -5
  3596. package/dist/node_modules/zod/src/v4/core/zsf.ts +0 -323
  3597. package/dist/node_modules/zod/src/v4/index.ts +0 -4
  3598. package/dist/node_modules/zod/src/v4/locales/ar.ts +0 -115
  3599. package/dist/node_modules/zod/src/v4/locales/az.ts +0 -111
  3600. package/dist/node_modules/zod/src/v4/locales/be.ts +0 -176
  3601. package/dist/node_modules/zod/src/v4/locales/bg.ts +0 -128
  3602. package/dist/node_modules/zod/src/v4/locales/ca.ts +0 -116
  3603. package/dist/node_modules/zod/src/v4/locales/cs.ts +0 -118
  3604. package/dist/node_modules/zod/src/v4/locales/da.ts +0 -123
  3605. package/dist/node_modules/zod/src/v4/locales/de.ts +0 -116
  3606. package/dist/node_modules/zod/src/v4/locales/en.ts +0 -119
  3607. package/dist/node_modules/zod/src/v4/locales/eo.ts +0 -118
  3608. package/dist/node_modules/zod/src/v4/locales/es.ts +0 -141
  3609. package/dist/node_modules/zod/src/v4/locales/fa.ts +0 -126
  3610. package/dist/node_modules/zod/src/v4/locales/fi.ts +0 -121
  3611. package/dist/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  3612. package/dist/node_modules/zod/src/v4/locales/fr.ts +0 -116
  3613. package/dist/node_modules/zod/src/v4/locales/he.ts +0 -246
  3614. package/dist/node_modules/zod/src/v4/locales/hu.ts +0 -117
  3615. package/dist/node_modules/zod/src/v4/locales/hy.ts +0 -164
  3616. package/dist/node_modules/zod/src/v4/locales/id.ts +0 -115
  3617. package/dist/node_modules/zod/src/v4/locales/index.ts +0 -49
  3618. package/dist/node_modules/zod/src/v4/locales/is.ts +0 -119
  3619. package/dist/node_modules/zod/src/v4/locales/it.ts +0 -116
  3620. package/dist/node_modules/zod/src/v4/locales/ja.ts +0 -114
  3621. package/dist/node_modules/zod/src/v4/locales/ka.ts +0 -123
  3622. package/dist/node_modules/zod/src/v4/locales/kh.ts +0 -7
  3623. package/dist/node_modules/zod/src/v4/locales/km.ts +0 -119
  3624. package/dist/node_modules/zod/src/v4/locales/ko.ts +0 -121
  3625. package/dist/node_modules/zod/src/v4/locales/lt.ts +0 -239
  3626. package/dist/node_modules/zod/src/v4/locales/mk.ts +0 -118
  3627. package/dist/node_modules/zod/src/v4/locales/ms.ts +0 -115
  3628. package/dist/node_modules/zod/src/v4/locales/nl.ts +0 -121
  3629. package/dist/node_modules/zod/src/v4/locales/no.ts +0 -116
  3630. package/dist/node_modules/zod/src/v4/locales/ota.ts +0 -117
  3631. package/dist/node_modules/zod/src/v4/locales/pl.ts +0 -118
  3632. package/dist/node_modules/zod/src/v4/locales/ps.ts +0 -126
  3633. package/dist/node_modules/zod/src/v4/locales/pt.ts +0 -116
  3634. package/dist/node_modules/zod/src/v4/locales/ru.ts +0 -176
  3635. package/dist/node_modules/zod/src/v4/locales/sl.ts +0 -118
  3636. package/dist/node_modules/zod/src/v4/locales/sv.ts +0 -119
  3637. package/dist/node_modules/zod/src/v4/locales/ta.ts +0 -118
  3638. package/dist/node_modules/zod/src/v4/locales/th.ts +0 -119
  3639. package/dist/node_modules/zod/src/v4/locales/tr.ts +0 -111
  3640. package/dist/node_modules/zod/src/v4/locales/ua.ts +0 -7
  3641. package/dist/node_modules/zod/src/v4/locales/uk.ts +0 -117
  3642. package/dist/node_modules/zod/src/v4/locales/ur.ts +0 -119
  3643. package/dist/node_modules/zod/src/v4/locales/uz.ts +0 -116
  3644. package/dist/node_modules/zod/src/v4/locales/vi.ts +0 -117
  3645. package/dist/node_modules/zod/src/v4/locales/yo.ts +0 -124
  3646. package/dist/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  3647. package/dist/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  3648. package/dist/node_modules/zod/src/v4/mini/checks.ts +0 -32
  3649. package/dist/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  3650. package/dist/node_modules/zod/src/v4/mini/external.ts +0 -40
  3651. package/dist/node_modules/zod/src/v4/mini/index.ts +0 -3
  3652. package/dist/node_modules/zod/src/v4/mini/iso.ts +0 -66
  3653. package/dist/node_modules/zod/src/v4/mini/parse.ts +0 -14
  3654. package/dist/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
  3655. package/dist/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  3656. package/dist/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  3657. package/dist/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  3658. package/dist/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  3659. package/dist/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  3660. package/dist/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  3661. package/dist/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  3662. package/dist/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  3663. package/dist/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -963
  3664. package/dist/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  3665. package/dist/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  3666. package/dist/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  3667. package/dist/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  3668. package/dist/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  3669. package/dist/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -347
  3670. package/dist/node_modules/zod/src/v4-mini/index.ts +0 -1
  3671. package/dist/server/llm-providers/kimi.d.ts +0 -17
  3672. package/dist/server/llm-providers/kimi.js +0 -75
  3673. /package/dist/node_modules/{@langchain/core/node_modules/zod/index.js → zod/index.d.ts} +0 -0
  3674. /package/dist/node_modules/{@langchain/core/node_modules/zod/locales/index.js → zod/locales/index.d.ts} +0 -0
  3675. /package/dist/node_modules/{@langchain/core/node_modules/zod/mini/index.js → zod/mini/index.d.ts} +0 -0
  3676. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v3/external.ts → zod/v3/external.d.ts} +0 -0
  3677. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v3/helpers/typeAliases.ts → zod/v3/helpers/typeAliases.d.cts} +0 -0
  3678. /package/dist/node_modules/zod/{src/v3/helpers/typeAliases.ts → v3/helpers/typeAliases.d.ts} +0 -0
  3679. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v3/index.ts → zod/v3/index.d.ts} +0 -0
  3680. /package/dist/node_modules/{@langchain/core/node_modules/zod/v4/classic/index.js → zod/v4/classic/index.d.ts} +0 -0
  3681. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v4/core/index.ts → zod/v4/core/index.d.ts} +0 -0
  3682. /package/dist/node_modules/{@langchain/core/node_modules/zod/v4/index.js → zod/v4/index.d.ts} +0 -0
  3683. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v4/locales/index.ts → zod/v4/locales/index.d.ts} +0 -0
  3684. /package/dist/node_modules/{@langchain/core/node_modules/zod/v4/mini/checks.js → zod/v4/mini/checks.d.ts} +0 -0
  3685. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/v4/mini/index.ts → zod/v4/mini/index.d.ts} +0 -0
  3686. /package/dist/node_modules/{@langchain/core/node_modules/zod/v4/mini/parse.js → zod/v4/mini/parse.d.ts} +0 -0
  3687. /package/dist/node_modules/{@langchain/core/node_modules/zod/src/mini/index.ts → zod/v4-mini/index.d.ts} +0 -0
@@ -0,0 +1,4844 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../core/resource';
4
+ import * as RealtimeAPI from './realtime';
5
+ import * as Shared from '../shared';
6
+ import * as CallsAPI from './calls';
7
+ import { CallAcceptParams, CallReferParams, CallRejectParams, Calls } from './calls';
8
+ import * as ClientSecretsAPI from './client-secrets';
9
+ import {
10
+ ClientSecretCreateParams,
11
+ ClientSecretCreateResponse,
12
+ ClientSecrets,
13
+ RealtimeSessionClientSecret,
14
+ RealtimeSessionCreateResponse,
15
+ RealtimeTranscriptionSessionCreateResponse,
16
+ RealtimeTranscriptionSessionTurnDetection,
17
+ } from './client-secrets';
18
+ import * as ResponsesAPI from '../responses/responses';
19
+
20
+ export class Realtime extends APIResource {
21
+ clientSecrets: ClientSecretsAPI.ClientSecrets = new ClientSecretsAPI.ClientSecrets(this._client);
22
+ calls: CallsAPI.Calls = new CallsAPI.Calls(this._client);
23
+ }
24
+
25
+ export interface AudioTranscription {
26
+ /**
27
+ * The language of the input audio. Supplying the input language in
28
+ * [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`)
29
+ * format will improve accuracy and latency.
30
+ */
31
+ language?: string;
32
+
33
+ /**
34
+ * The model to use for transcription. Current options are `whisper-1`,
35
+ * `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`,
36
+ * `gpt-4o-transcribe`, and `gpt-4o-transcribe-diarize`. Use
37
+ * `gpt-4o-transcribe-diarize` when you need diarization with speaker labels.
38
+ */
39
+ model?:
40
+ | (string & {})
41
+ | 'whisper-1'
42
+ | 'gpt-4o-mini-transcribe'
43
+ | 'gpt-4o-mini-transcribe-2025-12-15'
44
+ | 'gpt-4o-transcribe'
45
+ | 'gpt-4o-transcribe-diarize';
46
+
47
+ /**
48
+ * An optional text to guide the model's style or continue a previous audio
49
+ * segment. For `whisper-1`, the
50
+ * [prompt is a list of keywords](https://platform.openai.com/docs/guides/speech-to-text#prompting).
51
+ * For `gpt-4o-transcribe` models (excluding `gpt-4o-transcribe-diarize`), the
52
+ * prompt is a free text string, for example "expect words related to technology".
53
+ */
54
+ prompt?: string;
55
+ }
56
+
57
+ /**
58
+ * Returned when a conversation is created. Emitted right after session creation.
59
+ */
60
+ export interface ConversationCreatedEvent {
61
+ /**
62
+ * The conversation resource.
63
+ */
64
+ conversation: ConversationCreatedEvent.Conversation;
65
+
66
+ /**
67
+ * The unique ID of the server event.
68
+ */
69
+ event_id: string;
70
+
71
+ /**
72
+ * The event type, must be `conversation.created`.
73
+ */
74
+ type: 'conversation.created';
75
+ }
76
+
77
+ export namespace ConversationCreatedEvent {
78
+ /**
79
+ * The conversation resource.
80
+ */
81
+ export interface Conversation {
82
+ /**
83
+ * The unique ID of the conversation.
84
+ */
85
+ id?: string;
86
+
87
+ /**
88
+ * The object type, must be `realtime.conversation`.
89
+ */
90
+ object?: 'realtime.conversation';
91
+ }
92
+ }
93
+
94
+ /**
95
+ * A single item within a Realtime conversation.
96
+ */
97
+ export type ConversationItem =
98
+ | RealtimeConversationItemSystemMessage
99
+ | RealtimeConversationItemUserMessage
100
+ | RealtimeConversationItemAssistantMessage
101
+ | RealtimeConversationItemFunctionCall
102
+ | RealtimeConversationItemFunctionCallOutput
103
+ | RealtimeMcpApprovalResponse
104
+ | RealtimeMcpListTools
105
+ | RealtimeMcpToolCall
106
+ | RealtimeMcpApprovalRequest;
107
+
108
+ /**
109
+ * Sent by the server when an Item is added to the default Conversation. This can
110
+ * happen in several cases:
111
+ *
112
+ * - When the client sends a `conversation.item.create` event.
113
+ * - When the input audio buffer is committed. In this case the item will be a user
114
+ * message containing the audio from the buffer.
115
+ * - When the model is generating a Response. In this case the
116
+ * `conversation.item.added` event will be sent when the model starts generating
117
+ * a specific Item, and thus it will not yet have any content (and `status` will
118
+ * be `in_progress`).
119
+ *
120
+ * The event will include the full content of the Item (except when model is
121
+ * generating a Response) except for audio data, which can be retrieved separately
122
+ * with a `conversation.item.retrieve` event if necessary.
123
+ */
124
+ export interface ConversationItemAdded {
125
+ /**
126
+ * The unique ID of the server event.
127
+ */
128
+ event_id: string;
129
+
130
+ /**
131
+ * A single item within a Realtime conversation.
132
+ */
133
+ item: ConversationItem;
134
+
135
+ /**
136
+ * The event type, must be `conversation.item.added`.
137
+ */
138
+ type: 'conversation.item.added';
139
+
140
+ /**
141
+ * The ID of the item that precedes this one, if any. This is used to maintain
142
+ * ordering when items are inserted.
143
+ */
144
+ previous_item_id?: string | null;
145
+ }
146
+
147
+ /**
148
+ * Add a new Item to the Conversation's context, including messages, function
149
+ * calls, and function call responses. This event can be used both to populate a
150
+ * "history" of the conversation and to add new items mid-stream, but has the
151
+ * current limitation that it cannot populate assistant audio messages.
152
+ *
153
+ * If successful, the server will respond with a `conversation.item.created` event,
154
+ * otherwise an `error` event will be sent.
155
+ */
156
+ export interface ConversationItemCreateEvent {
157
+ /**
158
+ * A single item within a Realtime conversation.
159
+ */
160
+ item: ConversationItem;
161
+
162
+ /**
163
+ * The event type, must be `conversation.item.create`.
164
+ */
165
+ type: 'conversation.item.create';
166
+
167
+ /**
168
+ * Optional client-generated ID used to identify this event.
169
+ */
170
+ event_id?: string;
171
+
172
+ /**
173
+ * The ID of the preceding item after which the new item will be inserted. If not
174
+ * set, the new item will be appended to the end of the conversation.
175
+ *
176
+ * If set to `root`, the new item will be added to the beginning of the
177
+ * conversation.
178
+ *
179
+ * If set to an existing ID, it allows an item to be inserted mid-conversation. If
180
+ * the ID cannot be found, an error will be returned and the item will not be
181
+ * added.
182
+ */
183
+ previous_item_id?: string;
184
+ }
185
+
186
+ /**
187
+ * Returned when a conversation item is created. There are several scenarios that
188
+ * produce this event:
189
+ *
190
+ * - The server is generating a Response, which if successful will produce either
191
+ * one or two Items, which will be of type `message` (role `assistant`) or type
192
+ * `function_call`.
193
+ * - The input audio buffer has been committed, either by the client or the server
194
+ * (in `server_vad` mode). The server will take the content of the input audio
195
+ * buffer and add it to a new user message Item.
196
+ * - The client has sent a `conversation.item.create` event to add a new Item to
197
+ * the Conversation.
198
+ */
199
+ export interface ConversationItemCreatedEvent {
200
+ /**
201
+ * The unique ID of the server event.
202
+ */
203
+ event_id: string;
204
+
205
+ /**
206
+ * A single item within a Realtime conversation.
207
+ */
208
+ item: ConversationItem;
209
+
210
+ /**
211
+ * The event type, must be `conversation.item.created`.
212
+ */
213
+ type: 'conversation.item.created';
214
+
215
+ /**
216
+ * The ID of the preceding item in the Conversation context, allows the client to
217
+ * understand the order of the conversation. Can be `null` if the item has no
218
+ * predecessor.
219
+ */
220
+ previous_item_id?: string | null;
221
+ }
222
+
223
+ /**
224
+ * Send this event when you want to remove any item from the conversation history.
225
+ * The server will respond with a `conversation.item.deleted` event, unless the
226
+ * item does not exist in the conversation history, in which case the server will
227
+ * respond with an error.
228
+ */
229
+ export interface ConversationItemDeleteEvent {
230
+ /**
231
+ * The ID of the item to delete.
232
+ */
233
+ item_id: string;
234
+
235
+ /**
236
+ * The event type, must be `conversation.item.delete`.
237
+ */
238
+ type: 'conversation.item.delete';
239
+
240
+ /**
241
+ * Optional client-generated ID used to identify this event.
242
+ */
243
+ event_id?: string;
244
+ }
245
+
246
+ /**
247
+ * Returned when an item in the conversation is deleted by the client with a
248
+ * `conversation.item.delete` event. This event is used to synchronize the server's
249
+ * understanding of the conversation history with the client's view.
250
+ */
251
+ export interface ConversationItemDeletedEvent {
252
+ /**
253
+ * The unique ID of the server event.
254
+ */
255
+ event_id: string;
256
+
257
+ /**
258
+ * The ID of the item that was deleted.
259
+ */
260
+ item_id: string;
261
+
262
+ /**
263
+ * The event type, must be `conversation.item.deleted`.
264
+ */
265
+ type: 'conversation.item.deleted';
266
+ }
267
+
268
+ /**
269
+ * Returned when a conversation item is finalized.
270
+ *
271
+ * The event will include the full content of the Item except for audio data, which
272
+ * can be retrieved separately with a `conversation.item.retrieve` event if needed.
273
+ */
274
+ export interface ConversationItemDone {
275
+ /**
276
+ * The unique ID of the server event.
277
+ */
278
+ event_id: string;
279
+
280
+ /**
281
+ * A single item within a Realtime conversation.
282
+ */
283
+ item: ConversationItem;
284
+
285
+ /**
286
+ * The event type, must be `conversation.item.done`.
287
+ */
288
+ type: 'conversation.item.done';
289
+
290
+ /**
291
+ * The ID of the item that precedes this one, if any. This is used to maintain
292
+ * ordering when items are inserted.
293
+ */
294
+ previous_item_id?: string | null;
295
+ }
296
+
297
+ /**
298
+ * This event is the output of audio transcription for user audio written to the
299
+ * user audio buffer. Transcription begins when the input audio buffer is committed
300
+ * by the client or server (when VAD is enabled). Transcription runs asynchronously
301
+ * with Response creation, so this event may come before or after the Response
302
+ * events.
303
+ *
304
+ * Realtime API models accept audio natively, and thus input transcription is a
305
+ * separate process run on a separate ASR (Automatic Speech Recognition) model. The
306
+ * transcript may diverge somewhat from the model's interpretation, and should be
307
+ * treated as a rough guide.
308
+ */
309
+ export interface ConversationItemInputAudioTranscriptionCompletedEvent {
310
+ /**
311
+ * The index of the content part containing the audio.
312
+ */
313
+ content_index: number;
314
+
315
+ /**
316
+ * The unique ID of the server event.
317
+ */
318
+ event_id: string;
319
+
320
+ /**
321
+ * The ID of the item containing the audio that is being transcribed.
322
+ */
323
+ item_id: string;
324
+
325
+ /**
326
+ * The transcribed text.
327
+ */
328
+ transcript: string;
329
+
330
+ /**
331
+ * The event type, must be `conversation.item.input_audio_transcription.completed`.
332
+ */
333
+ type: 'conversation.item.input_audio_transcription.completed';
334
+
335
+ /**
336
+ * Usage statistics for the transcription, this is billed according to the ASR
337
+ * model's pricing rather than the realtime model's pricing.
338
+ */
339
+ usage:
340
+ | ConversationItemInputAudioTranscriptionCompletedEvent.TranscriptTextUsageTokens
341
+ | ConversationItemInputAudioTranscriptionCompletedEvent.TranscriptTextUsageDuration;
342
+
343
+ /**
344
+ * The log probabilities of the transcription.
345
+ */
346
+ logprobs?: Array<LogProbProperties> | null;
347
+ }
348
+
349
+ export namespace ConversationItemInputAudioTranscriptionCompletedEvent {
350
+ /**
351
+ * Usage statistics for models billed by token usage.
352
+ */
353
+ export interface TranscriptTextUsageTokens {
354
+ /**
355
+ * Number of input tokens billed for this request.
356
+ */
357
+ input_tokens: number;
358
+
359
+ /**
360
+ * Number of output tokens generated.
361
+ */
362
+ output_tokens: number;
363
+
364
+ /**
365
+ * Total number of tokens used (input + output).
366
+ */
367
+ total_tokens: number;
368
+
369
+ /**
370
+ * The type of the usage object. Always `tokens` for this variant.
371
+ */
372
+ type: 'tokens';
373
+
374
+ /**
375
+ * Details about the input tokens billed for this request.
376
+ */
377
+ input_token_details?: TranscriptTextUsageTokens.InputTokenDetails;
378
+ }
379
+
380
+ export namespace TranscriptTextUsageTokens {
381
+ /**
382
+ * Details about the input tokens billed for this request.
383
+ */
384
+ export interface InputTokenDetails {
385
+ /**
386
+ * Number of audio tokens billed for this request.
387
+ */
388
+ audio_tokens?: number;
389
+
390
+ /**
391
+ * Number of text tokens billed for this request.
392
+ */
393
+ text_tokens?: number;
394
+ }
395
+ }
396
+
397
+ /**
398
+ * Usage statistics for models billed by audio input duration.
399
+ */
400
+ export interface TranscriptTextUsageDuration {
401
+ /**
402
+ * Duration of the input audio in seconds.
403
+ */
404
+ seconds: number;
405
+
406
+ /**
407
+ * The type of the usage object. Always `duration` for this variant.
408
+ */
409
+ type: 'duration';
410
+ }
411
+ }
412
+
413
+ /**
414
+ * Returned when the text value of an input audio transcription content part is
415
+ * updated with incremental transcription results.
416
+ */
417
+ export interface ConversationItemInputAudioTranscriptionDeltaEvent {
418
+ /**
419
+ * The unique ID of the server event.
420
+ */
421
+ event_id: string;
422
+
423
+ /**
424
+ * The ID of the item containing the audio that is being transcribed.
425
+ */
426
+ item_id: string;
427
+
428
+ /**
429
+ * The event type, must be `conversation.item.input_audio_transcription.delta`.
430
+ */
431
+ type: 'conversation.item.input_audio_transcription.delta';
432
+
433
+ /**
434
+ * The index of the content part in the item's content array.
435
+ */
436
+ content_index?: number;
437
+
438
+ /**
439
+ * The text delta.
440
+ */
441
+ delta?: string;
442
+
443
+ /**
444
+ * The log probabilities of the transcription. These can be enabled by
445
+ * configurating the session with
446
+ * `"include": ["item.input_audio_transcription.logprobs"]`. Each entry in the
447
+ * array corresponds a log probability of which token would be selected for this
448
+ * chunk of transcription. This can help to identify if it was possible there were
449
+ * multiple valid options for a given chunk of transcription.
450
+ */
451
+ logprobs?: Array<LogProbProperties> | null;
452
+ }
453
+
454
+ /**
455
+ * Returned when input audio transcription is configured, and a transcription
456
+ * request for a user message failed. These events are separate from other `error`
457
+ * events so that the client can identify the related Item.
458
+ */
459
+ export interface ConversationItemInputAudioTranscriptionFailedEvent {
460
+ /**
461
+ * The index of the content part containing the audio.
462
+ */
463
+ content_index: number;
464
+
465
+ /**
466
+ * Details of the transcription error.
467
+ */
468
+ error: ConversationItemInputAudioTranscriptionFailedEvent.Error;
469
+
470
+ /**
471
+ * The unique ID of the server event.
472
+ */
473
+ event_id: string;
474
+
475
+ /**
476
+ * The ID of the user message item.
477
+ */
478
+ item_id: string;
479
+
480
+ /**
481
+ * The event type, must be `conversation.item.input_audio_transcription.failed`.
482
+ */
483
+ type: 'conversation.item.input_audio_transcription.failed';
484
+ }
485
+
486
+ export namespace ConversationItemInputAudioTranscriptionFailedEvent {
487
+ /**
488
+ * Details of the transcription error.
489
+ */
490
+ export interface Error {
491
+ /**
492
+ * Error code, if any.
493
+ */
494
+ code?: string;
495
+
496
+ /**
497
+ * A human-readable error message.
498
+ */
499
+ message?: string;
500
+
501
+ /**
502
+ * Parameter related to the error, if any.
503
+ */
504
+ param?: string;
505
+
506
+ /**
507
+ * The type of error.
508
+ */
509
+ type?: string;
510
+ }
511
+ }
512
+
513
+ /**
514
+ * Returned when an input audio transcription segment is identified for an item.
515
+ */
516
+ export interface ConversationItemInputAudioTranscriptionSegment {
517
+ /**
518
+ * The segment identifier.
519
+ */
520
+ id: string;
521
+
522
+ /**
523
+ * The index of the input audio content part within the item.
524
+ */
525
+ content_index: number;
526
+
527
+ /**
528
+ * End time of the segment in seconds.
529
+ */
530
+ end: number;
531
+
532
+ /**
533
+ * The unique ID of the server event.
534
+ */
535
+ event_id: string;
536
+
537
+ /**
538
+ * The ID of the item containing the input audio content.
539
+ */
540
+ item_id: string;
541
+
542
+ /**
543
+ * The detected speaker label for this segment.
544
+ */
545
+ speaker: string;
546
+
547
+ /**
548
+ * Start time of the segment in seconds.
549
+ */
550
+ start: number;
551
+
552
+ /**
553
+ * The text for this segment.
554
+ */
555
+ text: string;
556
+
557
+ /**
558
+ * The event type, must be `conversation.item.input_audio_transcription.segment`.
559
+ */
560
+ type: 'conversation.item.input_audio_transcription.segment';
561
+ }
562
+
563
+ /**
564
+ * Send this event when you want to retrieve the server's representation of a
565
+ * specific item in the conversation history. This is useful, for example, to
566
+ * inspect user audio after noise cancellation and VAD. The server will respond
567
+ * with a `conversation.item.retrieved` event, unless the item does not exist in
568
+ * the conversation history, in which case the server will respond with an error.
569
+ */
570
+ export interface ConversationItemRetrieveEvent {
571
+ /**
572
+ * The ID of the item to retrieve.
573
+ */
574
+ item_id: string;
575
+
576
+ /**
577
+ * The event type, must be `conversation.item.retrieve`.
578
+ */
579
+ type: 'conversation.item.retrieve';
580
+
581
+ /**
582
+ * Optional client-generated ID used to identify this event.
583
+ */
584
+ event_id?: string;
585
+ }
586
+
587
+ /**
588
+ * Send this event to truncate a previous assistant message’s audio. The server
589
+ * will produce audio faster than realtime, so this event is useful when the user
590
+ * interrupts to truncate audio that has already been sent to the client but not
591
+ * yet played. This will synchronize the server's understanding of the audio with
592
+ * the client's playback.
593
+ *
594
+ * Truncating audio will delete the server-side text transcript to ensure there is
595
+ * not text in the context that hasn't been heard by the user.
596
+ *
597
+ * If successful, the server will respond with a `conversation.item.truncated`
598
+ * event.
599
+ */
600
+ export interface ConversationItemTruncateEvent {
601
+ /**
602
+ * Inclusive duration up to which audio is truncated, in milliseconds. If the
603
+ * audio_end_ms is greater than the actual audio duration, the server will respond
604
+ * with an error.
605
+ */
606
+ audio_end_ms: number;
607
+
608
+ /**
609
+ * The index of the content part to truncate. Set this to `0`.
610
+ */
611
+ content_index: number;
612
+
613
+ /**
614
+ * The ID of the assistant message item to truncate. Only assistant message items
615
+ * can be truncated.
616
+ */
617
+ item_id: string;
618
+
619
+ /**
620
+ * The event type, must be `conversation.item.truncate`.
621
+ */
622
+ type: 'conversation.item.truncate';
623
+
624
+ /**
625
+ * Optional client-generated ID used to identify this event.
626
+ */
627
+ event_id?: string;
628
+ }
629
+
630
+ /**
631
+ * Returned when an earlier assistant audio message item is truncated by the client
632
+ * with a `conversation.item.truncate` event. This event is used to synchronize the
633
+ * server's understanding of the audio with the client's playback.
634
+ *
635
+ * This action will truncate the audio and remove the server-side text transcript
636
+ * to ensure there is no text in the context that hasn't been heard by the user.
637
+ */
638
+ export interface ConversationItemTruncatedEvent {
639
+ /**
640
+ * The duration up to which the audio was truncated, in milliseconds.
641
+ */
642
+ audio_end_ms: number;
643
+
644
+ /**
645
+ * The index of the content part that was truncated.
646
+ */
647
+ content_index: number;
648
+
649
+ /**
650
+ * The unique ID of the server event.
651
+ */
652
+ event_id: string;
653
+
654
+ /**
655
+ * The ID of the assistant message item that was truncated.
656
+ */
657
+ item_id: string;
658
+
659
+ /**
660
+ * The event type, must be `conversation.item.truncated`.
661
+ */
662
+ type: 'conversation.item.truncated';
663
+ }
664
+
665
+ /**
666
+ * The item to add to the conversation.
667
+ */
668
+ export interface ConversationItemWithReference {
669
+ /**
670
+ * For an item of type (`message` | `function_call` | `function_call_output`) this
671
+ * field allows the client to assign the unique ID of the item. It is not required
672
+ * because the server will generate one if not provided.
673
+ *
674
+ * For an item of type `item_reference`, this field is required and is a reference
675
+ * to any item that has previously existed in the conversation.
676
+ */
677
+ id?: string;
678
+
679
+ /**
680
+ * The arguments of the function call (for `function_call` items).
681
+ */
682
+ arguments?: string;
683
+
684
+ /**
685
+ * The ID of the function call (for `function_call` and `function_call_output`
686
+ * items). If passed on a `function_call_output` item, the server will check that a
687
+ * `function_call` item with the same ID exists in the conversation history.
688
+ */
689
+ call_id?: string;
690
+
691
+ /**
692
+ * The content of the message, applicable for `message` items.
693
+ *
694
+ * - Message items of role `system` support only `input_text` content
695
+ * - Message items of role `user` support `input_text` and `input_audio` content
696
+ * - Message items of role `assistant` support `text` content.
697
+ */
698
+ content?: Array<ConversationItemWithReference.Content>;
699
+
700
+ /**
701
+ * The name of the function being called (for `function_call` items).
702
+ */
703
+ name?: string;
704
+
705
+ /**
706
+ * Identifier for the API object being returned - always `realtime.item`.
707
+ */
708
+ object?: 'realtime.item';
709
+
710
+ /**
711
+ * The output of the function call (for `function_call_output` items).
712
+ */
713
+ output?: string;
714
+
715
+ /**
716
+ * The role of the message sender (`user`, `assistant`, `system`), only applicable
717
+ * for `message` items.
718
+ */
719
+ role?: 'user' | 'assistant' | 'system';
720
+
721
+ /**
722
+ * The status of the item (`completed`, `incomplete`, `in_progress`). These have no
723
+ * effect on the conversation, but are accepted for consistency with the
724
+ * `conversation.item.created` event.
725
+ */
726
+ status?: 'completed' | 'incomplete' | 'in_progress';
727
+
728
+ /**
729
+ * The type of the item (`message`, `function_call`, `function_call_output`,
730
+ * `item_reference`).
731
+ */
732
+ type?: 'message' | 'function_call' | 'function_call_output' | 'item_reference';
733
+ }
734
+
735
+ export namespace ConversationItemWithReference {
736
+ export interface Content {
737
+ /**
738
+ * ID of a previous conversation item to reference (for `item_reference` content
739
+ * types in `response.create` events). These can reference both client and server
740
+ * created items.
741
+ */
742
+ id?: string;
743
+
744
+ /**
745
+ * Base64-encoded audio bytes, used for `input_audio` content type.
746
+ */
747
+ audio?: string;
748
+
749
+ /**
750
+ * The text content, used for `input_text` and `text` content types.
751
+ */
752
+ text?: string;
753
+
754
+ /**
755
+ * The transcript of the audio, used for `input_audio` content type.
756
+ */
757
+ transcript?: string;
758
+
759
+ /**
760
+ * The content type (`input_text`, `input_audio`, `item_reference`, `text`).
761
+ */
762
+ type?: 'input_text' | 'input_audio' | 'item_reference' | 'text';
763
+ }
764
+ }
765
+
766
+ /**
767
+ * Send this event to append audio bytes to the input audio buffer. The audio
768
+ * buffer is temporary storage you can write to and later commit. A "commit" will
769
+ * create a new user message item in the conversation history from the buffer
770
+ * content and clear the buffer. Input audio transcription (if enabled) will be
771
+ * generated when the buffer is committed.
772
+ *
773
+ * If VAD is enabled the audio buffer is used to detect speech and the server will
774
+ * decide when to commit. When Server VAD is disabled, you must commit the audio
775
+ * buffer manually. Input audio noise reduction operates on writes to the audio
776
+ * buffer.
777
+ *
778
+ * The client may choose how much audio to place in each event up to a maximum of
779
+ * 15 MiB, for example streaming smaller chunks from the client may allow the VAD
780
+ * to be more responsive. Unlike most other client events, the server will not send
781
+ * a confirmation response to this event.
782
+ */
783
+ export interface InputAudioBufferAppendEvent {
784
+ /**
785
+ * Base64-encoded audio bytes. This must be in the format specified by the
786
+ * `input_audio_format` field in the session configuration.
787
+ */
788
+ audio: string;
789
+
790
+ /**
791
+ * The event type, must be `input_audio_buffer.append`.
792
+ */
793
+ type: 'input_audio_buffer.append';
794
+
795
+ /**
796
+ * Optional client-generated ID used to identify this event.
797
+ */
798
+ event_id?: string;
799
+ }
800
+
801
+ /**
802
+ * Send this event to clear the audio bytes in the buffer. The server will respond
803
+ * with an `input_audio_buffer.cleared` event.
804
+ */
805
+ export interface InputAudioBufferClearEvent {
806
+ /**
807
+ * The event type, must be `input_audio_buffer.clear`.
808
+ */
809
+ type: 'input_audio_buffer.clear';
810
+
811
+ /**
812
+ * Optional client-generated ID used to identify this event.
813
+ */
814
+ event_id?: string;
815
+ }
816
+
817
+ /**
818
+ * Returned when the input audio buffer is cleared by the client with a
819
+ * `input_audio_buffer.clear` event.
820
+ */
821
+ export interface InputAudioBufferClearedEvent {
822
+ /**
823
+ * The unique ID of the server event.
824
+ */
825
+ event_id: string;
826
+
827
+ /**
828
+ * The event type, must be `input_audio_buffer.cleared`.
829
+ */
830
+ type: 'input_audio_buffer.cleared';
831
+ }
832
+
833
+ /**
834
+ * Send this event to commit the user input audio buffer, which will create a new
835
+ * user message item in the conversation. This event will produce an error if the
836
+ * input audio buffer is empty. When in Server VAD mode, the client does not need
837
+ * to send this event, the server will commit the audio buffer automatically.
838
+ *
839
+ * Committing the input audio buffer will trigger input audio transcription (if
840
+ * enabled in session configuration), but it will not create a response from the
841
+ * model. The server will respond with an `input_audio_buffer.committed` event.
842
+ */
843
+ export interface InputAudioBufferCommitEvent {
844
+ /**
845
+ * The event type, must be `input_audio_buffer.commit`.
846
+ */
847
+ type: 'input_audio_buffer.commit';
848
+
849
+ /**
850
+ * Optional client-generated ID used to identify this event.
851
+ */
852
+ event_id?: string;
853
+ }
854
+
855
+ /**
856
+ * Returned when an input audio buffer is committed, either by the client or
857
+ * automatically in server VAD mode. The `item_id` property is the ID of the user
858
+ * message item that will be created, thus a `conversation.item.created` event will
859
+ * also be sent to the client.
860
+ */
861
+ export interface InputAudioBufferCommittedEvent {
862
+ /**
863
+ * The unique ID of the server event.
864
+ */
865
+ event_id: string;
866
+
867
+ /**
868
+ * The ID of the user message item that will be created.
869
+ */
870
+ item_id: string;
871
+
872
+ /**
873
+ * The event type, must be `input_audio_buffer.committed`.
874
+ */
875
+ type: 'input_audio_buffer.committed';
876
+
877
+ /**
878
+ * The ID of the preceding item after which the new item will be inserted. Can be
879
+ * `null` if the item has no predecessor.
880
+ */
881
+ previous_item_id?: string | null;
882
+ }
883
+
884
+ /**
885
+ * **SIP Only:** Returned when an DTMF event is received. A DTMF event is a message
886
+ * that represents a telephone keypad press (0–9, \*, #, A–D). The `event` property
887
+ * is the keypad that the user press. The `received_at` is the UTC Unix Timestamp
888
+ * that the server received the event.
889
+ */
890
+ export interface InputAudioBufferDtmfEventReceivedEvent {
891
+ /**
892
+ * The telephone keypad that was pressed by the user.
893
+ */
894
+ event: string;
895
+
896
+ /**
897
+ * UTC Unix Timestamp when DTMF Event was received by server.
898
+ */
899
+ received_at: number;
900
+
901
+ /**
902
+ * The event type, must be `input_audio_buffer.dtmf_event_received`.
903
+ */
904
+ type: 'input_audio_buffer.dtmf_event_received';
905
+ }
906
+
907
+ /**
908
+ * Sent by the server when in `server_vad` mode to indicate that speech has been
909
+ * detected in the audio buffer. This can happen any time audio is added to the
910
+ * buffer (unless speech is already detected). The client may want to use this
911
+ * event to interrupt audio playback or provide visual feedback to the user.
912
+ *
913
+ * The client should expect to receive a `input_audio_buffer.speech_stopped` event
914
+ * when speech stops. The `item_id` property is the ID of the user message item
915
+ * that will be created when speech stops and will also be included in the
916
+ * `input_audio_buffer.speech_stopped` event (unless the client manually commits
917
+ * the audio buffer during VAD activation).
918
+ */
919
+ export interface InputAudioBufferSpeechStartedEvent {
920
+ /**
921
+ * Milliseconds from the start of all audio written to the buffer during the
922
+ * session when speech was first detected. This will correspond to the beginning of
923
+ * audio sent to the model, and thus includes the `prefix_padding_ms` configured in
924
+ * the Session.
925
+ */
926
+ audio_start_ms: number;
927
+
928
+ /**
929
+ * The unique ID of the server event.
930
+ */
931
+ event_id: string;
932
+
933
+ /**
934
+ * The ID of the user message item that will be created when speech stops.
935
+ */
936
+ item_id: string;
937
+
938
+ /**
939
+ * The event type, must be `input_audio_buffer.speech_started`.
940
+ */
941
+ type: 'input_audio_buffer.speech_started';
942
+ }
943
+
944
+ /**
945
+ * Returned in `server_vad` mode when the server detects the end of speech in the
946
+ * audio buffer. The server will also send an `conversation.item.created` event
947
+ * with the user message item that is created from the audio buffer.
948
+ */
949
+ export interface InputAudioBufferSpeechStoppedEvent {
950
+ /**
951
+ * Milliseconds since the session started when speech stopped. This will correspond
952
+ * to the end of audio sent to the model, and thus includes the
953
+ * `min_silence_duration_ms` configured in the Session.
954
+ */
955
+ audio_end_ms: number;
956
+
957
+ /**
958
+ * The unique ID of the server event.
959
+ */
960
+ event_id: string;
961
+
962
+ /**
963
+ * The ID of the user message item that will be created.
964
+ */
965
+ item_id: string;
966
+
967
+ /**
968
+ * The event type, must be `input_audio_buffer.speech_stopped`.
969
+ */
970
+ type: 'input_audio_buffer.speech_stopped';
971
+ }
972
+
973
+ /**
974
+ * Returned when the Server VAD timeout is triggered for the input audio buffer.
975
+ * This is configured with `idle_timeout_ms` in the `turn_detection` settings of
976
+ * the session, and it indicates that there hasn't been any speech detected for the
977
+ * configured duration.
978
+ *
979
+ * The `audio_start_ms` and `audio_end_ms` fields indicate the segment of audio
980
+ * after the last model response up to the triggering time, as an offset from the
981
+ * beginning of audio written to the input audio buffer. This means it demarcates
982
+ * the segment of audio that was silent and the difference between the start and
983
+ * end values will roughly match the configured timeout.
984
+ *
985
+ * The empty audio will be committed to the conversation as an `input_audio` item
986
+ * (there will be a `input_audio_buffer.committed` event) and a model response will
987
+ * be generated. There may be speech that didn't trigger VAD but is still detected
988
+ * by the model, so the model may respond with something relevant to the
989
+ * conversation or a prompt to continue speaking.
990
+ */
991
+ export interface InputAudioBufferTimeoutTriggered {
992
+ /**
993
+ * Millisecond offset of audio written to the input audio buffer at the time the
994
+ * timeout was triggered.
995
+ */
996
+ audio_end_ms: number;
997
+
998
+ /**
999
+ * Millisecond offset of audio written to the input audio buffer that was after the
1000
+ * playback time of the last model response.
1001
+ */
1002
+ audio_start_ms: number;
1003
+
1004
+ /**
1005
+ * The unique ID of the server event.
1006
+ */
1007
+ event_id: string;
1008
+
1009
+ /**
1010
+ * The ID of the item associated with this segment.
1011
+ */
1012
+ item_id: string;
1013
+
1014
+ /**
1015
+ * The event type, must be `input_audio_buffer.timeout_triggered`.
1016
+ */
1017
+ type: 'input_audio_buffer.timeout_triggered';
1018
+ }
1019
+
1020
+ /**
1021
+ * A log probability object.
1022
+ */
1023
+ export interface LogProbProperties {
1024
+ /**
1025
+ * The token that was used to generate the log probability.
1026
+ */
1027
+ token: string;
1028
+
1029
+ /**
1030
+ * The bytes that were used to generate the log probability.
1031
+ */
1032
+ bytes: Array<number>;
1033
+
1034
+ /**
1035
+ * The log probability of the token.
1036
+ */
1037
+ logprob: number;
1038
+ }
1039
+
1040
+ /**
1041
+ * Returned when listing MCP tools has completed for an item.
1042
+ */
1043
+ export interface McpListToolsCompleted {
1044
+ /**
1045
+ * The unique ID of the server event.
1046
+ */
1047
+ event_id: string;
1048
+
1049
+ /**
1050
+ * The ID of the MCP list tools item.
1051
+ */
1052
+ item_id: string;
1053
+
1054
+ /**
1055
+ * The event type, must be `mcp_list_tools.completed`.
1056
+ */
1057
+ type: 'mcp_list_tools.completed';
1058
+ }
1059
+
1060
+ /**
1061
+ * Returned when listing MCP tools has failed for an item.
1062
+ */
1063
+ export interface McpListToolsFailed {
1064
+ /**
1065
+ * The unique ID of the server event.
1066
+ */
1067
+ event_id: string;
1068
+
1069
+ /**
1070
+ * The ID of the MCP list tools item.
1071
+ */
1072
+ item_id: string;
1073
+
1074
+ /**
1075
+ * The event type, must be `mcp_list_tools.failed`.
1076
+ */
1077
+ type: 'mcp_list_tools.failed';
1078
+ }
1079
+
1080
+ /**
1081
+ * Returned when listing MCP tools is in progress for an item.
1082
+ */
1083
+ export interface McpListToolsInProgress {
1084
+ /**
1085
+ * The unique ID of the server event.
1086
+ */
1087
+ event_id: string;
1088
+
1089
+ /**
1090
+ * The ID of the MCP list tools item.
1091
+ */
1092
+ item_id: string;
1093
+
1094
+ /**
1095
+ * The event type, must be `mcp_list_tools.in_progress`.
1096
+ */
1097
+ type: 'mcp_list_tools.in_progress';
1098
+ }
1099
+
1100
+ /**
1101
+ * Type of noise reduction. `near_field` is for close-talking microphones such as
1102
+ * headphones, `far_field` is for far-field microphones such as laptop or
1103
+ * conference room microphones.
1104
+ */
1105
+ export type NoiseReductionType = 'near_field' | 'far_field';
1106
+
1107
+ /**
1108
+ * **WebRTC/SIP Only:** Emit to cut off the current audio response. This will
1109
+ * trigger the server to stop generating audio and emit a
1110
+ * `output_audio_buffer.cleared` event. This event should be preceded by a
1111
+ * `response.cancel` client event to stop the generation of the current response.
1112
+ * [Learn more](https://platform.openai.com/docs/guides/realtime-conversations#client-and-server-events-for-audio-in-webrtc).
1113
+ */
1114
+ export interface OutputAudioBufferClearEvent {
1115
+ /**
1116
+ * The event type, must be `output_audio_buffer.clear`.
1117
+ */
1118
+ type: 'output_audio_buffer.clear';
1119
+
1120
+ /**
1121
+ * The unique ID of the client event used for error handling.
1122
+ */
1123
+ event_id?: string;
1124
+ }
1125
+
1126
+ /**
1127
+ * Emitted at the beginning of a Response to indicate the updated rate limits. When
1128
+ * a Response is created some tokens will be "reserved" for the output tokens, the
1129
+ * rate limits shown here reflect that reservation, which is then adjusted
1130
+ * accordingly once the Response is completed.
1131
+ */
1132
+ export interface RateLimitsUpdatedEvent {
1133
+ /**
1134
+ * The unique ID of the server event.
1135
+ */
1136
+ event_id: string;
1137
+
1138
+ /**
1139
+ * List of rate limit information.
1140
+ */
1141
+ rate_limits: Array<RateLimitsUpdatedEvent.RateLimit>;
1142
+
1143
+ /**
1144
+ * The event type, must be `rate_limits.updated`.
1145
+ */
1146
+ type: 'rate_limits.updated';
1147
+ }
1148
+
1149
+ export namespace RateLimitsUpdatedEvent {
1150
+ export interface RateLimit {
1151
+ /**
1152
+ * The maximum allowed value for the rate limit.
1153
+ */
1154
+ limit?: number;
1155
+
1156
+ /**
1157
+ * The name of the rate limit (`requests`, `tokens`).
1158
+ */
1159
+ name?: 'requests' | 'tokens';
1160
+
1161
+ /**
1162
+ * The remaining value before the limit is reached.
1163
+ */
1164
+ remaining?: number;
1165
+
1166
+ /**
1167
+ * Seconds until the rate limit resets.
1168
+ */
1169
+ reset_seconds?: number;
1170
+ }
1171
+ }
1172
+
1173
+ /**
1174
+ * Configuration for input and output audio.
1175
+ */
1176
+ export interface RealtimeAudioConfig {
1177
+ input?: RealtimeAudioConfigInput;
1178
+
1179
+ output?: RealtimeAudioConfigOutput;
1180
+ }
1181
+
1182
+ export interface RealtimeAudioConfigInput {
1183
+ /**
1184
+ * The format of the input audio.
1185
+ */
1186
+ format?: RealtimeAudioFormats;
1187
+
1188
+ /**
1189
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
1190
+ * off. Noise reduction filters audio added to the input audio buffer before it is
1191
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
1192
+ * detection accuracy (reducing false positives) and model performance by improving
1193
+ * perception of the input audio.
1194
+ */
1195
+ noise_reduction?: RealtimeAudioConfigInput.NoiseReduction;
1196
+
1197
+ /**
1198
+ * Configuration for input audio transcription, defaults to off and can be set to
1199
+ * `null` to turn off once on. Input audio transcription is not native to the
1200
+ * model, since the model consumes audio directly. Transcription runs
1201
+ * asynchronously through
1202
+ * [the /audio/transcriptions endpoint](https://platform.openai.com/docs/api-reference/audio/createTranscription)
1203
+ * and should be treated as guidance of input audio content rather than precisely
1204
+ * what the model heard. The client can optionally set the language and prompt for
1205
+ * transcription, these offer additional guidance to the transcription service.
1206
+ */
1207
+ transcription?: AudioTranscription;
1208
+
1209
+ /**
1210
+ * Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
1211
+ * set to `null` to turn off, in which case the client must manually trigger model
1212
+ * response.
1213
+ *
1214
+ * Server VAD means that the model will detect the start and end of speech based on
1215
+ * audio volume and respond at the end of user speech.
1216
+ *
1217
+ * Semantic VAD is more advanced and uses a turn detection model (in conjunction
1218
+ * with VAD) to semantically estimate whether the user has finished speaking, then
1219
+ * dynamically sets a timeout based on this probability. For example, if user audio
1220
+ * trails off with "uhhm", the model will score a low probability of turn end and
1221
+ * wait longer for the user to continue speaking. This can be useful for more
1222
+ * natural conversations, but may have a higher latency.
1223
+ */
1224
+ turn_detection?: RealtimeAudioInputTurnDetection | null;
1225
+ }
1226
+
1227
+ export namespace RealtimeAudioConfigInput {
1228
+ /**
1229
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
1230
+ * off. Noise reduction filters audio added to the input audio buffer before it is
1231
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
1232
+ * detection accuracy (reducing false positives) and model performance by improving
1233
+ * perception of the input audio.
1234
+ */
1235
+ export interface NoiseReduction {
1236
+ /**
1237
+ * Type of noise reduction. `near_field` is for close-talking microphones such as
1238
+ * headphones, `far_field` is for far-field microphones such as laptop or
1239
+ * conference room microphones.
1240
+ */
1241
+ type?: RealtimeAPI.NoiseReductionType;
1242
+ }
1243
+ }
1244
+
1245
+ export interface RealtimeAudioConfigOutput {
1246
+ /**
1247
+ * The format of the output audio.
1248
+ */
1249
+ format?: RealtimeAudioFormats;
1250
+
1251
+ /**
1252
+ * The speed of the model's spoken response as a multiple of the original speed.
1253
+ * 1.0 is the default speed. 0.25 is the minimum speed. 1.5 is the maximum speed.
1254
+ * This value can only be changed in between model turns, not while a response is
1255
+ * in progress.
1256
+ *
1257
+ * This parameter is a post-processing adjustment to the audio after it is
1258
+ * generated, it's also possible to prompt the model to speak faster or slower.
1259
+ */
1260
+ speed?: number;
1261
+
1262
+ /**
1263
+ * The voice the model uses to respond. Supported built-in voices are `alloy`,
1264
+ * `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, `verse`, `marin`, and
1265
+ * `cedar`. Voice cannot be changed during the session once the model has responded
1266
+ * with audio at least once. We recommend `marin` and `cedar` for best quality.
1267
+ */
1268
+ voice?:
1269
+ | (string & {})
1270
+ | 'alloy'
1271
+ | 'ash'
1272
+ | 'ballad'
1273
+ | 'coral'
1274
+ | 'echo'
1275
+ | 'sage'
1276
+ | 'shimmer'
1277
+ | 'verse'
1278
+ | 'marin'
1279
+ | 'cedar';
1280
+ }
1281
+
1282
+ /**
1283
+ * The PCM audio format. Only a 24kHz sample rate is supported.
1284
+ */
1285
+ export type RealtimeAudioFormats =
1286
+ | RealtimeAudioFormats.AudioPCM
1287
+ | RealtimeAudioFormats.AudioPCMU
1288
+ | RealtimeAudioFormats.AudioPCMA;
1289
+
1290
+ export namespace RealtimeAudioFormats {
1291
+ /**
1292
+ * The PCM audio format. Only a 24kHz sample rate is supported.
1293
+ */
1294
+ export interface AudioPCM {
1295
+ /**
1296
+ * The sample rate of the audio. Always `24000`.
1297
+ */
1298
+ rate?: 24000;
1299
+
1300
+ /**
1301
+ * The audio format. Always `audio/pcm`.
1302
+ */
1303
+ type?: 'audio/pcm';
1304
+ }
1305
+
1306
+ /**
1307
+ * The G.711 μ-law format.
1308
+ */
1309
+ export interface AudioPCMU {
1310
+ /**
1311
+ * The audio format. Always `audio/pcmu`.
1312
+ */
1313
+ type?: 'audio/pcmu';
1314
+ }
1315
+
1316
+ /**
1317
+ * The G.711 A-law format.
1318
+ */
1319
+ export interface AudioPCMA {
1320
+ /**
1321
+ * The audio format. Always `audio/pcma`.
1322
+ */
1323
+ type?: 'audio/pcma';
1324
+ }
1325
+ }
1326
+
1327
+ /**
1328
+ * Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
1329
+ * set to `null` to turn off, in which case the client must manually trigger model
1330
+ * response.
1331
+ *
1332
+ * Server VAD means that the model will detect the start and end of speech based on
1333
+ * audio volume and respond at the end of user speech.
1334
+ *
1335
+ * Semantic VAD is more advanced and uses a turn detection model (in conjunction
1336
+ * with VAD) to semantically estimate whether the user has finished speaking, then
1337
+ * dynamically sets a timeout based on this probability. For example, if user audio
1338
+ * trails off with "uhhm", the model will score a low probability of turn end and
1339
+ * wait longer for the user to continue speaking. This can be useful for more
1340
+ * natural conversations, but may have a higher latency.
1341
+ */
1342
+ export type RealtimeAudioInputTurnDetection =
1343
+ | RealtimeAudioInputTurnDetection.ServerVad
1344
+ | RealtimeAudioInputTurnDetection.SemanticVad;
1345
+
1346
+ export namespace RealtimeAudioInputTurnDetection {
1347
+ /**
1348
+ * Server-side voice activity detection (VAD) which flips on when user speech is
1349
+ * detected and off after a period of silence.
1350
+ */
1351
+ export interface ServerVad {
1352
+ /**
1353
+ * Type of turn detection, `server_vad` to turn on simple Server VAD.
1354
+ */
1355
+ type: 'server_vad';
1356
+
1357
+ /**
1358
+ * Whether or not to automatically generate a response when a VAD stop event
1359
+ * occurs. If `interrupt_response` is set to `false` this may fail to create a
1360
+ * response if the model is already responding.
1361
+ *
1362
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
1363
+ * will never respond automatically but VAD events will still be emitted.
1364
+ */
1365
+ create_response?: boolean;
1366
+
1367
+ /**
1368
+ * Optional timeout after which a model response will be triggered automatically.
1369
+ * This is useful for situations in which a long pause from the user is unexpected,
1370
+ * such as a phone call. The model will effectively prompt the user to continue the
1371
+ * conversation based on the current context.
1372
+ *
1373
+ * The timeout value will be applied after the last model response's audio has
1374
+ * finished playing, i.e. it's set to the `response.done` time plus audio playback
1375
+ * duration.
1376
+ *
1377
+ * An `input_audio_buffer.timeout_triggered` event (plus events associated with the
1378
+ * Response) will be emitted when the timeout is reached. Idle timeout is currently
1379
+ * only supported for `server_vad` mode.
1380
+ */
1381
+ idle_timeout_ms?: number | null;
1382
+
1383
+ /**
1384
+ * Whether or not to automatically interrupt (cancel) any ongoing response with
1385
+ * output to the default conversation (i.e. `conversation` of `auto`) when a VAD
1386
+ * start event occurs. If `true` then the response will be cancelled, otherwise it
1387
+ * will continue until complete.
1388
+ *
1389
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
1390
+ * will never respond automatically but VAD events will still be emitted.
1391
+ */
1392
+ interrupt_response?: boolean;
1393
+
1394
+ /**
1395
+ * Used only for `server_vad` mode. Amount of audio to include before the VAD
1396
+ * detected speech (in milliseconds). Defaults to 300ms.
1397
+ */
1398
+ prefix_padding_ms?: number;
1399
+
1400
+ /**
1401
+ * Used only for `server_vad` mode. Duration of silence to detect speech stop (in
1402
+ * milliseconds). Defaults to 500ms. With shorter values the model will respond
1403
+ * more quickly, but may jump in on short pauses from the user.
1404
+ */
1405
+ silence_duration_ms?: number;
1406
+
1407
+ /**
1408
+ * Used only for `server_vad` mode. Activation threshold for VAD (0.0 to 1.0), this
1409
+ * defaults to 0.5. A higher threshold will require louder audio to activate the
1410
+ * model, and thus might perform better in noisy environments.
1411
+ */
1412
+ threshold?: number;
1413
+ }
1414
+
1415
+ /**
1416
+ * Server-side semantic turn detection which uses a model to determine when the
1417
+ * user has finished speaking.
1418
+ */
1419
+ export interface SemanticVad {
1420
+ /**
1421
+ * Type of turn detection, `semantic_vad` to turn on Semantic VAD.
1422
+ */
1423
+ type: 'semantic_vad';
1424
+
1425
+ /**
1426
+ * Whether or not to automatically generate a response when a VAD stop event
1427
+ * occurs.
1428
+ */
1429
+ create_response?: boolean;
1430
+
1431
+ /**
1432
+ * Used only for `semantic_vad` mode. The eagerness of the model to respond. `low`
1433
+ * will wait longer for the user to continue speaking, `high` will respond more
1434
+ * quickly. `auto` is the default and is equivalent to `medium`. `low`, `medium`,
1435
+ * and `high` have max timeouts of 8s, 4s, and 2s respectively.
1436
+ */
1437
+ eagerness?: 'low' | 'medium' | 'high' | 'auto';
1438
+
1439
+ /**
1440
+ * Whether or not to automatically interrupt any ongoing response with output to
1441
+ * the default conversation (i.e. `conversation` of `auto`) when a VAD start event
1442
+ * occurs.
1443
+ */
1444
+ interrupt_response?: boolean;
1445
+ }
1446
+ }
1447
+
1448
+ /**
1449
+ * A realtime client event.
1450
+ */
1451
+ export type RealtimeClientEvent =
1452
+ | ConversationItemCreateEvent
1453
+ | ConversationItemDeleteEvent
1454
+ | ConversationItemRetrieveEvent
1455
+ | ConversationItemTruncateEvent
1456
+ | InputAudioBufferAppendEvent
1457
+ | InputAudioBufferClearEvent
1458
+ | OutputAudioBufferClearEvent
1459
+ | InputAudioBufferCommitEvent
1460
+ | ResponseCancelEvent
1461
+ | ResponseCreateEvent
1462
+ | SessionUpdateEvent;
1463
+
1464
+ /**
1465
+ * An assistant message item in a Realtime conversation.
1466
+ */
1467
+ export interface RealtimeConversationItemAssistantMessage {
1468
+ /**
1469
+ * The content of the message.
1470
+ */
1471
+ content: Array<RealtimeConversationItemAssistantMessage.Content>;
1472
+
1473
+ /**
1474
+ * The role of the message sender. Always `assistant`.
1475
+ */
1476
+ role: 'assistant';
1477
+
1478
+ /**
1479
+ * The type of the item. Always `message`.
1480
+ */
1481
+ type: 'message';
1482
+
1483
+ /**
1484
+ * The unique ID of the item. This may be provided by the client or generated by
1485
+ * the server.
1486
+ */
1487
+ id?: string;
1488
+
1489
+ /**
1490
+ * Identifier for the API object being returned - always `realtime.item`. Optional
1491
+ * when creating a new item.
1492
+ */
1493
+ object?: 'realtime.item';
1494
+
1495
+ /**
1496
+ * The status of the item. Has no effect on the conversation.
1497
+ */
1498
+ status?: 'completed' | 'incomplete' | 'in_progress';
1499
+ }
1500
+
1501
+ export namespace RealtimeConversationItemAssistantMessage {
1502
+ export interface Content {
1503
+ /**
1504
+ * Base64-encoded audio bytes, these will be parsed as the format specified in the
1505
+ * session output audio type configuration. This defaults to PCM 16-bit 24kHz mono
1506
+ * if not specified.
1507
+ */
1508
+ audio?: string;
1509
+
1510
+ /**
1511
+ * The text content.
1512
+ */
1513
+ text?: string;
1514
+
1515
+ /**
1516
+ * The transcript of the audio content, this will always be present if the output
1517
+ * type is `audio`.
1518
+ */
1519
+ transcript?: string;
1520
+
1521
+ /**
1522
+ * The content type, `output_text` or `output_audio` depending on the session
1523
+ * `output_modalities` configuration.
1524
+ */
1525
+ type?: 'output_text' | 'output_audio';
1526
+ }
1527
+ }
1528
+
1529
+ /**
1530
+ * A function call item in a Realtime conversation.
1531
+ */
1532
+ export interface RealtimeConversationItemFunctionCall {
1533
+ /**
1534
+ * The arguments of the function call. This is a JSON-encoded string representing
1535
+ * the arguments passed to the function, for example
1536
+ * `{"arg1": "value1", "arg2": 42}`.
1537
+ */
1538
+ arguments: string;
1539
+
1540
+ /**
1541
+ * The name of the function being called.
1542
+ */
1543
+ name: string;
1544
+
1545
+ /**
1546
+ * The type of the item. Always `function_call`.
1547
+ */
1548
+ type: 'function_call';
1549
+
1550
+ /**
1551
+ * The unique ID of the item. This may be provided by the client or generated by
1552
+ * the server.
1553
+ */
1554
+ id?: string;
1555
+
1556
+ /**
1557
+ * The ID of the function call.
1558
+ */
1559
+ call_id?: string;
1560
+
1561
+ /**
1562
+ * Identifier for the API object being returned - always `realtime.item`. Optional
1563
+ * when creating a new item.
1564
+ */
1565
+ object?: 'realtime.item';
1566
+
1567
+ /**
1568
+ * The status of the item. Has no effect on the conversation.
1569
+ */
1570
+ status?: 'completed' | 'incomplete' | 'in_progress';
1571
+ }
1572
+
1573
+ /**
1574
+ * A function call output item in a Realtime conversation.
1575
+ */
1576
+ export interface RealtimeConversationItemFunctionCallOutput {
1577
+ /**
1578
+ * The ID of the function call this output is for.
1579
+ */
1580
+ call_id: string;
1581
+
1582
+ /**
1583
+ * The output of the function call, this is free text and can contain any
1584
+ * information or simply be empty.
1585
+ */
1586
+ output: string;
1587
+
1588
+ /**
1589
+ * The type of the item. Always `function_call_output`.
1590
+ */
1591
+ type: 'function_call_output';
1592
+
1593
+ /**
1594
+ * The unique ID of the item. This may be provided by the client or generated by
1595
+ * the server.
1596
+ */
1597
+ id?: string;
1598
+
1599
+ /**
1600
+ * Identifier for the API object being returned - always `realtime.item`. Optional
1601
+ * when creating a new item.
1602
+ */
1603
+ object?: 'realtime.item';
1604
+
1605
+ /**
1606
+ * The status of the item. Has no effect on the conversation.
1607
+ */
1608
+ status?: 'completed' | 'incomplete' | 'in_progress';
1609
+ }
1610
+
1611
+ /**
1612
+ * A system message in a Realtime conversation can be used to provide additional
1613
+ * context or instructions to the model. This is similar but distinct from the
1614
+ * instruction prompt provided at the start of a conversation, as system messages
1615
+ * can be added at any point in the conversation. For major changes to the
1616
+ * conversation's behavior, use instructions, but for smaller updates (e.g. "the
1617
+ * user is now asking about a different topic"), use system messages.
1618
+ */
1619
+ export interface RealtimeConversationItemSystemMessage {
1620
+ /**
1621
+ * The content of the message.
1622
+ */
1623
+ content: Array<RealtimeConversationItemSystemMessage.Content>;
1624
+
1625
+ /**
1626
+ * The role of the message sender. Always `system`.
1627
+ */
1628
+ role: 'system';
1629
+
1630
+ /**
1631
+ * The type of the item. Always `message`.
1632
+ */
1633
+ type: 'message';
1634
+
1635
+ /**
1636
+ * The unique ID of the item. This may be provided by the client or generated by
1637
+ * the server.
1638
+ */
1639
+ id?: string;
1640
+
1641
+ /**
1642
+ * Identifier for the API object being returned - always `realtime.item`. Optional
1643
+ * when creating a new item.
1644
+ */
1645
+ object?: 'realtime.item';
1646
+
1647
+ /**
1648
+ * The status of the item. Has no effect on the conversation.
1649
+ */
1650
+ status?: 'completed' | 'incomplete' | 'in_progress';
1651
+ }
1652
+
1653
+ export namespace RealtimeConversationItemSystemMessage {
1654
+ export interface Content {
1655
+ /**
1656
+ * The text content.
1657
+ */
1658
+ text?: string;
1659
+
1660
+ /**
1661
+ * The content type. Always `input_text` for system messages.
1662
+ */
1663
+ type?: 'input_text';
1664
+ }
1665
+ }
1666
+
1667
+ /**
1668
+ * A user message item in a Realtime conversation.
1669
+ */
1670
+ export interface RealtimeConversationItemUserMessage {
1671
+ /**
1672
+ * The content of the message.
1673
+ */
1674
+ content: Array<RealtimeConversationItemUserMessage.Content>;
1675
+
1676
+ /**
1677
+ * The role of the message sender. Always `user`.
1678
+ */
1679
+ role: 'user';
1680
+
1681
+ /**
1682
+ * The type of the item. Always `message`.
1683
+ */
1684
+ type: 'message';
1685
+
1686
+ /**
1687
+ * The unique ID of the item. This may be provided by the client or generated by
1688
+ * the server.
1689
+ */
1690
+ id?: string;
1691
+
1692
+ /**
1693
+ * Identifier for the API object being returned - always `realtime.item`. Optional
1694
+ * when creating a new item.
1695
+ */
1696
+ object?: 'realtime.item';
1697
+
1698
+ /**
1699
+ * The status of the item. Has no effect on the conversation.
1700
+ */
1701
+ status?: 'completed' | 'incomplete' | 'in_progress';
1702
+ }
1703
+
1704
+ export namespace RealtimeConversationItemUserMessage {
1705
+ export interface Content {
1706
+ /**
1707
+ * Base64-encoded audio bytes (for `input_audio`), these will be parsed as the
1708
+ * format specified in the session input audio type configuration. This defaults to
1709
+ * PCM 16-bit 24kHz mono if not specified.
1710
+ */
1711
+ audio?: string;
1712
+
1713
+ /**
1714
+ * The detail level of the image (for `input_image`). `auto` will default to
1715
+ * `high`.
1716
+ */
1717
+ detail?: 'auto' | 'low' | 'high';
1718
+
1719
+ /**
1720
+ * Base64-encoded image bytes (for `input_image`) as a data URI. For example
1721
+ * `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...`. Supported formats are PNG
1722
+ * and JPEG.
1723
+ */
1724
+ image_url?: string;
1725
+
1726
+ /**
1727
+ * The text content (for `input_text`).
1728
+ */
1729
+ text?: string;
1730
+
1731
+ /**
1732
+ * Transcript of the audio (for `input_audio`). This is not sent to the model, but
1733
+ * will be attached to the message item for reference.
1734
+ */
1735
+ transcript?: string;
1736
+
1737
+ /**
1738
+ * The content type (`input_text`, `input_audio`, or `input_image`).
1739
+ */
1740
+ type?: 'input_text' | 'input_audio' | 'input_image';
1741
+ }
1742
+ }
1743
+
1744
+ /**
1745
+ * Details of the error.
1746
+ */
1747
+ export interface RealtimeError {
1748
+ /**
1749
+ * A human-readable error message.
1750
+ */
1751
+ message: string;
1752
+
1753
+ /**
1754
+ * The type of error (e.g., "invalid_request_error", "server_error").
1755
+ */
1756
+ type: string;
1757
+
1758
+ /**
1759
+ * Error code, if any.
1760
+ */
1761
+ code?: string | null;
1762
+
1763
+ /**
1764
+ * The event_id of the client event that caused the error, if applicable.
1765
+ */
1766
+ event_id?: string | null;
1767
+
1768
+ /**
1769
+ * Parameter related to the error, if any.
1770
+ */
1771
+ param?: string | null;
1772
+ }
1773
+
1774
+ /**
1775
+ * Returned when an error occurs, which could be a client problem or a server
1776
+ * problem. Most errors are recoverable and the session will stay open, we
1777
+ * recommend to implementors to monitor and log error messages by default.
1778
+ */
1779
+ export interface RealtimeErrorEvent {
1780
+ /**
1781
+ * Details of the error.
1782
+ */
1783
+ error: RealtimeError;
1784
+
1785
+ /**
1786
+ * The unique ID of the server event.
1787
+ */
1788
+ event_id: string;
1789
+
1790
+ /**
1791
+ * The event type, must be `error`.
1792
+ */
1793
+ type: 'error';
1794
+ }
1795
+
1796
+ export interface RealtimeFunctionTool {
1797
+ /**
1798
+ * The description of the function, including guidance on when and how to call it,
1799
+ * and guidance about what to tell the user when calling (if anything).
1800
+ */
1801
+ description?: string;
1802
+
1803
+ /**
1804
+ * The name of the function.
1805
+ */
1806
+ name?: string;
1807
+
1808
+ /**
1809
+ * Parameters of the function in JSON Schema.
1810
+ */
1811
+ parameters?: unknown;
1812
+
1813
+ /**
1814
+ * The type of the tool, i.e. `function`.
1815
+ */
1816
+ type?: 'function';
1817
+ }
1818
+
1819
+ /**
1820
+ * A Realtime item requesting human approval of a tool invocation.
1821
+ */
1822
+ export interface RealtimeMcpApprovalRequest {
1823
+ /**
1824
+ * The unique ID of the approval request.
1825
+ */
1826
+ id: string;
1827
+
1828
+ /**
1829
+ * A JSON string of arguments for the tool.
1830
+ */
1831
+ arguments: string;
1832
+
1833
+ /**
1834
+ * The name of the tool to run.
1835
+ */
1836
+ name: string;
1837
+
1838
+ /**
1839
+ * The label of the MCP server making the request.
1840
+ */
1841
+ server_label: string;
1842
+
1843
+ /**
1844
+ * The type of the item. Always `mcp_approval_request`.
1845
+ */
1846
+ type: 'mcp_approval_request';
1847
+ }
1848
+
1849
+ /**
1850
+ * A Realtime item responding to an MCP approval request.
1851
+ */
1852
+ export interface RealtimeMcpApprovalResponse {
1853
+ /**
1854
+ * The unique ID of the approval response.
1855
+ */
1856
+ id: string;
1857
+
1858
+ /**
1859
+ * The ID of the approval request being answered.
1860
+ */
1861
+ approval_request_id: string;
1862
+
1863
+ /**
1864
+ * Whether the request was approved.
1865
+ */
1866
+ approve: boolean;
1867
+
1868
+ /**
1869
+ * The type of the item. Always `mcp_approval_response`.
1870
+ */
1871
+ type: 'mcp_approval_response';
1872
+
1873
+ /**
1874
+ * Optional reason for the decision.
1875
+ */
1876
+ reason?: string | null;
1877
+ }
1878
+
1879
+ /**
1880
+ * A Realtime item listing tools available on an MCP server.
1881
+ */
1882
+ export interface RealtimeMcpListTools {
1883
+ /**
1884
+ * The label of the MCP server.
1885
+ */
1886
+ server_label: string;
1887
+
1888
+ /**
1889
+ * The tools available on the server.
1890
+ */
1891
+ tools: Array<RealtimeMcpListTools.Tool>;
1892
+
1893
+ /**
1894
+ * The type of the item. Always `mcp_list_tools`.
1895
+ */
1896
+ type: 'mcp_list_tools';
1897
+
1898
+ /**
1899
+ * The unique ID of the list.
1900
+ */
1901
+ id?: string;
1902
+ }
1903
+
1904
+ export namespace RealtimeMcpListTools {
1905
+ /**
1906
+ * A tool available on an MCP server.
1907
+ */
1908
+ export interface Tool {
1909
+ /**
1910
+ * The JSON schema describing the tool's input.
1911
+ */
1912
+ input_schema: unknown;
1913
+
1914
+ /**
1915
+ * The name of the tool.
1916
+ */
1917
+ name: string;
1918
+
1919
+ /**
1920
+ * Additional annotations about the tool.
1921
+ */
1922
+ annotations?: unknown | null;
1923
+
1924
+ /**
1925
+ * The description of the tool.
1926
+ */
1927
+ description?: string | null;
1928
+ }
1929
+ }
1930
+
1931
+ export interface RealtimeMcpProtocolError {
1932
+ code: number;
1933
+
1934
+ message: string;
1935
+
1936
+ type: 'protocol_error';
1937
+ }
1938
+
1939
+ /**
1940
+ * A Realtime item representing an invocation of a tool on an MCP server.
1941
+ */
1942
+ export interface RealtimeMcpToolCall {
1943
+ /**
1944
+ * The unique ID of the tool call.
1945
+ */
1946
+ id: string;
1947
+
1948
+ /**
1949
+ * A JSON string of the arguments passed to the tool.
1950
+ */
1951
+ arguments: string;
1952
+
1953
+ /**
1954
+ * The name of the tool that was run.
1955
+ */
1956
+ name: string;
1957
+
1958
+ /**
1959
+ * The label of the MCP server running the tool.
1960
+ */
1961
+ server_label: string;
1962
+
1963
+ /**
1964
+ * The type of the item. Always `mcp_call`.
1965
+ */
1966
+ type: 'mcp_call';
1967
+
1968
+ /**
1969
+ * The ID of an associated approval request, if any.
1970
+ */
1971
+ approval_request_id?: string | null;
1972
+
1973
+ /**
1974
+ * The error from the tool call, if any.
1975
+ */
1976
+ error?: RealtimeMcpProtocolError | RealtimeMcpToolExecutionError | RealtimeMcphttpError | null;
1977
+
1978
+ /**
1979
+ * The output from the tool call.
1980
+ */
1981
+ output?: string | null;
1982
+ }
1983
+
1984
+ export interface RealtimeMcpToolExecutionError {
1985
+ message: string;
1986
+
1987
+ type: 'tool_execution_error';
1988
+ }
1989
+
1990
+ export interface RealtimeMcphttpError {
1991
+ code: number;
1992
+
1993
+ message: string;
1994
+
1995
+ type: 'http_error';
1996
+ }
1997
+
1998
+ /**
1999
+ * The response resource.
2000
+ */
2001
+ export interface RealtimeResponse {
2002
+ /**
2003
+ * The unique ID of the response, will look like `resp_1234`.
2004
+ */
2005
+ id?: string;
2006
+
2007
+ /**
2008
+ * Configuration for audio output.
2009
+ */
2010
+ audio?: RealtimeResponse.Audio;
2011
+
2012
+ /**
2013
+ * Which conversation the response is added to, determined by the `conversation`
2014
+ * field in the `response.create` event. If `auto`, the response will be added to
2015
+ * the default conversation and the value of `conversation_id` will be an id like
2016
+ * `conv_1234`. If `none`, the response will not be added to any conversation and
2017
+ * the value of `conversation_id` will be `null`. If responses are being triggered
2018
+ * automatically by VAD the response will be added to the default conversation
2019
+ */
2020
+ conversation_id?: string;
2021
+
2022
+ /**
2023
+ * Maximum number of output tokens for a single assistant response, inclusive of
2024
+ * tool calls, that was used in this response.
2025
+ */
2026
+ max_output_tokens?: number | 'inf';
2027
+
2028
+ /**
2029
+ * Set of 16 key-value pairs that can be attached to an object. This can be useful
2030
+ * for storing additional information about the object in a structured format, and
2031
+ * querying for objects via API or the dashboard.
2032
+ *
2033
+ * Keys are strings with a maximum length of 64 characters. Values are strings with
2034
+ * a maximum length of 512 characters.
2035
+ */
2036
+ metadata?: Shared.Metadata | null;
2037
+
2038
+ /**
2039
+ * The object type, must be `realtime.response`.
2040
+ */
2041
+ object?: 'realtime.response';
2042
+
2043
+ /**
2044
+ * The list of output items generated by the response.
2045
+ */
2046
+ output?: Array<ConversationItem>;
2047
+
2048
+ /**
2049
+ * The set of modalities the model used to respond, currently the only possible
2050
+ * values are `[\"audio\"]`, `[\"text\"]`. Audio output always include a text
2051
+ * transcript. Setting the output to mode `text` will disable audio output from the
2052
+ * model.
2053
+ */
2054
+ output_modalities?: Array<'text' | 'audio'>;
2055
+
2056
+ /**
2057
+ * The final status of the response (`completed`, `cancelled`, `failed`, or
2058
+ * `incomplete`, `in_progress`).
2059
+ */
2060
+ status?: 'completed' | 'cancelled' | 'failed' | 'incomplete' | 'in_progress';
2061
+
2062
+ /**
2063
+ * Additional details about the status.
2064
+ */
2065
+ status_details?: RealtimeResponseStatus;
2066
+
2067
+ /**
2068
+ * Usage statistics for the Response, this will correspond to billing. A Realtime
2069
+ * API session will maintain a conversation context and append new Items to the
2070
+ * Conversation, thus output from previous turns (text and audio tokens) will
2071
+ * become the input for later turns.
2072
+ */
2073
+ usage?: RealtimeResponseUsage;
2074
+ }
2075
+
2076
+ export namespace RealtimeResponse {
2077
+ /**
2078
+ * Configuration for audio output.
2079
+ */
2080
+ export interface Audio {
2081
+ output?: Audio.Output;
2082
+ }
2083
+
2084
+ export namespace Audio {
2085
+ export interface Output {
2086
+ /**
2087
+ * The format of the output audio.
2088
+ */
2089
+ format?: RealtimeAPI.RealtimeAudioFormats;
2090
+
2091
+ /**
2092
+ * The voice the model uses to respond. Voice cannot be changed during the session
2093
+ * once the model has responded with audio at least once. Current voice options are
2094
+ * `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, `verse`, `marin`,
2095
+ * and `cedar`. We recommend `marin` and `cedar` for best quality.
2096
+ */
2097
+ voice?:
2098
+ | (string & {})
2099
+ | 'alloy'
2100
+ | 'ash'
2101
+ | 'ballad'
2102
+ | 'coral'
2103
+ | 'echo'
2104
+ | 'sage'
2105
+ | 'shimmer'
2106
+ | 'verse'
2107
+ | 'marin'
2108
+ | 'cedar';
2109
+ }
2110
+ }
2111
+ }
2112
+
2113
+ /**
2114
+ * Configuration for audio input and output.
2115
+ */
2116
+ export interface RealtimeResponseCreateAudioOutput {
2117
+ output?: RealtimeResponseCreateAudioOutput.Output;
2118
+ }
2119
+
2120
+ export namespace RealtimeResponseCreateAudioOutput {
2121
+ export interface Output {
2122
+ /**
2123
+ * The format of the output audio.
2124
+ */
2125
+ format?: RealtimeAPI.RealtimeAudioFormats;
2126
+
2127
+ /**
2128
+ * The voice the model uses to respond. Supported built-in voices are `alloy`,
2129
+ * `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, `verse`, `marin`, and
2130
+ * `cedar`. Voice cannot be changed during the session once the model has responded
2131
+ * with audio at least once.
2132
+ */
2133
+ voice?:
2134
+ | (string & {})
2135
+ | 'alloy'
2136
+ | 'ash'
2137
+ | 'ballad'
2138
+ | 'coral'
2139
+ | 'echo'
2140
+ | 'sage'
2141
+ | 'shimmer'
2142
+ | 'verse'
2143
+ | 'marin'
2144
+ | 'cedar';
2145
+ }
2146
+ }
2147
+
2148
+ /**
2149
+ * Give the model access to additional tools via remote Model Context Protocol
2150
+ * (MCP) servers.
2151
+ * [Learn more about MCP](https://platform.openai.com/docs/guides/tools-remote-mcp).
2152
+ */
2153
+ export interface RealtimeResponseCreateMcpTool {
2154
+ /**
2155
+ * A label for this MCP server, used to identify it in tool calls.
2156
+ */
2157
+ server_label: string;
2158
+
2159
+ /**
2160
+ * The type of the MCP tool. Always `mcp`.
2161
+ */
2162
+ type: 'mcp';
2163
+
2164
+ /**
2165
+ * List of allowed tool names or a filter object.
2166
+ */
2167
+ allowed_tools?: Array<string> | RealtimeResponseCreateMcpTool.McpToolFilter | null;
2168
+
2169
+ /**
2170
+ * An OAuth access token that can be used with a remote MCP server, either with a
2171
+ * custom MCP server URL or a service connector. Your application must handle the
2172
+ * OAuth authorization flow and provide the token here.
2173
+ */
2174
+ authorization?: string;
2175
+
2176
+ /**
2177
+ * Identifier for service connectors, like those available in ChatGPT. One of
2178
+ * `server_url` or `connector_id` must be provided. Learn more about service
2179
+ * connectors
2180
+ * [here](https://platform.openai.com/docs/guides/tools-remote-mcp#connectors).
2181
+ *
2182
+ * Currently supported `connector_id` values are:
2183
+ *
2184
+ * - Dropbox: `connector_dropbox`
2185
+ * - Gmail: `connector_gmail`
2186
+ * - Google Calendar: `connector_googlecalendar`
2187
+ * - Google Drive: `connector_googledrive`
2188
+ * - Microsoft Teams: `connector_microsoftteams`
2189
+ * - Outlook Calendar: `connector_outlookcalendar`
2190
+ * - Outlook Email: `connector_outlookemail`
2191
+ * - SharePoint: `connector_sharepoint`
2192
+ */
2193
+ connector_id?:
2194
+ | 'connector_dropbox'
2195
+ | 'connector_gmail'
2196
+ | 'connector_googlecalendar'
2197
+ | 'connector_googledrive'
2198
+ | 'connector_microsoftteams'
2199
+ | 'connector_outlookcalendar'
2200
+ | 'connector_outlookemail'
2201
+ | 'connector_sharepoint';
2202
+
2203
+ /**
2204
+ * Optional HTTP headers to send to the MCP server. Use for authentication or other
2205
+ * purposes.
2206
+ */
2207
+ headers?: { [key: string]: string } | null;
2208
+
2209
+ /**
2210
+ * Specify which of the MCP server's tools require approval.
2211
+ */
2212
+ require_approval?: RealtimeResponseCreateMcpTool.McpToolApprovalFilter | 'always' | 'never' | null;
2213
+
2214
+ /**
2215
+ * Optional description of the MCP server, used to provide more context.
2216
+ */
2217
+ server_description?: string;
2218
+
2219
+ /**
2220
+ * The URL for the MCP server. One of `server_url` or `connector_id` must be
2221
+ * provided.
2222
+ */
2223
+ server_url?: string;
2224
+ }
2225
+
2226
+ export namespace RealtimeResponseCreateMcpTool {
2227
+ /**
2228
+ * A filter object to specify which tools are allowed.
2229
+ */
2230
+ export interface McpToolFilter {
2231
+ /**
2232
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
2233
+ * is
2234
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
2235
+ * it will match this filter.
2236
+ */
2237
+ read_only?: boolean;
2238
+
2239
+ /**
2240
+ * List of allowed tool names.
2241
+ */
2242
+ tool_names?: Array<string>;
2243
+ }
2244
+
2245
+ /**
2246
+ * Specify which of the MCP server's tools require approval. Can be `always`,
2247
+ * `never`, or a filter object associated with tools that require approval.
2248
+ */
2249
+ export interface McpToolApprovalFilter {
2250
+ /**
2251
+ * A filter object to specify which tools are allowed.
2252
+ */
2253
+ always?: McpToolApprovalFilter.Always;
2254
+
2255
+ /**
2256
+ * A filter object to specify which tools are allowed.
2257
+ */
2258
+ never?: McpToolApprovalFilter.Never;
2259
+ }
2260
+
2261
+ export namespace McpToolApprovalFilter {
2262
+ /**
2263
+ * A filter object to specify which tools are allowed.
2264
+ */
2265
+ export interface Always {
2266
+ /**
2267
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
2268
+ * is
2269
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
2270
+ * it will match this filter.
2271
+ */
2272
+ read_only?: boolean;
2273
+
2274
+ /**
2275
+ * List of allowed tool names.
2276
+ */
2277
+ tool_names?: Array<string>;
2278
+ }
2279
+
2280
+ /**
2281
+ * A filter object to specify which tools are allowed.
2282
+ */
2283
+ export interface Never {
2284
+ /**
2285
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
2286
+ * is
2287
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
2288
+ * it will match this filter.
2289
+ */
2290
+ read_only?: boolean;
2291
+
2292
+ /**
2293
+ * List of allowed tool names.
2294
+ */
2295
+ tool_names?: Array<string>;
2296
+ }
2297
+ }
2298
+ }
2299
+
2300
+ /**
2301
+ * Create a new Realtime response with these parameters
2302
+ */
2303
+ export interface RealtimeResponseCreateParams {
2304
+ /**
2305
+ * Configuration for audio input and output.
2306
+ */
2307
+ audio?: RealtimeResponseCreateAudioOutput;
2308
+
2309
+ /**
2310
+ * Controls which conversation the response is added to. Currently supports `auto`
2311
+ * and `none`, with `auto` as the default value. The `auto` value means that the
2312
+ * contents of the response will be added to the default conversation. Set this to
2313
+ * `none` to create an out-of-band response which will not add items to default
2314
+ * conversation.
2315
+ */
2316
+ conversation?: (string & {}) | 'auto' | 'none';
2317
+
2318
+ /**
2319
+ * Input items to include in the prompt for the model. Using this field creates a
2320
+ * new context for this Response instead of using the default conversation. An
2321
+ * empty array `[]` will clear the context for this Response. Note that this can
2322
+ * include references to items that previously appeared in the session using their
2323
+ * id.
2324
+ */
2325
+ input?: Array<ConversationItem>;
2326
+
2327
+ /**
2328
+ * The default system instructions (i.e. system message) prepended to model calls.
2329
+ * This field allows the client to guide the model on desired responses. The model
2330
+ * can be instructed on response content and format, (e.g. "be extremely succinct",
2331
+ * "act friendly", "here are examples of good responses") and on audio behavior
2332
+ * (e.g. "talk quickly", "inject emotion into your voice", "laugh frequently"). The
2333
+ * instructions are not guaranteed to be followed by the model, but they provide
2334
+ * guidance to the model on the desired behavior. Note that the server sets default
2335
+ * instructions which will be used if this field is not set and are visible in the
2336
+ * `session.created` event at the start of the session.
2337
+ */
2338
+ instructions?: string;
2339
+
2340
+ /**
2341
+ * Maximum number of output tokens for a single assistant response, inclusive of
2342
+ * tool calls. Provide an integer between 1 and 4096 to limit output tokens, or
2343
+ * `inf` for the maximum available tokens for a given model. Defaults to `inf`.
2344
+ */
2345
+ max_output_tokens?: number | 'inf';
2346
+
2347
+ /**
2348
+ * Set of 16 key-value pairs that can be attached to an object. This can be useful
2349
+ * for storing additional information about the object in a structured format, and
2350
+ * querying for objects via API or the dashboard.
2351
+ *
2352
+ * Keys are strings with a maximum length of 64 characters. Values are strings with
2353
+ * a maximum length of 512 characters.
2354
+ */
2355
+ metadata?: Shared.Metadata | null;
2356
+
2357
+ /**
2358
+ * The set of modalities the model used to respond, currently the only possible
2359
+ * values are `[\"audio\"]`, `[\"text\"]`. Audio output always include a text
2360
+ * transcript. Setting the output to mode `text` will disable audio output from the
2361
+ * model.
2362
+ */
2363
+ output_modalities?: Array<'text' | 'audio'>;
2364
+
2365
+ /**
2366
+ * Reference to a prompt template and its variables.
2367
+ * [Learn more](https://platform.openai.com/docs/guides/text?api-mode=responses#reusable-prompts).
2368
+ */
2369
+ prompt?: ResponsesAPI.ResponsePrompt | null;
2370
+
2371
+ /**
2372
+ * How the model chooses tools. Provide one of the string modes or force a specific
2373
+ * function/MCP tool.
2374
+ */
2375
+ tool_choice?: ResponsesAPI.ToolChoiceOptions | ResponsesAPI.ToolChoiceFunction | ResponsesAPI.ToolChoiceMcp;
2376
+
2377
+ /**
2378
+ * Tools available to the model.
2379
+ */
2380
+ tools?: Array<RealtimeFunctionTool | RealtimeResponseCreateMcpTool>;
2381
+ }
2382
+
2383
+ /**
2384
+ * Additional details about the status.
2385
+ */
2386
+ export interface RealtimeResponseStatus {
2387
+ /**
2388
+ * A description of the error that caused the response to fail, populated when the
2389
+ * `status` is `failed`.
2390
+ */
2391
+ error?: RealtimeResponseStatus.Error;
2392
+
2393
+ /**
2394
+ * The reason the Response did not complete. For a `cancelled` Response, one of
2395
+ * `turn_detected` (the server VAD detected a new start of speech) or
2396
+ * `client_cancelled` (the client sent a cancel event). For an `incomplete`
2397
+ * Response, one of `max_output_tokens` or `content_filter` (the server-side safety
2398
+ * filter activated and cut off the response).
2399
+ */
2400
+ reason?: 'turn_detected' | 'client_cancelled' | 'max_output_tokens' | 'content_filter';
2401
+
2402
+ /**
2403
+ * The type of error that caused the response to fail, corresponding with the
2404
+ * `status` field (`completed`, `cancelled`, `incomplete`, `failed`).
2405
+ */
2406
+ type?: 'completed' | 'cancelled' | 'incomplete' | 'failed';
2407
+ }
2408
+
2409
+ export namespace RealtimeResponseStatus {
2410
+ /**
2411
+ * A description of the error that caused the response to fail, populated when the
2412
+ * `status` is `failed`.
2413
+ */
2414
+ export interface Error {
2415
+ /**
2416
+ * Error code, if any.
2417
+ */
2418
+ code?: string;
2419
+
2420
+ /**
2421
+ * The type of error.
2422
+ */
2423
+ type?: string;
2424
+ }
2425
+ }
2426
+
2427
+ /**
2428
+ * Usage statistics for the Response, this will correspond to billing. A Realtime
2429
+ * API session will maintain a conversation context and append new Items to the
2430
+ * Conversation, thus output from previous turns (text and audio tokens) will
2431
+ * become the input for later turns.
2432
+ */
2433
+ export interface RealtimeResponseUsage {
2434
+ /**
2435
+ * Details about the input tokens used in the Response. Cached tokens are tokens
2436
+ * from previous turns in the conversation that are included as context for the
2437
+ * current response. Cached tokens here are counted as a subset of input tokens,
2438
+ * meaning input tokens will include cached and uncached tokens.
2439
+ */
2440
+ input_token_details?: RealtimeResponseUsageInputTokenDetails;
2441
+
2442
+ /**
2443
+ * The number of input tokens used in the Response, including text and audio
2444
+ * tokens.
2445
+ */
2446
+ input_tokens?: number;
2447
+
2448
+ /**
2449
+ * Details about the output tokens used in the Response.
2450
+ */
2451
+ output_token_details?: RealtimeResponseUsageOutputTokenDetails;
2452
+
2453
+ /**
2454
+ * The number of output tokens sent in the Response, including text and audio
2455
+ * tokens.
2456
+ */
2457
+ output_tokens?: number;
2458
+
2459
+ /**
2460
+ * The total number of tokens in the Response including input and output text and
2461
+ * audio tokens.
2462
+ */
2463
+ total_tokens?: number;
2464
+ }
2465
+
2466
+ /**
2467
+ * Details about the input tokens used in the Response. Cached tokens are tokens
2468
+ * from previous turns in the conversation that are included as context for the
2469
+ * current response. Cached tokens here are counted as a subset of input tokens,
2470
+ * meaning input tokens will include cached and uncached tokens.
2471
+ */
2472
+ export interface RealtimeResponseUsageInputTokenDetails {
2473
+ /**
2474
+ * The number of audio tokens used as input for the Response.
2475
+ */
2476
+ audio_tokens?: number;
2477
+
2478
+ /**
2479
+ * The number of cached tokens used as input for the Response.
2480
+ */
2481
+ cached_tokens?: number;
2482
+
2483
+ /**
2484
+ * Details about the cached tokens used as input for the Response.
2485
+ */
2486
+ cached_tokens_details?: RealtimeResponseUsageInputTokenDetails.CachedTokensDetails;
2487
+
2488
+ /**
2489
+ * The number of image tokens used as input for the Response.
2490
+ */
2491
+ image_tokens?: number;
2492
+
2493
+ /**
2494
+ * The number of text tokens used as input for the Response.
2495
+ */
2496
+ text_tokens?: number;
2497
+ }
2498
+
2499
+ export namespace RealtimeResponseUsageInputTokenDetails {
2500
+ /**
2501
+ * Details about the cached tokens used as input for the Response.
2502
+ */
2503
+ export interface CachedTokensDetails {
2504
+ /**
2505
+ * The number of cached audio tokens used as input for the Response.
2506
+ */
2507
+ audio_tokens?: number;
2508
+
2509
+ /**
2510
+ * The number of cached image tokens used as input for the Response.
2511
+ */
2512
+ image_tokens?: number;
2513
+
2514
+ /**
2515
+ * The number of cached text tokens used as input for the Response.
2516
+ */
2517
+ text_tokens?: number;
2518
+ }
2519
+ }
2520
+
2521
+ /**
2522
+ * Details about the output tokens used in the Response.
2523
+ */
2524
+ export interface RealtimeResponseUsageOutputTokenDetails {
2525
+ /**
2526
+ * The number of audio tokens used in the Response.
2527
+ */
2528
+ audio_tokens?: number;
2529
+
2530
+ /**
2531
+ * The number of text tokens used in the Response.
2532
+ */
2533
+ text_tokens?: number;
2534
+ }
2535
+
2536
+ /**
2537
+ * A realtime server event.
2538
+ */
2539
+ export type RealtimeServerEvent =
2540
+ | ConversationCreatedEvent
2541
+ | ConversationItemCreatedEvent
2542
+ | ConversationItemDeletedEvent
2543
+ | ConversationItemInputAudioTranscriptionCompletedEvent
2544
+ | ConversationItemInputAudioTranscriptionDeltaEvent
2545
+ | ConversationItemInputAudioTranscriptionFailedEvent
2546
+ | RealtimeServerEvent.ConversationItemRetrieved
2547
+ | ConversationItemTruncatedEvent
2548
+ | RealtimeErrorEvent
2549
+ | InputAudioBufferClearedEvent
2550
+ | InputAudioBufferCommittedEvent
2551
+ | InputAudioBufferDtmfEventReceivedEvent
2552
+ | InputAudioBufferSpeechStartedEvent
2553
+ | InputAudioBufferSpeechStoppedEvent
2554
+ | RateLimitsUpdatedEvent
2555
+ | ResponseAudioDeltaEvent
2556
+ | ResponseAudioDoneEvent
2557
+ | ResponseAudioTranscriptDeltaEvent
2558
+ | ResponseAudioTranscriptDoneEvent
2559
+ | ResponseContentPartAddedEvent
2560
+ | ResponseContentPartDoneEvent
2561
+ | ResponseCreatedEvent
2562
+ | ResponseDoneEvent
2563
+ | ResponseFunctionCallArgumentsDeltaEvent
2564
+ | ResponseFunctionCallArgumentsDoneEvent
2565
+ | ResponseOutputItemAddedEvent
2566
+ | ResponseOutputItemDoneEvent
2567
+ | ResponseTextDeltaEvent
2568
+ | ResponseTextDoneEvent
2569
+ | SessionCreatedEvent
2570
+ | SessionUpdatedEvent
2571
+ | RealtimeServerEvent.OutputAudioBufferStarted
2572
+ | RealtimeServerEvent.OutputAudioBufferStopped
2573
+ | RealtimeServerEvent.OutputAudioBufferCleared
2574
+ | ConversationItemAdded
2575
+ | ConversationItemDone
2576
+ | InputAudioBufferTimeoutTriggered
2577
+ | ConversationItemInputAudioTranscriptionSegment
2578
+ | McpListToolsInProgress
2579
+ | McpListToolsCompleted
2580
+ | McpListToolsFailed
2581
+ | ResponseMcpCallArgumentsDelta
2582
+ | ResponseMcpCallArgumentsDone
2583
+ | ResponseMcpCallInProgress
2584
+ | ResponseMcpCallCompleted
2585
+ | ResponseMcpCallFailed;
2586
+
2587
+ export namespace RealtimeServerEvent {
2588
+ /**
2589
+ * Returned when a conversation item is retrieved with
2590
+ * `conversation.item.retrieve`. This is provided as a way to fetch the server's
2591
+ * representation of an item, for example to get access to the post-processed audio
2592
+ * data after noise cancellation and VAD. It includes the full content of the Item,
2593
+ * including audio data.
2594
+ */
2595
+ export interface ConversationItemRetrieved {
2596
+ /**
2597
+ * The unique ID of the server event.
2598
+ */
2599
+ event_id: string;
2600
+
2601
+ /**
2602
+ * A single item within a Realtime conversation.
2603
+ */
2604
+ item: RealtimeAPI.ConversationItem;
2605
+
2606
+ /**
2607
+ * The event type, must be `conversation.item.retrieved`.
2608
+ */
2609
+ type: 'conversation.item.retrieved';
2610
+ }
2611
+
2612
+ /**
2613
+ * **WebRTC/SIP Only:** Emitted when the server begins streaming audio to the
2614
+ * client. This event is emitted after an audio content part has been added
2615
+ * (`response.content_part.added`) to the response.
2616
+ * [Learn more](https://platform.openai.com/docs/guides/realtime-conversations#client-and-server-events-for-audio-in-webrtc).
2617
+ */
2618
+ export interface OutputAudioBufferStarted {
2619
+ /**
2620
+ * The unique ID of the server event.
2621
+ */
2622
+ event_id: string;
2623
+
2624
+ /**
2625
+ * The unique ID of the response that produced the audio.
2626
+ */
2627
+ response_id: string;
2628
+
2629
+ /**
2630
+ * The event type, must be `output_audio_buffer.started`.
2631
+ */
2632
+ type: 'output_audio_buffer.started';
2633
+ }
2634
+
2635
+ /**
2636
+ * **WebRTC/SIP Only:** Emitted when the output audio buffer has been completely
2637
+ * drained on the server, and no more audio is forthcoming. This event is emitted
2638
+ * after the full response data has been sent to the client (`response.done`).
2639
+ * [Learn more](https://platform.openai.com/docs/guides/realtime-conversations#client-and-server-events-for-audio-in-webrtc).
2640
+ */
2641
+ export interface OutputAudioBufferStopped {
2642
+ /**
2643
+ * The unique ID of the server event.
2644
+ */
2645
+ event_id: string;
2646
+
2647
+ /**
2648
+ * The unique ID of the response that produced the audio.
2649
+ */
2650
+ response_id: string;
2651
+
2652
+ /**
2653
+ * The event type, must be `output_audio_buffer.stopped`.
2654
+ */
2655
+ type: 'output_audio_buffer.stopped';
2656
+ }
2657
+
2658
+ /**
2659
+ * **WebRTC/SIP Only:** Emitted when the output audio buffer is cleared. This
2660
+ * happens either in VAD mode when the user has interrupted
2661
+ * (`input_audio_buffer.speech_started`), or when the client has emitted the
2662
+ * `output_audio_buffer.clear` event to manually cut off the current audio
2663
+ * response.
2664
+ * [Learn more](https://platform.openai.com/docs/guides/realtime-conversations#client-and-server-events-for-audio-in-webrtc).
2665
+ */
2666
+ export interface OutputAudioBufferCleared {
2667
+ /**
2668
+ * The unique ID of the server event.
2669
+ */
2670
+ event_id: string;
2671
+
2672
+ /**
2673
+ * The unique ID of the response that produced the audio.
2674
+ */
2675
+ response_id: string;
2676
+
2677
+ /**
2678
+ * The event type, must be `output_audio_buffer.cleared`.
2679
+ */
2680
+ type: 'output_audio_buffer.cleared';
2681
+ }
2682
+ }
2683
+
2684
+ /**
2685
+ * Realtime session object for the beta interface.
2686
+ */
2687
+ export interface RealtimeSession {
2688
+ /**
2689
+ * Unique identifier for the session that looks like `sess_1234567890abcdef`.
2690
+ */
2691
+ id?: string;
2692
+
2693
+ /**
2694
+ * Expiration timestamp for the session, in seconds since epoch.
2695
+ */
2696
+ expires_at?: number;
2697
+
2698
+ /**
2699
+ * Additional fields to include in server outputs.
2700
+ *
2701
+ * - `item.input_audio_transcription.logprobs`: Include logprobs for input audio
2702
+ * transcription.
2703
+ */
2704
+ include?: Array<'item.input_audio_transcription.logprobs'> | null;
2705
+
2706
+ /**
2707
+ * The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`. For
2708
+ * `pcm16`, input audio must be 16-bit PCM at a 24kHz sample rate, single channel
2709
+ * (mono), and little-endian byte order.
2710
+ */
2711
+ input_audio_format?: 'pcm16' | 'g711_ulaw' | 'g711_alaw';
2712
+
2713
+ /**
2714
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
2715
+ * off. Noise reduction filters audio added to the input audio buffer before it is
2716
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
2717
+ * detection accuracy (reducing false positives) and model performance by improving
2718
+ * perception of the input audio.
2719
+ */
2720
+ input_audio_noise_reduction?: RealtimeSession.InputAudioNoiseReduction;
2721
+
2722
+ /**
2723
+ * Configuration for input audio transcription, defaults to off and can be set to
2724
+ * `null` to turn off once on. Input audio transcription is not native to the
2725
+ * model, since the model consumes audio directly. Transcription runs
2726
+ * asynchronously through
2727
+ * [the /audio/transcriptions endpoint](https://platform.openai.com/docs/api-reference/audio/createTranscription)
2728
+ * and should be treated as guidance of input audio content rather than precisely
2729
+ * what the model heard. The client can optionally set the language and prompt for
2730
+ * transcription, these offer additional guidance to the transcription service.
2731
+ */
2732
+ input_audio_transcription?: AudioTranscription | null;
2733
+
2734
+ /**
2735
+ * The default system instructions (i.e. system message) prepended to model calls.
2736
+ * This field allows the client to guide the model on desired responses. The model
2737
+ * can be instructed on response content and format, (e.g. "be extremely succinct",
2738
+ * "act friendly", "here are examples of good responses") and on audio behavior
2739
+ * (e.g. "talk quickly", "inject emotion into your voice", "laugh frequently"). The
2740
+ * instructions are not guaranteed to be followed by the model, but they provide
2741
+ * guidance to the model on the desired behavior.
2742
+ *
2743
+ * Note that the server sets default instructions which will be used if this field
2744
+ * is not set and are visible in the `session.created` event at the start of the
2745
+ * session.
2746
+ */
2747
+ instructions?: string;
2748
+
2749
+ /**
2750
+ * Maximum number of output tokens for a single assistant response, inclusive of
2751
+ * tool calls. Provide an integer between 1 and 4096 to limit output tokens, or
2752
+ * `inf` for the maximum available tokens for a given model. Defaults to `inf`.
2753
+ */
2754
+ max_response_output_tokens?: number | 'inf';
2755
+
2756
+ /**
2757
+ * The set of modalities the model can respond with. To disable audio, set this to
2758
+ * ["text"].
2759
+ */
2760
+ modalities?: Array<'text' | 'audio'>;
2761
+
2762
+ /**
2763
+ * The Realtime model used for this session.
2764
+ */
2765
+ model?:
2766
+ | (string & {})
2767
+ | 'gpt-realtime'
2768
+ | 'gpt-realtime-2025-08-28'
2769
+ | 'gpt-4o-realtime-preview'
2770
+ | 'gpt-4o-realtime-preview-2024-10-01'
2771
+ | 'gpt-4o-realtime-preview-2024-12-17'
2772
+ | 'gpt-4o-realtime-preview-2025-06-03'
2773
+ | 'gpt-4o-mini-realtime-preview'
2774
+ | 'gpt-4o-mini-realtime-preview-2024-12-17'
2775
+ | 'gpt-realtime-mini'
2776
+ | 'gpt-realtime-mini-2025-10-06'
2777
+ | 'gpt-realtime-mini-2025-12-15'
2778
+ | 'gpt-audio-mini'
2779
+ | 'gpt-audio-mini-2025-10-06'
2780
+ | 'gpt-audio-mini-2025-12-15';
2781
+
2782
+ /**
2783
+ * The object type. Always `realtime.session`.
2784
+ */
2785
+ object?: 'realtime.session';
2786
+
2787
+ /**
2788
+ * The format of output audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.
2789
+ * For `pcm16`, output audio is sampled at a rate of 24kHz.
2790
+ */
2791
+ output_audio_format?: 'pcm16' | 'g711_ulaw' | 'g711_alaw';
2792
+
2793
+ /**
2794
+ * Reference to a prompt template and its variables.
2795
+ * [Learn more](https://platform.openai.com/docs/guides/text?api-mode=responses#reusable-prompts).
2796
+ */
2797
+ prompt?: ResponsesAPI.ResponsePrompt | null;
2798
+
2799
+ /**
2800
+ * The speed of the model's spoken response. 1.0 is the default speed. 0.25 is the
2801
+ * minimum speed. 1.5 is the maximum speed. This value can only be changed in
2802
+ * between model turns, not while a response is in progress.
2803
+ */
2804
+ speed?: number;
2805
+
2806
+ /**
2807
+ * Sampling temperature for the model, limited to [0.6, 1.2]. For audio models a
2808
+ * temperature of 0.8 is highly recommended for best performance.
2809
+ */
2810
+ temperature?: number;
2811
+
2812
+ /**
2813
+ * How the model chooses tools. Options are `auto`, `none`, `required`, or specify
2814
+ * a function.
2815
+ */
2816
+ tool_choice?: string;
2817
+
2818
+ /**
2819
+ * Tools (functions) available to the model.
2820
+ */
2821
+ tools?: Array<RealtimeFunctionTool>;
2822
+
2823
+ /**
2824
+ * Configuration options for tracing. Set to null to disable tracing. Once tracing
2825
+ * is enabled for a session, the configuration cannot be modified.
2826
+ *
2827
+ * `auto` will create a trace for the session with default values for the workflow
2828
+ * name, group id, and metadata.
2829
+ */
2830
+ tracing?: 'auto' | RealtimeSession.TracingConfiguration | null;
2831
+
2832
+ /**
2833
+ * Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
2834
+ * set to `null` to turn off, in which case the client must manually trigger model
2835
+ * response.
2836
+ *
2837
+ * Server VAD means that the model will detect the start and end of speech based on
2838
+ * audio volume and respond at the end of user speech.
2839
+ *
2840
+ * Semantic VAD is more advanced and uses a turn detection model (in conjunction
2841
+ * with VAD) to semantically estimate whether the user has finished speaking, then
2842
+ * dynamically sets a timeout based on this probability. For example, if user audio
2843
+ * trails off with "uhhm", the model will score a low probability of turn end and
2844
+ * wait longer for the user to continue speaking. This can be useful for more
2845
+ * natural conversations, but may have a higher latency.
2846
+ */
2847
+ turn_detection?: RealtimeSession.ServerVad | RealtimeSession.SemanticVad | null;
2848
+
2849
+ /**
2850
+ * The voice the model uses to respond. Voice cannot be changed during the session
2851
+ * once the model has responded with audio at least once. Current voice options are
2852
+ * `alloy`, `ash`, `ballad`, `coral`, `echo`, `sage`, `shimmer`, and `verse`.
2853
+ */
2854
+ voice?:
2855
+ | (string & {})
2856
+ | 'alloy'
2857
+ | 'ash'
2858
+ | 'ballad'
2859
+ | 'coral'
2860
+ | 'echo'
2861
+ | 'sage'
2862
+ | 'shimmer'
2863
+ | 'verse'
2864
+ | 'marin'
2865
+ | 'cedar';
2866
+ }
2867
+
2868
+ export namespace RealtimeSession {
2869
+ /**
2870
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
2871
+ * off. Noise reduction filters audio added to the input audio buffer before it is
2872
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
2873
+ * detection accuracy (reducing false positives) and model performance by improving
2874
+ * perception of the input audio.
2875
+ */
2876
+ export interface InputAudioNoiseReduction {
2877
+ /**
2878
+ * Type of noise reduction. `near_field` is for close-talking microphones such as
2879
+ * headphones, `far_field` is for far-field microphones such as laptop or
2880
+ * conference room microphones.
2881
+ */
2882
+ type?: RealtimeAPI.NoiseReductionType;
2883
+ }
2884
+
2885
+ /**
2886
+ * Granular configuration for tracing.
2887
+ */
2888
+ export interface TracingConfiguration {
2889
+ /**
2890
+ * The group id to attach to this trace to enable filtering and grouping in the
2891
+ * traces dashboard.
2892
+ */
2893
+ group_id?: string;
2894
+
2895
+ /**
2896
+ * The arbitrary metadata to attach to this trace to enable filtering in the traces
2897
+ * dashboard.
2898
+ */
2899
+ metadata?: unknown;
2900
+
2901
+ /**
2902
+ * The name of the workflow to attach to this trace. This is used to name the trace
2903
+ * in the traces dashboard.
2904
+ */
2905
+ workflow_name?: string;
2906
+ }
2907
+
2908
+ /**
2909
+ * Server-side voice activity detection (VAD) which flips on when user speech is
2910
+ * detected and off after a period of silence.
2911
+ */
2912
+ export interface ServerVad {
2913
+ /**
2914
+ * Type of turn detection, `server_vad` to turn on simple Server VAD.
2915
+ */
2916
+ type: 'server_vad';
2917
+
2918
+ /**
2919
+ * Whether or not to automatically generate a response when a VAD stop event
2920
+ * occurs. If `interrupt_response` is set to `false` this may fail to create a
2921
+ * response if the model is already responding.
2922
+ *
2923
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
2924
+ * will never respond automatically but VAD events will still be emitted.
2925
+ */
2926
+ create_response?: boolean;
2927
+
2928
+ /**
2929
+ * Optional timeout after which a model response will be triggered automatically.
2930
+ * This is useful for situations in which a long pause from the user is unexpected,
2931
+ * such as a phone call. The model will effectively prompt the user to continue the
2932
+ * conversation based on the current context.
2933
+ *
2934
+ * The timeout value will be applied after the last model response's audio has
2935
+ * finished playing, i.e. it's set to the `response.done` time plus audio playback
2936
+ * duration.
2937
+ *
2938
+ * An `input_audio_buffer.timeout_triggered` event (plus events associated with the
2939
+ * Response) will be emitted when the timeout is reached. Idle timeout is currently
2940
+ * only supported for `server_vad` mode.
2941
+ */
2942
+ idle_timeout_ms?: number | null;
2943
+
2944
+ /**
2945
+ * Whether or not to automatically interrupt (cancel) any ongoing response with
2946
+ * output to the default conversation (i.e. `conversation` of `auto`) when a VAD
2947
+ * start event occurs. If `true` then the response will be cancelled, otherwise it
2948
+ * will continue until complete.
2949
+ *
2950
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
2951
+ * will never respond automatically but VAD events will still be emitted.
2952
+ */
2953
+ interrupt_response?: boolean;
2954
+
2955
+ /**
2956
+ * Used only for `server_vad` mode. Amount of audio to include before the VAD
2957
+ * detected speech (in milliseconds). Defaults to 300ms.
2958
+ */
2959
+ prefix_padding_ms?: number;
2960
+
2961
+ /**
2962
+ * Used only for `server_vad` mode. Duration of silence to detect speech stop (in
2963
+ * milliseconds). Defaults to 500ms. With shorter values the model will respond
2964
+ * more quickly, but may jump in on short pauses from the user.
2965
+ */
2966
+ silence_duration_ms?: number;
2967
+
2968
+ /**
2969
+ * Used only for `server_vad` mode. Activation threshold for VAD (0.0 to 1.0), this
2970
+ * defaults to 0.5. A higher threshold will require louder audio to activate the
2971
+ * model, and thus might perform better in noisy environments.
2972
+ */
2973
+ threshold?: number;
2974
+ }
2975
+
2976
+ /**
2977
+ * Server-side semantic turn detection which uses a model to determine when the
2978
+ * user has finished speaking.
2979
+ */
2980
+ export interface SemanticVad {
2981
+ /**
2982
+ * Type of turn detection, `semantic_vad` to turn on Semantic VAD.
2983
+ */
2984
+ type: 'semantic_vad';
2985
+
2986
+ /**
2987
+ * Whether or not to automatically generate a response when a VAD stop event
2988
+ * occurs.
2989
+ */
2990
+ create_response?: boolean;
2991
+
2992
+ /**
2993
+ * Used only for `semantic_vad` mode. The eagerness of the model to respond. `low`
2994
+ * will wait longer for the user to continue speaking, `high` will respond more
2995
+ * quickly. `auto` is the default and is equivalent to `medium`. `low`, `medium`,
2996
+ * and `high` have max timeouts of 8s, 4s, and 2s respectively.
2997
+ */
2998
+ eagerness?: 'low' | 'medium' | 'high' | 'auto';
2999
+
3000
+ /**
3001
+ * Whether or not to automatically interrupt any ongoing response with output to
3002
+ * the default conversation (i.e. `conversation` of `auto`) when a VAD start event
3003
+ * occurs.
3004
+ */
3005
+ interrupt_response?: boolean;
3006
+ }
3007
+ }
3008
+
3009
+ /**
3010
+ * Realtime session object configuration.
3011
+ */
3012
+ export interface RealtimeSessionCreateRequest {
3013
+ /**
3014
+ * The type of session to create. Always `realtime` for the Realtime API.
3015
+ */
3016
+ type: 'realtime';
3017
+
3018
+ /**
3019
+ * Configuration for input and output audio.
3020
+ */
3021
+ audio?: RealtimeAudioConfig;
3022
+
3023
+ /**
3024
+ * Additional fields to include in server outputs.
3025
+ *
3026
+ * `item.input_audio_transcription.logprobs`: Include logprobs for input audio
3027
+ * transcription.
3028
+ */
3029
+ include?: Array<'item.input_audio_transcription.logprobs'>;
3030
+
3031
+ /**
3032
+ * The default system instructions (i.e. system message) prepended to model calls.
3033
+ * This field allows the client to guide the model on desired responses. The model
3034
+ * can be instructed on response content and format, (e.g. "be extremely succinct",
3035
+ * "act friendly", "here are examples of good responses") and on audio behavior
3036
+ * (e.g. "talk quickly", "inject emotion into your voice", "laugh frequently"). The
3037
+ * instructions are not guaranteed to be followed by the model, but they provide
3038
+ * guidance to the model on the desired behavior.
3039
+ *
3040
+ * Note that the server sets default instructions which will be used if this field
3041
+ * is not set and are visible in the `session.created` event at the start of the
3042
+ * session.
3043
+ */
3044
+ instructions?: string;
3045
+
3046
+ /**
3047
+ * Maximum number of output tokens for a single assistant response, inclusive of
3048
+ * tool calls. Provide an integer between 1 and 4096 to limit output tokens, or
3049
+ * `inf` for the maximum available tokens for a given model. Defaults to `inf`.
3050
+ */
3051
+ max_output_tokens?: number | 'inf';
3052
+
3053
+ /**
3054
+ * The Realtime model used for this session.
3055
+ */
3056
+ model?:
3057
+ | (string & {})
3058
+ | 'gpt-realtime'
3059
+ | 'gpt-realtime-2025-08-28'
3060
+ | 'gpt-4o-realtime-preview'
3061
+ | 'gpt-4o-realtime-preview-2024-10-01'
3062
+ | 'gpt-4o-realtime-preview-2024-12-17'
3063
+ | 'gpt-4o-realtime-preview-2025-06-03'
3064
+ | 'gpt-4o-mini-realtime-preview'
3065
+ | 'gpt-4o-mini-realtime-preview-2024-12-17'
3066
+ | 'gpt-realtime-mini'
3067
+ | 'gpt-realtime-mini-2025-10-06'
3068
+ | 'gpt-realtime-mini-2025-12-15'
3069
+ | 'gpt-audio-mini'
3070
+ | 'gpt-audio-mini-2025-10-06'
3071
+ | 'gpt-audio-mini-2025-12-15';
3072
+
3073
+ /**
3074
+ * The set of modalities the model can respond with. It defaults to `["audio"]`,
3075
+ * indicating that the model will respond with audio plus a transcript. `["text"]`
3076
+ * can be used to make the model respond with text only. It is not possible to
3077
+ * request both `text` and `audio` at the same time.
3078
+ */
3079
+ output_modalities?: Array<'text' | 'audio'>;
3080
+
3081
+ /**
3082
+ * Reference to a prompt template and its variables.
3083
+ * [Learn more](https://platform.openai.com/docs/guides/text?api-mode=responses#reusable-prompts).
3084
+ */
3085
+ prompt?: ResponsesAPI.ResponsePrompt | null;
3086
+
3087
+ /**
3088
+ * How the model chooses tools. Provide one of the string modes or force a specific
3089
+ * function/MCP tool.
3090
+ */
3091
+ tool_choice?: RealtimeToolChoiceConfig;
3092
+
3093
+ /**
3094
+ * Tools available to the model.
3095
+ */
3096
+ tools?: RealtimeToolsConfig;
3097
+
3098
+ /**
3099
+ * Realtime API can write session traces to the
3100
+ * [Traces Dashboard](/logs?api=traces). Set to null to disable tracing. Once
3101
+ * tracing is enabled for a session, the configuration cannot be modified.
3102
+ *
3103
+ * `auto` will create a trace for the session with default values for the workflow
3104
+ * name, group id, and metadata.
3105
+ */
3106
+ tracing?: RealtimeTracingConfig | null;
3107
+
3108
+ /**
3109
+ * When the number of tokens in a conversation exceeds the model's input token
3110
+ * limit, the conversation be truncated, meaning messages (starting from the
3111
+ * oldest) will not be included in the model's context. A 32k context model with
3112
+ * 4,096 max output tokens can only include 28,224 tokens in the context before
3113
+ * truncation occurs.
3114
+ *
3115
+ * Clients can configure truncation behavior to truncate with a lower max token
3116
+ * limit, which is an effective way to control token usage and cost.
3117
+ *
3118
+ * Truncation will reduce the number of cached tokens on the next turn (busting the
3119
+ * cache), since messages are dropped from the beginning of the context. However,
3120
+ * clients can also configure truncation to retain messages up to a fraction of the
3121
+ * maximum context size, which will reduce the need for future truncations and thus
3122
+ * improve the cache rate.
3123
+ *
3124
+ * Truncation can be disabled entirely, which means the server will never truncate
3125
+ * but would instead return an error if the conversation exceeds the model's input
3126
+ * token limit.
3127
+ */
3128
+ truncation?: RealtimeTruncation;
3129
+ }
3130
+
3131
+ /**
3132
+ * How the model chooses tools. Provide one of the string modes or force a specific
3133
+ * function/MCP tool.
3134
+ */
3135
+ export type RealtimeToolChoiceConfig =
3136
+ | ResponsesAPI.ToolChoiceOptions
3137
+ | ResponsesAPI.ToolChoiceFunction
3138
+ | ResponsesAPI.ToolChoiceMcp;
3139
+
3140
+ /**
3141
+ * Tools available to the model.
3142
+ */
3143
+ export type RealtimeToolsConfig = Array<RealtimeToolsConfigUnion>;
3144
+
3145
+ /**
3146
+ * Give the model access to additional tools via remote Model Context Protocol
3147
+ * (MCP) servers.
3148
+ * [Learn more about MCP](https://platform.openai.com/docs/guides/tools-remote-mcp).
3149
+ */
3150
+ export type RealtimeToolsConfigUnion = RealtimeFunctionTool | RealtimeToolsConfigUnion.Mcp;
3151
+
3152
+ export namespace RealtimeToolsConfigUnion {
3153
+ /**
3154
+ * Give the model access to additional tools via remote Model Context Protocol
3155
+ * (MCP) servers.
3156
+ * [Learn more about MCP](https://platform.openai.com/docs/guides/tools-remote-mcp).
3157
+ */
3158
+ export interface Mcp {
3159
+ /**
3160
+ * A label for this MCP server, used to identify it in tool calls.
3161
+ */
3162
+ server_label: string;
3163
+
3164
+ /**
3165
+ * The type of the MCP tool. Always `mcp`.
3166
+ */
3167
+ type: 'mcp';
3168
+
3169
+ /**
3170
+ * List of allowed tool names or a filter object.
3171
+ */
3172
+ allowed_tools?: Array<string> | Mcp.McpToolFilter | null;
3173
+
3174
+ /**
3175
+ * An OAuth access token that can be used with a remote MCP server, either with a
3176
+ * custom MCP server URL or a service connector. Your application must handle the
3177
+ * OAuth authorization flow and provide the token here.
3178
+ */
3179
+ authorization?: string;
3180
+
3181
+ /**
3182
+ * Identifier for service connectors, like those available in ChatGPT. One of
3183
+ * `server_url` or `connector_id` must be provided. Learn more about service
3184
+ * connectors
3185
+ * [here](https://platform.openai.com/docs/guides/tools-remote-mcp#connectors).
3186
+ *
3187
+ * Currently supported `connector_id` values are:
3188
+ *
3189
+ * - Dropbox: `connector_dropbox`
3190
+ * - Gmail: `connector_gmail`
3191
+ * - Google Calendar: `connector_googlecalendar`
3192
+ * - Google Drive: `connector_googledrive`
3193
+ * - Microsoft Teams: `connector_microsoftteams`
3194
+ * - Outlook Calendar: `connector_outlookcalendar`
3195
+ * - Outlook Email: `connector_outlookemail`
3196
+ * - SharePoint: `connector_sharepoint`
3197
+ */
3198
+ connector_id?:
3199
+ | 'connector_dropbox'
3200
+ | 'connector_gmail'
3201
+ | 'connector_googlecalendar'
3202
+ | 'connector_googledrive'
3203
+ | 'connector_microsoftteams'
3204
+ | 'connector_outlookcalendar'
3205
+ | 'connector_outlookemail'
3206
+ | 'connector_sharepoint';
3207
+
3208
+ /**
3209
+ * Optional HTTP headers to send to the MCP server. Use for authentication or other
3210
+ * purposes.
3211
+ */
3212
+ headers?: { [key: string]: string } | null;
3213
+
3214
+ /**
3215
+ * Specify which of the MCP server's tools require approval.
3216
+ */
3217
+ require_approval?: Mcp.McpToolApprovalFilter | 'always' | 'never' | null;
3218
+
3219
+ /**
3220
+ * Optional description of the MCP server, used to provide more context.
3221
+ */
3222
+ server_description?: string;
3223
+
3224
+ /**
3225
+ * The URL for the MCP server. One of `server_url` or `connector_id` must be
3226
+ * provided.
3227
+ */
3228
+ server_url?: string;
3229
+ }
3230
+
3231
+ export namespace Mcp {
3232
+ /**
3233
+ * A filter object to specify which tools are allowed.
3234
+ */
3235
+ export interface McpToolFilter {
3236
+ /**
3237
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
3238
+ * is
3239
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
3240
+ * it will match this filter.
3241
+ */
3242
+ read_only?: boolean;
3243
+
3244
+ /**
3245
+ * List of allowed tool names.
3246
+ */
3247
+ tool_names?: Array<string>;
3248
+ }
3249
+
3250
+ /**
3251
+ * Specify which of the MCP server's tools require approval. Can be `always`,
3252
+ * `never`, or a filter object associated with tools that require approval.
3253
+ */
3254
+ export interface McpToolApprovalFilter {
3255
+ /**
3256
+ * A filter object to specify which tools are allowed.
3257
+ */
3258
+ always?: McpToolApprovalFilter.Always;
3259
+
3260
+ /**
3261
+ * A filter object to specify which tools are allowed.
3262
+ */
3263
+ never?: McpToolApprovalFilter.Never;
3264
+ }
3265
+
3266
+ export namespace McpToolApprovalFilter {
3267
+ /**
3268
+ * A filter object to specify which tools are allowed.
3269
+ */
3270
+ export interface Always {
3271
+ /**
3272
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
3273
+ * is
3274
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
3275
+ * it will match this filter.
3276
+ */
3277
+ read_only?: boolean;
3278
+
3279
+ /**
3280
+ * List of allowed tool names.
3281
+ */
3282
+ tool_names?: Array<string>;
3283
+ }
3284
+
3285
+ /**
3286
+ * A filter object to specify which tools are allowed.
3287
+ */
3288
+ export interface Never {
3289
+ /**
3290
+ * Indicates whether or not a tool modifies data or is read-only. If an MCP server
3291
+ * is
3292
+ * [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
3293
+ * it will match this filter.
3294
+ */
3295
+ read_only?: boolean;
3296
+
3297
+ /**
3298
+ * List of allowed tool names.
3299
+ */
3300
+ tool_names?: Array<string>;
3301
+ }
3302
+ }
3303
+ }
3304
+ }
3305
+
3306
+ /**
3307
+ * Realtime API can write session traces to the
3308
+ * [Traces Dashboard](/logs?api=traces). Set to null to disable tracing. Once
3309
+ * tracing is enabled for a session, the configuration cannot be modified.
3310
+ *
3311
+ * `auto` will create a trace for the session with default values for the workflow
3312
+ * name, group id, and metadata.
3313
+ */
3314
+ export type RealtimeTracingConfig = 'auto' | RealtimeTracingConfig.TracingConfiguration;
3315
+
3316
+ export namespace RealtimeTracingConfig {
3317
+ /**
3318
+ * Granular configuration for tracing.
3319
+ */
3320
+ export interface TracingConfiguration {
3321
+ /**
3322
+ * The group id to attach to this trace to enable filtering and grouping in the
3323
+ * Traces Dashboard.
3324
+ */
3325
+ group_id?: string;
3326
+
3327
+ /**
3328
+ * The arbitrary metadata to attach to this trace to enable filtering in the Traces
3329
+ * Dashboard.
3330
+ */
3331
+ metadata?: unknown;
3332
+
3333
+ /**
3334
+ * The name of the workflow to attach to this trace. This is used to name the trace
3335
+ * in the Traces Dashboard.
3336
+ */
3337
+ workflow_name?: string;
3338
+ }
3339
+ }
3340
+
3341
+ /**
3342
+ * Configuration for input and output audio.
3343
+ */
3344
+ export interface RealtimeTranscriptionSessionAudio {
3345
+ input?: RealtimeTranscriptionSessionAudioInput;
3346
+ }
3347
+
3348
+ export interface RealtimeTranscriptionSessionAudioInput {
3349
+ /**
3350
+ * The PCM audio format. Only a 24kHz sample rate is supported.
3351
+ */
3352
+ format?: RealtimeAudioFormats;
3353
+
3354
+ /**
3355
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
3356
+ * off. Noise reduction filters audio added to the input audio buffer before it is
3357
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
3358
+ * detection accuracy (reducing false positives) and model performance by improving
3359
+ * perception of the input audio.
3360
+ */
3361
+ noise_reduction?: RealtimeTranscriptionSessionAudioInput.NoiseReduction;
3362
+
3363
+ /**
3364
+ * Configuration for input audio transcription, defaults to off and can be set to
3365
+ * `null` to turn off once on. Input audio transcription is not native to the
3366
+ * model, since the model consumes audio directly. Transcription runs
3367
+ * asynchronously through
3368
+ * [the /audio/transcriptions endpoint](https://platform.openai.com/docs/api-reference/audio/createTranscription)
3369
+ * and should be treated as guidance of input audio content rather than precisely
3370
+ * what the model heard. The client can optionally set the language and prompt for
3371
+ * transcription, these offer additional guidance to the transcription service.
3372
+ */
3373
+ transcription?: AudioTranscription;
3374
+
3375
+ /**
3376
+ * Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
3377
+ * set to `null` to turn off, in which case the client must manually trigger model
3378
+ * response.
3379
+ *
3380
+ * Server VAD means that the model will detect the start and end of speech based on
3381
+ * audio volume and respond at the end of user speech.
3382
+ *
3383
+ * Semantic VAD is more advanced and uses a turn detection model (in conjunction
3384
+ * with VAD) to semantically estimate whether the user has finished speaking, then
3385
+ * dynamically sets a timeout based on this probability. For example, if user audio
3386
+ * trails off with "uhhm", the model will score a low probability of turn end and
3387
+ * wait longer for the user to continue speaking. This can be useful for more
3388
+ * natural conversations, but may have a higher latency.
3389
+ */
3390
+ turn_detection?: RealtimeTranscriptionSessionAudioInputTurnDetection | null;
3391
+ }
3392
+
3393
+ export namespace RealtimeTranscriptionSessionAudioInput {
3394
+ /**
3395
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
3396
+ * off. Noise reduction filters audio added to the input audio buffer before it is
3397
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
3398
+ * detection accuracy (reducing false positives) and model performance by improving
3399
+ * perception of the input audio.
3400
+ */
3401
+ export interface NoiseReduction {
3402
+ /**
3403
+ * Type of noise reduction. `near_field` is for close-talking microphones such as
3404
+ * headphones, `far_field` is for far-field microphones such as laptop or
3405
+ * conference room microphones.
3406
+ */
3407
+ type?: RealtimeAPI.NoiseReductionType;
3408
+ }
3409
+ }
3410
+
3411
+ /**
3412
+ * Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
3413
+ * set to `null` to turn off, in which case the client must manually trigger model
3414
+ * response.
3415
+ *
3416
+ * Server VAD means that the model will detect the start and end of speech based on
3417
+ * audio volume and respond at the end of user speech.
3418
+ *
3419
+ * Semantic VAD is more advanced and uses a turn detection model (in conjunction
3420
+ * with VAD) to semantically estimate whether the user has finished speaking, then
3421
+ * dynamically sets a timeout based on this probability. For example, if user audio
3422
+ * trails off with "uhhm", the model will score a low probability of turn end and
3423
+ * wait longer for the user to continue speaking. This can be useful for more
3424
+ * natural conversations, but may have a higher latency.
3425
+ */
3426
+ export type RealtimeTranscriptionSessionAudioInputTurnDetection =
3427
+ | RealtimeTranscriptionSessionAudioInputTurnDetection.ServerVad
3428
+ | RealtimeTranscriptionSessionAudioInputTurnDetection.SemanticVad;
3429
+
3430
+ export namespace RealtimeTranscriptionSessionAudioInputTurnDetection {
3431
+ /**
3432
+ * Server-side voice activity detection (VAD) which flips on when user speech is
3433
+ * detected and off after a period of silence.
3434
+ */
3435
+ export interface ServerVad {
3436
+ /**
3437
+ * Type of turn detection, `server_vad` to turn on simple Server VAD.
3438
+ */
3439
+ type: 'server_vad';
3440
+
3441
+ /**
3442
+ * Whether or not to automatically generate a response when a VAD stop event
3443
+ * occurs. If `interrupt_response` is set to `false` this may fail to create a
3444
+ * response if the model is already responding.
3445
+ *
3446
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
3447
+ * will never respond automatically but VAD events will still be emitted.
3448
+ */
3449
+ create_response?: boolean;
3450
+
3451
+ /**
3452
+ * Optional timeout after which a model response will be triggered automatically.
3453
+ * This is useful for situations in which a long pause from the user is unexpected,
3454
+ * such as a phone call. The model will effectively prompt the user to continue the
3455
+ * conversation based on the current context.
3456
+ *
3457
+ * The timeout value will be applied after the last model response's audio has
3458
+ * finished playing, i.e. it's set to the `response.done` time plus audio playback
3459
+ * duration.
3460
+ *
3461
+ * An `input_audio_buffer.timeout_triggered` event (plus events associated with the
3462
+ * Response) will be emitted when the timeout is reached. Idle timeout is currently
3463
+ * only supported for `server_vad` mode.
3464
+ */
3465
+ idle_timeout_ms?: number | null;
3466
+
3467
+ /**
3468
+ * Whether or not to automatically interrupt (cancel) any ongoing response with
3469
+ * output to the default conversation (i.e. `conversation` of `auto`) when a VAD
3470
+ * start event occurs. If `true` then the response will be cancelled, otherwise it
3471
+ * will continue until complete.
3472
+ *
3473
+ * If both `create_response` and `interrupt_response` are set to `false`, the model
3474
+ * will never respond automatically but VAD events will still be emitted.
3475
+ */
3476
+ interrupt_response?: boolean;
3477
+
3478
+ /**
3479
+ * Used only for `server_vad` mode. Amount of audio to include before the VAD
3480
+ * detected speech (in milliseconds). Defaults to 300ms.
3481
+ */
3482
+ prefix_padding_ms?: number;
3483
+
3484
+ /**
3485
+ * Used only for `server_vad` mode. Duration of silence to detect speech stop (in
3486
+ * milliseconds). Defaults to 500ms. With shorter values the model will respond
3487
+ * more quickly, but may jump in on short pauses from the user.
3488
+ */
3489
+ silence_duration_ms?: number;
3490
+
3491
+ /**
3492
+ * Used only for `server_vad` mode. Activation threshold for VAD (0.0 to 1.0), this
3493
+ * defaults to 0.5. A higher threshold will require louder audio to activate the
3494
+ * model, and thus might perform better in noisy environments.
3495
+ */
3496
+ threshold?: number;
3497
+ }
3498
+
3499
+ /**
3500
+ * Server-side semantic turn detection which uses a model to determine when the
3501
+ * user has finished speaking.
3502
+ */
3503
+ export interface SemanticVad {
3504
+ /**
3505
+ * Type of turn detection, `semantic_vad` to turn on Semantic VAD.
3506
+ */
3507
+ type: 'semantic_vad';
3508
+
3509
+ /**
3510
+ * Whether or not to automatically generate a response when a VAD stop event
3511
+ * occurs.
3512
+ */
3513
+ create_response?: boolean;
3514
+
3515
+ /**
3516
+ * Used only for `semantic_vad` mode. The eagerness of the model to respond. `low`
3517
+ * will wait longer for the user to continue speaking, `high` will respond more
3518
+ * quickly. `auto` is the default and is equivalent to `medium`. `low`, `medium`,
3519
+ * and `high` have max timeouts of 8s, 4s, and 2s respectively.
3520
+ */
3521
+ eagerness?: 'low' | 'medium' | 'high' | 'auto';
3522
+
3523
+ /**
3524
+ * Whether or not to automatically interrupt any ongoing response with output to
3525
+ * the default conversation (i.e. `conversation` of `auto`) when a VAD start event
3526
+ * occurs.
3527
+ */
3528
+ interrupt_response?: boolean;
3529
+ }
3530
+ }
3531
+
3532
+ /**
3533
+ * Realtime transcription session object configuration.
3534
+ */
3535
+ export interface RealtimeTranscriptionSessionCreateRequest {
3536
+ /**
3537
+ * The type of session to create. Always `transcription` for transcription
3538
+ * sessions.
3539
+ */
3540
+ type: 'transcription';
3541
+
3542
+ /**
3543
+ * Configuration for input and output audio.
3544
+ */
3545
+ audio?: RealtimeTranscriptionSessionAudio;
3546
+
3547
+ /**
3548
+ * Additional fields to include in server outputs.
3549
+ *
3550
+ * `item.input_audio_transcription.logprobs`: Include logprobs for input audio
3551
+ * transcription.
3552
+ */
3553
+ include?: Array<'item.input_audio_transcription.logprobs'>;
3554
+ }
3555
+
3556
+ /**
3557
+ * When the number of tokens in a conversation exceeds the model's input token
3558
+ * limit, the conversation be truncated, meaning messages (starting from the
3559
+ * oldest) will not be included in the model's context. A 32k context model with
3560
+ * 4,096 max output tokens can only include 28,224 tokens in the context before
3561
+ * truncation occurs.
3562
+ *
3563
+ * Clients can configure truncation behavior to truncate with a lower max token
3564
+ * limit, which is an effective way to control token usage and cost.
3565
+ *
3566
+ * Truncation will reduce the number of cached tokens on the next turn (busting the
3567
+ * cache), since messages are dropped from the beginning of the context. However,
3568
+ * clients can also configure truncation to retain messages up to a fraction of the
3569
+ * maximum context size, which will reduce the need for future truncations and thus
3570
+ * improve the cache rate.
3571
+ *
3572
+ * Truncation can be disabled entirely, which means the server will never truncate
3573
+ * but would instead return an error if the conversation exceeds the model's input
3574
+ * token limit.
3575
+ */
3576
+ export type RealtimeTruncation = 'auto' | 'disabled' | RealtimeTruncationRetentionRatio;
3577
+
3578
+ /**
3579
+ * Retain a fraction of the conversation tokens when the conversation exceeds the
3580
+ * input token limit. This allows you to amortize truncations across multiple
3581
+ * turns, which can help improve cached token usage.
3582
+ */
3583
+ export interface RealtimeTruncationRetentionRatio {
3584
+ /**
3585
+ * Fraction of post-instruction conversation tokens to retain (`0.0` - `1.0`) when
3586
+ * the conversation exceeds the input token limit. Setting this to `0.8` means that
3587
+ * messages will be dropped until 80% of the maximum allowed tokens are used. This
3588
+ * helps reduce the frequency of truncations and improve cache rates.
3589
+ */
3590
+ retention_ratio: number;
3591
+
3592
+ /**
3593
+ * Use retention ratio truncation.
3594
+ */
3595
+ type: 'retention_ratio';
3596
+
3597
+ /**
3598
+ * Optional custom token limits for this truncation strategy. If not provided, the
3599
+ * model's default token limits will be used.
3600
+ */
3601
+ token_limits?: RealtimeTruncationRetentionRatio.TokenLimits;
3602
+ }
3603
+
3604
+ export namespace RealtimeTruncationRetentionRatio {
3605
+ /**
3606
+ * Optional custom token limits for this truncation strategy. If not provided, the
3607
+ * model's default token limits will be used.
3608
+ */
3609
+ export interface TokenLimits {
3610
+ /**
3611
+ * Maximum tokens allowed in the conversation after instructions (which including
3612
+ * tool definitions). For example, setting this to 5,000 would mean that truncation
3613
+ * would occur when the conversation exceeds 5,000 tokens after instructions. This
3614
+ * cannot be higher than the model's context window size minus the maximum output
3615
+ * tokens.
3616
+ */
3617
+ post_instructions?: number;
3618
+ }
3619
+ }
3620
+
3621
+ /**
3622
+ * Returned when the model-generated audio is updated.
3623
+ */
3624
+ export interface ResponseAudioDeltaEvent {
3625
+ /**
3626
+ * The index of the content part in the item's content array.
3627
+ */
3628
+ content_index: number;
3629
+
3630
+ /**
3631
+ * Base64-encoded audio data delta.
3632
+ */
3633
+ delta: string;
3634
+
3635
+ /**
3636
+ * The unique ID of the server event.
3637
+ */
3638
+ event_id: string;
3639
+
3640
+ /**
3641
+ * The ID of the item.
3642
+ */
3643
+ item_id: string;
3644
+
3645
+ /**
3646
+ * The index of the output item in the response.
3647
+ */
3648
+ output_index: number;
3649
+
3650
+ /**
3651
+ * The ID of the response.
3652
+ */
3653
+ response_id: string;
3654
+
3655
+ /**
3656
+ * The event type, must be `response.output_audio.delta`.
3657
+ */
3658
+ type: 'response.output_audio.delta';
3659
+ }
3660
+
3661
+ /**
3662
+ * Returned when the model-generated audio is done. Also emitted when a Response is
3663
+ * interrupted, incomplete, or cancelled.
3664
+ */
3665
+ export interface ResponseAudioDoneEvent {
3666
+ /**
3667
+ * The index of the content part in the item's content array.
3668
+ */
3669
+ content_index: number;
3670
+
3671
+ /**
3672
+ * The unique ID of the server event.
3673
+ */
3674
+ event_id: string;
3675
+
3676
+ /**
3677
+ * The ID of the item.
3678
+ */
3679
+ item_id: string;
3680
+
3681
+ /**
3682
+ * The index of the output item in the response.
3683
+ */
3684
+ output_index: number;
3685
+
3686
+ /**
3687
+ * The ID of the response.
3688
+ */
3689
+ response_id: string;
3690
+
3691
+ /**
3692
+ * The event type, must be `response.output_audio.done`.
3693
+ */
3694
+ type: 'response.output_audio.done';
3695
+ }
3696
+
3697
+ /**
3698
+ * Returned when the model-generated transcription of audio output is updated.
3699
+ */
3700
+ export interface ResponseAudioTranscriptDeltaEvent {
3701
+ /**
3702
+ * The index of the content part in the item's content array.
3703
+ */
3704
+ content_index: number;
3705
+
3706
+ /**
3707
+ * The transcript delta.
3708
+ */
3709
+ delta: string;
3710
+
3711
+ /**
3712
+ * The unique ID of the server event.
3713
+ */
3714
+ event_id: string;
3715
+
3716
+ /**
3717
+ * The ID of the item.
3718
+ */
3719
+ item_id: string;
3720
+
3721
+ /**
3722
+ * The index of the output item in the response.
3723
+ */
3724
+ output_index: number;
3725
+
3726
+ /**
3727
+ * The ID of the response.
3728
+ */
3729
+ response_id: string;
3730
+
3731
+ /**
3732
+ * The event type, must be `response.output_audio_transcript.delta`.
3733
+ */
3734
+ type: 'response.output_audio_transcript.delta';
3735
+ }
3736
+
3737
+ /**
3738
+ * Returned when the model-generated transcription of audio output is done
3739
+ * streaming. Also emitted when a Response is interrupted, incomplete, or
3740
+ * cancelled.
3741
+ */
3742
+ export interface ResponseAudioTranscriptDoneEvent {
3743
+ /**
3744
+ * The index of the content part in the item's content array.
3745
+ */
3746
+ content_index: number;
3747
+
3748
+ /**
3749
+ * The unique ID of the server event.
3750
+ */
3751
+ event_id: string;
3752
+
3753
+ /**
3754
+ * The ID of the item.
3755
+ */
3756
+ item_id: string;
3757
+
3758
+ /**
3759
+ * The index of the output item in the response.
3760
+ */
3761
+ output_index: number;
3762
+
3763
+ /**
3764
+ * The ID of the response.
3765
+ */
3766
+ response_id: string;
3767
+
3768
+ /**
3769
+ * The final transcript of the audio.
3770
+ */
3771
+ transcript: string;
3772
+
3773
+ /**
3774
+ * The event type, must be `response.output_audio_transcript.done`.
3775
+ */
3776
+ type: 'response.output_audio_transcript.done';
3777
+ }
3778
+
3779
+ /**
3780
+ * Send this event to cancel an in-progress response. The server will respond with
3781
+ * a `response.done` event with a status of `response.status=cancelled`. If there
3782
+ * is no response to cancel, the server will respond with an error. It's safe to
3783
+ * call `response.cancel` even if no response is in progress, an error will be
3784
+ * returned the session will remain unaffected.
3785
+ */
3786
+ export interface ResponseCancelEvent {
3787
+ /**
3788
+ * The event type, must be `response.cancel`.
3789
+ */
3790
+ type: 'response.cancel';
3791
+
3792
+ /**
3793
+ * Optional client-generated ID used to identify this event.
3794
+ */
3795
+ event_id?: string;
3796
+
3797
+ /**
3798
+ * A specific response ID to cancel - if not provided, will cancel an in-progress
3799
+ * response in the default conversation.
3800
+ */
3801
+ response_id?: string;
3802
+ }
3803
+
3804
+ /**
3805
+ * Returned when a new content part is added to an assistant message item during
3806
+ * response generation.
3807
+ */
3808
+ export interface ResponseContentPartAddedEvent {
3809
+ /**
3810
+ * The index of the content part in the item's content array.
3811
+ */
3812
+ content_index: number;
3813
+
3814
+ /**
3815
+ * The unique ID of the server event.
3816
+ */
3817
+ event_id: string;
3818
+
3819
+ /**
3820
+ * The ID of the item to which the content part was added.
3821
+ */
3822
+ item_id: string;
3823
+
3824
+ /**
3825
+ * The index of the output item in the response.
3826
+ */
3827
+ output_index: number;
3828
+
3829
+ /**
3830
+ * The content part that was added.
3831
+ */
3832
+ part: ResponseContentPartAddedEvent.Part;
3833
+
3834
+ /**
3835
+ * The ID of the response.
3836
+ */
3837
+ response_id: string;
3838
+
3839
+ /**
3840
+ * The event type, must be `response.content_part.added`.
3841
+ */
3842
+ type: 'response.content_part.added';
3843
+ }
3844
+
3845
+ export namespace ResponseContentPartAddedEvent {
3846
+ /**
3847
+ * The content part that was added.
3848
+ */
3849
+ export interface Part {
3850
+ /**
3851
+ * Base64-encoded audio data (if type is "audio").
3852
+ */
3853
+ audio?: string;
3854
+
3855
+ /**
3856
+ * The text content (if type is "text").
3857
+ */
3858
+ text?: string;
3859
+
3860
+ /**
3861
+ * The transcript of the audio (if type is "audio").
3862
+ */
3863
+ transcript?: string;
3864
+
3865
+ /**
3866
+ * The content type ("text", "audio").
3867
+ */
3868
+ type?: 'text' | 'audio';
3869
+ }
3870
+ }
3871
+
3872
+ /**
3873
+ * Returned when a content part is done streaming in an assistant message item.
3874
+ * Also emitted when a Response is interrupted, incomplete, or cancelled.
3875
+ */
3876
+ export interface ResponseContentPartDoneEvent {
3877
+ /**
3878
+ * The index of the content part in the item's content array.
3879
+ */
3880
+ content_index: number;
3881
+
3882
+ /**
3883
+ * The unique ID of the server event.
3884
+ */
3885
+ event_id: string;
3886
+
3887
+ /**
3888
+ * The ID of the item.
3889
+ */
3890
+ item_id: string;
3891
+
3892
+ /**
3893
+ * The index of the output item in the response.
3894
+ */
3895
+ output_index: number;
3896
+
3897
+ /**
3898
+ * The content part that is done.
3899
+ */
3900
+ part: ResponseContentPartDoneEvent.Part;
3901
+
3902
+ /**
3903
+ * The ID of the response.
3904
+ */
3905
+ response_id: string;
3906
+
3907
+ /**
3908
+ * The event type, must be `response.content_part.done`.
3909
+ */
3910
+ type: 'response.content_part.done';
3911
+ }
3912
+
3913
+ export namespace ResponseContentPartDoneEvent {
3914
+ /**
3915
+ * The content part that is done.
3916
+ */
3917
+ export interface Part {
3918
+ /**
3919
+ * Base64-encoded audio data (if type is "audio").
3920
+ */
3921
+ audio?: string;
3922
+
3923
+ /**
3924
+ * The text content (if type is "text").
3925
+ */
3926
+ text?: string;
3927
+
3928
+ /**
3929
+ * The transcript of the audio (if type is "audio").
3930
+ */
3931
+ transcript?: string;
3932
+
3933
+ /**
3934
+ * The content type ("text", "audio").
3935
+ */
3936
+ type?: 'text' | 'audio';
3937
+ }
3938
+ }
3939
+
3940
+ /**
3941
+ * This event instructs the server to create a Response, which means triggering
3942
+ * model inference. When in Server VAD mode, the server will create Responses
3943
+ * automatically.
3944
+ *
3945
+ * A Response will include at least one Item, and may have two, in which case the
3946
+ * second will be a function call. These Items will be appended to the conversation
3947
+ * history by default.
3948
+ *
3949
+ * The server will respond with a `response.created` event, events for Items and
3950
+ * content created, and finally a `response.done` event to indicate the Response is
3951
+ * complete.
3952
+ *
3953
+ * The `response.create` event includes inference configuration like `instructions`
3954
+ * and `tools`. If these are set, they will override the Session's configuration
3955
+ * for this Response only.
3956
+ *
3957
+ * Responses can be created out-of-band of the default Conversation, meaning that
3958
+ * they can have arbitrary input, and it's possible to disable writing the output
3959
+ * to the Conversation. Only one Response can write to the default Conversation at
3960
+ * a time, but otherwise multiple Responses can be created in parallel. The
3961
+ * `metadata` field is a good way to disambiguate multiple simultaneous Responses.
3962
+ *
3963
+ * Clients can set `conversation` to `none` to create a Response that does not
3964
+ * write to the default Conversation. Arbitrary input can be provided with the
3965
+ * `input` field, which is an array accepting raw Items and references to existing
3966
+ * Items.
3967
+ */
3968
+ export interface ResponseCreateEvent {
3969
+ /**
3970
+ * The event type, must be `response.create`.
3971
+ */
3972
+ type: 'response.create';
3973
+
3974
+ /**
3975
+ * Optional client-generated ID used to identify this event.
3976
+ */
3977
+ event_id?: string;
3978
+
3979
+ /**
3980
+ * Create a new Realtime response with these parameters
3981
+ */
3982
+ response?: RealtimeResponseCreateParams;
3983
+ }
3984
+
3985
+ /**
3986
+ * Returned when a new Response is created. The first event of response creation,
3987
+ * where the response is in an initial state of `in_progress`.
3988
+ */
3989
+ export interface ResponseCreatedEvent {
3990
+ /**
3991
+ * The unique ID of the server event.
3992
+ */
3993
+ event_id: string;
3994
+
3995
+ /**
3996
+ * The response resource.
3997
+ */
3998
+ response: RealtimeResponse;
3999
+
4000
+ /**
4001
+ * The event type, must be `response.created`.
4002
+ */
4003
+ type: 'response.created';
4004
+ }
4005
+
4006
+ /**
4007
+ * Returned when a Response is done streaming. Always emitted, no matter the final
4008
+ * state. The Response object included in the `response.done` event will include
4009
+ * all output Items in the Response but will omit the raw audio data.
4010
+ *
4011
+ * Clients should check the `status` field of the Response to determine if it was
4012
+ * successful (`completed`) or if there was another outcome: `cancelled`, `failed`,
4013
+ * or `incomplete`.
4014
+ *
4015
+ * A response will contain all output items that were generated during the
4016
+ * response, excluding any audio content.
4017
+ */
4018
+ export interface ResponseDoneEvent {
4019
+ /**
4020
+ * The unique ID of the server event.
4021
+ */
4022
+ event_id: string;
4023
+
4024
+ /**
4025
+ * The response resource.
4026
+ */
4027
+ response: RealtimeResponse;
4028
+
4029
+ /**
4030
+ * The event type, must be `response.done`.
4031
+ */
4032
+ type: 'response.done';
4033
+ }
4034
+
4035
+ /**
4036
+ * Returned when the model-generated function call arguments are updated.
4037
+ */
4038
+ export interface ResponseFunctionCallArgumentsDeltaEvent {
4039
+ /**
4040
+ * The ID of the function call.
4041
+ */
4042
+ call_id: string;
4043
+
4044
+ /**
4045
+ * The arguments delta as a JSON string.
4046
+ */
4047
+ delta: string;
4048
+
4049
+ /**
4050
+ * The unique ID of the server event.
4051
+ */
4052
+ event_id: string;
4053
+
4054
+ /**
4055
+ * The ID of the function call item.
4056
+ */
4057
+ item_id: string;
4058
+
4059
+ /**
4060
+ * The index of the output item in the response.
4061
+ */
4062
+ output_index: number;
4063
+
4064
+ /**
4065
+ * The ID of the response.
4066
+ */
4067
+ response_id: string;
4068
+
4069
+ /**
4070
+ * The event type, must be `response.function_call_arguments.delta`.
4071
+ */
4072
+ type: 'response.function_call_arguments.delta';
4073
+ }
4074
+
4075
+ /**
4076
+ * Returned when the model-generated function call arguments are done streaming.
4077
+ * Also emitted when a Response is interrupted, incomplete, or cancelled.
4078
+ */
4079
+ export interface ResponseFunctionCallArgumentsDoneEvent {
4080
+ /**
4081
+ * The final arguments as a JSON string.
4082
+ */
4083
+ arguments: string;
4084
+
4085
+ /**
4086
+ * The ID of the function call.
4087
+ */
4088
+ call_id: string;
4089
+
4090
+ /**
4091
+ * The unique ID of the server event.
4092
+ */
4093
+ event_id: string;
4094
+
4095
+ /**
4096
+ * The ID of the function call item.
4097
+ */
4098
+ item_id: string;
4099
+
4100
+ /**
4101
+ * The name of the function that was called.
4102
+ */
4103
+ name: string;
4104
+
4105
+ /**
4106
+ * The index of the output item in the response.
4107
+ */
4108
+ output_index: number;
4109
+
4110
+ /**
4111
+ * The ID of the response.
4112
+ */
4113
+ response_id: string;
4114
+
4115
+ /**
4116
+ * The event type, must be `response.function_call_arguments.done`.
4117
+ */
4118
+ type: 'response.function_call_arguments.done';
4119
+ }
4120
+
4121
+ /**
4122
+ * Returned when MCP tool call arguments are updated during response generation.
4123
+ */
4124
+ export interface ResponseMcpCallArgumentsDelta {
4125
+ /**
4126
+ * The JSON-encoded arguments delta.
4127
+ */
4128
+ delta: string;
4129
+
4130
+ /**
4131
+ * The unique ID of the server event.
4132
+ */
4133
+ event_id: string;
4134
+
4135
+ /**
4136
+ * The ID of the MCP tool call item.
4137
+ */
4138
+ item_id: string;
4139
+
4140
+ /**
4141
+ * The index of the output item in the response.
4142
+ */
4143
+ output_index: number;
4144
+
4145
+ /**
4146
+ * The ID of the response.
4147
+ */
4148
+ response_id: string;
4149
+
4150
+ /**
4151
+ * The event type, must be `response.mcp_call_arguments.delta`.
4152
+ */
4153
+ type: 'response.mcp_call_arguments.delta';
4154
+
4155
+ /**
4156
+ * If present, indicates the delta text was obfuscated.
4157
+ */
4158
+ obfuscation?: string | null;
4159
+ }
4160
+
4161
+ /**
4162
+ * Returned when MCP tool call arguments are finalized during response generation.
4163
+ */
4164
+ export interface ResponseMcpCallArgumentsDone {
4165
+ /**
4166
+ * The final JSON-encoded arguments string.
4167
+ */
4168
+ arguments: string;
4169
+
4170
+ /**
4171
+ * The unique ID of the server event.
4172
+ */
4173
+ event_id: string;
4174
+
4175
+ /**
4176
+ * The ID of the MCP tool call item.
4177
+ */
4178
+ item_id: string;
4179
+
4180
+ /**
4181
+ * The index of the output item in the response.
4182
+ */
4183
+ output_index: number;
4184
+
4185
+ /**
4186
+ * The ID of the response.
4187
+ */
4188
+ response_id: string;
4189
+
4190
+ /**
4191
+ * The event type, must be `response.mcp_call_arguments.done`.
4192
+ */
4193
+ type: 'response.mcp_call_arguments.done';
4194
+ }
4195
+
4196
+ /**
4197
+ * Returned when an MCP tool call has completed successfully.
4198
+ */
4199
+ export interface ResponseMcpCallCompleted {
4200
+ /**
4201
+ * The unique ID of the server event.
4202
+ */
4203
+ event_id: string;
4204
+
4205
+ /**
4206
+ * The ID of the MCP tool call item.
4207
+ */
4208
+ item_id: string;
4209
+
4210
+ /**
4211
+ * The index of the output item in the response.
4212
+ */
4213
+ output_index: number;
4214
+
4215
+ /**
4216
+ * The event type, must be `response.mcp_call.completed`.
4217
+ */
4218
+ type: 'response.mcp_call.completed';
4219
+ }
4220
+
4221
+ /**
4222
+ * Returned when an MCP tool call has failed.
4223
+ */
4224
+ export interface ResponseMcpCallFailed {
4225
+ /**
4226
+ * The unique ID of the server event.
4227
+ */
4228
+ event_id: string;
4229
+
4230
+ /**
4231
+ * The ID of the MCP tool call item.
4232
+ */
4233
+ item_id: string;
4234
+
4235
+ /**
4236
+ * The index of the output item in the response.
4237
+ */
4238
+ output_index: number;
4239
+
4240
+ /**
4241
+ * The event type, must be `response.mcp_call.failed`.
4242
+ */
4243
+ type: 'response.mcp_call.failed';
4244
+ }
4245
+
4246
+ /**
4247
+ * Returned when an MCP tool call has started and is in progress.
4248
+ */
4249
+ export interface ResponseMcpCallInProgress {
4250
+ /**
4251
+ * The unique ID of the server event.
4252
+ */
4253
+ event_id: string;
4254
+
4255
+ /**
4256
+ * The ID of the MCP tool call item.
4257
+ */
4258
+ item_id: string;
4259
+
4260
+ /**
4261
+ * The index of the output item in the response.
4262
+ */
4263
+ output_index: number;
4264
+
4265
+ /**
4266
+ * The event type, must be `response.mcp_call.in_progress`.
4267
+ */
4268
+ type: 'response.mcp_call.in_progress';
4269
+ }
4270
+
4271
+ /**
4272
+ * Returned when a new Item is created during Response generation.
4273
+ */
4274
+ export interface ResponseOutputItemAddedEvent {
4275
+ /**
4276
+ * The unique ID of the server event.
4277
+ */
4278
+ event_id: string;
4279
+
4280
+ /**
4281
+ * A single item within a Realtime conversation.
4282
+ */
4283
+ item: ConversationItem;
4284
+
4285
+ /**
4286
+ * The index of the output item in the Response.
4287
+ */
4288
+ output_index: number;
4289
+
4290
+ /**
4291
+ * The ID of the Response to which the item belongs.
4292
+ */
4293
+ response_id: string;
4294
+
4295
+ /**
4296
+ * The event type, must be `response.output_item.added`.
4297
+ */
4298
+ type: 'response.output_item.added';
4299
+ }
4300
+
4301
+ /**
4302
+ * Returned when an Item is done streaming. Also emitted when a Response is
4303
+ * interrupted, incomplete, or cancelled.
4304
+ */
4305
+ export interface ResponseOutputItemDoneEvent {
4306
+ /**
4307
+ * The unique ID of the server event.
4308
+ */
4309
+ event_id: string;
4310
+
4311
+ /**
4312
+ * A single item within a Realtime conversation.
4313
+ */
4314
+ item: ConversationItem;
4315
+
4316
+ /**
4317
+ * The index of the output item in the Response.
4318
+ */
4319
+ output_index: number;
4320
+
4321
+ /**
4322
+ * The ID of the Response to which the item belongs.
4323
+ */
4324
+ response_id: string;
4325
+
4326
+ /**
4327
+ * The event type, must be `response.output_item.done`.
4328
+ */
4329
+ type: 'response.output_item.done';
4330
+ }
4331
+
4332
+ /**
4333
+ * Returned when the text value of an "output_text" content part is updated.
4334
+ */
4335
+ export interface ResponseTextDeltaEvent {
4336
+ /**
4337
+ * The index of the content part in the item's content array.
4338
+ */
4339
+ content_index: number;
4340
+
4341
+ /**
4342
+ * The text delta.
4343
+ */
4344
+ delta: string;
4345
+
4346
+ /**
4347
+ * The unique ID of the server event.
4348
+ */
4349
+ event_id: string;
4350
+
4351
+ /**
4352
+ * The ID of the item.
4353
+ */
4354
+ item_id: string;
4355
+
4356
+ /**
4357
+ * The index of the output item in the response.
4358
+ */
4359
+ output_index: number;
4360
+
4361
+ /**
4362
+ * The ID of the response.
4363
+ */
4364
+ response_id: string;
4365
+
4366
+ /**
4367
+ * The event type, must be `response.output_text.delta`.
4368
+ */
4369
+ type: 'response.output_text.delta';
4370
+ }
4371
+
4372
+ /**
4373
+ * Returned when the text value of an "output_text" content part is done streaming.
4374
+ * Also emitted when a Response is interrupted, incomplete, or cancelled.
4375
+ */
4376
+ export interface ResponseTextDoneEvent {
4377
+ /**
4378
+ * The index of the content part in the item's content array.
4379
+ */
4380
+ content_index: number;
4381
+
4382
+ /**
4383
+ * The unique ID of the server event.
4384
+ */
4385
+ event_id: string;
4386
+
4387
+ /**
4388
+ * The ID of the item.
4389
+ */
4390
+ item_id: string;
4391
+
4392
+ /**
4393
+ * The index of the output item in the response.
4394
+ */
4395
+ output_index: number;
4396
+
4397
+ /**
4398
+ * The ID of the response.
4399
+ */
4400
+ response_id: string;
4401
+
4402
+ /**
4403
+ * The final text content.
4404
+ */
4405
+ text: string;
4406
+
4407
+ /**
4408
+ * The event type, must be `response.output_text.done`.
4409
+ */
4410
+ type: 'response.output_text.done';
4411
+ }
4412
+
4413
+ /**
4414
+ * Returned when a Session is created. Emitted automatically when a new connection
4415
+ * is established as the first server event. This event will contain the default
4416
+ * Session configuration.
4417
+ */
4418
+ export interface SessionCreatedEvent {
4419
+ /**
4420
+ * The unique ID of the server event.
4421
+ */
4422
+ event_id: string;
4423
+
4424
+ /**
4425
+ * The session configuration.
4426
+ */
4427
+ session: RealtimeSessionCreateRequest | RealtimeTranscriptionSessionCreateRequest;
4428
+
4429
+ /**
4430
+ * The event type, must be `session.created`.
4431
+ */
4432
+ type: 'session.created';
4433
+ }
4434
+
4435
+ /**
4436
+ * Send this event to update the session’s configuration. The client may send this
4437
+ * event at any time to update any field except for `voice` and `model`. `voice`
4438
+ * can be updated only if there have been no other audio outputs yet.
4439
+ *
4440
+ * When the server receives a `session.update`, it will respond with a
4441
+ * `session.updated` event showing the full, effective configuration. Only the
4442
+ * fields that are present in the `session.update` are updated. To clear a field
4443
+ * like `instructions`, pass an empty string. To clear a field like `tools`, pass
4444
+ * an empty array. To clear a field like `turn_detection`, pass `null`.
4445
+ */
4446
+ export interface SessionUpdateEvent {
4447
+ /**
4448
+ * Update the Realtime session. Choose either a realtime session or a transcription
4449
+ * session.
4450
+ */
4451
+ session: RealtimeSessionCreateRequest | RealtimeTranscriptionSessionCreateRequest;
4452
+
4453
+ /**
4454
+ * The event type, must be `session.update`.
4455
+ */
4456
+ type: 'session.update';
4457
+
4458
+ /**
4459
+ * Optional client-generated ID used to identify this event. This is an arbitrary
4460
+ * string that a client may assign. It will be passed back if there is an error
4461
+ * with the event, but the corresponding `session.updated` event will not include
4462
+ * it.
4463
+ */
4464
+ event_id?: string;
4465
+ }
4466
+
4467
+ /**
4468
+ * Returned when a session is updated with a `session.update` event, unless there
4469
+ * is an error.
4470
+ */
4471
+ export interface SessionUpdatedEvent {
4472
+ /**
4473
+ * The unique ID of the server event.
4474
+ */
4475
+ event_id: string;
4476
+
4477
+ /**
4478
+ * The session configuration.
4479
+ */
4480
+ session: RealtimeSessionCreateRequest | RealtimeTranscriptionSessionCreateRequest;
4481
+
4482
+ /**
4483
+ * The event type, must be `session.updated`.
4484
+ */
4485
+ type: 'session.updated';
4486
+ }
4487
+
4488
+ /**
4489
+ * Send this event to update a transcription session.
4490
+ */
4491
+ export interface TranscriptionSessionUpdate {
4492
+ /**
4493
+ * Realtime transcription session object configuration.
4494
+ */
4495
+ session: TranscriptionSessionUpdate.Session;
4496
+
4497
+ /**
4498
+ * The event type, must be `transcription_session.update`.
4499
+ */
4500
+ type: 'transcription_session.update';
4501
+
4502
+ /**
4503
+ * Optional client-generated ID used to identify this event.
4504
+ */
4505
+ event_id?: string;
4506
+ }
4507
+
4508
+ export namespace TranscriptionSessionUpdate {
4509
+ /**
4510
+ * Realtime transcription session object configuration.
4511
+ */
4512
+ export interface Session {
4513
+ /**
4514
+ * The set of items to include in the transcription. Current available items are:
4515
+ * `item.input_audio_transcription.logprobs`
4516
+ */
4517
+ include?: Array<'item.input_audio_transcription.logprobs'>;
4518
+
4519
+ /**
4520
+ * The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`. For
4521
+ * `pcm16`, input audio must be 16-bit PCM at a 24kHz sample rate, single channel
4522
+ * (mono), and little-endian byte order.
4523
+ */
4524
+ input_audio_format?: 'pcm16' | 'g711_ulaw' | 'g711_alaw';
4525
+
4526
+ /**
4527
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
4528
+ * off. Noise reduction filters audio added to the input audio buffer before it is
4529
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
4530
+ * detection accuracy (reducing false positives) and model performance by improving
4531
+ * perception of the input audio.
4532
+ */
4533
+ input_audio_noise_reduction?: Session.InputAudioNoiseReduction;
4534
+
4535
+ /**
4536
+ * Configuration for input audio transcription. The client can optionally set the
4537
+ * language and prompt for transcription, these offer additional guidance to the
4538
+ * transcription service.
4539
+ */
4540
+ input_audio_transcription?: RealtimeAPI.AudioTranscription;
4541
+
4542
+ /**
4543
+ * Configuration for turn detection. Can be set to `null` to turn off. Server VAD
4544
+ * means that the model will detect the start and end of speech based on audio
4545
+ * volume and respond at the end of user speech.
4546
+ */
4547
+ turn_detection?: Session.TurnDetection;
4548
+ }
4549
+
4550
+ export namespace Session {
4551
+ /**
4552
+ * Configuration for input audio noise reduction. This can be set to `null` to turn
4553
+ * off. Noise reduction filters audio added to the input audio buffer before it is
4554
+ * sent to VAD and the model. Filtering the audio can improve VAD and turn
4555
+ * detection accuracy (reducing false positives) and model performance by improving
4556
+ * perception of the input audio.
4557
+ */
4558
+ export interface InputAudioNoiseReduction {
4559
+ /**
4560
+ * Type of noise reduction. `near_field` is for close-talking microphones such as
4561
+ * headphones, `far_field` is for far-field microphones such as laptop or
4562
+ * conference room microphones.
4563
+ */
4564
+ type?: RealtimeAPI.NoiseReductionType;
4565
+ }
4566
+
4567
+ /**
4568
+ * Configuration for turn detection. Can be set to `null` to turn off. Server VAD
4569
+ * means that the model will detect the start and end of speech based on audio
4570
+ * volume and respond at the end of user speech.
4571
+ */
4572
+ export interface TurnDetection {
4573
+ /**
4574
+ * Amount of audio to include before the VAD detected speech (in milliseconds).
4575
+ * Defaults to 300ms.
4576
+ */
4577
+ prefix_padding_ms?: number;
4578
+
4579
+ /**
4580
+ * Duration of silence to detect speech stop (in milliseconds). Defaults to 500ms.
4581
+ * With shorter values the model will respond more quickly, but may jump in on
4582
+ * short pauses from the user.
4583
+ */
4584
+ silence_duration_ms?: number;
4585
+
4586
+ /**
4587
+ * Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A higher
4588
+ * threshold will require louder audio to activate the model, and thus might
4589
+ * perform better in noisy environments.
4590
+ */
4591
+ threshold?: number;
4592
+
4593
+ /**
4594
+ * Type of turn detection. Only `server_vad` is currently supported for
4595
+ * transcription sessions.
4596
+ */
4597
+ type?: 'server_vad';
4598
+ }
4599
+ }
4600
+ }
4601
+
4602
+ /**
4603
+ * Returned when a transcription session is updated with a
4604
+ * `transcription_session.update` event, unless there is an error.
4605
+ */
4606
+ export interface TranscriptionSessionUpdatedEvent {
4607
+ /**
4608
+ * The unique ID of the server event.
4609
+ */
4610
+ event_id: string;
4611
+
4612
+ /**
4613
+ * A new Realtime transcription session configuration.
4614
+ *
4615
+ * When a session is created on the server via REST API, the session object also
4616
+ * contains an ephemeral key. Default TTL for keys is 10 minutes. This property is
4617
+ * not present when a session is updated via the WebSocket API.
4618
+ */
4619
+ session: TranscriptionSessionUpdatedEvent.Session;
4620
+
4621
+ /**
4622
+ * The event type, must be `transcription_session.updated`.
4623
+ */
4624
+ type: 'transcription_session.updated';
4625
+ }
4626
+
4627
+ export namespace TranscriptionSessionUpdatedEvent {
4628
+ /**
4629
+ * A new Realtime transcription session configuration.
4630
+ *
4631
+ * When a session is created on the server via REST API, the session object also
4632
+ * contains an ephemeral key. Default TTL for keys is 10 minutes. This property is
4633
+ * not present when a session is updated via the WebSocket API.
4634
+ */
4635
+ export interface Session {
4636
+ /**
4637
+ * Ephemeral key returned by the API. Only present when the session is created on
4638
+ * the server via REST API.
4639
+ */
4640
+ client_secret: Session.ClientSecret;
4641
+
4642
+ /**
4643
+ * The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.
4644
+ */
4645
+ input_audio_format?: string;
4646
+
4647
+ /**
4648
+ * Configuration of the transcription model.
4649
+ */
4650
+ input_audio_transcription?: RealtimeAPI.AudioTranscription;
4651
+
4652
+ /**
4653
+ * The set of modalities the model can respond with. To disable audio, set this to
4654
+ * ["text"].
4655
+ */
4656
+ modalities?: Array<'text' | 'audio'>;
4657
+
4658
+ /**
4659
+ * Configuration for turn detection. Can be set to `null` to turn off. Server VAD
4660
+ * means that the model will detect the start and end of speech based on audio
4661
+ * volume and respond at the end of user speech.
4662
+ */
4663
+ turn_detection?: Session.TurnDetection;
4664
+ }
4665
+
4666
+ export namespace Session {
4667
+ /**
4668
+ * Ephemeral key returned by the API. Only present when the session is created on
4669
+ * the server via REST API.
4670
+ */
4671
+ export interface ClientSecret {
4672
+ /**
4673
+ * Timestamp for when the token expires. Currently, all tokens expire after one
4674
+ * minute.
4675
+ */
4676
+ expires_at: number;
4677
+
4678
+ /**
4679
+ * Ephemeral key usable in client environments to authenticate connections to the
4680
+ * Realtime API. Use this in client-side environments rather than a standard API
4681
+ * token, which should only be used server-side.
4682
+ */
4683
+ value: string;
4684
+ }
4685
+
4686
+ /**
4687
+ * Configuration for turn detection. Can be set to `null` to turn off. Server VAD
4688
+ * means that the model will detect the start and end of speech based on audio
4689
+ * volume and respond at the end of user speech.
4690
+ */
4691
+ export interface TurnDetection {
4692
+ /**
4693
+ * Amount of audio to include before the VAD detected speech (in milliseconds).
4694
+ * Defaults to 300ms.
4695
+ */
4696
+ prefix_padding_ms?: number;
4697
+
4698
+ /**
4699
+ * Duration of silence to detect speech stop (in milliseconds). Defaults to 500ms.
4700
+ * With shorter values the model will respond more quickly, but may jump in on
4701
+ * short pauses from the user.
4702
+ */
4703
+ silence_duration_ms?: number;
4704
+
4705
+ /**
4706
+ * Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A higher
4707
+ * threshold will require louder audio to activate the model, and thus might
4708
+ * perform better in noisy environments.
4709
+ */
4710
+ threshold?: number;
4711
+
4712
+ /**
4713
+ * Type of turn detection, only `server_vad` is currently supported.
4714
+ */
4715
+ type?: string;
4716
+ }
4717
+ }
4718
+ }
4719
+
4720
+ Realtime.ClientSecrets = ClientSecrets;
4721
+ Realtime.Calls = Calls;
4722
+
4723
+ export declare namespace Realtime {
4724
+ export {
4725
+ type AudioTranscription as AudioTranscription,
4726
+ type ConversationCreatedEvent as ConversationCreatedEvent,
4727
+ type ConversationItem as ConversationItem,
4728
+ type ConversationItemAdded as ConversationItemAdded,
4729
+ type ConversationItemCreateEvent as ConversationItemCreateEvent,
4730
+ type ConversationItemCreatedEvent as ConversationItemCreatedEvent,
4731
+ type ConversationItemDeleteEvent as ConversationItemDeleteEvent,
4732
+ type ConversationItemDeletedEvent as ConversationItemDeletedEvent,
4733
+ type ConversationItemDone as ConversationItemDone,
4734
+ type ConversationItemInputAudioTranscriptionCompletedEvent as ConversationItemInputAudioTranscriptionCompletedEvent,
4735
+ type ConversationItemInputAudioTranscriptionDeltaEvent as ConversationItemInputAudioTranscriptionDeltaEvent,
4736
+ type ConversationItemInputAudioTranscriptionFailedEvent as ConversationItemInputAudioTranscriptionFailedEvent,
4737
+ type ConversationItemInputAudioTranscriptionSegment as ConversationItemInputAudioTranscriptionSegment,
4738
+ type ConversationItemRetrieveEvent as ConversationItemRetrieveEvent,
4739
+ type ConversationItemTruncateEvent as ConversationItemTruncateEvent,
4740
+ type ConversationItemTruncatedEvent as ConversationItemTruncatedEvent,
4741
+ type ConversationItemWithReference as ConversationItemWithReference,
4742
+ type InputAudioBufferAppendEvent as InputAudioBufferAppendEvent,
4743
+ type InputAudioBufferClearEvent as InputAudioBufferClearEvent,
4744
+ type InputAudioBufferClearedEvent as InputAudioBufferClearedEvent,
4745
+ type InputAudioBufferCommitEvent as InputAudioBufferCommitEvent,
4746
+ type InputAudioBufferCommittedEvent as InputAudioBufferCommittedEvent,
4747
+ type InputAudioBufferDtmfEventReceivedEvent as InputAudioBufferDtmfEventReceivedEvent,
4748
+ type InputAudioBufferSpeechStartedEvent as InputAudioBufferSpeechStartedEvent,
4749
+ type InputAudioBufferSpeechStoppedEvent as InputAudioBufferSpeechStoppedEvent,
4750
+ type InputAudioBufferTimeoutTriggered as InputAudioBufferTimeoutTriggered,
4751
+ type LogProbProperties as LogProbProperties,
4752
+ type McpListToolsCompleted as McpListToolsCompleted,
4753
+ type McpListToolsFailed as McpListToolsFailed,
4754
+ type McpListToolsInProgress as McpListToolsInProgress,
4755
+ type NoiseReductionType as NoiseReductionType,
4756
+ type OutputAudioBufferClearEvent as OutputAudioBufferClearEvent,
4757
+ type RateLimitsUpdatedEvent as RateLimitsUpdatedEvent,
4758
+ type RealtimeAudioConfig as RealtimeAudioConfig,
4759
+ type RealtimeAudioConfigInput as RealtimeAudioConfigInput,
4760
+ type RealtimeAudioConfigOutput as RealtimeAudioConfigOutput,
4761
+ type RealtimeAudioFormats as RealtimeAudioFormats,
4762
+ type RealtimeAudioInputTurnDetection as RealtimeAudioInputTurnDetection,
4763
+ type RealtimeClientEvent as RealtimeClientEvent,
4764
+ type RealtimeConversationItemAssistantMessage as RealtimeConversationItemAssistantMessage,
4765
+ type RealtimeConversationItemFunctionCall as RealtimeConversationItemFunctionCall,
4766
+ type RealtimeConversationItemFunctionCallOutput as RealtimeConversationItemFunctionCallOutput,
4767
+ type RealtimeConversationItemSystemMessage as RealtimeConversationItemSystemMessage,
4768
+ type RealtimeConversationItemUserMessage as RealtimeConversationItemUserMessage,
4769
+ type RealtimeError as RealtimeError,
4770
+ type RealtimeErrorEvent as RealtimeErrorEvent,
4771
+ type RealtimeFunctionTool as RealtimeFunctionTool,
4772
+ type RealtimeMcpApprovalRequest as RealtimeMcpApprovalRequest,
4773
+ type RealtimeMcpApprovalResponse as RealtimeMcpApprovalResponse,
4774
+ type RealtimeMcpListTools as RealtimeMcpListTools,
4775
+ type RealtimeMcpProtocolError as RealtimeMcpProtocolError,
4776
+ type RealtimeMcpToolCall as RealtimeMcpToolCall,
4777
+ type RealtimeMcpToolExecutionError as RealtimeMcpToolExecutionError,
4778
+ type RealtimeMcphttpError as RealtimeMcphttpError,
4779
+ type RealtimeResponse as RealtimeResponse,
4780
+ type RealtimeResponseCreateAudioOutput as RealtimeResponseCreateAudioOutput,
4781
+ type RealtimeResponseCreateMcpTool as RealtimeResponseCreateMcpTool,
4782
+ type RealtimeResponseCreateParams as RealtimeResponseCreateParams,
4783
+ type RealtimeResponseStatus as RealtimeResponseStatus,
4784
+ type RealtimeResponseUsage as RealtimeResponseUsage,
4785
+ type RealtimeResponseUsageInputTokenDetails as RealtimeResponseUsageInputTokenDetails,
4786
+ type RealtimeResponseUsageOutputTokenDetails as RealtimeResponseUsageOutputTokenDetails,
4787
+ type RealtimeServerEvent as RealtimeServerEvent,
4788
+ type RealtimeSession as RealtimeSession,
4789
+ type RealtimeSessionCreateRequest as RealtimeSessionCreateRequest,
4790
+ type RealtimeToolChoiceConfig as RealtimeToolChoiceConfig,
4791
+ type RealtimeToolsConfig as RealtimeToolsConfig,
4792
+ type RealtimeToolsConfigUnion as RealtimeToolsConfigUnion,
4793
+ type RealtimeTracingConfig as RealtimeTracingConfig,
4794
+ type RealtimeTranscriptionSessionAudio as RealtimeTranscriptionSessionAudio,
4795
+ type RealtimeTranscriptionSessionAudioInput as RealtimeTranscriptionSessionAudioInput,
4796
+ type RealtimeTranscriptionSessionAudioInputTurnDetection as RealtimeTranscriptionSessionAudioInputTurnDetection,
4797
+ type RealtimeTranscriptionSessionCreateRequest as RealtimeTranscriptionSessionCreateRequest,
4798
+ type RealtimeTruncation as RealtimeTruncation,
4799
+ type RealtimeTruncationRetentionRatio as RealtimeTruncationRetentionRatio,
4800
+ type ResponseAudioDeltaEvent as ResponseAudioDeltaEvent,
4801
+ type ResponseAudioDoneEvent as ResponseAudioDoneEvent,
4802
+ type ResponseAudioTranscriptDeltaEvent as ResponseAudioTranscriptDeltaEvent,
4803
+ type ResponseAudioTranscriptDoneEvent as ResponseAudioTranscriptDoneEvent,
4804
+ type ResponseCancelEvent as ResponseCancelEvent,
4805
+ type ResponseContentPartAddedEvent as ResponseContentPartAddedEvent,
4806
+ type ResponseContentPartDoneEvent as ResponseContentPartDoneEvent,
4807
+ type ResponseCreateEvent as ResponseCreateEvent,
4808
+ type ResponseCreatedEvent as ResponseCreatedEvent,
4809
+ type ResponseDoneEvent as ResponseDoneEvent,
4810
+ type ResponseFunctionCallArgumentsDeltaEvent as ResponseFunctionCallArgumentsDeltaEvent,
4811
+ type ResponseFunctionCallArgumentsDoneEvent as ResponseFunctionCallArgumentsDoneEvent,
4812
+ type ResponseMcpCallArgumentsDelta as ResponseMcpCallArgumentsDelta,
4813
+ type ResponseMcpCallArgumentsDone as ResponseMcpCallArgumentsDone,
4814
+ type ResponseMcpCallCompleted as ResponseMcpCallCompleted,
4815
+ type ResponseMcpCallFailed as ResponseMcpCallFailed,
4816
+ type ResponseMcpCallInProgress as ResponseMcpCallInProgress,
4817
+ type ResponseOutputItemAddedEvent as ResponseOutputItemAddedEvent,
4818
+ type ResponseOutputItemDoneEvent as ResponseOutputItemDoneEvent,
4819
+ type ResponseTextDeltaEvent as ResponseTextDeltaEvent,
4820
+ type ResponseTextDoneEvent as ResponseTextDoneEvent,
4821
+ type SessionCreatedEvent as SessionCreatedEvent,
4822
+ type SessionUpdateEvent as SessionUpdateEvent,
4823
+ type SessionUpdatedEvent as SessionUpdatedEvent,
4824
+ type TranscriptionSessionUpdate as TranscriptionSessionUpdate,
4825
+ type TranscriptionSessionUpdatedEvent as TranscriptionSessionUpdatedEvent,
4826
+ };
4827
+
4828
+ export {
4829
+ ClientSecrets as ClientSecrets,
4830
+ type RealtimeSessionClientSecret as RealtimeSessionClientSecret,
4831
+ type RealtimeSessionCreateResponse as RealtimeSessionCreateResponse,
4832
+ type RealtimeTranscriptionSessionCreateResponse as RealtimeTranscriptionSessionCreateResponse,
4833
+ type RealtimeTranscriptionSessionTurnDetection as RealtimeTranscriptionSessionTurnDetection,
4834
+ type ClientSecretCreateResponse as ClientSecretCreateResponse,
4835
+ type ClientSecretCreateParams as ClientSecretCreateParams,
4836
+ };
4837
+
4838
+ export {
4839
+ Calls as Calls,
4840
+ type CallAcceptParams as CallAcceptParams,
4841
+ type CallReferParams as CallReferParams,
4842
+ type CallRejectParams as CallRejectParams,
4843
+ };
4844
+ }