tekimax-ts 0.1.6 → 1.0.0-beta.1

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 (353) hide show
  1. package/README.md +160 -97
  2. package/dist/adapter-BtbeHotF.d.cts +81 -0
  3. package/dist/adapter-BtbeHotF.d.ts +81 -0
  4. package/dist/adapter-CMu9Gvvm.d.cts +81 -0
  5. package/dist/adapter-CMu9Gvvm.d.ts +81 -0
  6. package/dist/adapter-DeUJcFAn.d.cts +43 -0
  7. package/dist/adapter-DeUJcFAn.d.ts +43 -0
  8. package/dist/adapter-K9NFtBg8.d.cts +81 -0
  9. package/dist/adapter-K9NFtBg8.d.ts +81 -0
  10. package/dist/adapter-TuDzMu0Y.d.cts +43 -0
  11. package/dist/adapter-TuDzMu0Y.d.ts +43 -0
  12. package/dist/adapter-YcdKK3By.d.cts +63 -0
  13. package/dist/adapter-YcdKK3By.d.ts +63 -0
  14. package/dist/adapter-zXqUGXCx.d.cts +81 -0
  15. package/dist/adapter-zXqUGXCx.d.ts +81 -0
  16. package/dist/chunk-MLKGABMK.js +9 -0
  17. package/dist/gen/index.js +1572 -378
  18. package/dist/gen/types.js +290 -201
  19. package/dist/gen/zod/allowedToolChoiceSchema.js +17 -13
  20. package/dist/gen/zod/allowedToolsParamSchema.js +28 -13
  21. package/dist/gen/zod/annotationSchema.js +16 -11
  22. package/dist/gen/zod/assistantMessageItemParamSchema.js +52 -19
  23. package/dist/gen/zod/createResponseBodySchema.js +142 -44
  24. package/dist/gen/zod/createresponseSchema.js +23 -12
  25. package/dist/gen/zod/detailEnumSchema.js +8 -8
  26. package/dist/gen/zod/developerMessageItemParamSchema.js +35 -16
  27. package/dist/gen/zod/emptyModelParamSchema.js +8 -8
  28. package/dist/gen/zod/errorPayloadSchema.js +27 -14
  29. package/dist/gen/zod/errorSchema.js +17 -11
  30. package/dist/gen/zod/errorStreamingEventSchema.js +23 -13
  31. package/dist/gen/zod/functionCallItemParamSchema.js +38 -15
  32. package/dist/gen/zod/functionCallItemStatusSchema.js +12 -8
  33. package/dist/gen/zod/functionCallOutputItemParamSchema.js +90 -27
  34. package/dist/gen/zod/functionCallOutputSchema.js +67 -24
  35. package/dist/gen/zod/functionCallOutputStatusEnumSchema.js +12 -8
  36. package/dist/gen/zod/functionCallSchema.js +29 -16
  37. package/dist/gen/zod/functionCallStatusSchema.js +12 -8
  38. package/dist/gen/zod/functionToolChoiceSchema.js +10 -10
  39. package/dist/gen/zod/functionToolParamSchema.js +25 -14
  40. package/dist/gen/zod/functionToolSchema.js +24 -14
  41. package/dist/gen/zod/imageDetailSchema.js +8 -8
  42. package/dist/gen/zod/includeEnumSchema.js +11 -8
  43. package/dist/gen/zod/incompleteDetailsSchema.js +14 -10
  44. package/dist/gen/zod/index.js +871 -213
  45. package/dist/gen/zod/inputFileContentParamSchema.js +24 -13
  46. package/dist/gen/zod/inputFileContentSchema.js +23 -12
  47. package/dist/gen/zod/inputImageContentParamAutoParamSchema.js +29 -13
  48. package/dist/gen/zod/inputImageContentSchema.js +22 -13
  49. package/dist/gen/zod/inputTextContentParamSchema.js +19 -11
  50. package/dist/gen/zod/inputTextContentSchema.js +16 -11
  51. package/dist/gen/zod/inputTokensDetailsSchema.js +15 -10
  52. package/dist/gen/zod/inputVideoContentSchema.js +17 -11
  53. package/dist/gen/zod/itemFieldSchema.js +45 -20
  54. package/dist/gen/zod/itemParamSchema.js +55 -23
  55. package/dist/gen/zod/itemReferenceParamSchema.js +15 -11
  56. package/dist/gen/zod/jsonObjectResponseFormatSchema.js +9 -9
  57. package/dist/gen/zod/jsonSchemaResponseFormatParamSchema.js +38 -13
  58. package/dist/gen/zod/jsonSchemaResponseFormatSchema.js +13 -13
  59. package/dist/gen/zod/logProbSchema.js +20 -14
  60. package/dist/gen/zod/messageRoleSchema.js +13 -8
  61. package/dist/gen/zod/messageSchema.js +109 -43
  62. package/dist/gen/zod/messageStatusSchema.js +12 -8
  63. package/dist/gen/zod/metadataParamSchema.js +13 -8
  64. package/dist/gen/zod/outputTextContentParamSchema.js +21 -12
  65. package/dist/gen/zod/outputTextContentSchema.js +30 -15
  66. package/dist/gen/zod/outputTokensDetailsSchema.js +17 -10
  67. package/dist/gen/zod/reasoningBodySchema.js +173 -54
  68. package/dist/gen/zod/reasoningEffortEnumSchema.js +14 -8
  69. package/dist/gen/zod/reasoningItemParamSchema.js +26 -14
  70. package/dist/gen/zod/reasoningParamSchema.js +33 -13
  71. package/dist/gen/zod/reasoningSchema.js +27 -13
  72. package/dist/gen/zod/reasoningSummaryContentParamSchema.js +13 -10
  73. package/dist/gen/zod/reasoningSummaryEnumSchema.js +12 -8
  74. package/dist/gen/zod/reasoningTextContentSchema.js +16 -11
  75. package/dist/gen/zod/refusalContentParamSchema.js +13 -10
  76. package/dist/gen/zod/refusalContentSchema.js +18 -11
  77. package/dist/gen/zod/responseCompletedStreamingEventSchema.js +23 -13
  78. package/dist/gen/zod/responseContentPartAddedStreamingEventSchema.js +98 -39
  79. package/dist/gen/zod/responseContentPartDoneStreamingEventSchema.js +98 -39
  80. package/dist/gen/zod/responseCreatedStreamingEventSchema.js +23 -13
  81. package/dist/gen/zod/responseFailedStreamingEventSchema.js +23 -13
  82. package/dist/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.js +38 -15
  83. package/dist/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.js +33 -14
  84. package/dist/gen/zod/responseInProgressStreamingEventSchema.js +23 -13
  85. package/dist/gen/zod/responseIncompleteStreamingEventSchema.js +23 -13
  86. package/dist/gen/zod/responseOutputItemAddedStreamingEventSchema.js +32 -14
  87. package/dist/gen/zod/responseOutputItemDoneStreamingEventSchema.js +30 -14
  88. package/dist/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.js +43 -17
  89. package/dist/gen/zod/responseOutputTextDeltaStreamingEventSchema.js +48 -18
  90. package/dist/gen/zod/responseOutputTextDoneStreamingEventSchema.js +39 -17
  91. package/dist/gen/zod/responseQueuedStreamingEventSchema.js +23 -13
  92. package/dist/gen/zod/responseReasoningDeltaStreamingEventSchema.js +40 -16
  93. package/dist/gen/zod/responseReasoningDoneStreamingEventSchema.js +31 -15
  94. package/dist/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.js +42 -16
  95. package/dist/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.js +33 -15
  96. package/dist/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.js +102 -39
  97. package/dist/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.js +102 -39
  98. package/dist/gen/zod/responseRefusalDeltaStreamingEventSchema.js +33 -15
  99. package/dist/gen/zod/responseRefusalDoneStreamingEventSchema.js +31 -15
  100. package/dist/gen/zod/responseResourceSchema.js +146 -51
  101. package/dist/gen/zod/responsesToolParamSchema.js +15 -11
  102. package/dist/gen/zod/serviceTierEnumSchema.js +13 -8
  103. package/dist/gen/zod/specificFunctionParamSchema.js +13 -10
  104. package/dist/gen/zod/specificToolChoiceParamSchema.js +11 -9
  105. package/dist/gen/zod/streamOptionsParamSchema.js +18 -10
  106. package/dist/gen/zod/summaryTextContentSchema.js +18 -11
  107. package/dist/gen/zod/systemMessageItemParamSchema.js +35 -16
  108. package/dist/gen/zod/textContentSchema.js +13 -11
  109. package/dist/gen/zod/textFieldSchema.js +24 -14
  110. package/dist/gen/zod/textFormatParamSchema.js +16 -10
  111. package/dist/gen/zod/textParamSchema.js +23 -12
  112. package/dist/gen/zod/textResponseFormatSchema.js +9 -9
  113. package/dist/gen/zod/toolChoiceParamSchema.js +21 -11
  114. package/dist/gen/zod/toolChoiceValueEnumSchema.js +8 -8
  115. package/dist/gen/zod/toolSchema.js +16 -11
  116. package/dist/gen/zod/topLogProbSchema.js +14 -12
  117. package/dist/gen/zod/truncationEnumSchema.js +8 -8
  118. package/dist/gen/zod/urlCitationBodySchema.js +29 -14
  119. package/dist/gen/zod/urlCitationParamSchema.js +28 -13
  120. package/dist/gen/zod/usageSchema.js +35 -16
  121. package/dist/gen/zod/userMessageItemParamSchema.js +64 -22
  122. package/dist/gen/zod/verbosityEnumSchema.js +8 -8
  123. package/dist/index.cjs +740 -0
  124. package/dist/index.d.cts +2742 -0
  125. package/dist/index.d.mts +51000 -31111
  126. package/dist/index.d.ts +962 -29932
  127. package/dist/index.js +347 -1431
  128. package/dist/index.mjs +2441 -1010
  129. package/dist/react/index.cjs +119 -0
  130. package/dist/react/index.d.cts +21 -0
  131. package/dist/react/index.d.ts +21 -0
  132. package/dist/react/index.js +94 -0
  133. package/package.json +40 -8
  134. package/.dockerignore +0 -5
  135. package/Dockerfile +0 -25
  136. package/kubb.config.js +0 -30
  137. package/kubb.config.ts +0 -35
  138. package/public/logos/tekimax-logo-ScreenRGB-2.png +0 -0
  139. package/spec/openapi.json +0 -3876
  140. package/src/client.ts +0 -129
  141. package/src/gen/.kubb/config.ts +0 -43
  142. package/src/gen/client/createresponse.ts +0 -27
  143. package/src/gen/client/index.ts +0 -1
  144. package/src/gen/index.ts +0 -187
  145. package/src/gen/schemas/allowedToolChoice.json +0 -1
  146. package/src/gen/schemas/allowedToolsParam.json +0 -1
  147. package/src/gen/schemas/annotation.json +0 -1
  148. package/src/gen/schemas/assistantMessageItemParam.json +0 -1
  149. package/src/gen/schemas/createResponseBody.json +0 -1
  150. package/src/gen/schemas/detailEnum.json +0 -1
  151. package/src/gen/schemas/developerMessageItemParam.json +0 -1
  152. package/src/gen/schemas/emptyModelParam.json +0 -1
  153. package/src/gen/schemas/error.json +0 -1
  154. package/src/gen/schemas/errorPayload.json +0 -1
  155. package/src/gen/schemas/errorStreamingEvent.json +0 -1
  156. package/src/gen/schemas/functionCall.json +0 -1
  157. package/src/gen/schemas/functionCallItemParam.json +0 -1
  158. package/src/gen/schemas/functionCallItemStatus.json +0 -1
  159. package/src/gen/schemas/functionCallOutput.json +0 -1
  160. package/src/gen/schemas/functionCallOutputItemParam.json +0 -1
  161. package/src/gen/schemas/functionCallOutputStatusEnum.json +0 -1
  162. package/src/gen/schemas/functionCallStatus.json +0 -1
  163. package/src/gen/schemas/functionTool.json +0 -1
  164. package/src/gen/schemas/functionToolChoice.json +0 -1
  165. package/src/gen/schemas/functionToolParam.json +0 -1
  166. package/src/gen/schemas/imageDetail.json +0 -1
  167. package/src/gen/schemas/includeEnum.json +0 -1
  168. package/src/gen/schemas/incompleteDetails.json +0 -1
  169. package/src/gen/schemas/inputFileContent.json +0 -1
  170. package/src/gen/schemas/inputFileContentParam.json +0 -1
  171. package/src/gen/schemas/inputImageContent.json +0 -1
  172. package/src/gen/schemas/inputImageContentParamAutoParam.json +0 -1
  173. package/src/gen/schemas/inputTextContent.json +0 -1
  174. package/src/gen/schemas/inputTextContentParam.json +0 -1
  175. package/src/gen/schemas/inputTokensDetails.json +0 -1
  176. package/src/gen/schemas/inputVideoContent.json +0 -1
  177. package/src/gen/schemas/itemField.json +0 -1
  178. package/src/gen/schemas/itemParam.json +0 -1
  179. package/src/gen/schemas/itemReferenceParam.json +0 -1
  180. package/src/gen/schemas/jsonObjectResponseFormat.json +0 -1
  181. package/src/gen/schemas/jsonSchemaResponseFormat.json +0 -1
  182. package/src/gen/schemas/jsonSchemaResponseFormatParam.json +0 -1
  183. package/src/gen/schemas/logProb.json +0 -1
  184. package/src/gen/schemas/message.json +0 -1
  185. package/src/gen/schemas/messageRole.json +0 -1
  186. package/src/gen/schemas/messageStatus.json +0 -1
  187. package/src/gen/schemas/metadataParam.json +0 -1
  188. package/src/gen/schemas/outputTextContent.json +0 -1
  189. package/src/gen/schemas/outputTextContentParam.json +0 -1
  190. package/src/gen/schemas/outputTokensDetails.json +0 -1
  191. package/src/gen/schemas/reasoning.json +0 -1
  192. package/src/gen/schemas/reasoningBody.json +0 -1
  193. package/src/gen/schemas/reasoningEffortEnum.json +0 -1
  194. package/src/gen/schemas/reasoningItemParam.json +0 -1
  195. package/src/gen/schemas/reasoningParam.json +0 -1
  196. package/src/gen/schemas/reasoningSummaryContentParam.json +0 -1
  197. package/src/gen/schemas/reasoningSummaryEnum.json +0 -1
  198. package/src/gen/schemas/reasoningTextContent.json +0 -1
  199. package/src/gen/schemas/refusalContent.json +0 -1
  200. package/src/gen/schemas/refusalContentParam.json +0 -1
  201. package/src/gen/schemas/responseCompletedStreamingEvent.json +0 -1
  202. package/src/gen/schemas/responseContentPartAddedStreamingEvent.json +0 -1
  203. package/src/gen/schemas/responseContentPartDoneStreamingEvent.json +0 -1
  204. package/src/gen/schemas/responseCreatedStreamingEvent.json +0 -1
  205. package/src/gen/schemas/responseFailedStreamingEvent.json +0 -1
  206. package/src/gen/schemas/responseFunctionCallArgumentsDeltaStreamingEvent.json +0 -1
  207. package/src/gen/schemas/responseFunctionCallArgumentsDoneStreamingEvent.json +0 -1
  208. package/src/gen/schemas/responseInProgressStreamingEvent.json +0 -1
  209. package/src/gen/schemas/responseIncompleteStreamingEvent.json +0 -1
  210. package/src/gen/schemas/responseOutputItemAddedStreamingEvent.json +0 -1
  211. package/src/gen/schemas/responseOutputItemDoneStreamingEvent.json +0 -1
  212. package/src/gen/schemas/responseOutputTextAnnotationAddedStreamingEvent.json +0 -1
  213. package/src/gen/schemas/responseOutputTextDeltaStreamingEvent.json +0 -1
  214. package/src/gen/schemas/responseOutputTextDoneStreamingEvent.json +0 -1
  215. package/src/gen/schemas/responseQueuedStreamingEvent.json +0 -1
  216. package/src/gen/schemas/responseReasoningDeltaStreamingEvent.json +0 -1
  217. package/src/gen/schemas/responseReasoningDoneStreamingEvent.json +0 -1
  218. package/src/gen/schemas/responseReasoningSummaryDeltaStreamingEvent.json +0 -1
  219. package/src/gen/schemas/responseReasoningSummaryDoneStreamingEvent.json +0 -1
  220. package/src/gen/schemas/responseReasoningSummaryPartAddedStreamingEvent.json +0 -1
  221. package/src/gen/schemas/responseReasoningSummaryPartDoneStreamingEvent.json +0 -1
  222. package/src/gen/schemas/responseRefusalDeltaStreamingEvent.json +0 -1
  223. package/src/gen/schemas/responseRefusalDoneStreamingEvent.json +0 -1
  224. package/src/gen/schemas/responseResource.json +0 -1
  225. package/src/gen/schemas/responsesToolParam.json +0 -1
  226. package/src/gen/schemas/serviceTierEnum.json +0 -1
  227. package/src/gen/schemas/specificFunctionParam.json +0 -1
  228. package/src/gen/schemas/specificToolChoiceParam.json +0 -1
  229. package/src/gen/schemas/streamOptionsParam.json +0 -1
  230. package/src/gen/schemas/summaryTextContent.json +0 -1
  231. package/src/gen/schemas/systemMessageItemParam.json +0 -1
  232. package/src/gen/schemas/textContent.json +0 -1
  233. package/src/gen/schemas/textField.json +0 -1
  234. package/src/gen/schemas/textFormatParam.json +0 -1
  235. package/src/gen/schemas/textParam.json +0 -1
  236. package/src/gen/schemas/textResponseFormat.json +0 -1
  237. package/src/gen/schemas/tool.json +0 -1
  238. package/src/gen/schemas/toolChoiceParam.json +0 -1
  239. package/src/gen/schemas/toolChoiceValueEnum.json +0 -1
  240. package/src/gen/schemas/topLogProb.json +0 -1
  241. package/src/gen/schemas/truncationEnum.json +0 -1
  242. package/src/gen/schemas/urlCitationBody.json +0 -1
  243. package/src/gen/schemas/urlCitationParam.json +0 -1
  244. package/src/gen/schemas/usage.json +0 -1
  245. package/src/gen/schemas/userMessageItemParam.json +0 -1
  246. package/src/gen/schemas/verbosityEnum.json +0 -1
  247. package/src/gen/types.ts +0 -2613
  248. package/src/gen/zod/allowedToolChoiceSchema.ts +0 -14
  249. package/src/gen/zod/allowedToolsParamSchema.ts +0 -14
  250. package/src/gen/zod/annotationSchema.ts +0 -14
  251. package/src/gen/zod/assistantMessageItemParamSchema.ts +0 -20
  252. package/src/gen/zod/createResponseBodySchema.ts +0 -45
  253. package/src/gen/zod/createresponseSchema.ts +0 -17
  254. package/src/gen/zod/detailEnumSchema.ts +0 -8
  255. package/src/gen/zod/developerMessageItemParamSchema.ts +0 -17
  256. package/src/gen/zod/emptyModelParamSchema.ts +0 -10
  257. package/src/gen/zod/errorPayloadSchema.ts +0 -19
  258. package/src/gen/zod/errorSchema.ts +0 -14
  259. package/src/gen/zod/errorStreamingEventSchema.ts +0 -16
  260. package/src/gen/zod/functionCallItemParamSchema.ts +0 -16
  261. package/src/gen/zod/functionCallItemStatusSchema.ts +0 -8
  262. package/src/gen/zod/functionCallOutputItemParamSchema.ts +0 -30
  263. package/src/gen/zod/functionCallOutputSchema.ts +0 -27
  264. package/src/gen/zod/functionCallOutputStatusEnumSchema.ts +0 -11
  265. package/src/gen/zod/functionCallSchema.ts +0 -19
  266. package/src/gen/zod/functionCallStatusSchema.ts +0 -8
  267. package/src/gen/zod/functionToolChoiceSchema.ts +0 -11
  268. package/src/gen/zod/functionToolParamSchema.ts +0 -15
  269. package/src/gen/zod/functionToolSchema.ts +0 -19
  270. package/src/gen/zod/imageDetailSchema.ts +0 -8
  271. package/src/gen/zod/includeEnumSchema.ts +0 -8
  272. package/src/gen/zod/incompleteDetailsSchema.ts +0 -13
  273. package/src/gen/zod/index.ts +0 -103
  274. package/src/gen/zod/inputFileContentParamSchema.ts +0 -16
  275. package/src/gen/zod/inputFileContentSchema.ts +0 -15
  276. package/src/gen/zod/inputImageContentParamAutoParamSchema.ts +0 -16
  277. package/src/gen/zod/inputImageContentSchema.ts +0 -16
  278. package/src/gen/zod/inputTextContentParamSchema.ts +0 -14
  279. package/src/gen/zod/inputTextContentSchema.ts +0 -14
  280. package/src/gen/zod/inputTokensDetailsSchema.ts +0 -13
  281. package/src/gen/zod/inputVideoContentSchema.ts +0 -14
  282. package/src/gen/zod/itemFieldSchema.ts +0 -23
  283. package/src/gen/zod/itemParamSchema.ts +0 -23
  284. package/src/gen/zod/itemReferenceParamSchema.ts +0 -14
  285. package/src/gen/zod/jsonObjectResponseFormatSchema.ts +0 -10
  286. package/src/gen/zod/jsonSchemaResponseFormatParamSchema.ts +0 -16
  287. package/src/gen/zod/jsonSchemaResponseFormatSchema.ts +0 -14
  288. package/src/gen/zod/logProbSchema.ts +0 -17
  289. package/src/gen/zod/messageRoleSchema.ts +0 -8
  290. package/src/gen/zod/messageSchema.ts +0 -46
  291. package/src/gen/zod/messageStatusSchema.ts +0 -8
  292. package/src/gen/zod/metadataParamSchema.ts +0 -13
  293. package/src/gen/zod/outputTextContentParamSchema.ts +0 -13
  294. package/src/gen/zod/outputTextContentSchema.ts +0 -18
  295. package/src/gen/zod/outputTokensDetailsSchema.ts +0 -13
  296. package/src/gen/zod/reasoningBodySchema.ts +0 -57
  297. package/src/gen/zod/reasoningEffortEnumSchema.ts +0 -8
  298. package/src/gen/zod/reasoningItemParamSchema.ts +0 -15
  299. package/src/gen/zod/reasoningParamSchema.ts +0 -16
  300. package/src/gen/zod/reasoningSchema.ts +0 -16
  301. package/src/gen/zod/reasoningSummaryContentParamSchema.ts +0 -11
  302. package/src/gen/zod/reasoningSummaryEnumSchema.ts +0 -8
  303. package/src/gen/zod/reasoningTextContentSchema.ts +0 -14
  304. package/src/gen/zod/refusalContentParamSchema.ts +0 -11
  305. package/src/gen/zod/refusalContentSchema.ts +0 -14
  306. package/src/gen/zod/responseCompletedStreamingEventSchema.ts +0 -16
  307. package/src/gen/zod/responseContentPartAddedStreamingEventSchema.ts +0 -42
  308. package/src/gen/zod/responseContentPartDoneStreamingEventSchema.ts +0 -42
  309. package/src/gen/zod/responseCreatedStreamingEventSchema.ts +0 -16
  310. package/src/gen/zod/responseFailedStreamingEventSchema.ts +0 -16
  311. package/src/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts +0 -18
  312. package/src/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts +0 -17
  313. package/src/gen/zod/responseInProgressStreamingEventSchema.ts +0 -16
  314. package/src/gen/zod/responseIncompleteStreamingEventSchema.ts +0 -16
  315. package/src/gen/zod/responseOutputItemAddedStreamingEventSchema.ts +0 -17
  316. package/src/gen/zod/responseOutputItemDoneStreamingEventSchema.ts +0 -17
  317. package/src/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts +0 -20
  318. package/src/gen/zod/responseOutputTextDeltaStreamingEventSchema.ts +0 -21
  319. package/src/gen/zod/responseOutputTextDoneStreamingEventSchema.ts +0 -20
  320. package/src/gen/zod/responseQueuedStreamingEventSchema.ts +0 -16
  321. package/src/gen/zod/responseReasoningDeltaStreamingEventSchema.ts +0 -19
  322. package/src/gen/zod/responseReasoningDoneStreamingEventSchema.ts +0 -18
  323. package/src/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.ts +0 -19
  324. package/src/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.ts +0 -18
  325. package/src/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts +0 -42
  326. package/src/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts +0 -42
  327. package/src/gen/zod/responseRefusalDeltaStreamingEventSchema.ts +0 -18
  328. package/src/gen/zod/responseRefusalDoneStreamingEventSchema.ts +0 -18
  329. package/src/gen/zod/responseResourceSchema.ts +0 -54
  330. package/src/gen/zod/responsesToolParamSchema.ts +0 -11
  331. package/src/gen/zod/serviceTierEnumSchema.ts +0 -8
  332. package/src/gen/zod/specificFunctionParamSchema.ts +0 -11
  333. package/src/gen/zod/specificToolChoiceParamSchema.ts +0 -9
  334. package/src/gen/zod/streamOptionsParamSchema.ts +0 -13
  335. package/src/gen/zod/summaryTextContentSchema.ts +0 -14
  336. package/src/gen/zod/systemMessageItemParamSchema.ts +0 -17
  337. package/src/gen/zod/textContentSchema.ts +0 -14
  338. package/src/gen/zod/textFieldSchema.ts +0 -15
  339. package/src/gen/zod/textFormatParamSchema.ts +0 -10
  340. package/src/gen/zod/textParamSchema.ts +0 -13
  341. package/src/gen/zod/textResponseFormatSchema.ts +0 -10
  342. package/src/gen/zod/toolChoiceParamSchema.ts +0 -14
  343. package/src/gen/zod/toolChoiceValueEnumSchema.ts +0 -8
  344. package/src/gen/zod/toolSchema.ts +0 -14
  345. package/src/gen/zod/topLogProbSchema.ts +0 -15
  346. package/src/gen/zod/truncationEnumSchema.ts +0 -8
  347. package/src/gen/zod/urlCitationBodySchema.ts +0 -17
  348. package/src/gen/zod/urlCitationParamSchema.ts +0 -14
  349. package/src/gen/zod/usageSchema.ts +0 -19
  350. package/src/gen/zod/userMessageItemParamSchema.ts +0 -23
  351. package/src/gen/zod/verbosityEnumSchema.ts +0 -8
  352. package/src/index.ts +0 -3
  353. package/tsconfig.json +0 -21
package/dist/gen/index.js CHANGED
@@ -1,378 +1,1572 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.functionCallOutputStatusEnumEnum = exports.functionCallTypeEnum = exports.messageTypeEnum = exports.messageStatusEnum = exports.inputFileContentTypeEnum = exports.inputImageContentTypeEnum = exports.refusalContentTypeEnum = exports.reasoningTextContentTypeEnum = exports.summaryTextContentTypeEnum = exports.textContentTypeEnum = exports.outputTextContentTypeEnum = exports.urlCitationBodyTypeEnum = exports.inputTextContentTypeEnum = exports.messageRoleEnum = exports.serviceTierEnumEnum = exports.truncationEnumEnum = exports.reasoningSummaryEnumEnum = exports.reasoningEffortEnumEnum = exports.jsonSchemaResponseFormatParamTypeEnum = exports.textResponseFormatTypeEnum = exports.verbosityEnumEnum = exports.allowedToolsParamTypeEnum = exports.toolChoiceValueEnumEnum = exports.specificFunctionParamTypeEnum = exports.functionToolParamTypeEnum = exports.includeEnumEnum = exports.functionCallOutputItemParamTypeEnum = exports.inputVideoContentTypeEnum = exports.functionCallItemParamTypeEnum = exports.functionCallStatusEnum = exports.functionCallItemStatusEnum = exports.assistantMessageItemParamRoleEnum = exports.assistantMessageItemParamTypeEnum = exports.refusalContentParamTypeEnum = exports.outputTextContentParamTypeEnum = exports.urlCitationParamTypeEnum = exports.developerMessageItemParamRoleEnum = exports.developerMessageItemParamTypeEnum = exports.systemMessageItemParamRoleEnum = exports.systemMessageItemParamTypeEnum = exports.userMessageItemParamRoleEnum = exports.userMessageItemParamTypeEnum = exports.inputFileContentParamTypeEnum = exports.inputImageContentParamAutoParamTypeEnum = exports.imageDetailEnum = exports.detailEnumEnum = exports.inputTextContentParamTypeEnum = exports.reasoningItemParamTypeEnum = exports.reasoningSummaryContentParamTypeEnum = exports.itemReferenceParamTypeEnum = void 0;
4
- exports.functionCallOutputSchema = exports.functionCallOutputItemParamSchema = exports.functionCallItemStatusSchema = exports.functionCallItemParamSchema = exports.errorStreamingEventSchema = exports.errorSchema = exports.errorPayloadSchema = exports.emptyModelParamSchema = exports.developerMessageItemParamSchema = exports.detailEnumSchema = exports.createresponseMutationResponseSchema = exports.createresponseMutationRequestSchema = exports.createresponse200Schema = exports.createResponseBodySchema = exports.assistantMessageItemParamSchema = exports.annotationSchema = exports.allowedToolsParamSchema = exports.allowedToolChoiceSchema = exports.errorStreamingEventTypeEnum = exports.responseFunctionCallArgumentsDoneStreamingEventTypeEnum = exports.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum = exports.responseOutputTextAnnotationAddedStreamingEventTypeEnum = exports.responseReasoningSummaryDoneStreamingEventTypeEnum = exports.responseReasoningSummaryDeltaStreamingEventTypeEnum = exports.responseReasoningDoneStreamingEventTypeEnum = exports.responseReasoningDeltaStreamingEventTypeEnum = exports.responseRefusalDoneStreamingEventTypeEnum = exports.responseRefusalDeltaStreamingEventTypeEnum = exports.responseOutputTextDoneStreamingEventTypeEnum = exports.responseOutputTextDeltaStreamingEventTypeEnum = exports.responseContentPartDoneStreamingEventTypeEnum = exports.responseContentPartAddedStreamingEventTypeEnum = exports.responseReasoningSummaryPartDoneStreamingEventTypeEnum = exports.responseReasoningSummaryPartAddedStreamingEventTypeEnum = exports.responseOutputItemDoneStreamingEventTypeEnum = exports.responseOutputItemAddedStreamingEventTypeEnum = exports.responseIncompleteStreamingEventTypeEnum = exports.responseFailedStreamingEventTypeEnum = exports.responseCompletedStreamingEventTypeEnum = exports.responseInProgressStreamingEventTypeEnum = exports.responseQueuedStreamingEventTypeEnum = exports.responseCreatedStreamingEventTypeEnum = exports.responseResourceObjectEnum = exports.jsonSchemaResponseFormatTypeEnum = exports.jsonObjectResponseFormatTypeEnum = exports.allowedToolChoiceTypeEnum = exports.functionToolChoiceTypeEnum = exports.functionToolTypeEnum = exports.reasoningBodyTypeEnum = exports.functionCallOutputTypeEnum = void 0;
5
- exports.responseInProgressStreamingEventSchema = exports.responseIncompleteStreamingEventSchema = exports.responseFunctionCallArgumentsDoneStreamingEventSchema = exports.responseFunctionCallArgumentsDeltaStreamingEventSchema = exports.responseFailedStreamingEventSchema = exports.responseCreatedStreamingEventSchema = exports.responseContentPartDoneStreamingEventSchema = exports.responseContentPartAddedStreamingEventSchema = exports.responseCompletedStreamingEventSchema = exports.refusalContentSchema = exports.refusalContentParamSchema = exports.reasoningTextContentSchema = exports.reasoningSummaryEnumSchema = exports.reasoningSummaryContentParamSchema = exports.reasoningSchema = exports.reasoningParamSchema = exports.reasoningItemParamSchema = exports.reasoningEffortEnumSchema = exports.reasoningBodySchema = exports.outputTokensDetailsSchema = exports.outputTextContentSchema = exports.outputTextContentParamSchema = exports.metadataParamSchema = exports.messageStatusSchema = exports.messageSchema = exports.messageRoleSchema = exports.logProbSchema = exports.jsonSchemaResponseFormatSchema = exports.jsonSchemaResponseFormatParamSchema = exports.jsonObjectResponseFormatSchema = exports.itemReferenceParamSchema = exports.itemParamSchema = exports.itemFieldSchema = exports.inputVideoContentSchema = exports.inputTokensDetailsSchema = exports.inputTextContentSchema = exports.inputTextContentParamSchema = exports.inputImageContentSchema = exports.inputImageContentParamAutoParamSchema = exports.inputFileContentSchema = exports.inputFileContentParamSchema = exports.incompleteDetailsSchema = exports.includeEnumSchema = exports.imageDetailSchema = exports.functionToolSchema = exports.functionToolParamSchema = exports.functionToolChoiceSchema = exports.functionCallStatusSchema = exports.functionCallSchema = exports.functionCallOutputStatusEnumSchema = void 0;
6
- exports.verbosityEnumSchema = exports.userMessageItemParamSchema = exports.usageSchema = exports.urlCitationParamSchema = exports.urlCitationBodySchema = exports.truncationEnumSchema = exports.topLogProbSchema = exports.toolSchema = exports.toolChoiceValueEnumSchema = exports.toolChoiceParamSchema = exports.textResponseFormatSchema = exports.textParamSchema = exports.textFormatParamSchema = exports.textFieldSchema = exports.textContentSchema = exports.systemMessageItemParamSchema = exports.summaryTextContentSchema = exports.streamOptionsParamSchema = exports.specificToolChoiceParamSchema = exports.specificFunctionParamSchema = exports.serviceTierEnumSchema = exports.responsesToolParamSchema = exports.responseResourceSchema = exports.responseRefusalDoneStreamingEventSchema = exports.responseRefusalDeltaStreamingEventSchema = exports.responseReasoningSummaryPartDoneStreamingEventSchema = exports.responseReasoningSummaryPartAddedStreamingEventSchema = exports.responseReasoningSummaryDoneStreamingEventSchema = exports.responseReasoningSummaryDeltaStreamingEventSchema = exports.responseReasoningDoneStreamingEventSchema = exports.responseReasoningDeltaStreamingEventSchema = exports.responseQueuedStreamingEventSchema = exports.responseOutputTextDoneStreamingEventSchema = exports.responseOutputTextDeltaStreamingEventSchema = exports.responseOutputTextAnnotationAddedStreamingEventSchema = exports.responseOutputItemDoneStreamingEventSchema = exports.responseOutputItemAddedStreamingEventSchema = void 0;
7
- var types_ts_1 = require("./types.ts");
8
- Object.defineProperty(exports, "itemReferenceParamTypeEnum", { enumerable: true, get: function () { return types_ts_1.itemReferenceParamTypeEnum; } });
9
- var types_ts_2 = require("./types.ts");
10
- Object.defineProperty(exports, "reasoningSummaryContentParamTypeEnum", { enumerable: true, get: function () { return types_ts_2.reasoningSummaryContentParamTypeEnum; } });
11
- var types_ts_3 = require("./types.ts");
12
- Object.defineProperty(exports, "reasoningItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_3.reasoningItemParamTypeEnum; } });
13
- var types_ts_4 = require("./types.ts");
14
- Object.defineProperty(exports, "inputTextContentParamTypeEnum", { enumerable: true, get: function () { return types_ts_4.inputTextContentParamTypeEnum; } });
15
- var types_ts_5 = require("./types.ts");
16
- Object.defineProperty(exports, "detailEnumEnum", { enumerable: true, get: function () { return types_ts_5.detailEnumEnum; } });
17
- var types_ts_6 = require("./types.ts");
18
- Object.defineProperty(exports, "imageDetailEnum", { enumerable: true, get: function () { return types_ts_6.imageDetailEnum; } });
19
- var types_ts_7 = require("./types.ts");
20
- Object.defineProperty(exports, "inputImageContentParamAutoParamTypeEnum", { enumerable: true, get: function () { return types_ts_7.inputImageContentParamAutoParamTypeEnum; } });
21
- var types_ts_8 = require("./types.ts");
22
- Object.defineProperty(exports, "inputFileContentParamTypeEnum", { enumerable: true, get: function () { return types_ts_8.inputFileContentParamTypeEnum; } });
23
- var types_ts_9 = require("./types.ts");
24
- Object.defineProperty(exports, "userMessageItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_9.userMessageItemParamTypeEnum; } });
25
- var types_ts_10 = require("./types.ts");
26
- Object.defineProperty(exports, "userMessageItemParamRoleEnum", { enumerable: true, get: function () { return types_ts_10.userMessageItemParamRoleEnum; } });
27
- var types_ts_11 = require("./types.ts");
28
- Object.defineProperty(exports, "systemMessageItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_11.systemMessageItemParamTypeEnum; } });
29
- var types_ts_12 = require("./types.ts");
30
- Object.defineProperty(exports, "systemMessageItemParamRoleEnum", { enumerable: true, get: function () { return types_ts_12.systemMessageItemParamRoleEnum; } });
31
- var types_ts_13 = require("./types.ts");
32
- Object.defineProperty(exports, "developerMessageItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_13.developerMessageItemParamTypeEnum; } });
33
- var types_ts_14 = require("./types.ts");
34
- Object.defineProperty(exports, "developerMessageItemParamRoleEnum", { enumerable: true, get: function () { return types_ts_14.developerMessageItemParamRoleEnum; } });
35
- var types_ts_15 = require("./types.ts");
36
- Object.defineProperty(exports, "urlCitationParamTypeEnum", { enumerable: true, get: function () { return types_ts_15.urlCitationParamTypeEnum; } });
37
- var types_ts_16 = require("./types.ts");
38
- Object.defineProperty(exports, "outputTextContentParamTypeEnum", { enumerable: true, get: function () { return types_ts_16.outputTextContentParamTypeEnum; } });
39
- var types_ts_17 = require("./types.ts");
40
- Object.defineProperty(exports, "refusalContentParamTypeEnum", { enumerable: true, get: function () { return types_ts_17.refusalContentParamTypeEnum; } });
41
- var types_ts_18 = require("./types.ts");
42
- Object.defineProperty(exports, "assistantMessageItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_18.assistantMessageItemParamTypeEnum; } });
43
- var types_ts_19 = require("./types.ts");
44
- Object.defineProperty(exports, "assistantMessageItemParamRoleEnum", { enumerable: true, get: function () { return types_ts_19.assistantMessageItemParamRoleEnum; } });
45
- var types_ts_20 = require("./types.ts");
46
- Object.defineProperty(exports, "functionCallItemStatusEnum", { enumerable: true, get: function () { return types_ts_20.functionCallItemStatusEnum; } });
47
- var types_ts_21 = require("./types.ts");
48
- Object.defineProperty(exports, "functionCallStatusEnum", { enumerable: true, get: function () { return types_ts_21.functionCallStatusEnum; } });
49
- var types_ts_22 = require("./types.ts");
50
- Object.defineProperty(exports, "functionCallItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_22.functionCallItemParamTypeEnum; } });
51
- var types_ts_23 = require("./types.ts");
52
- Object.defineProperty(exports, "inputVideoContentTypeEnum", { enumerable: true, get: function () { return types_ts_23.inputVideoContentTypeEnum; } });
53
- var types_ts_24 = require("./types.ts");
54
- Object.defineProperty(exports, "functionCallOutputItemParamTypeEnum", { enumerable: true, get: function () { return types_ts_24.functionCallOutputItemParamTypeEnum; } });
55
- var types_ts_25 = require("./types.ts");
56
- Object.defineProperty(exports, "includeEnumEnum", { enumerable: true, get: function () { return types_ts_25.includeEnumEnum; } });
57
- var types_ts_26 = require("./types.ts");
58
- Object.defineProperty(exports, "functionToolParamTypeEnum", { enumerable: true, get: function () { return types_ts_26.functionToolParamTypeEnum; } });
59
- var types_ts_27 = require("./types.ts");
60
- Object.defineProperty(exports, "specificFunctionParamTypeEnum", { enumerable: true, get: function () { return types_ts_27.specificFunctionParamTypeEnum; } });
61
- var types_ts_28 = require("./types.ts");
62
- Object.defineProperty(exports, "toolChoiceValueEnumEnum", { enumerable: true, get: function () { return types_ts_28.toolChoiceValueEnumEnum; } });
63
- var types_ts_29 = require("./types.ts");
64
- Object.defineProperty(exports, "allowedToolsParamTypeEnum", { enumerable: true, get: function () { return types_ts_29.allowedToolsParamTypeEnum; } });
65
- var types_ts_30 = require("./types.ts");
66
- Object.defineProperty(exports, "verbosityEnumEnum", { enumerable: true, get: function () { return types_ts_30.verbosityEnumEnum; } });
67
- var types_ts_31 = require("./types.ts");
68
- Object.defineProperty(exports, "textResponseFormatTypeEnum", { enumerable: true, get: function () { return types_ts_31.textResponseFormatTypeEnum; } });
69
- var types_ts_32 = require("./types.ts");
70
- Object.defineProperty(exports, "jsonSchemaResponseFormatParamTypeEnum", { enumerable: true, get: function () { return types_ts_32.jsonSchemaResponseFormatParamTypeEnum; } });
71
- var types_ts_33 = require("./types.ts");
72
- Object.defineProperty(exports, "reasoningEffortEnumEnum", { enumerable: true, get: function () { return types_ts_33.reasoningEffortEnumEnum; } });
73
- var types_ts_34 = require("./types.ts");
74
- Object.defineProperty(exports, "reasoningSummaryEnumEnum", { enumerable: true, get: function () { return types_ts_34.reasoningSummaryEnumEnum; } });
75
- var types_ts_35 = require("./types.ts");
76
- Object.defineProperty(exports, "truncationEnumEnum", { enumerable: true, get: function () { return types_ts_35.truncationEnumEnum; } });
77
- var types_ts_36 = require("./types.ts");
78
- Object.defineProperty(exports, "serviceTierEnumEnum", { enumerable: true, get: function () { return types_ts_36.serviceTierEnumEnum; } });
79
- var types_ts_37 = require("./types.ts");
80
- Object.defineProperty(exports, "messageRoleEnum", { enumerable: true, get: function () { return types_ts_37.messageRoleEnum; } });
81
- var types_ts_38 = require("./types.ts");
82
- Object.defineProperty(exports, "inputTextContentTypeEnum", { enumerable: true, get: function () { return types_ts_38.inputTextContentTypeEnum; } });
83
- var types_ts_39 = require("./types.ts");
84
- Object.defineProperty(exports, "urlCitationBodyTypeEnum", { enumerable: true, get: function () { return types_ts_39.urlCitationBodyTypeEnum; } });
85
- var types_ts_40 = require("./types.ts");
86
- Object.defineProperty(exports, "outputTextContentTypeEnum", { enumerable: true, get: function () { return types_ts_40.outputTextContentTypeEnum; } });
87
- var types_ts_41 = require("./types.ts");
88
- Object.defineProperty(exports, "textContentTypeEnum", { enumerable: true, get: function () { return types_ts_41.textContentTypeEnum; } });
89
- var types_ts_42 = require("./types.ts");
90
- Object.defineProperty(exports, "summaryTextContentTypeEnum", { enumerable: true, get: function () { return types_ts_42.summaryTextContentTypeEnum; } });
91
- var types_ts_43 = require("./types.ts");
92
- Object.defineProperty(exports, "reasoningTextContentTypeEnum", { enumerable: true, get: function () { return types_ts_43.reasoningTextContentTypeEnum; } });
93
- var types_ts_44 = require("./types.ts");
94
- Object.defineProperty(exports, "refusalContentTypeEnum", { enumerable: true, get: function () { return types_ts_44.refusalContentTypeEnum; } });
95
- var types_ts_45 = require("./types.ts");
96
- Object.defineProperty(exports, "inputImageContentTypeEnum", { enumerable: true, get: function () { return types_ts_45.inputImageContentTypeEnum; } });
97
- var types_ts_46 = require("./types.ts");
98
- Object.defineProperty(exports, "inputFileContentTypeEnum", { enumerable: true, get: function () { return types_ts_46.inputFileContentTypeEnum; } });
99
- var types_ts_47 = require("./types.ts");
100
- Object.defineProperty(exports, "messageStatusEnum", { enumerable: true, get: function () { return types_ts_47.messageStatusEnum; } });
101
- var types_ts_48 = require("./types.ts");
102
- Object.defineProperty(exports, "messageTypeEnum", { enumerable: true, get: function () { return types_ts_48.messageTypeEnum; } });
103
- var types_ts_49 = require("./types.ts");
104
- Object.defineProperty(exports, "functionCallTypeEnum", { enumerable: true, get: function () { return types_ts_49.functionCallTypeEnum; } });
105
- var types_ts_50 = require("./types.ts");
106
- Object.defineProperty(exports, "functionCallOutputStatusEnumEnum", { enumerable: true, get: function () { return types_ts_50.functionCallOutputStatusEnumEnum; } });
107
- var types_ts_51 = require("./types.ts");
108
- Object.defineProperty(exports, "functionCallOutputTypeEnum", { enumerable: true, get: function () { return types_ts_51.functionCallOutputTypeEnum; } });
109
- var types_ts_52 = require("./types.ts");
110
- Object.defineProperty(exports, "reasoningBodyTypeEnum", { enumerable: true, get: function () { return types_ts_52.reasoningBodyTypeEnum; } });
111
- var types_ts_53 = require("./types.ts");
112
- Object.defineProperty(exports, "functionToolTypeEnum", { enumerable: true, get: function () { return types_ts_53.functionToolTypeEnum; } });
113
- var types_ts_54 = require("./types.ts");
114
- Object.defineProperty(exports, "functionToolChoiceTypeEnum", { enumerable: true, get: function () { return types_ts_54.functionToolChoiceTypeEnum; } });
115
- var types_ts_55 = require("./types.ts");
116
- Object.defineProperty(exports, "allowedToolChoiceTypeEnum", { enumerable: true, get: function () { return types_ts_55.allowedToolChoiceTypeEnum; } });
117
- var types_ts_56 = require("./types.ts");
118
- Object.defineProperty(exports, "jsonObjectResponseFormatTypeEnum", { enumerable: true, get: function () { return types_ts_56.jsonObjectResponseFormatTypeEnum; } });
119
- var types_ts_57 = require("./types.ts");
120
- Object.defineProperty(exports, "jsonSchemaResponseFormatTypeEnum", { enumerable: true, get: function () { return types_ts_57.jsonSchemaResponseFormatTypeEnum; } });
121
- var types_ts_58 = require("./types.ts");
122
- Object.defineProperty(exports, "responseResourceObjectEnum", { enumerable: true, get: function () { return types_ts_58.responseResourceObjectEnum; } });
123
- var types_ts_59 = require("./types.ts");
124
- Object.defineProperty(exports, "responseCreatedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_59.responseCreatedStreamingEventTypeEnum; } });
125
- var types_ts_60 = require("./types.ts");
126
- Object.defineProperty(exports, "responseQueuedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_60.responseQueuedStreamingEventTypeEnum; } });
127
- var types_ts_61 = require("./types.ts");
128
- Object.defineProperty(exports, "responseInProgressStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_61.responseInProgressStreamingEventTypeEnum; } });
129
- var types_ts_62 = require("./types.ts");
130
- Object.defineProperty(exports, "responseCompletedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_62.responseCompletedStreamingEventTypeEnum; } });
131
- var types_ts_63 = require("./types.ts");
132
- Object.defineProperty(exports, "responseFailedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_63.responseFailedStreamingEventTypeEnum; } });
133
- var types_ts_64 = require("./types.ts");
134
- Object.defineProperty(exports, "responseIncompleteStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_64.responseIncompleteStreamingEventTypeEnum; } });
135
- var types_ts_65 = require("./types.ts");
136
- Object.defineProperty(exports, "responseOutputItemAddedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_65.responseOutputItemAddedStreamingEventTypeEnum; } });
137
- var types_ts_66 = require("./types.ts");
138
- Object.defineProperty(exports, "responseOutputItemDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_66.responseOutputItemDoneStreamingEventTypeEnum; } });
139
- var types_ts_67 = require("./types.ts");
140
- Object.defineProperty(exports, "responseReasoningSummaryPartAddedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_67.responseReasoningSummaryPartAddedStreamingEventTypeEnum; } });
141
- var types_ts_68 = require("./types.ts");
142
- Object.defineProperty(exports, "responseReasoningSummaryPartDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_68.responseReasoningSummaryPartDoneStreamingEventTypeEnum; } });
143
- var types_ts_69 = require("./types.ts");
144
- Object.defineProperty(exports, "responseContentPartAddedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_69.responseContentPartAddedStreamingEventTypeEnum; } });
145
- var types_ts_70 = require("./types.ts");
146
- Object.defineProperty(exports, "responseContentPartDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_70.responseContentPartDoneStreamingEventTypeEnum; } });
147
- var types_ts_71 = require("./types.ts");
148
- Object.defineProperty(exports, "responseOutputTextDeltaStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_71.responseOutputTextDeltaStreamingEventTypeEnum; } });
149
- var types_ts_72 = require("./types.ts");
150
- Object.defineProperty(exports, "responseOutputTextDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_72.responseOutputTextDoneStreamingEventTypeEnum; } });
151
- var types_ts_73 = require("./types.ts");
152
- Object.defineProperty(exports, "responseRefusalDeltaStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_73.responseRefusalDeltaStreamingEventTypeEnum; } });
153
- var types_ts_74 = require("./types.ts");
154
- Object.defineProperty(exports, "responseRefusalDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_74.responseRefusalDoneStreamingEventTypeEnum; } });
155
- var types_ts_75 = require("./types.ts");
156
- Object.defineProperty(exports, "responseReasoningDeltaStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_75.responseReasoningDeltaStreamingEventTypeEnum; } });
157
- var types_ts_76 = require("./types.ts");
158
- Object.defineProperty(exports, "responseReasoningDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_76.responseReasoningDoneStreamingEventTypeEnum; } });
159
- var types_ts_77 = require("./types.ts");
160
- Object.defineProperty(exports, "responseReasoningSummaryDeltaStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_77.responseReasoningSummaryDeltaStreamingEventTypeEnum; } });
161
- var types_ts_78 = require("./types.ts");
162
- Object.defineProperty(exports, "responseReasoningSummaryDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_78.responseReasoningSummaryDoneStreamingEventTypeEnum; } });
163
- var types_ts_79 = require("./types.ts");
164
- Object.defineProperty(exports, "responseOutputTextAnnotationAddedStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_79.responseOutputTextAnnotationAddedStreamingEventTypeEnum; } });
165
- var types_ts_80 = require("./types.ts");
166
- Object.defineProperty(exports, "responseFunctionCallArgumentsDeltaStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_80.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum; } });
167
- var types_ts_81 = require("./types.ts");
168
- Object.defineProperty(exports, "responseFunctionCallArgumentsDoneStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_81.responseFunctionCallArgumentsDoneStreamingEventTypeEnum; } });
169
- var types_ts_82 = require("./types.ts");
170
- Object.defineProperty(exports, "errorStreamingEventTypeEnum", { enumerable: true, get: function () { return types_ts_82.errorStreamingEventTypeEnum; } });
171
- var allowedToolChoiceSchema_ts_1 = require("./zod/allowedToolChoiceSchema.ts");
172
- Object.defineProperty(exports, "allowedToolChoiceSchema", { enumerable: true, get: function () { return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema; } });
173
- var allowedToolsParamSchema_ts_1 = require("./zod/allowedToolsParamSchema.ts");
174
- Object.defineProperty(exports, "allowedToolsParamSchema", { enumerable: true, get: function () { return allowedToolsParamSchema_ts_1.allowedToolsParamSchema; } });
175
- var annotationSchema_ts_1 = require("./zod/annotationSchema.ts");
176
- Object.defineProperty(exports, "annotationSchema", { enumerable: true, get: function () { return annotationSchema_ts_1.annotationSchema; } });
177
- var assistantMessageItemParamSchema_ts_1 = require("./zod/assistantMessageItemParamSchema.ts");
178
- Object.defineProperty(exports, "assistantMessageItemParamSchema", { enumerable: true, get: function () { return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema; } });
179
- var createResponseBodySchema_ts_1 = require("./zod/createResponseBodySchema.ts");
180
- Object.defineProperty(exports, "createResponseBodySchema", { enumerable: true, get: function () { return createResponseBodySchema_ts_1.createResponseBodySchema; } });
181
- var createresponseSchema_ts_1 = require("./zod/createresponseSchema.ts");
182
- Object.defineProperty(exports, "createresponse200Schema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponse200Schema; } });
183
- Object.defineProperty(exports, "createresponseMutationRequestSchema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponseMutationRequestSchema; } });
184
- Object.defineProperty(exports, "createresponseMutationResponseSchema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponseMutationResponseSchema; } });
185
- var detailEnumSchema_ts_1 = require("./zod/detailEnumSchema.ts");
186
- Object.defineProperty(exports, "detailEnumSchema", { enumerable: true, get: function () { return detailEnumSchema_ts_1.detailEnumSchema; } });
187
- var developerMessageItemParamSchema_ts_1 = require("./zod/developerMessageItemParamSchema.ts");
188
- Object.defineProperty(exports, "developerMessageItemParamSchema", { enumerable: true, get: function () { return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema; } });
189
- var emptyModelParamSchema_ts_1 = require("./zod/emptyModelParamSchema.ts");
190
- Object.defineProperty(exports, "emptyModelParamSchema", { enumerable: true, get: function () { return emptyModelParamSchema_ts_1.emptyModelParamSchema; } });
191
- var errorPayloadSchema_ts_1 = require("./zod/errorPayloadSchema.ts");
192
- Object.defineProperty(exports, "errorPayloadSchema", { enumerable: true, get: function () { return errorPayloadSchema_ts_1.errorPayloadSchema; } });
193
- var errorSchema_ts_1 = require("./zod/errorSchema.ts");
194
- Object.defineProperty(exports, "errorSchema", { enumerable: true, get: function () { return errorSchema_ts_1.errorSchema; } });
195
- var errorStreamingEventSchema_ts_1 = require("./zod/errorStreamingEventSchema.ts");
196
- Object.defineProperty(exports, "errorStreamingEventSchema", { enumerable: true, get: function () { return errorStreamingEventSchema_ts_1.errorStreamingEventSchema; } });
197
- var functionCallItemParamSchema_ts_1 = require("./zod/functionCallItemParamSchema.ts");
198
- Object.defineProperty(exports, "functionCallItemParamSchema", { enumerable: true, get: function () { return functionCallItemParamSchema_ts_1.functionCallItemParamSchema; } });
199
- var functionCallItemStatusSchema_ts_1 = require("./zod/functionCallItemStatusSchema.ts");
200
- Object.defineProperty(exports, "functionCallItemStatusSchema", { enumerable: true, get: function () { return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema; } });
201
- var functionCallOutputItemParamSchema_ts_1 = require("./zod/functionCallOutputItemParamSchema.ts");
202
- Object.defineProperty(exports, "functionCallOutputItemParamSchema", { enumerable: true, get: function () { return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema; } });
203
- var functionCallOutputSchema_ts_1 = require("./zod/functionCallOutputSchema.ts");
204
- Object.defineProperty(exports, "functionCallOutputSchema", { enumerable: true, get: function () { return functionCallOutputSchema_ts_1.functionCallOutputSchema; } });
205
- var functionCallOutputStatusEnumSchema_ts_1 = require("./zod/functionCallOutputStatusEnumSchema.ts");
206
- Object.defineProperty(exports, "functionCallOutputStatusEnumSchema", { enumerable: true, get: function () { return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema; } });
207
- var functionCallSchema_ts_1 = require("./zod/functionCallSchema.ts");
208
- Object.defineProperty(exports, "functionCallSchema", { enumerable: true, get: function () { return functionCallSchema_ts_1.functionCallSchema; } });
209
- var functionCallStatusSchema_ts_1 = require("./zod/functionCallStatusSchema.ts");
210
- Object.defineProperty(exports, "functionCallStatusSchema", { enumerable: true, get: function () { return functionCallStatusSchema_ts_1.functionCallStatusSchema; } });
211
- var functionToolChoiceSchema_ts_1 = require("./zod/functionToolChoiceSchema.ts");
212
- Object.defineProperty(exports, "functionToolChoiceSchema", { enumerable: true, get: function () { return functionToolChoiceSchema_ts_1.functionToolChoiceSchema; } });
213
- var functionToolParamSchema_ts_1 = require("./zod/functionToolParamSchema.ts");
214
- Object.defineProperty(exports, "functionToolParamSchema", { enumerable: true, get: function () { return functionToolParamSchema_ts_1.functionToolParamSchema; } });
215
- var functionToolSchema_ts_1 = require("./zod/functionToolSchema.ts");
216
- Object.defineProperty(exports, "functionToolSchema", { enumerable: true, get: function () { return functionToolSchema_ts_1.functionToolSchema; } });
217
- var imageDetailSchema_ts_1 = require("./zod/imageDetailSchema.ts");
218
- Object.defineProperty(exports, "imageDetailSchema", { enumerable: true, get: function () { return imageDetailSchema_ts_1.imageDetailSchema; } });
219
- var includeEnumSchema_ts_1 = require("./zod/includeEnumSchema.ts");
220
- Object.defineProperty(exports, "includeEnumSchema", { enumerable: true, get: function () { return includeEnumSchema_ts_1.includeEnumSchema; } });
221
- var incompleteDetailsSchema_ts_1 = require("./zod/incompleteDetailsSchema.ts");
222
- Object.defineProperty(exports, "incompleteDetailsSchema", { enumerable: true, get: function () { return incompleteDetailsSchema_ts_1.incompleteDetailsSchema; } });
223
- var inputFileContentParamSchema_ts_1 = require("./zod/inputFileContentParamSchema.ts");
224
- Object.defineProperty(exports, "inputFileContentParamSchema", { enumerable: true, get: function () { return inputFileContentParamSchema_ts_1.inputFileContentParamSchema; } });
225
- var inputFileContentSchema_ts_1 = require("./zod/inputFileContentSchema.ts");
226
- Object.defineProperty(exports, "inputFileContentSchema", { enumerable: true, get: function () { return inputFileContentSchema_ts_1.inputFileContentSchema; } });
227
- var inputImageContentParamAutoParamSchema_ts_1 = require("./zod/inputImageContentParamAutoParamSchema.ts");
228
- Object.defineProperty(exports, "inputImageContentParamAutoParamSchema", { enumerable: true, get: function () { return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema; } });
229
- var inputImageContentSchema_ts_1 = require("./zod/inputImageContentSchema.ts");
230
- Object.defineProperty(exports, "inputImageContentSchema", { enumerable: true, get: function () { return inputImageContentSchema_ts_1.inputImageContentSchema; } });
231
- var inputTextContentParamSchema_ts_1 = require("./zod/inputTextContentParamSchema.ts");
232
- Object.defineProperty(exports, "inputTextContentParamSchema", { enumerable: true, get: function () { return inputTextContentParamSchema_ts_1.inputTextContentParamSchema; } });
233
- var inputTextContentSchema_ts_1 = require("./zod/inputTextContentSchema.ts");
234
- Object.defineProperty(exports, "inputTextContentSchema", { enumerable: true, get: function () { return inputTextContentSchema_ts_1.inputTextContentSchema; } });
235
- var inputTokensDetailsSchema_ts_1 = require("./zod/inputTokensDetailsSchema.ts");
236
- Object.defineProperty(exports, "inputTokensDetailsSchema", { enumerable: true, get: function () { return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema; } });
237
- var inputVideoContentSchema_ts_1 = require("./zod/inputVideoContentSchema.ts");
238
- Object.defineProperty(exports, "inputVideoContentSchema", { enumerable: true, get: function () { return inputVideoContentSchema_ts_1.inputVideoContentSchema; } });
239
- var itemFieldSchema_ts_1 = require("./zod/itemFieldSchema.ts");
240
- Object.defineProperty(exports, "itemFieldSchema", { enumerable: true, get: function () { return itemFieldSchema_ts_1.itemFieldSchema; } });
241
- var itemParamSchema_ts_1 = require("./zod/itemParamSchema.ts");
242
- Object.defineProperty(exports, "itemParamSchema", { enumerable: true, get: function () { return itemParamSchema_ts_1.itemParamSchema; } });
243
- var itemReferenceParamSchema_ts_1 = require("./zod/itemReferenceParamSchema.ts");
244
- Object.defineProperty(exports, "itemReferenceParamSchema", { enumerable: true, get: function () { return itemReferenceParamSchema_ts_1.itemReferenceParamSchema; } });
245
- var jsonObjectResponseFormatSchema_ts_1 = require("./zod/jsonObjectResponseFormatSchema.ts");
246
- Object.defineProperty(exports, "jsonObjectResponseFormatSchema", { enumerable: true, get: function () { return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema; } });
247
- var jsonSchemaResponseFormatParamSchema_ts_1 = require("./zod/jsonSchemaResponseFormatParamSchema.ts");
248
- Object.defineProperty(exports, "jsonSchemaResponseFormatParamSchema", { enumerable: true, get: function () { return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema; } });
249
- var jsonSchemaResponseFormatSchema_ts_1 = require("./zod/jsonSchemaResponseFormatSchema.ts");
250
- Object.defineProperty(exports, "jsonSchemaResponseFormatSchema", { enumerable: true, get: function () { return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema; } });
251
- var logProbSchema_ts_1 = require("./zod/logProbSchema.ts");
252
- Object.defineProperty(exports, "logProbSchema", { enumerable: true, get: function () { return logProbSchema_ts_1.logProbSchema; } });
253
- var messageRoleSchema_ts_1 = require("./zod/messageRoleSchema.ts");
254
- Object.defineProperty(exports, "messageRoleSchema", { enumerable: true, get: function () { return messageRoleSchema_ts_1.messageRoleSchema; } });
255
- var messageSchema_ts_1 = require("./zod/messageSchema.ts");
256
- Object.defineProperty(exports, "messageSchema", { enumerable: true, get: function () { return messageSchema_ts_1.messageSchema; } });
257
- var messageStatusSchema_ts_1 = require("./zod/messageStatusSchema.ts");
258
- Object.defineProperty(exports, "messageStatusSchema", { enumerable: true, get: function () { return messageStatusSchema_ts_1.messageStatusSchema; } });
259
- var metadataParamSchema_ts_1 = require("./zod/metadataParamSchema.ts");
260
- Object.defineProperty(exports, "metadataParamSchema", { enumerable: true, get: function () { return metadataParamSchema_ts_1.metadataParamSchema; } });
261
- var outputTextContentParamSchema_ts_1 = require("./zod/outputTextContentParamSchema.ts");
262
- Object.defineProperty(exports, "outputTextContentParamSchema", { enumerable: true, get: function () { return outputTextContentParamSchema_ts_1.outputTextContentParamSchema; } });
263
- var outputTextContentSchema_ts_1 = require("./zod/outputTextContentSchema.ts");
264
- Object.defineProperty(exports, "outputTextContentSchema", { enumerable: true, get: function () { return outputTextContentSchema_ts_1.outputTextContentSchema; } });
265
- var outputTokensDetailsSchema_ts_1 = require("./zod/outputTokensDetailsSchema.ts");
266
- Object.defineProperty(exports, "outputTokensDetailsSchema", { enumerable: true, get: function () { return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema; } });
267
- var reasoningBodySchema_ts_1 = require("./zod/reasoningBodySchema.ts");
268
- Object.defineProperty(exports, "reasoningBodySchema", { enumerable: true, get: function () { return reasoningBodySchema_ts_1.reasoningBodySchema; } });
269
- var reasoningEffortEnumSchema_ts_1 = require("./zod/reasoningEffortEnumSchema.ts");
270
- Object.defineProperty(exports, "reasoningEffortEnumSchema", { enumerable: true, get: function () { return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema; } });
271
- var reasoningItemParamSchema_ts_1 = require("./zod/reasoningItemParamSchema.ts");
272
- Object.defineProperty(exports, "reasoningItemParamSchema", { enumerable: true, get: function () { return reasoningItemParamSchema_ts_1.reasoningItemParamSchema; } });
273
- var reasoningParamSchema_ts_1 = require("./zod/reasoningParamSchema.ts");
274
- Object.defineProperty(exports, "reasoningParamSchema", { enumerable: true, get: function () { return reasoningParamSchema_ts_1.reasoningParamSchema; } });
275
- var reasoningSchema_ts_1 = require("./zod/reasoningSchema.ts");
276
- Object.defineProperty(exports, "reasoningSchema", { enumerable: true, get: function () { return reasoningSchema_ts_1.reasoningSchema; } });
277
- var reasoningSummaryContentParamSchema_ts_1 = require("./zod/reasoningSummaryContentParamSchema.ts");
278
- Object.defineProperty(exports, "reasoningSummaryContentParamSchema", { enumerable: true, get: function () { return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema; } });
279
- var reasoningSummaryEnumSchema_ts_1 = require("./zod/reasoningSummaryEnumSchema.ts");
280
- Object.defineProperty(exports, "reasoningSummaryEnumSchema", { enumerable: true, get: function () { return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema; } });
281
- var reasoningTextContentSchema_ts_1 = require("./zod/reasoningTextContentSchema.ts");
282
- Object.defineProperty(exports, "reasoningTextContentSchema", { enumerable: true, get: function () { return reasoningTextContentSchema_ts_1.reasoningTextContentSchema; } });
283
- var refusalContentParamSchema_ts_1 = require("./zod/refusalContentParamSchema.ts");
284
- Object.defineProperty(exports, "refusalContentParamSchema", { enumerable: true, get: function () { return refusalContentParamSchema_ts_1.refusalContentParamSchema; } });
285
- var refusalContentSchema_ts_1 = require("./zod/refusalContentSchema.ts");
286
- Object.defineProperty(exports, "refusalContentSchema", { enumerable: true, get: function () { return refusalContentSchema_ts_1.refusalContentSchema; } });
287
- var responseCompletedStreamingEventSchema_ts_1 = require("./zod/responseCompletedStreamingEventSchema.ts");
288
- Object.defineProperty(exports, "responseCompletedStreamingEventSchema", { enumerable: true, get: function () { return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema; } });
289
- var responseContentPartAddedStreamingEventSchema_ts_1 = require("./zod/responseContentPartAddedStreamingEventSchema.ts");
290
- Object.defineProperty(exports, "responseContentPartAddedStreamingEventSchema", { enumerable: true, get: function () { return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema; } });
291
- var responseContentPartDoneStreamingEventSchema_ts_1 = require("./zod/responseContentPartDoneStreamingEventSchema.ts");
292
- Object.defineProperty(exports, "responseContentPartDoneStreamingEventSchema", { enumerable: true, get: function () { return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema; } });
293
- var responseCreatedStreamingEventSchema_ts_1 = require("./zod/responseCreatedStreamingEventSchema.ts");
294
- Object.defineProperty(exports, "responseCreatedStreamingEventSchema", { enumerable: true, get: function () { return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema; } });
295
- var responseFailedStreamingEventSchema_ts_1 = require("./zod/responseFailedStreamingEventSchema.ts");
296
- Object.defineProperty(exports, "responseFailedStreamingEventSchema", { enumerable: true, get: function () { return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema; } });
297
- var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require("./zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts");
298
- Object.defineProperty(exports, "responseFunctionCallArgumentsDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema; } });
299
- var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require("./zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts");
300
- Object.defineProperty(exports, "responseFunctionCallArgumentsDoneStreamingEventSchema", { enumerable: true, get: function () { return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema; } });
301
- var responseIncompleteStreamingEventSchema_ts_1 = require("./zod/responseIncompleteStreamingEventSchema.ts");
302
- Object.defineProperty(exports, "responseIncompleteStreamingEventSchema", { enumerable: true, get: function () { return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema; } });
303
- var responseInProgressStreamingEventSchema_ts_1 = require("./zod/responseInProgressStreamingEventSchema.ts");
304
- Object.defineProperty(exports, "responseInProgressStreamingEventSchema", { enumerable: true, get: function () { return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema; } });
305
- var responseOutputItemAddedStreamingEventSchema_ts_1 = require("./zod/responseOutputItemAddedStreamingEventSchema.ts");
306
- Object.defineProperty(exports, "responseOutputItemAddedStreamingEventSchema", { enumerable: true, get: function () { return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema; } });
307
- var responseOutputItemDoneStreamingEventSchema_ts_1 = require("./zod/responseOutputItemDoneStreamingEventSchema.ts");
308
- Object.defineProperty(exports, "responseOutputItemDoneStreamingEventSchema", { enumerable: true, get: function () { return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema; } });
309
- var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require("./zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts");
310
- Object.defineProperty(exports, "responseOutputTextAnnotationAddedStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema; } });
311
- var responseOutputTextDeltaStreamingEventSchema_ts_1 = require("./zod/responseOutputTextDeltaStreamingEventSchema.ts");
312
- Object.defineProperty(exports, "responseOutputTextDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema; } });
313
- var responseOutputTextDoneStreamingEventSchema_ts_1 = require("./zod/responseOutputTextDoneStreamingEventSchema.ts");
314
- Object.defineProperty(exports, "responseOutputTextDoneStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema; } });
315
- var responseQueuedStreamingEventSchema_ts_1 = require("./zod/responseQueuedStreamingEventSchema.ts");
316
- Object.defineProperty(exports, "responseQueuedStreamingEventSchema", { enumerable: true, get: function () { return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema; } });
317
- var responseReasoningDeltaStreamingEventSchema_ts_1 = require("./zod/responseReasoningDeltaStreamingEventSchema.ts");
318
- Object.defineProperty(exports, "responseReasoningDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema; } });
319
- var responseReasoningDoneStreamingEventSchema_ts_1 = require("./zod/responseReasoningDoneStreamingEventSchema.ts");
320
- Object.defineProperty(exports, "responseReasoningDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema; } });
321
- var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require("./zod/responseReasoningSummaryDeltaStreamingEventSchema.ts");
322
- Object.defineProperty(exports, "responseReasoningSummaryDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema; } });
323
- var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require("./zod/responseReasoningSummaryDoneStreamingEventSchema.ts");
324
- Object.defineProperty(exports, "responseReasoningSummaryDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema; } });
325
- var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require("./zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts");
326
- Object.defineProperty(exports, "responseReasoningSummaryPartAddedStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema; } });
327
- var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require("./zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts");
328
- Object.defineProperty(exports, "responseReasoningSummaryPartDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema; } });
329
- var responseRefusalDeltaStreamingEventSchema_ts_1 = require("./zod/responseRefusalDeltaStreamingEventSchema.ts");
330
- Object.defineProperty(exports, "responseRefusalDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema; } });
331
- var responseRefusalDoneStreamingEventSchema_ts_1 = require("./zod/responseRefusalDoneStreamingEventSchema.ts");
332
- Object.defineProperty(exports, "responseRefusalDoneStreamingEventSchema", { enumerable: true, get: function () { return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema; } });
333
- var responseResourceSchema_ts_1 = require("./zod/responseResourceSchema.ts");
334
- Object.defineProperty(exports, "responseResourceSchema", { enumerable: true, get: function () { return responseResourceSchema_ts_1.responseResourceSchema; } });
335
- var responsesToolParamSchema_ts_1 = require("./zod/responsesToolParamSchema.ts");
336
- Object.defineProperty(exports, "responsesToolParamSchema", { enumerable: true, get: function () { return responsesToolParamSchema_ts_1.responsesToolParamSchema; } });
337
- var serviceTierEnumSchema_ts_1 = require("./zod/serviceTierEnumSchema.ts");
338
- Object.defineProperty(exports, "serviceTierEnumSchema", { enumerable: true, get: function () { return serviceTierEnumSchema_ts_1.serviceTierEnumSchema; } });
339
- var specificFunctionParamSchema_ts_1 = require("./zod/specificFunctionParamSchema.ts");
340
- Object.defineProperty(exports, "specificFunctionParamSchema", { enumerable: true, get: function () { return specificFunctionParamSchema_ts_1.specificFunctionParamSchema; } });
341
- var specificToolChoiceParamSchema_ts_1 = require("./zod/specificToolChoiceParamSchema.ts");
342
- Object.defineProperty(exports, "specificToolChoiceParamSchema", { enumerable: true, get: function () { return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema; } });
343
- var streamOptionsParamSchema_ts_1 = require("./zod/streamOptionsParamSchema.ts");
344
- Object.defineProperty(exports, "streamOptionsParamSchema", { enumerable: true, get: function () { return streamOptionsParamSchema_ts_1.streamOptionsParamSchema; } });
345
- var summaryTextContentSchema_ts_1 = require("./zod/summaryTextContentSchema.ts");
346
- Object.defineProperty(exports, "summaryTextContentSchema", { enumerable: true, get: function () { return summaryTextContentSchema_ts_1.summaryTextContentSchema; } });
347
- var systemMessageItemParamSchema_ts_1 = require("./zod/systemMessageItemParamSchema.ts");
348
- Object.defineProperty(exports, "systemMessageItemParamSchema", { enumerable: true, get: function () { return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema; } });
349
- var textContentSchema_ts_1 = require("./zod/textContentSchema.ts");
350
- Object.defineProperty(exports, "textContentSchema", { enumerable: true, get: function () { return textContentSchema_ts_1.textContentSchema; } });
351
- var textFieldSchema_ts_1 = require("./zod/textFieldSchema.ts");
352
- Object.defineProperty(exports, "textFieldSchema", { enumerable: true, get: function () { return textFieldSchema_ts_1.textFieldSchema; } });
353
- var textFormatParamSchema_ts_1 = require("./zod/textFormatParamSchema.ts");
354
- Object.defineProperty(exports, "textFormatParamSchema", { enumerable: true, get: function () { return textFormatParamSchema_ts_1.textFormatParamSchema; } });
355
- var textParamSchema_ts_1 = require("./zod/textParamSchema.ts");
356
- Object.defineProperty(exports, "textParamSchema", { enumerable: true, get: function () { return textParamSchema_ts_1.textParamSchema; } });
357
- var textResponseFormatSchema_ts_1 = require("./zod/textResponseFormatSchema.ts");
358
- Object.defineProperty(exports, "textResponseFormatSchema", { enumerable: true, get: function () { return textResponseFormatSchema_ts_1.textResponseFormatSchema; } });
359
- var toolChoiceParamSchema_ts_1 = require("./zod/toolChoiceParamSchema.ts");
360
- Object.defineProperty(exports, "toolChoiceParamSchema", { enumerable: true, get: function () { return toolChoiceParamSchema_ts_1.toolChoiceParamSchema; } });
361
- var toolChoiceValueEnumSchema_ts_1 = require("./zod/toolChoiceValueEnumSchema.ts");
362
- Object.defineProperty(exports, "toolChoiceValueEnumSchema", { enumerable: true, get: function () { return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema; } });
363
- var toolSchema_ts_1 = require("./zod/toolSchema.ts");
364
- Object.defineProperty(exports, "toolSchema", { enumerable: true, get: function () { return toolSchema_ts_1.toolSchema; } });
365
- var topLogProbSchema_ts_1 = require("./zod/topLogProbSchema.ts");
366
- Object.defineProperty(exports, "topLogProbSchema", { enumerable: true, get: function () { return topLogProbSchema_ts_1.topLogProbSchema; } });
367
- var truncationEnumSchema_ts_1 = require("./zod/truncationEnumSchema.ts");
368
- Object.defineProperty(exports, "truncationEnumSchema", { enumerable: true, get: function () { return truncationEnumSchema_ts_1.truncationEnumSchema; } });
369
- var urlCitationBodySchema_ts_1 = require("./zod/urlCitationBodySchema.ts");
370
- Object.defineProperty(exports, "urlCitationBodySchema", { enumerable: true, get: function () { return urlCitationBodySchema_ts_1.urlCitationBodySchema; } });
371
- var urlCitationParamSchema_ts_1 = require("./zod/urlCitationParamSchema.ts");
372
- Object.defineProperty(exports, "urlCitationParamSchema", { enumerable: true, get: function () { return urlCitationParamSchema_ts_1.urlCitationParamSchema; } });
373
- var usageSchema_ts_1 = require("./zod/usageSchema.ts");
374
- Object.defineProperty(exports, "usageSchema", { enumerable: true, get: function () { return usageSchema_ts_1.usageSchema; } });
375
- var userMessageItemParamSchema_ts_1 = require("./zod/userMessageItemParamSchema.ts");
376
- Object.defineProperty(exports, "userMessageItemParamSchema", { enumerable: true, get: function () { return userMessageItemParamSchema_ts_1.userMessageItemParamSchema; } });
377
- var verbosityEnumSchema_ts_1 = require("./zod/verbosityEnumSchema.ts");
378
- Object.defineProperty(exports, "verbosityEnumSchema", { enumerable: true, get: function () { return verbosityEnumSchema_ts_1.verbosityEnumSchema; } });
1
+ 'use strict'
2
+ Object.defineProperty(exports, '__esModule', { value: true })
3
+ exports.functionCallOutputStatusEnumEnum =
4
+ exports.functionCallTypeEnum =
5
+ exports.messageTypeEnum =
6
+ exports.messageStatusEnum =
7
+ exports.inputFileContentTypeEnum =
8
+ exports.inputImageContentTypeEnum =
9
+ exports.refusalContentTypeEnum =
10
+ exports.reasoningTextContentTypeEnum =
11
+ exports.summaryTextContentTypeEnum =
12
+ exports.textContentTypeEnum =
13
+ exports.outputTextContentTypeEnum =
14
+ exports.urlCitationBodyTypeEnum =
15
+ exports.inputTextContentTypeEnum =
16
+ exports.messageRoleEnum =
17
+ exports.serviceTierEnumEnum =
18
+ exports.truncationEnumEnum =
19
+ exports.reasoningSummaryEnumEnum =
20
+ exports.reasoningEffortEnumEnum =
21
+ exports.jsonSchemaResponseFormatParamTypeEnum =
22
+ exports.textResponseFormatTypeEnum =
23
+ exports.verbosityEnumEnum =
24
+ exports.allowedToolsParamTypeEnum =
25
+ exports.toolChoiceValueEnumEnum =
26
+ exports.specificFunctionParamTypeEnum =
27
+ exports.functionToolParamTypeEnum =
28
+ exports.includeEnumEnum =
29
+ exports.functionCallOutputItemParamTypeEnum =
30
+ exports.inputVideoContentTypeEnum =
31
+ exports.functionCallItemParamTypeEnum =
32
+ exports.functionCallStatusEnum =
33
+ exports.functionCallItemStatusEnum =
34
+ exports.assistantMessageItemParamRoleEnum =
35
+ exports.assistantMessageItemParamTypeEnum =
36
+ exports.refusalContentParamTypeEnum =
37
+ exports.outputTextContentParamTypeEnum =
38
+ exports.urlCitationParamTypeEnum =
39
+ exports.developerMessageItemParamRoleEnum =
40
+ exports.developerMessageItemParamTypeEnum =
41
+ exports.systemMessageItemParamRoleEnum =
42
+ exports.systemMessageItemParamTypeEnum =
43
+ exports.userMessageItemParamRoleEnum =
44
+ exports.userMessageItemParamTypeEnum =
45
+ exports.inputFileContentParamTypeEnum =
46
+ exports.inputImageContentParamAutoParamTypeEnum =
47
+ exports.imageDetailEnum =
48
+ exports.detailEnumEnum =
49
+ exports.inputTextContentParamTypeEnum =
50
+ exports.reasoningItemParamTypeEnum =
51
+ exports.reasoningSummaryContentParamTypeEnum =
52
+ exports.itemReferenceParamTypeEnum =
53
+ void 0
54
+ exports.functionCallOutputSchema =
55
+ exports.functionCallOutputItemParamSchema =
56
+ exports.functionCallItemStatusSchema =
57
+ exports.functionCallItemParamSchema =
58
+ exports.errorStreamingEventSchema =
59
+ exports.errorSchema =
60
+ exports.errorPayloadSchema =
61
+ exports.emptyModelParamSchema =
62
+ exports.developerMessageItemParamSchema =
63
+ exports.detailEnumSchema =
64
+ exports.createresponseMutationResponseSchema =
65
+ exports.createresponseMutationRequestSchema =
66
+ exports.createresponse200Schema =
67
+ exports.createResponseBodySchema =
68
+ exports.assistantMessageItemParamSchema =
69
+ exports.annotationSchema =
70
+ exports.allowedToolsParamSchema =
71
+ exports.allowedToolChoiceSchema =
72
+ exports.errorStreamingEventTypeEnum =
73
+ exports.responseFunctionCallArgumentsDoneStreamingEventTypeEnum =
74
+ exports.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum =
75
+ exports.responseOutputTextAnnotationAddedStreamingEventTypeEnum =
76
+ exports.responseReasoningSummaryDoneStreamingEventTypeEnum =
77
+ exports.responseReasoningSummaryDeltaStreamingEventTypeEnum =
78
+ exports.responseReasoningDoneStreamingEventTypeEnum =
79
+ exports.responseReasoningDeltaStreamingEventTypeEnum =
80
+ exports.responseRefusalDoneStreamingEventTypeEnum =
81
+ exports.responseRefusalDeltaStreamingEventTypeEnum =
82
+ exports.responseOutputTextDoneStreamingEventTypeEnum =
83
+ exports.responseOutputTextDeltaStreamingEventTypeEnum =
84
+ exports.responseContentPartDoneStreamingEventTypeEnum =
85
+ exports.responseContentPartAddedStreamingEventTypeEnum =
86
+ exports.responseReasoningSummaryPartDoneStreamingEventTypeEnum =
87
+ exports.responseReasoningSummaryPartAddedStreamingEventTypeEnum =
88
+ exports.responseOutputItemDoneStreamingEventTypeEnum =
89
+ exports.responseOutputItemAddedStreamingEventTypeEnum =
90
+ exports.responseIncompleteStreamingEventTypeEnum =
91
+ exports.responseFailedStreamingEventTypeEnum =
92
+ exports.responseCompletedStreamingEventTypeEnum =
93
+ exports.responseInProgressStreamingEventTypeEnum =
94
+ exports.responseQueuedStreamingEventTypeEnum =
95
+ exports.responseCreatedStreamingEventTypeEnum =
96
+ exports.responseResourceObjectEnum =
97
+ exports.jsonSchemaResponseFormatTypeEnum =
98
+ exports.jsonObjectResponseFormatTypeEnum =
99
+ exports.allowedToolChoiceTypeEnum =
100
+ exports.functionToolChoiceTypeEnum =
101
+ exports.functionToolTypeEnum =
102
+ exports.reasoningBodyTypeEnum =
103
+ exports.functionCallOutputTypeEnum =
104
+ void 0
105
+ exports.responseInProgressStreamingEventSchema =
106
+ exports.responseIncompleteStreamingEventSchema =
107
+ exports.responseFunctionCallArgumentsDoneStreamingEventSchema =
108
+ exports.responseFunctionCallArgumentsDeltaStreamingEventSchema =
109
+ exports.responseFailedStreamingEventSchema =
110
+ exports.responseCreatedStreamingEventSchema =
111
+ exports.responseContentPartDoneStreamingEventSchema =
112
+ exports.responseContentPartAddedStreamingEventSchema =
113
+ exports.responseCompletedStreamingEventSchema =
114
+ exports.refusalContentSchema =
115
+ exports.refusalContentParamSchema =
116
+ exports.reasoningTextContentSchema =
117
+ exports.reasoningSummaryEnumSchema =
118
+ exports.reasoningSummaryContentParamSchema =
119
+ exports.reasoningSchema =
120
+ exports.reasoningParamSchema =
121
+ exports.reasoningItemParamSchema =
122
+ exports.reasoningEffortEnumSchema =
123
+ exports.reasoningBodySchema =
124
+ exports.outputTokensDetailsSchema =
125
+ exports.outputTextContentSchema =
126
+ exports.outputTextContentParamSchema =
127
+ exports.metadataParamSchema =
128
+ exports.messageStatusSchema =
129
+ exports.messageSchema =
130
+ exports.messageRoleSchema =
131
+ exports.logProbSchema =
132
+ exports.jsonSchemaResponseFormatSchema =
133
+ exports.jsonSchemaResponseFormatParamSchema =
134
+ exports.jsonObjectResponseFormatSchema =
135
+ exports.itemReferenceParamSchema =
136
+ exports.itemParamSchema =
137
+ exports.itemFieldSchema =
138
+ exports.inputVideoContentSchema =
139
+ exports.inputTokensDetailsSchema =
140
+ exports.inputTextContentSchema =
141
+ exports.inputTextContentParamSchema =
142
+ exports.inputImageContentSchema =
143
+ exports.inputImageContentParamAutoParamSchema =
144
+ exports.inputFileContentSchema =
145
+ exports.inputFileContentParamSchema =
146
+ exports.incompleteDetailsSchema =
147
+ exports.includeEnumSchema =
148
+ exports.imageDetailSchema =
149
+ exports.functionToolSchema =
150
+ exports.functionToolParamSchema =
151
+ exports.functionToolChoiceSchema =
152
+ exports.functionCallStatusSchema =
153
+ exports.functionCallSchema =
154
+ exports.functionCallOutputStatusEnumSchema =
155
+ void 0
156
+ exports.verbosityEnumSchema =
157
+ exports.userMessageItemParamSchema =
158
+ exports.usageSchema =
159
+ exports.urlCitationParamSchema =
160
+ exports.urlCitationBodySchema =
161
+ exports.truncationEnumSchema =
162
+ exports.topLogProbSchema =
163
+ exports.toolSchema =
164
+ exports.toolChoiceValueEnumSchema =
165
+ exports.toolChoiceParamSchema =
166
+ exports.textResponseFormatSchema =
167
+ exports.textParamSchema =
168
+ exports.textFormatParamSchema =
169
+ exports.textFieldSchema =
170
+ exports.textContentSchema =
171
+ exports.systemMessageItemParamSchema =
172
+ exports.summaryTextContentSchema =
173
+ exports.streamOptionsParamSchema =
174
+ exports.specificToolChoiceParamSchema =
175
+ exports.specificFunctionParamSchema =
176
+ exports.serviceTierEnumSchema =
177
+ exports.responsesToolParamSchema =
178
+ exports.responseResourceSchema =
179
+ exports.responseRefusalDoneStreamingEventSchema =
180
+ exports.responseRefusalDeltaStreamingEventSchema =
181
+ exports.responseReasoningSummaryPartDoneStreamingEventSchema =
182
+ exports.responseReasoningSummaryPartAddedStreamingEventSchema =
183
+ exports.responseReasoningSummaryDoneStreamingEventSchema =
184
+ exports.responseReasoningSummaryDeltaStreamingEventSchema =
185
+ exports.responseReasoningDoneStreamingEventSchema =
186
+ exports.responseReasoningDeltaStreamingEventSchema =
187
+ exports.responseQueuedStreamingEventSchema =
188
+ exports.responseOutputTextDoneStreamingEventSchema =
189
+ exports.responseOutputTextDeltaStreamingEventSchema =
190
+ exports.responseOutputTextAnnotationAddedStreamingEventSchema =
191
+ exports.responseOutputItemDoneStreamingEventSchema =
192
+ exports.responseOutputItemAddedStreamingEventSchema =
193
+ void 0
194
+ var types_ts_1 = require('./types.ts')
195
+ Object.defineProperty(exports, 'itemReferenceParamTypeEnum', {
196
+ enumerable: true,
197
+ get: function () {
198
+ return types_ts_1.itemReferenceParamTypeEnum
199
+ },
200
+ })
201
+ var types_ts_2 = require('./types.ts')
202
+ Object.defineProperty(exports, 'reasoningSummaryContentParamTypeEnum', {
203
+ enumerable: true,
204
+ get: function () {
205
+ return types_ts_2.reasoningSummaryContentParamTypeEnum
206
+ },
207
+ })
208
+ var types_ts_3 = require('./types.ts')
209
+ Object.defineProperty(exports, 'reasoningItemParamTypeEnum', {
210
+ enumerable: true,
211
+ get: function () {
212
+ return types_ts_3.reasoningItemParamTypeEnum
213
+ },
214
+ })
215
+ var types_ts_4 = require('./types.ts')
216
+ Object.defineProperty(exports, 'inputTextContentParamTypeEnum', {
217
+ enumerable: true,
218
+ get: function () {
219
+ return types_ts_4.inputTextContentParamTypeEnum
220
+ },
221
+ })
222
+ var types_ts_5 = require('./types.ts')
223
+ Object.defineProperty(exports, 'detailEnumEnum', {
224
+ enumerable: true,
225
+ get: function () {
226
+ return types_ts_5.detailEnumEnum
227
+ },
228
+ })
229
+ var types_ts_6 = require('./types.ts')
230
+ Object.defineProperty(exports, 'imageDetailEnum', {
231
+ enumerable: true,
232
+ get: function () {
233
+ return types_ts_6.imageDetailEnum
234
+ },
235
+ })
236
+ var types_ts_7 = require('./types.ts')
237
+ Object.defineProperty(exports, 'inputImageContentParamAutoParamTypeEnum', {
238
+ enumerable: true,
239
+ get: function () {
240
+ return types_ts_7.inputImageContentParamAutoParamTypeEnum
241
+ },
242
+ })
243
+ var types_ts_8 = require('./types.ts')
244
+ Object.defineProperty(exports, 'inputFileContentParamTypeEnum', {
245
+ enumerable: true,
246
+ get: function () {
247
+ return types_ts_8.inputFileContentParamTypeEnum
248
+ },
249
+ })
250
+ var types_ts_9 = require('./types.ts')
251
+ Object.defineProperty(exports, 'userMessageItemParamTypeEnum', {
252
+ enumerable: true,
253
+ get: function () {
254
+ return types_ts_9.userMessageItemParamTypeEnum
255
+ },
256
+ })
257
+ var types_ts_10 = require('./types.ts')
258
+ Object.defineProperty(exports, 'userMessageItemParamRoleEnum', {
259
+ enumerable: true,
260
+ get: function () {
261
+ return types_ts_10.userMessageItemParamRoleEnum
262
+ },
263
+ })
264
+ var types_ts_11 = require('./types.ts')
265
+ Object.defineProperty(exports, 'systemMessageItemParamTypeEnum', {
266
+ enumerable: true,
267
+ get: function () {
268
+ return types_ts_11.systemMessageItemParamTypeEnum
269
+ },
270
+ })
271
+ var types_ts_12 = require('./types.ts')
272
+ Object.defineProperty(exports, 'systemMessageItemParamRoleEnum', {
273
+ enumerable: true,
274
+ get: function () {
275
+ return types_ts_12.systemMessageItemParamRoleEnum
276
+ },
277
+ })
278
+ var types_ts_13 = require('./types.ts')
279
+ Object.defineProperty(exports, 'developerMessageItemParamTypeEnum', {
280
+ enumerable: true,
281
+ get: function () {
282
+ return types_ts_13.developerMessageItemParamTypeEnum
283
+ },
284
+ })
285
+ var types_ts_14 = require('./types.ts')
286
+ Object.defineProperty(exports, 'developerMessageItemParamRoleEnum', {
287
+ enumerable: true,
288
+ get: function () {
289
+ return types_ts_14.developerMessageItemParamRoleEnum
290
+ },
291
+ })
292
+ var types_ts_15 = require('./types.ts')
293
+ Object.defineProperty(exports, 'urlCitationParamTypeEnum', {
294
+ enumerable: true,
295
+ get: function () {
296
+ return types_ts_15.urlCitationParamTypeEnum
297
+ },
298
+ })
299
+ var types_ts_16 = require('./types.ts')
300
+ Object.defineProperty(exports, 'outputTextContentParamTypeEnum', {
301
+ enumerable: true,
302
+ get: function () {
303
+ return types_ts_16.outputTextContentParamTypeEnum
304
+ },
305
+ })
306
+ var types_ts_17 = require('./types.ts')
307
+ Object.defineProperty(exports, 'refusalContentParamTypeEnum', {
308
+ enumerable: true,
309
+ get: function () {
310
+ return types_ts_17.refusalContentParamTypeEnum
311
+ },
312
+ })
313
+ var types_ts_18 = require('./types.ts')
314
+ Object.defineProperty(exports, 'assistantMessageItemParamTypeEnum', {
315
+ enumerable: true,
316
+ get: function () {
317
+ return types_ts_18.assistantMessageItemParamTypeEnum
318
+ },
319
+ })
320
+ var types_ts_19 = require('./types.ts')
321
+ Object.defineProperty(exports, 'assistantMessageItemParamRoleEnum', {
322
+ enumerable: true,
323
+ get: function () {
324
+ return types_ts_19.assistantMessageItemParamRoleEnum
325
+ },
326
+ })
327
+ var types_ts_20 = require('./types.ts')
328
+ Object.defineProperty(exports, 'functionCallItemStatusEnum', {
329
+ enumerable: true,
330
+ get: function () {
331
+ return types_ts_20.functionCallItemStatusEnum
332
+ },
333
+ })
334
+ var types_ts_21 = require('./types.ts')
335
+ Object.defineProperty(exports, 'functionCallStatusEnum', {
336
+ enumerable: true,
337
+ get: function () {
338
+ return types_ts_21.functionCallStatusEnum
339
+ },
340
+ })
341
+ var types_ts_22 = require('./types.ts')
342
+ Object.defineProperty(exports, 'functionCallItemParamTypeEnum', {
343
+ enumerable: true,
344
+ get: function () {
345
+ return types_ts_22.functionCallItemParamTypeEnum
346
+ },
347
+ })
348
+ var types_ts_23 = require('./types.ts')
349
+ Object.defineProperty(exports, 'inputVideoContentTypeEnum', {
350
+ enumerable: true,
351
+ get: function () {
352
+ return types_ts_23.inputVideoContentTypeEnum
353
+ },
354
+ })
355
+ var types_ts_24 = require('./types.ts')
356
+ Object.defineProperty(exports, 'functionCallOutputItemParamTypeEnum', {
357
+ enumerable: true,
358
+ get: function () {
359
+ return types_ts_24.functionCallOutputItemParamTypeEnum
360
+ },
361
+ })
362
+ var types_ts_25 = require('./types.ts')
363
+ Object.defineProperty(exports, 'includeEnumEnum', {
364
+ enumerable: true,
365
+ get: function () {
366
+ return types_ts_25.includeEnumEnum
367
+ },
368
+ })
369
+ var types_ts_26 = require('./types.ts')
370
+ Object.defineProperty(exports, 'functionToolParamTypeEnum', {
371
+ enumerable: true,
372
+ get: function () {
373
+ return types_ts_26.functionToolParamTypeEnum
374
+ },
375
+ })
376
+ var types_ts_27 = require('./types.ts')
377
+ Object.defineProperty(exports, 'specificFunctionParamTypeEnum', {
378
+ enumerable: true,
379
+ get: function () {
380
+ return types_ts_27.specificFunctionParamTypeEnum
381
+ },
382
+ })
383
+ var types_ts_28 = require('./types.ts')
384
+ Object.defineProperty(exports, 'toolChoiceValueEnumEnum', {
385
+ enumerable: true,
386
+ get: function () {
387
+ return types_ts_28.toolChoiceValueEnumEnum
388
+ },
389
+ })
390
+ var types_ts_29 = require('./types.ts')
391
+ Object.defineProperty(exports, 'allowedToolsParamTypeEnum', {
392
+ enumerable: true,
393
+ get: function () {
394
+ return types_ts_29.allowedToolsParamTypeEnum
395
+ },
396
+ })
397
+ var types_ts_30 = require('./types.ts')
398
+ Object.defineProperty(exports, 'verbosityEnumEnum', {
399
+ enumerable: true,
400
+ get: function () {
401
+ return types_ts_30.verbosityEnumEnum
402
+ },
403
+ })
404
+ var types_ts_31 = require('./types.ts')
405
+ Object.defineProperty(exports, 'textResponseFormatTypeEnum', {
406
+ enumerable: true,
407
+ get: function () {
408
+ return types_ts_31.textResponseFormatTypeEnum
409
+ },
410
+ })
411
+ var types_ts_32 = require('./types.ts')
412
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatParamTypeEnum', {
413
+ enumerable: true,
414
+ get: function () {
415
+ return types_ts_32.jsonSchemaResponseFormatParamTypeEnum
416
+ },
417
+ })
418
+ var types_ts_33 = require('./types.ts')
419
+ Object.defineProperty(exports, 'reasoningEffortEnumEnum', {
420
+ enumerable: true,
421
+ get: function () {
422
+ return types_ts_33.reasoningEffortEnumEnum
423
+ },
424
+ })
425
+ var types_ts_34 = require('./types.ts')
426
+ Object.defineProperty(exports, 'reasoningSummaryEnumEnum', {
427
+ enumerable: true,
428
+ get: function () {
429
+ return types_ts_34.reasoningSummaryEnumEnum
430
+ },
431
+ })
432
+ var types_ts_35 = require('./types.ts')
433
+ Object.defineProperty(exports, 'truncationEnumEnum', {
434
+ enumerable: true,
435
+ get: function () {
436
+ return types_ts_35.truncationEnumEnum
437
+ },
438
+ })
439
+ var types_ts_36 = require('./types.ts')
440
+ Object.defineProperty(exports, 'serviceTierEnumEnum', {
441
+ enumerable: true,
442
+ get: function () {
443
+ return types_ts_36.serviceTierEnumEnum
444
+ },
445
+ })
446
+ var types_ts_37 = require('./types.ts')
447
+ Object.defineProperty(exports, 'messageRoleEnum', {
448
+ enumerable: true,
449
+ get: function () {
450
+ return types_ts_37.messageRoleEnum
451
+ },
452
+ })
453
+ var types_ts_38 = require('./types.ts')
454
+ Object.defineProperty(exports, 'inputTextContentTypeEnum', {
455
+ enumerable: true,
456
+ get: function () {
457
+ return types_ts_38.inputTextContentTypeEnum
458
+ },
459
+ })
460
+ var types_ts_39 = require('./types.ts')
461
+ Object.defineProperty(exports, 'urlCitationBodyTypeEnum', {
462
+ enumerable: true,
463
+ get: function () {
464
+ return types_ts_39.urlCitationBodyTypeEnum
465
+ },
466
+ })
467
+ var types_ts_40 = require('./types.ts')
468
+ Object.defineProperty(exports, 'outputTextContentTypeEnum', {
469
+ enumerable: true,
470
+ get: function () {
471
+ return types_ts_40.outputTextContentTypeEnum
472
+ },
473
+ })
474
+ var types_ts_41 = require('./types.ts')
475
+ Object.defineProperty(exports, 'textContentTypeEnum', {
476
+ enumerable: true,
477
+ get: function () {
478
+ return types_ts_41.textContentTypeEnum
479
+ },
480
+ })
481
+ var types_ts_42 = require('./types.ts')
482
+ Object.defineProperty(exports, 'summaryTextContentTypeEnum', {
483
+ enumerable: true,
484
+ get: function () {
485
+ return types_ts_42.summaryTextContentTypeEnum
486
+ },
487
+ })
488
+ var types_ts_43 = require('./types.ts')
489
+ Object.defineProperty(exports, 'reasoningTextContentTypeEnum', {
490
+ enumerable: true,
491
+ get: function () {
492
+ return types_ts_43.reasoningTextContentTypeEnum
493
+ },
494
+ })
495
+ var types_ts_44 = require('./types.ts')
496
+ Object.defineProperty(exports, 'refusalContentTypeEnum', {
497
+ enumerable: true,
498
+ get: function () {
499
+ return types_ts_44.refusalContentTypeEnum
500
+ },
501
+ })
502
+ var types_ts_45 = require('./types.ts')
503
+ Object.defineProperty(exports, 'inputImageContentTypeEnum', {
504
+ enumerable: true,
505
+ get: function () {
506
+ return types_ts_45.inputImageContentTypeEnum
507
+ },
508
+ })
509
+ var types_ts_46 = require('./types.ts')
510
+ Object.defineProperty(exports, 'inputFileContentTypeEnum', {
511
+ enumerable: true,
512
+ get: function () {
513
+ return types_ts_46.inputFileContentTypeEnum
514
+ },
515
+ })
516
+ var types_ts_47 = require('./types.ts')
517
+ Object.defineProperty(exports, 'messageStatusEnum', {
518
+ enumerable: true,
519
+ get: function () {
520
+ return types_ts_47.messageStatusEnum
521
+ },
522
+ })
523
+ var types_ts_48 = require('./types.ts')
524
+ Object.defineProperty(exports, 'messageTypeEnum', {
525
+ enumerable: true,
526
+ get: function () {
527
+ return types_ts_48.messageTypeEnum
528
+ },
529
+ })
530
+ var types_ts_49 = require('./types.ts')
531
+ Object.defineProperty(exports, 'functionCallTypeEnum', {
532
+ enumerable: true,
533
+ get: function () {
534
+ return types_ts_49.functionCallTypeEnum
535
+ },
536
+ })
537
+ var types_ts_50 = require('./types.ts')
538
+ Object.defineProperty(exports, 'functionCallOutputStatusEnumEnum', {
539
+ enumerable: true,
540
+ get: function () {
541
+ return types_ts_50.functionCallOutputStatusEnumEnum
542
+ },
543
+ })
544
+ var types_ts_51 = require('./types.ts')
545
+ Object.defineProperty(exports, 'functionCallOutputTypeEnum', {
546
+ enumerable: true,
547
+ get: function () {
548
+ return types_ts_51.functionCallOutputTypeEnum
549
+ },
550
+ })
551
+ var types_ts_52 = require('./types.ts')
552
+ Object.defineProperty(exports, 'reasoningBodyTypeEnum', {
553
+ enumerable: true,
554
+ get: function () {
555
+ return types_ts_52.reasoningBodyTypeEnum
556
+ },
557
+ })
558
+ var types_ts_53 = require('./types.ts')
559
+ Object.defineProperty(exports, 'functionToolTypeEnum', {
560
+ enumerable: true,
561
+ get: function () {
562
+ return types_ts_53.functionToolTypeEnum
563
+ },
564
+ })
565
+ var types_ts_54 = require('./types.ts')
566
+ Object.defineProperty(exports, 'functionToolChoiceTypeEnum', {
567
+ enumerable: true,
568
+ get: function () {
569
+ return types_ts_54.functionToolChoiceTypeEnum
570
+ },
571
+ })
572
+ var types_ts_55 = require('./types.ts')
573
+ Object.defineProperty(exports, 'allowedToolChoiceTypeEnum', {
574
+ enumerable: true,
575
+ get: function () {
576
+ return types_ts_55.allowedToolChoiceTypeEnum
577
+ },
578
+ })
579
+ var types_ts_56 = require('./types.ts')
580
+ Object.defineProperty(exports, 'jsonObjectResponseFormatTypeEnum', {
581
+ enumerable: true,
582
+ get: function () {
583
+ return types_ts_56.jsonObjectResponseFormatTypeEnum
584
+ },
585
+ })
586
+ var types_ts_57 = require('./types.ts')
587
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatTypeEnum', {
588
+ enumerable: true,
589
+ get: function () {
590
+ return types_ts_57.jsonSchemaResponseFormatTypeEnum
591
+ },
592
+ })
593
+ var types_ts_58 = require('./types.ts')
594
+ Object.defineProperty(exports, 'responseResourceObjectEnum', {
595
+ enumerable: true,
596
+ get: function () {
597
+ return types_ts_58.responseResourceObjectEnum
598
+ },
599
+ })
600
+ var types_ts_59 = require('./types.ts')
601
+ Object.defineProperty(exports, 'responseCreatedStreamingEventTypeEnum', {
602
+ enumerable: true,
603
+ get: function () {
604
+ return types_ts_59.responseCreatedStreamingEventTypeEnum
605
+ },
606
+ })
607
+ var types_ts_60 = require('./types.ts')
608
+ Object.defineProperty(exports, 'responseQueuedStreamingEventTypeEnum', {
609
+ enumerable: true,
610
+ get: function () {
611
+ return types_ts_60.responseQueuedStreamingEventTypeEnum
612
+ },
613
+ })
614
+ var types_ts_61 = require('./types.ts')
615
+ Object.defineProperty(exports, 'responseInProgressStreamingEventTypeEnum', {
616
+ enumerable: true,
617
+ get: function () {
618
+ return types_ts_61.responseInProgressStreamingEventTypeEnum
619
+ },
620
+ })
621
+ var types_ts_62 = require('./types.ts')
622
+ Object.defineProperty(exports, 'responseCompletedStreamingEventTypeEnum', {
623
+ enumerable: true,
624
+ get: function () {
625
+ return types_ts_62.responseCompletedStreamingEventTypeEnum
626
+ },
627
+ })
628
+ var types_ts_63 = require('./types.ts')
629
+ Object.defineProperty(exports, 'responseFailedStreamingEventTypeEnum', {
630
+ enumerable: true,
631
+ get: function () {
632
+ return types_ts_63.responseFailedStreamingEventTypeEnum
633
+ },
634
+ })
635
+ var types_ts_64 = require('./types.ts')
636
+ Object.defineProperty(exports, 'responseIncompleteStreamingEventTypeEnum', {
637
+ enumerable: true,
638
+ get: function () {
639
+ return types_ts_64.responseIncompleteStreamingEventTypeEnum
640
+ },
641
+ })
642
+ var types_ts_65 = require('./types.ts')
643
+ Object.defineProperty(
644
+ exports,
645
+ 'responseOutputItemAddedStreamingEventTypeEnum',
646
+ {
647
+ enumerable: true,
648
+ get: function () {
649
+ return types_ts_65.responseOutputItemAddedStreamingEventTypeEnum
650
+ },
651
+ },
652
+ )
653
+ var types_ts_66 = require('./types.ts')
654
+ Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventTypeEnum', {
655
+ enumerable: true,
656
+ get: function () {
657
+ return types_ts_66.responseOutputItemDoneStreamingEventTypeEnum
658
+ },
659
+ })
660
+ var types_ts_67 = require('./types.ts')
661
+ Object.defineProperty(
662
+ exports,
663
+ 'responseReasoningSummaryPartAddedStreamingEventTypeEnum',
664
+ {
665
+ enumerable: true,
666
+ get: function () {
667
+ return types_ts_67.responseReasoningSummaryPartAddedStreamingEventTypeEnum
668
+ },
669
+ },
670
+ )
671
+ var types_ts_68 = require('./types.ts')
672
+ Object.defineProperty(
673
+ exports,
674
+ 'responseReasoningSummaryPartDoneStreamingEventTypeEnum',
675
+ {
676
+ enumerable: true,
677
+ get: function () {
678
+ return types_ts_68.responseReasoningSummaryPartDoneStreamingEventTypeEnum
679
+ },
680
+ },
681
+ )
682
+ var types_ts_69 = require('./types.ts')
683
+ Object.defineProperty(
684
+ exports,
685
+ 'responseContentPartAddedStreamingEventTypeEnum',
686
+ {
687
+ enumerable: true,
688
+ get: function () {
689
+ return types_ts_69.responseContentPartAddedStreamingEventTypeEnum
690
+ },
691
+ },
692
+ )
693
+ var types_ts_70 = require('./types.ts')
694
+ Object.defineProperty(
695
+ exports,
696
+ 'responseContentPartDoneStreamingEventTypeEnum',
697
+ {
698
+ enumerable: true,
699
+ get: function () {
700
+ return types_ts_70.responseContentPartDoneStreamingEventTypeEnum
701
+ },
702
+ },
703
+ )
704
+ var types_ts_71 = require('./types.ts')
705
+ Object.defineProperty(
706
+ exports,
707
+ 'responseOutputTextDeltaStreamingEventTypeEnum',
708
+ {
709
+ enumerable: true,
710
+ get: function () {
711
+ return types_ts_71.responseOutputTextDeltaStreamingEventTypeEnum
712
+ },
713
+ },
714
+ )
715
+ var types_ts_72 = require('./types.ts')
716
+ Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventTypeEnum', {
717
+ enumerable: true,
718
+ get: function () {
719
+ return types_ts_72.responseOutputTextDoneStreamingEventTypeEnum
720
+ },
721
+ })
722
+ var types_ts_73 = require('./types.ts')
723
+ Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventTypeEnum', {
724
+ enumerable: true,
725
+ get: function () {
726
+ return types_ts_73.responseRefusalDeltaStreamingEventTypeEnum
727
+ },
728
+ })
729
+ var types_ts_74 = require('./types.ts')
730
+ Object.defineProperty(exports, 'responseRefusalDoneStreamingEventTypeEnum', {
731
+ enumerable: true,
732
+ get: function () {
733
+ return types_ts_74.responseRefusalDoneStreamingEventTypeEnum
734
+ },
735
+ })
736
+ var types_ts_75 = require('./types.ts')
737
+ Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventTypeEnum', {
738
+ enumerable: true,
739
+ get: function () {
740
+ return types_ts_75.responseReasoningDeltaStreamingEventTypeEnum
741
+ },
742
+ })
743
+ var types_ts_76 = require('./types.ts')
744
+ Object.defineProperty(exports, 'responseReasoningDoneStreamingEventTypeEnum', {
745
+ enumerable: true,
746
+ get: function () {
747
+ return types_ts_76.responseReasoningDoneStreamingEventTypeEnum
748
+ },
749
+ })
750
+ var types_ts_77 = require('./types.ts')
751
+ Object.defineProperty(
752
+ exports,
753
+ 'responseReasoningSummaryDeltaStreamingEventTypeEnum',
754
+ {
755
+ enumerable: true,
756
+ get: function () {
757
+ return types_ts_77.responseReasoningSummaryDeltaStreamingEventTypeEnum
758
+ },
759
+ },
760
+ )
761
+ var types_ts_78 = require('./types.ts')
762
+ Object.defineProperty(
763
+ exports,
764
+ 'responseReasoningSummaryDoneStreamingEventTypeEnum',
765
+ {
766
+ enumerable: true,
767
+ get: function () {
768
+ return types_ts_78.responseReasoningSummaryDoneStreamingEventTypeEnum
769
+ },
770
+ },
771
+ )
772
+ var types_ts_79 = require('./types.ts')
773
+ Object.defineProperty(
774
+ exports,
775
+ 'responseOutputTextAnnotationAddedStreamingEventTypeEnum',
776
+ {
777
+ enumerable: true,
778
+ get: function () {
779
+ return types_ts_79.responseOutputTextAnnotationAddedStreamingEventTypeEnum
780
+ },
781
+ },
782
+ )
783
+ var types_ts_80 = require('./types.ts')
784
+ Object.defineProperty(
785
+ exports,
786
+ 'responseFunctionCallArgumentsDeltaStreamingEventTypeEnum',
787
+ {
788
+ enumerable: true,
789
+ get: function () {
790
+ return types_ts_80.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum
791
+ },
792
+ },
793
+ )
794
+ var types_ts_81 = require('./types.ts')
795
+ Object.defineProperty(
796
+ exports,
797
+ 'responseFunctionCallArgumentsDoneStreamingEventTypeEnum',
798
+ {
799
+ enumerable: true,
800
+ get: function () {
801
+ return types_ts_81.responseFunctionCallArgumentsDoneStreamingEventTypeEnum
802
+ },
803
+ },
804
+ )
805
+ var types_ts_82 = require('./types.ts')
806
+ Object.defineProperty(exports, 'errorStreamingEventTypeEnum', {
807
+ enumerable: true,
808
+ get: function () {
809
+ return types_ts_82.errorStreamingEventTypeEnum
810
+ },
811
+ })
812
+ var allowedToolChoiceSchema_ts_1 = require('./zod/allowedToolChoiceSchema.ts')
813
+ Object.defineProperty(exports, 'allowedToolChoiceSchema', {
814
+ enumerable: true,
815
+ get: function () {
816
+ return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema
817
+ },
818
+ })
819
+ var allowedToolsParamSchema_ts_1 = require('./zod/allowedToolsParamSchema.ts')
820
+ Object.defineProperty(exports, 'allowedToolsParamSchema', {
821
+ enumerable: true,
822
+ get: function () {
823
+ return allowedToolsParamSchema_ts_1.allowedToolsParamSchema
824
+ },
825
+ })
826
+ var annotationSchema_ts_1 = require('./zod/annotationSchema.ts')
827
+ Object.defineProperty(exports, 'annotationSchema', {
828
+ enumerable: true,
829
+ get: function () {
830
+ return annotationSchema_ts_1.annotationSchema
831
+ },
832
+ })
833
+ var assistantMessageItemParamSchema_ts_1 = require('./zod/assistantMessageItemParamSchema.ts')
834
+ Object.defineProperty(exports, 'assistantMessageItemParamSchema', {
835
+ enumerable: true,
836
+ get: function () {
837
+ return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema
838
+ },
839
+ })
840
+ var createResponseBodySchema_ts_1 = require('./zod/createResponseBodySchema.ts')
841
+ Object.defineProperty(exports, 'createResponseBodySchema', {
842
+ enumerable: true,
843
+ get: function () {
844
+ return createResponseBodySchema_ts_1.createResponseBodySchema
845
+ },
846
+ })
847
+ var createresponseSchema_ts_1 = require('./zod/createresponseSchema.ts')
848
+ Object.defineProperty(exports, 'createresponse200Schema', {
849
+ enumerable: true,
850
+ get: function () {
851
+ return createresponseSchema_ts_1.createresponse200Schema
852
+ },
853
+ })
854
+ Object.defineProperty(exports, 'createresponseMutationRequestSchema', {
855
+ enumerable: true,
856
+ get: function () {
857
+ return createresponseSchema_ts_1.createresponseMutationRequestSchema
858
+ },
859
+ })
860
+ Object.defineProperty(exports, 'createresponseMutationResponseSchema', {
861
+ enumerable: true,
862
+ get: function () {
863
+ return createresponseSchema_ts_1.createresponseMutationResponseSchema
864
+ },
865
+ })
866
+ var detailEnumSchema_ts_1 = require('./zod/detailEnumSchema.ts')
867
+ Object.defineProperty(exports, 'detailEnumSchema', {
868
+ enumerable: true,
869
+ get: function () {
870
+ return detailEnumSchema_ts_1.detailEnumSchema
871
+ },
872
+ })
873
+ var developerMessageItemParamSchema_ts_1 = require('./zod/developerMessageItemParamSchema.ts')
874
+ Object.defineProperty(exports, 'developerMessageItemParamSchema', {
875
+ enumerable: true,
876
+ get: function () {
877
+ return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema
878
+ },
879
+ })
880
+ var emptyModelParamSchema_ts_1 = require('./zod/emptyModelParamSchema.ts')
881
+ Object.defineProperty(exports, 'emptyModelParamSchema', {
882
+ enumerable: true,
883
+ get: function () {
884
+ return emptyModelParamSchema_ts_1.emptyModelParamSchema
885
+ },
886
+ })
887
+ var errorPayloadSchema_ts_1 = require('./zod/errorPayloadSchema.ts')
888
+ Object.defineProperty(exports, 'errorPayloadSchema', {
889
+ enumerable: true,
890
+ get: function () {
891
+ return errorPayloadSchema_ts_1.errorPayloadSchema
892
+ },
893
+ })
894
+ var errorSchema_ts_1 = require('./zod/errorSchema.ts')
895
+ Object.defineProperty(exports, 'errorSchema', {
896
+ enumerable: true,
897
+ get: function () {
898
+ return errorSchema_ts_1.errorSchema
899
+ },
900
+ })
901
+ var errorStreamingEventSchema_ts_1 = require('./zod/errorStreamingEventSchema.ts')
902
+ Object.defineProperty(exports, 'errorStreamingEventSchema', {
903
+ enumerable: true,
904
+ get: function () {
905
+ return errorStreamingEventSchema_ts_1.errorStreamingEventSchema
906
+ },
907
+ })
908
+ var functionCallItemParamSchema_ts_1 = require('./zod/functionCallItemParamSchema.ts')
909
+ Object.defineProperty(exports, 'functionCallItemParamSchema', {
910
+ enumerable: true,
911
+ get: function () {
912
+ return functionCallItemParamSchema_ts_1.functionCallItemParamSchema
913
+ },
914
+ })
915
+ var functionCallItemStatusSchema_ts_1 = require('./zod/functionCallItemStatusSchema.ts')
916
+ Object.defineProperty(exports, 'functionCallItemStatusSchema', {
917
+ enumerable: true,
918
+ get: function () {
919
+ return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema
920
+ },
921
+ })
922
+ var functionCallOutputItemParamSchema_ts_1 = require('./zod/functionCallOutputItemParamSchema.ts')
923
+ Object.defineProperty(exports, 'functionCallOutputItemParamSchema', {
924
+ enumerable: true,
925
+ get: function () {
926
+ return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema
927
+ },
928
+ })
929
+ var functionCallOutputSchema_ts_1 = require('./zod/functionCallOutputSchema.ts')
930
+ Object.defineProperty(exports, 'functionCallOutputSchema', {
931
+ enumerable: true,
932
+ get: function () {
933
+ return functionCallOutputSchema_ts_1.functionCallOutputSchema
934
+ },
935
+ })
936
+ var functionCallOutputStatusEnumSchema_ts_1 = require('./zod/functionCallOutputStatusEnumSchema.ts')
937
+ Object.defineProperty(exports, 'functionCallOutputStatusEnumSchema', {
938
+ enumerable: true,
939
+ get: function () {
940
+ return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema
941
+ },
942
+ })
943
+ var functionCallSchema_ts_1 = require('./zod/functionCallSchema.ts')
944
+ Object.defineProperty(exports, 'functionCallSchema', {
945
+ enumerable: true,
946
+ get: function () {
947
+ return functionCallSchema_ts_1.functionCallSchema
948
+ },
949
+ })
950
+ var functionCallStatusSchema_ts_1 = require('./zod/functionCallStatusSchema.ts')
951
+ Object.defineProperty(exports, 'functionCallStatusSchema', {
952
+ enumerable: true,
953
+ get: function () {
954
+ return functionCallStatusSchema_ts_1.functionCallStatusSchema
955
+ },
956
+ })
957
+ var functionToolChoiceSchema_ts_1 = require('./zod/functionToolChoiceSchema.ts')
958
+ Object.defineProperty(exports, 'functionToolChoiceSchema', {
959
+ enumerable: true,
960
+ get: function () {
961
+ return functionToolChoiceSchema_ts_1.functionToolChoiceSchema
962
+ },
963
+ })
964
+ var functionToolParamSchema_ts_1 = require('./zod/functionToolParamSchema.ts')
965
+ Object.defineProperty(exports, 'functionToolParamSchema', {
966
+ enumerable: true,
967
+ get: function () {
968
+ return functionToolParamSchema_ts_1.functionToolParamSchema
969
+ },
970
+ })
971
+ var functionToolSchema_ts_1 = require('./zod/functionToolSchema.ts')
972
+ Object.defineProperty(exports, 'functionToolSchema', {
973
+ enumerable: true,
974
+ get: function () {
975
+ return functionToolSchema_ts_1.functionToolSchema
976
+ },
977
+ })
978
+ var imageDetailSchema_ts_1 = require('./zod/imageDetailSchema.ts')
979
+ Object.defineProperty(exports, 'imageDetailSchema', {
980
+ enumerable: true,
981
+ get: function () {
982
+ return imageDetailSchema_ts_1.imageDetailSchema
983
+ },
984
+ })
985
+ var includeEnumSchema_ts_1 = require('./zod/includeEnumSchema.ts')
986
+ Object.defineProperty(exports, 'includeEnumSchema', {
987
+ enumerable: true,
988
+ get: function () {
989
+ return includeEnumSchema_ts_1.includeEnumSchema
990
+ },
991
+ })
992
+ var incompleteDetailsSchema_ts_1 = require('./zod/incompleteDetailsSchema.ts')
993
+ Object.defineProperty(exports, 'incompleteDetailsSchema', {
994
+ enumerable: true,
995
+ get: function () {
996
+ return incompleteDetailsSchema_ts_1.incompleteDetailsSchema
997
+ },
998
+ })
999
+ var inputFileContentParamSchema_ts_1 = require('./zod/inputFileContentParamSchema.ts')
1000
+ Object.defineProperty(exports, 'inputFileContentParamSchema', {
1001
+ enumerable: true,
1002
+ get: function () {
1003
+ return inputFileContentParamSchema_ts_1.inputFileContentParamSchema
1004
+ },
1005
+ })
1006
+ var inputFileContentSchema_ts_1 = require('./zod/inputFileContentSchema.ts')
1007
+ Object.defineProperty(exports, 'inputFileContentSchema', {
1008
+ enumerable: true,
1009
+ get: function () {
1010
+ return inputFileContentSchema_ts_1.inputFileContentSchema
1011
+ },
1012
+ })
1013
+ var inputImageContentParamAutoParamSchema_ts_1 = require('./zod/inputImageContentParamAutoParamSchema.ts')
1014
+ Object.defineProperty(exports, 'inputImageContentParamAutoParamSchema', {
1015
+ enumerable: true,
1016
+ get: function () {
1017
+ return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema
1018
+ },
1019
+ })
1020
+ var inputImageContentSchema_ts_1 = require('./zod/inputImageContentSchema.ts')
1021
+ Object.defineProperty(exports, 'inputImageContentSchema', {
1022
+ enumerable: true,
1023
+ get: function () {
1024
+ return inputImageContentSchema_ts_1.inputImageContentSchema
1025
+ },
1026
+ })
1027
+ var inputTextContentParamSchema_ts_1 = require('./zod/inputTextContentParamSchema.ts')
1028
+ Object.defineProperty(exports, 'inputTextContentParamSchema', {
1029
+ enumerable: true,
1030
+ get: function () {
1031
+ return inputTextContentParamSchema_ts_1.inputTextContentParamSchema
1032
+ },
1033
+ })
1034
+ var inputTextContentSchema_ts_1 = require('./zod/inputTextContentSchema.ts')
1035
+ Object.defineProperty(exports, 'inputTextContentSchema', {
1036
+ enumerable: true,
1037
+ get: function () {
1038
+ return inputTextContentSchema_ts_1.inputTextContentSchema
1039
+ },
1040
+ })
1041
+ var inputTokensDetailsSchema_ts_1 = require('./zod/inputTokensDetailsSchema.ts')
1042
+ Object.defineProperty(exports, 'inputTokensDetailsSchema', {
1043
+ enumerable: true,
1044
+ get: function () {
1045
+ return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema
1046
+ },
1047
+ })
1048
+ var inputVideoContentSchema_ts_1 = require('./zod/inputVideoContentSchema.ts')
1049
+ Object.defineProperty(exports, 'inputVideoContentSchema', {
1050
+ enumerable: true,
1051
+ get: function () {
1052
+ return inputVideoContentSchema_ts_1.inputVideoContentSchema
1053
+ },
1054
+ })
1055
+ var itemFieldSchema_ts_1 = require('./zod/itemFieldSchema.ts')
1056
+ Object.defineProperty(exports, 'itemFieldSchema', {
1057
+ enumerable: true,
1058
+ get: function () {
1059
+ return itemFieldSchema_ts_1.itemFieldSchema
1060
+ },
1061
+ })
1062
+ var itemParamSchema_ts_1 = require('./zod/itemParamSchema.ts')
1063
+ Object.defineProperty(exports, 'itemParamSchema', {
1064
+ enumerable: true,
1065
+ get: function () {
1066
+ return itemParamSchema_ts_1.itemParamSchema
1067
+ },
1068
+ })
1069
+ var itemReferenceParamSchema_ts_1 = require('./zod/itemReferenceParamSchema.ts')
1070
+ Object.defineProperty(exports, 'itemReferenceParamSchema', {
1071
+ enumerable: true,
1072
+ get: function () {
1073
+ return itemReferenceParamSchema_ts_1.itemReferenceParamSchema
1074
+ },
1075
+ })
1076
+ var jsonObjectResponseFormatSchema_ts_1 = require('./zod/jsonObjectResponseFormatSchema.ts')
1077
+ Object.defineProperty(exports, 'jsonObjectResponseFormatSchema', {
1078
+ enumerable: true,
1079
+ get: function () {
1080
+ return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema
1081
+ },
1082
+ })
1083
+ var jsonSchemaResponseFormatParamSchema_ts_1 = require('./zod/jsonSchemaResponseFormatParamSchema.ts')
1084
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatParamSchema', {
1085
+ enumerable: true,
1086
+ get: function () {
1087
+ return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema
1088
+ },
1089
+ })
1090
+ var jsonSchemaResponseFormatSchema_ts_1 = require('./zod/jsonSchemaResponseFormatSchema.ts')
1091
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatSchema', {
1092
+ enumerable: true,
1093
+ get: function () {
1094
+ return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema
1095
+ },
1096
+ })
1097
+ var logProbSchema_ts_1 = require('./zod/logProbSchema.ts')
1098
+ Object.defineProperty(exports, 'logProbSchema', {
1099
+ enumerable: true,
1100
+ get: function () {
1101
+ return logProbSchema_ts_1.logProbSchema
1102
+ },
1103
+ })
1104
+ var messageRoleSchema_ts_1 = require('./zod/messageRoleSchema.ts')
1105
+ Object.defineProperty(exports, 'messageRoleSchema', {
1106
+ enumerable: true,
1107
+ get: function () {
1108
+ return messageRoleSchema_ts_1.messageRoleSchema
1109
+ },
1110
+ })
1111
+ var messageSchema_ts_1 = require('./zod/messageSchema.ts')
1112
+ Object.defineProperty(exports, 'messageSchema', {
1113
+ enumerable: true,
1114
+ get: function () {
1115
+ return messageSchema_ts_1.messageSchema
1116
+ },
1117
+ })
1118
+ var messageStatusSchema_ts_1 = require('./zod/messageStatusSchema.ts')
1119
+ Object.defineProperty(exports, 'messageStatusSchema', {
1120
+ enumerable: true,
1121
+ get: function () {
1122
+ return messageStatusSchema_ts_1.messageStatusSchema
1123
+ },
1124
+ })
1125
+ var metadataParamSchema_ts_1 = require('./zod/metadataParamSchema.ts')
1126
+ Object.defineProperty(exports, 'metadataParamSchema', {
1127
+ enumerable: true,
1128
+ get: function () {
1129
+ return metadataParamSchema_ts_1.metadataParamSchema
1130
+ },
1131
+ })
1132
+ var outputTextContentParamSchema_ts_1 = require('./zod/outputTextContentParamSchema.ts')
1133
+ Object.defineProperty(exports, 'outputTextContentParamSchema', {
1134
+ enumerable: true,
1135
+ get: function () {
1136
+ return outputTextContentParamSchema_ts_1.outputTextContentParamSchema
1137
+ },
1138
+ })
1139
+ var outputTextContentSchema_ts_1 = require('./zod/outputTextContentSchema.ts')
1140
+ Object.defineProperty(exports, 'outputTextContentSchema', {
1141
+ enumerable: true,
1142
+ get: function () {
1143
+ return outputTextContentSchema_ts_1.outputTextContentSchema
1144
+ },
1145
+ })
1146
+ var outputTokensDetailsSchema_ts_1 = require('./zod/outputTokensDetailsSchema.ts')
1147
+ Object.defineProperty(exports, 'outputTokensDetailsSchema', {
1148
+ enumerable: true,
1149
+ get: function () {
1150
+ return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema
1151
+ },
1152
+ })
1153
+ var reasoningBodySchema_ts_1 = require('./zod/reasoningBodySchema.ts')
1154
+ Object.defineProperty(exports, 'reasoningBodySchema', {
1155
+ enumerable: true,
1156
+ get: function () {
1157
+ return reasoningBodySchema_ts_1.reasoningBodySchema
1158
+ },
1159
+ })
1160
+ var reasoningEffortEnumSchema_ts_1 = require('./zod/reasoningEffortEnumSchema.ts')
1161
+ Object.defineProperty(exports, 'reasoningEffortEnumSchema', {
1162
+ enumerable: true,
1163
+ get: function () {
1164
+ return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema
1165
+ },
1166
+ })
1167
+ var reasoningItemParamSchema_ts_1 = require('./zod/reasoningItemParamSchema.ts')
1168
+ Object.defineProperty(exports, 'reasoningItemParamSchema', {
1169
+ enumerable: true,
1170
+ get: function () {
1171
+ return reasoningItemParamSchema_ts_1.reasoningItemParamSchema
1172
+ },
1173
+ })
1174
+ var reasoningParamSchema_ts_1 = require('./zod/reasoningParamSchema.ts')
1175
+ Object.defineProperty(exports, 'reasoningParamSchema', {
1176
+ enumerable: true,
1177
+ get: function () {
1178
+ return reasoningParamSchema_ts_1.reasoningParamSchema
1179
+ },
1180
+ })
1181
+ var reasoningSchema_ts_1 = require('./zod/reasoningSchema.ts')
1182
+ Object.defineProperty(exports, 'reasoningSchema', {
1183
+ enumerable: true,
1184
+ get: function () {
1185
+ return reasoningSchema_ts_1.reasoningSchema
1186
+ },
1187
+ })
1188
+ var reasoningSummaryContentParamSchema_ts_1 = require('./zod/reasoningSummaryContentParamSchema.ts')
1189
+ Object.defineProperty(exports, 'reasoningSummaryContentParamSchema', {
1190
+ enumerable: true,
1191
+ get: function () {
1192
+ return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema
1193
+ },
1194
+ })
1195
+ var reasoningSummaryEnumSchema_ts_1 = require('./zod/reasoningSummaryEnumSchema.ts')
1196
+ Object.defineProperty(exports, 'reasoningSummaryEnumSchema', {
1197
+ enumerable: true,
1198
+ get: function () {
1199
+ return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema
1200
+ },
1201
+ })
1202
+ var reasoningTextContentSchema_ts_1 = require('./zod/reasoningTextContentSchema.ts')
1203
+ Object.defineProperty(exports, 'reasoningTextContentSchema', {
1204
+ enumerable: true,
1205
+ get: function () {
1206
+ return reasoningTextContentSchema_ts_1.reasoningTextContentSchema
1207
+ },
1208
+ })
1209
+ var refusalContentParamSchema_ts_1 = require('./zod/refusalContentParamSchema.ts')
1210
+ Object.defineProperty(exports, 'refusalContentParamSchema', {
1211
+ enumerable: true,
1212
+ get: function () {
1213
+ return refusalContentParamSchema_ts_1.refusalContentParamSchema
1214
+ },
1215
+ })
1216
+ var refusalContentSchema_ts_1 = require('./zod/refusalContentSchema.ts')
1217
+ Object.defineProperty(exports, 'refusalContentSchema', {
1218
+ enumerable: true,
1219
+ get: function () {
1220
+ return refusalContentSchema_ts_1.refusalContentSchema
1221
+ },
1222
+ })
1223
+ var responseCompletedStreamingEventSchema_ts_1 = require('./zod/responseCompletedStreamingEventSchema.ts')
1224
+ Object.defineProperty(exports, 'responseCompletedStreamingEventSchema', {
1225
+ enumerable: true,
1226
+ get: function () {
1227
+ return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema
1228
+ },
1229
+ })
1230
+ var responseContentPartAddedStreamingEventSchema_ts_1 = require('./zod/responseContentPartAddedStreamingEventSchema.ts')
1231
+ Object.defineProperty(exports, 'responseContentPartAddedStreamingEventSchema', {
1232
+ enumerable: true,
1233
+ get: function () {
1234
+ return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema
1235
+ },
1236
+ })
1237
+ var responseContentPartDoneStreamingEventSchema_ts_1 = require('./zod/responseContentPartDoneStreamingEventSchema.ts')
1238
+ Object.defineProperty(exports, 'responseContentPartDoneStreamingEventSchema', {
1239
+ enumerable: true,
1240
+ get: function () {
1241
+ return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema
1242
+ },
1243
+ })
1244
+ var responseCreatedStreamingEventSchema_ts_1 = require('./zod/responseCreatedStreamingEventSchema.ts')
1245
+ Object.defineProperty(exports, 'responseCreatedStreamingEventSchema', {
1246
+ enumerable: true,
1247
+ get: function () {
1248
+ return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema
1249
+ },
1250
+ })
1251
+ var responseFailedStreamingEventSchema_ts_1 = require('./zod/responseFailedStreamingEventSchema.ts')
1252
+ Object.defineProperty(exports, 'responseFailedStreamingEventSchema', {
1253
+ enumerable: true,
1254
+ get: function () {
1255
+ return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema
1256
+ },
1257
+ })
1258
+ var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require('./zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts')
1259
+ Object.defineProperty(
1260
+ exports,
1261
+ 'responseFunctionCallArgumentsDeltaStreamingEventSchema',
1262
+ {
1263
+ enumerable: true,
1264
+ get: function () {
1265
+ return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema
1266
+ },
1267
+ },
1268
+ )
1269
+ var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require('./zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts')
1270
+ Object.defineProperty(
1271
+ exports,
1272
+ 'responseFunctionCallArgumentsDoneStreamingEventSchema',
1273
+ {
1274
+ enumerable: true,
1275
+ get: function () {
1276
+ return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema
1277
+ },
1278
+ },
1279
+ )
1280
+ var responseIncompleteStreamingEventSchema_ts_1 = require('./zod/responseIncompleteStreamingEventSchema.ts')
1281
+ Object.defineProperty(exports, 'responseIncompleteStreamingEventSchema', {
1282
+ enumerable: true,
1283
+ get: function () {
1284
+ return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema
1285
+ },
1286
+ })
1287
+ var responseInProgressStreamingEventSchema_ts_1 = require('./zod/responseInProgressStreamingEventSchema.ts')
1288
+ Object.defineProperty(exports, 'responseInProgressStreamingEventSchema', {
1289
+ enumerable: true,
1290
+ get: function () {
1291
+ return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema
1292
+ },
1293
+ })
1294
+ var responseOutputItemAddedStreamingEventSchema_ts_1 = require('./zod/responseOutputItemAddedStreamingEventSchema.ts')
1295
+ Object.defineProperty(exports, 'responseOutputItemAddedStreamingEventSchema', {
1296
+ enumerable: true,
1297
+ get: function () {
1298
+ return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema
1299
+ },
1300
+ })
1301
+ var responseOutputItemDoneStreamingEventSchema_ts_1 = require('./zod/responseOutputItemDoneStreamingEventSchema.ts')
1302
+ Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventSchema', {
1303
+ enumerable: true,
1304
+ get: function () {
1305
+ return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema
1306
+ },
1307
+ })
1308
+ var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require('./zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts')
1309
+ Object.defineProperty(
1310
+ exports,
1311
+ 'responseOutputTextAnnotationAddedStreamingEventSchema',
1312
+ {
1313
+ enumerable: true,
1314
+ get: function () {
1315
+ return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema
1316
+ },
1317
+ },
1318
+ )
1319
+ var responseOutputTextDeltaStreamingEventSchema_ts_1 = require('./zod/responseOutputTextDeltaStreamingEventSchema.ts')
1320
+ Object.defineProperty(exports, 'responseOutputTextDeltaStreamingEventSchema', {
1321
+ enumerable: true,
1322
+ get: function () {
1323
+ return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema
1324
+ },
1325
+ })
1326
+ var responseOutputTextDoneStreamingEventSchema_ts_1 = require('./zod/responseOutputTextDoneStreamingEventSchema.ts')
1327
+ Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventSchema', {
1328
+ enumerable: true,
1329
+ get: function () {
1330
+ return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema
1331
+ },
1332
+ })
1333
+ var responseQueuedStreamingEventSchema_ts_1 = require('./zod/responseQueuedStreamingEventSchema.ts')
1334
+ Object.defineProperty(exports, 'responseQueuedStreamingEventSchema', {
1335
+ enumerable: true,
1336
+ get: function () {
1337
+ return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema
1338
+ },
1339
+ })
1340
+ var responseReasoningDeltaStreamingEventSchema_ts_1 = require('./zod/responseReasoningDeltaStreamingEventSchema.ts')
1341
+ Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventSchema', {
1342
+ enumerable: true,
1343
+ get: function () {
1344
+ return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema
1345
+ },
1346
+ })
1347
+ var responseReasoningDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningDoneStreamingEventSchema.ts')
1348
+ Object.defineProperty(exports, 'responseReasoningDoneStreamingEventSchema', {
1349
+ enumerable: true,
1350
+ get: function () {
1351
+ return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema
1352
+ },
1353
+ })
1354
+ var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryDeltaStreamingEventSchema.ts')
1355
+ Object.defineProperty(
1356
+ exports,
1357
+ 'responseReasoningSummaryDeltaStreamingEventSchema',
1358
+ {
1359
+ enumerable: true,
1360
+ get: function () {
1361
+ return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema
1362
+ },
1363
+ },
1364
+ )
1365
+ var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryDoneStreamingEventSchema.ts')
1366
+ Object.defineProperty(
1367
+ exports,
1368
+ 'responseReasoningSummaryDoneStreamingEventSchema',
1369
+ {
1370
+ enumerable: true,
1371
+ get: function () {
1372
+ return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema
1373
+ },
1374
+ },
1375
+ )
1376
+ var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts')
1377
+ Object.defineProperty(
1378
+ exports,
1379
+ 'responseReasoningSummaryPartAddedStreamingEventSchema',
1380
+ {
1381
+ enumerable: true,
1382
+ get: function () {
1383
+ return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema
1384
+ },
1385
+ },
1386
+ )
1387
+ var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts')
1388
+ Object.defineProperty(
1389
+ exports,
1390
+ 'responseReasoningSummaryPartDoneStreamingEventSchema',
1391
+ {
1392
+ enumerable: true,
1393
+ get: function () {
1394
+ return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema
1395
+ },
1396
+ },
1397
+ )
1398
+ var responseRefusalDeltaStreamingEventSchema_ts_1 = require('./zod/responseRefusalDeltaStreamingEventSchema.ts')
1399
+ Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventSchema', {
1400
+ enumerable: true,
1401
+ get: function () {
1402
+ return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema
1403
+ },
1404
+ })
1405
+ var responseRefusalDoneStreamingEventSchema_ts_1 = require('./zod/responseRefusalDoneStreamingEventSchema.ts')
1406
+ Object.defineProperty(exports, 'responseRefusalDoneStreamingEventSchema', {
1407
+ enumerable: true,
1408
+ get: function () {
1409
+ return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema
1410
+ },
1411
+ })
1412
+ var responseResourceSchema_ts_1 = require('./zod/responseResourceSchema.ts')
1413
+ Object.defineProperty(exports, 'responseResourceSchema', {
1414
+ enumerable: true,
1415
+ get: function () {
1416
+ return responseResourceSchema_ts_1.responseResourceSchema
1417
+ },
1418
+ })
1419
+ var responsesToolParamSchema_ts_1 = require('./zod/responsesToolParamSchema.ts')
1420
+ Object.defineProperty(exports, 'responsesToolParamSchema', {
1421
+ enumerable: true,
1422
+ get: function () {
1423
+ return responsesToolParamSchema_ts_1.responsesToolParamSchema
1424
+ },
1425
+ })
1426
+ var serviceTierEnumSchema_ts_1 = require('./zod/serviceTierEnumSchema.ts')
1427
+ Object.defineProperty(exports, 'serviceTierEnumSchema', {
1428
+ enumerable: true,
1429
+ get: function () {
1430
+ return serviceTierEnumSchema_ts_1.serviceTierEnumSchema
1431
+ },
1432
+ })
1433
+ var specificFunctionParamSchema_ts_1 = require('./zod/specificFunctionParamSchema.ts')
1434
+ Object.defineProperty(exports, 'specificFunctionParamSchema', {
1435
+ enumerable: true,
1436
+ get: function () {
1437
+ return specificFunctionParamSchema_ts_1.specificFunctionParamSchema
1438
+ },
1439
+ })
1440
+ var specificToolChoiceParamSchema_ts_1 = require('./zod/specificToolChoiceParamSchema.ts')
1441
+ Object.defineProperty(exports, 'specificToolChoiceParamSchema', {
1442
+ enumerable: true,
1443
+ get: function () {
1444
+ return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema
1445
+ },
1446
+ })
1447
+ var streamOptionsParamSchema_ts_1 = require('./zod/streamOptionsParamSchema.ts')
1448
+ Object.defineProperty(exports, 'streamOptionsParamSchema', {
1449
+ enumerable: true,
1450
+ get: function () {
1451
+ return streamOptionsParamSchema_ts_1.streamOptionsParamSchema
1452
+ },
1453
+ })
1454
+ var summaryTextContentSchema_ts_1 = require('./zod/summaryTextContentSchema.ts')
1455
+ Object.defineProperty(exports, 'summaryTextContentSchema', {
1456
+ enumerable: true,
1457
+ get: function () {
1458
+ return summaryTextContentSchema_ts_1.summaryTextContentSchema
1459
+ },
1460
+ })
1461
+ var systemMessageItemParamSchema_ts_1 = require('./zod/systemMessageItemParamSchema.ts')
1462
+ Object.defineProperty(exports, 'systemMessageItemParamSchema', {
1463
+ enumerable: true,
1464
+ get: function () {
1465
+ return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema
1466
+ },
1467
+ })
1468
+ var textContentSchema_ts_1 = require('./zod/textContentSchema.ts')
1469
+ Object.defineProperty(exports, 'textContentSchema', {
1470
+ enumerable: true,
1471
+ get: function () {
1472
+ return textContentSchema_ts_1.textContentSchema
1473
+ },
1474
+ })
1475
+ var textFieldSchema_ts_1 = require('./zod/textFieldSchema.ts')
1476
+ Object.defineProperty(exports, 'textFieldSchema', {
1477
+ enumerable: true,
1478
+ get: function () {
1479
+ return textFieldSchema_ts_1.textFieldSchema
1480
+ },
1481
+ })
1482
+ var textFormatParamSchema_ts_1 = require('./zod/textFormatParamSchema.ts')
1483
+ Object.defineProperty(exports, 'textFormatParamSchema', {
1484
+ enumerable: true,
1485
+ get: function () {
1486
+ return textFormatParamSchema_ts_1.textFormatParamSchema
1487
+ },
1488
+ })
1489
+ var textParamSchema_ts_1 = require('./zod/textParamSchema.ts')
1490
+ Object.defineProperty(exports, 'textParamSchema', {
1491
+ enumerable: true,
1492
+ get: function () {
1493
+ return textParamSchema_ts_1.textParamSchema
1494
+ },
1495
+ })
1496
+ var textResponseFormatSchema_ts_1 = require('./zod/textResponseFormatSchema.ts')
1497
+ Object.defineProperty(exports, 'textResponseFormatSchema', {
1498
+ enumerable: true,
1499
+ get: function () {
1500
+ return textResponseFormatSchema_ts_1.textResponseFormatSchema
1501
+ },
1502
+ })
1503
+ var toolChoiceParamSchema_ts_1 = require('./zod/toolChoiceParamSchema.ts')
1504
+ Object.defineProperty(exports, 'toolChoiceParamSchema', {
1505
+ enumerable: true,
1506
+ get: function () {
1507
+ return toolChoiceParamSchema_ts_1.toolChoiceParamSchema
1508
+ },
1509
+ })
1510
+ var toolChoiceValueEnumSchema_ts_1 = require('./zod/toolChoiceValueEnumSchema.ts')
1511
+ Object.defineProperty(exports, 'toolChoiceValueEnumSchema', {
1512
+ enumerable: true,
1513
+ get: function () {
1514
+ return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema
1515
+ },
1516
+ })
1517
+ var toolSchema_ts_1 = require('./zod/toolSchema.ts')
1518
+ Object.defineProperty(exports, 'toolSchema', {
1519
+ enumerable: true,
1520
+ get: function () {
1521
+ return toolSchema_ts_1.toolSchema
1522
+ },
1523
+ })
1524
+ var topLogProbSchema_ts_1 = require('./zod/topLogProbSchema.ts')
1525
+ Object.defineProperty(exports, 'topLogProbSchema', {
1526
+ enumerable: true,
1527
+ get: function () {
1528
+ return topLogProbSchema_ts_1.topLogProbSchema
1529
+ },
1530
+ })
1531
+ var truncationEnumSchema_ts_1 = require('./zod/truncationEnumSchema.ts')
1532
+ Object.defineProperty(exports, 'truncationEnumSchema', {
1533
+ enumerable: true,
1534
+ get: function () {
1535
+ return truncationEnumSchema_ts_1.truncationEnumSchema
1536
+ },
1537
+ })
1538
+ var urlCitationBodySchema_ts_1 = require('./zod/urlCitationBodySchema.ts')
1539
+ Object.defineProperty(exports, 'urlCitationBodySchema', {
1540
+ enumerable: true,
1541
+ get: function () {
1542
+ return urlCitationBodySchema_ts_1.urlCitationBodySchema
1543
+ },
1544
+ })
1545
+ var urlCitationParamSchema_ts_1 = require('./zod/urlCitationParamSchema.ts')
1546
+ Object.defineProperty(exports, 'urlCitationParamSchema', {
1547
+ enumerable: true,
1548
+ get: function () {
1549
+ return urlCitationParamSchema_ts_1.urlCitationParamSchema
1550
+ },
1551
+ })
1552
+ var usageSchema_ts_1 = require('./zod/usageSchema.ts')
1553
+ Object.defineProperty(exports, 'usageSchema', {
1554
+ enumerable: true,
1555
+ get: function () {
1556
+ return usageSchema_ts_1.usageSchema
1557
+ },
1558
+ })
1559
+ var userMessageItemParamSchema_ts_1 = require('./zod/userMessageItemParamSchema.ts')
1560
+ Object.defineProperty(exports, 'userMessageItemParamSchema', {
1561
+ enumerable: true,
1562
+ get: function () {
1563
+ return userMessageItemParamSchema_ts_1.userMessageItemParamSchema
1564
+ },
1565
+ })
1566
+ var verbosityEnumSchema_ts_1 = require('./zod/verbosityEnumSchema.ts')
1567
+ Object.defineProperty(exports, 'verbosityEnumSchema', {
1568
+ enumerable: true,
1569
+ get: function () {
1570
+ return verbosityEnumSchema_ts_1.verbosityEnumSchema
1571
+ },
1572
+ })