tekimax-ts 0.1.7 → 0.1.8

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 (359) hide show
  1. package/README.md +113 -26
  2. package/dist/adapter-BtbeHotF.d.cts +81 -0
  3. package/dist/adapter-BtbeHotF.d.ts +81 -0
  4. package/dist/adapter-C5iFgx6o.d.cts +162 -0
  5. package/dist/adapter-C5iFgx6o.d.ts +162 -0
  6. package/dist/adapter-CMu9Gvvm.d.cts +81 -0
  7. package/dist/adapter-CMu9Gvvm.d.ts +81 -0
  8. package/dist/adapter-DeUJcFAn.d.cts +43 -0
  9. package/dist/adapter-DeUJcFAn.d.ts +43 -0
  10. package/dist/adapter-K9NFtBg8.d.cts +81 -0
  11. package/dist/adapter-K9NFtBg8.d.ts +81 -0
  12. package/dist/adapter-TuDzMu0Y.d.cts +43 -0
  13. package/dist/adapter-TuDzMu0Y.d.ts +43 -0
  14. package/dist/adapter-YcdKK3By.d.cts +63 -0
  15. package/dist/adapter-YcdKK3By.d.ts +63 -0
  16. package/dist/adapter-xdRwibId.d.cts +144 -0
  17. package/dist/adapter-xdRwibId.d.ts +144 -0
  18. package/dist/adapter-zXqUGXCx.d.cts +81 -0
  19. package/dist/adapter-zXqUGXCx.d.ts +81 -0
  20. package/dist/chunk-MLKGABMK.js +9 -0
  21. package/dist/gen/index.js +1572 -378
  22. package/dist/gen/types.js +290 -201
  23. package/dist/gen/zod/allowedToolChoiceSchema.js +17 -13
  24. package/dist/gen/zod/allowedToolsParamSchema.js +28 -13
  25. package/dist/gen/zod/annotationSchema.js +16 -11
  26. package/dist/gen/zod/assistantMessageItemParamSchema.js +52 -19
  27. package/dist/gen/zod/createResponseBodySchema.js +142 -44
  28. package/dist/gen/zod/createresponseSchema.js +23 -12
  29. package/dist/gen/zod/detailEnumSchema.js +8 -8
  30. package/dist/gen/zod/developerMessageItemParamSchema.js +35 -16
  31. package/dist/gen/zod/emptyModelParamSchema.js +8 -8
  32. package/dist/gen/zod/errorPayloadSchema.js +27 -14
  33. package/dist/gen/zod/errorSchema.js +17 -11
  34. package/dist/gen/zod/errorStreamingEventSchema.js +23 -13
  35. package/dist/gen/zod/functionCallItemParamSchema.js +38 -15
  36. package/dist/gen/zod/functionCallItemStatusSchema.js +12 -8
  37. package/dist/gen/zod/functionCallOutputItemParamSchema.js +90 -27
  38. package/dist/gen/zod/functionCallOutputSchema.js +67 -24
  39. package/dist/gen/zod/functionCallOutputStatusEnumSchema.js +12 -8
  40. package/dist/gen/zod/functionCallSchema.js +29 -16
  41. package/dist/gen/zod/functionCallStatusSchema.js +12 -8
  42. package/dist/gen/zod/functionToolChoiceSchema.js +10 -10
  43. package/dist/gen/zod/functionToolParamSchema.js +25 -14
  44. package/dist/gen/zod/functionToolSchema.js +24 -14
  45. package/dist/gen/zod/imageDetailSchema.js +8 -8
  46. package/dist/gen/zod/includeEnumSchema.js +11 -8
  47. package/dist/gen/zod/incompleteDetailsSchema.js +14 -10
  48. package/dist/gen/zod/index.js +871 -213
  49. package/dist/gen/zod/inputFileContentParamSchema.js +24 -13
  50. package/dist/gen/zod/inputFileContentSchema.js +23 -12
  51. package/dist/gen/zod/inputImageContentParamAutoParamSchema.js +29 -13
  52. package/dist/gen/zod/inputImageContentSchema.js +22 -13
  53. package/dist/gen/zod/inputTextContentParamSchema.js +19 -11
  54. package/dist/gen/zod/inputTextContentSchema.js +16 -11
  55. package/dist/gen/zod/inputTokensDetailsSchema.js +15 -10
  56. package/dist/gen/zod/inputVideoContentSchema.js +17 -11
  57. package/dist/gen/zod/itemFieldSchema.js +45 -20
  58. package/dist/gen/zod/itemParamSchema.js +55 -23
  59. package/dist/gen/zod/itemReferenceParamSchema.js +15 -11
  60. package/dist/gen/zod/jsonObjectResponseFormatSchema.js +9 -9
  61. package/dist/gen/zod/jsonSchemaResponseFormatParamSchema.js +38 -13
  62. package/dist/gen/zod/jsonSchemaResponseFormatSchema.js +13 -13
  63. package/dist/gen/zod/logProbSchema.js +20 -14
  64. package/dist/gen/zod/messageRoleSchema.js +13 -8
  65. package/dist/gen/zod/messageSchema.js +109 -43
  66. package/dist/gen/zod/messageStatusSchema.js +12 -8
  67. package/dist/gen/zod/metadataParamSchema.js +13 -8
  68. package/dist/gen/zod/outputTextContentParamSchema.js +21 -12
  69. package/dist/gen/zod/outputTextContentSchema.js +30 -15
  70. package/dist/gen/zod/outputTokensDetailsSchema.js +17 -10
  71. package/dist/gen/zod/reasoningBodySchema.js +173 -54
  72. package/dist/gen/zod/reasoningEffortEnumSchema.js +14 -8
  73. package/dist/gen/zod/reasoningItemParamSchema.js +26 -14
  74. package/dist/gen/zod/reasoningParamSchema.js +33 -13
  75. package/dist/gen/zod/reasoningSchema.js +27 -13
  76. package/dist/gen/zod/reasoningSummaryContentParamSchema.js +13 -10
  77. package/dist/gen/zod/reasoningSummaryEnumSchema.js +12 -8
  78. package/dist/gen/zod/reasoningTextContentSchema.js +16 -11
  79. package/dist/gen/zod/refusalContentParamSchema.js +13 -10
  80. package/dist/gen/zod/refusalContentSchema.js +18 -11
  81. package/dist/gen/zod/responseCompletedStreamingEventSchema.js +23 -13
  82. package/dist/gen/zod/responseContentPartAddedStreamingEventSchema.js +98 -39
  83. package/dist/gen/zod/responseContentPartDoneStreamingEventSchema.js +98 -39
  84. package/dist/gen/zod/responseCreatedStreamingEventSchema.js +23 -13
  85. package/dist/gen/zod/responseFailedStreamingEventSchema.js +23 -13
  86. package/dist/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.js +38 -15
  87. package/dist/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.js +33 -14
  88. package/dist/gen/zod/responseInProgressStreamingEventSchema.js +23 -13
  89. package/dist/gen/zod/responseIncompleteStreamingEventSchema.js +23 -13
  90. package/dist/gen/zod/responseOutputItemAddedStreamingEventSchema.js +32 -14
  91. package/dist/gen/zod/responseOutputItemDoneStreamingEventSchema.js +30 -14
  92. package/dist/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.js +43 -17
  93. package/dist/gen/zod/responseOutputTextDeltaStreamingEventSchema.js +48 -18
  94. package/dist/gen/zod/responseOutputTextDoneStreamingEventSchema.js +39 -17
  95. package/dist/gen/zod/responseQueuedStreamingEventSchema.js +23 -13
  96. package/dist/gen/zod/responseReasoningDeltaStreamingEventSchema.js +40 -16
  97. package/dist/gen/zod/responseReasoningDoneStreamingEventSchema.js +31 -15
  98. package/dist/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.js +42 -16
  99. package/dist/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.js +33 -15
  100. package/dist/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.js +102 -39
  101. package/dist/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.js +102 -39
  102. package/dist/gen/zod/responseRefusalDeltaStreamingEventSchema.js +33 -15
  103. package/dist/gen/zod/responseRefusalDoneStreamingEventSchema.js +31 -15
  104. package/dist/gen/zod/responseResourceSchema.js +146 -51
  105. package/dist/gen/zod/responsesToolParamSchema.js +15 -11
  106. package/dist/gen/zod/serviceTierEnumSchema.js +13 -8
  107. package/dist/gen/zod/specificFunctionParamSchema.js +13 -10
  108. package/dist/gen/zod/specificToolChoiceParamSchema.js +11 -9
  109. package/dist/gen/zod/streamOptionsParamSchema.js +18 -10
  110. package/dist/gen/zod/summaryTextContentSchema.js +18 -11
  111. package/dist/gen/zod/systemMessageItemParamSchema.js +35 -16
  112. package/dist/gen/zod/textContentSchema.js +13 -11
  113. package/dist/gen/zod/textFieldSchema.js +24 -14
  114. package/dist/gen/zod/textFormatParamSchema.js +16 -10
  115. package/dist/gen/zod/textParamSchema.js +23 -12
  116. package/dist/gen/zod/textResponseFormatSchema.js +9 -9
  117. package/dist/gen/zod/toolChoiceParamSchema.js +21 -11
  118. package/dist/gen/zod/toolChoiceValueEnumSchema.js +8 -8
  119. package/dist/gen/zod/toolSchema.js +16 -11
  120. package/dist/gen/zod/topLogProbSchema.js +14 -12
  121. package/dist/gen/zod/truncationEnumSchema.js +8 -8
  122. package/dist/gen/zod/urlCitationBodySchema.js +29 -14
  123. package/dist/gen/zod/urlCitationParamSchema.js +28 -13
  124. package/dist/gen/zod/usageSchema.js +35 -16
  125. package/dist/gen/zod/userMessageItemParamSchema.js +64 -22
  126. package/dist/gen/zod/verbosityEnumSchema.js +8 -8
  127. package/dist/index.cjs +1574 -0
  128. package/dist/index.d.cts +2823 -0
  129. package/dist/index.d.mts +51000 -31111
  130. package/dist/index.d.ts +407 -29296
  131. package/dist/index.js +1136 -1405
  132. package/dist/index.mjs +2441 -1010
  133. package/dist/react/index.cjs +216 -0
  134. package/dist/react/index.d.cts +25 -0
  135. package/dist/react/index.d.ts +25 -0
  136. package/dist/react/index.js +191 -0
  137. package/dist/tekimax-C-DJ0z27.d.cts +283 -0
  138. package/dist/tekimax-C-DJ0z27.d.ts +283 -0
  139. package/package.json +47 -9
  140. package/.dockerignore +0 -5
  141. package/Dockerfile +0 -25
  142. package/kubb.config.js +0 -30
  143. package/kubb.config.ts +0 -35
  144. package/public/logos/tekimax-logo-ScreenRGB-2.png +0 -0
  145. package/spec/openapi.json +0 -3876
  146. package/src/client.ts +0 -129
  147. package/src/gen/.kubb/config.ts +0 -43
  148. package/src/gen/client/createresponse.ts +0 -27
  149. package/src/gen/client/index.ts +0 -1
  150. package/src/gen/index.ts +0 -187
  151. package/src/gen/schemas/allowedToolChoice.json +0 -1
  152. package/src/gen/schemas/allowedToolsParam.json +0 -1
  153. package/src/gen/schemas/annotation.json +0 -1
  154. package/src/gen/schemas/assistantMessageItemParam.json +0 -1
  155. package/src/gen/schemas/createResponseBody.json +0 -1
  156. package/src/gen/schemas/detailEnum.json +0 -1
  157. package/src/gen/schemas/developerMessageItemParam.json +0 -1
  158. package/src/gen/schemas/emptyModelParam.json +0 -1
  159. package/src/gen/schemas/error.json +0 -1
  160. package/src/gen/schemas/errorPayload.json +0 -1
  161. package/src/gen/schemas/errorStreamingEvent.json +0 -1
  162. package/src/gen/schemas/functionCall.json +0 -1
  163. package/src/gen/schemas/functionCallItemParam.json +0 -1
  164. package/src/gen/schemas/functionCallItemStatus.json +0 -1
  165. package/src/gen/schemas/functionCallOutput.json +0 -1
  166. package/src/gen/schemas/functionCallOutputItemParam.json +0 -1
  167. package/src/gen/schemas/functionCallOutputStatusEnum.json +0 -1
  168. package/src/gen/schemas/functionCallStatus.json +0 -1
  169. package/src/gen/schemas/functionTool.json +0 -1
  170. package/src/gen/schemas/functionToolChoice.json +0 -1
  171. package/src/gen/schemas/functionToolParam.json +0 -1
  172. package/src/gen/schemas/imageDetail.json +0 -1
  173. package/src/gen/schemas/includeEnum.json +0 -1
  174. package/src/gen/schemas/incompleteDetails.json +0 -1
  175. package/src/gen/schemas/inputFileContent.json +0 -1
  176. package/src/gen/schemas/inputFileContentParam.json +0 -1
  177. package/src/gen/schemas/inputImageContent.json +0 -1
  178. package/src/gen/schemas/inputImageContentParamAutoParam.json +0 -1
  179. package/src/gen/schemas/inputTextContent.json +0 -1
  180. package/src/gen/schemas/inputTextContentParam.json +0 -1
  181. package/src/gen/schemas/inputTokensDetails.json +0 -1
  182. package/src/gen/schemas/inputVideoContent.json +0 -1
  183. package/src/gen/schemas/itemField.json +0 -1
  184. package/src/gen/schemas/itemParam.json +0 -1
  185. package/src/gen/schemas/itemReferenceParam.json +0 -1
  186. package/src/gen/schemas/jsonObjectResponseFormat.json +0 -1
  187. package/src/gen/schemas/jsonSchemaResponseFormat.json +0 -1
  188. package/src/gen/schemas/jsonSchemaResponseFormatParam.json +0 -1
  189. package/src/gen/schemas/logProb.json +0 -1
  190. package/src/gen/schemas/message.json +0 -1
  191. package/src/gen/schemas/messageRole.json +0 -1
  192. package/src/gen/schemas/messageStatus.json +0 -1
  193. package/src/gen/schemas/metadataParam.json +0 -1
  194. package/src/gen/schemas/outputTextContent.json +0 -1
  195. package/src/gen/schemas/outputTextContentParam.json +0 -1
  196. package/src/gen/schemas/outputTokensDetails.json +0 -1
  197. package/src/gen/schemas/reasoning.json +0 -1
  198. package/src/gen/schemas/reasoningBody.json +0 -1
  199. package/src/gen/schemas/reasoningEffortEnum.json +0 -1
  200. package/src/gen/schemas/reasoningItemParam.json +0 -1
  201. package/src/gen/schemas/reasoningParam.json +0 -1
  202. package/src/gen/schemas/reasoningSummaryContentParam.json +0 -1
  203. package/src/gen/schemas/reasoningSummaryEnum.json +0 -1
  204. package/src/gen/schemas/reasoningTextContent.json +0 -1
  205. package/src/gen/schemas/refusalContent.json +0 -1
  206. package/src/gen/schemas/refusalContentParam.json +0 -1
  207. package/src/gen/schemas/responseCompletedStreamingEvent.json +0 -1
  208. package/src/gen/schemas/responseContentPartAddedStreamingEvent.json +0 -1
  209. package/src/gen/schemas/responseContentPartDoneStreamingEvent.json +0 -1
  210. package/src/gen/schemas/responseCreatedStreamingEvent.json +0 -1
  211. package/src/gen/schemas/responseFailedStreamingEvent.json +0 -1
  212. package/src/gen/schemas/responseFunctionCallArgumentsDeltaStreamingEvent.json +0 -1
  213. package/src/gen/schemas/responseFunctionCallArgumentsDoneStreamingEvent.json +0 -1
  214. package/src/gen/schemas/responseInProgressStreamingEvent.json +0 -1
  215. package/src/gen/schemas/responseIncompleteStreamingEvent.json +0 -1
  216. package/src/gen/schemas/responseOutputItemAddedStreamingEvent.json +0 -1
  217. package/src/gen/schemas/responseOutputItemDoneStreamingEvent.json +0 -1
  218. package/src/gen/schemas/responseOutputTextAnnotationAddedStreamingEvent.json +0 -1
  219. package/src/gen/schemas/responseOutputTextDeltaStreamingEvent.json +0 -1
  220. package/src/gen/schemas/responseOutputTextDoneStreamingEvent.json +0 -1
  221. package/src/gen/schemas/responseQueuedStreamingEvent.json +0 -1
  222. package/src/gen/schemas/responseReasoningDeltaStreamingEvent.json +0 -1
  223. package/src/gen/schemas/responseReasoningDoneStreamingEvent.json +0 -1
  224. package/src/gen/schemas/responseReasoningSummaryDeltaStreamingEvent.json +0 -1
  225. package/src/gen/schemas/responseReasoningSummaryDoneStreamingEvent.json +0 -1
  226. package/src/gen/schemas/responseReasoningSummaryPartAddedStreamingEvent.json +0 -1
  227. package/src/gen/schemas/responseReasoningSummaryPartDoneStreamingEvent.json +0 -1
  228. package/src/gen/schemas/responseRefusalDeltaStreamingEvent.json +0 -1
  229. package/src/gen/schemas/responseRefusalDoneStreamingEvent.json +0 -1
  230. package/src/gen/schemas/responseResource.json +0 -1
  231. package/src/gen/schemas/responsesToolParam.json +0 -1
  232. package/src/gen/schemas/serviceTierEnum.json +0 -1
  233. package/src/gen/schemas/specificFunctionParam.json +0 -1
  234. package/src/gen/schemas/specificToolChoiceParam.json +0 -1
  235. package/src/gen/schemas/streamOptionsParam.json +0 -1
  236. package/src/gen/schemas/summaryTextContent.json +0 -1
  237. package/src/gen/schemas/systemMessageItemParam.json +0 -1
  238. package/src/gen/schemas/textContent.json +0 -1
  239. package/src/gen/schemas/textField.json +0 -1
  240. package/src/gen/schemas/textFormatParam.json +0 -1
  241. package/src/gen/schemas/textParam.json +0 -1
  242. package/src/gen/schemas/textResponseFormat.json +0 -1
  243. package/src/gen/schemas/tool.json +0 -1
  244. package/src/gen/schemas/toolChoiceParam.json +0 -1
  245. package/src/gen/schemas/toolChoiceValueEnum.json +0 -1
  246. package/src/gen/schemas/topLogProb.json +0 -1
  247. package/src/gen/schemas/truncationEnum.json +0 -1
  248. package/src/gen/schemas/urlCitationBody.json +0 -1
  249. package/src/gen/schemas/urlCitationParam.json +0 -1
  250. package/src/gen/schemas/usage.json +0 -1
  251. package/src/gen/schemas/userMessageItemParam.json +0 -1
  252. package/src/gen/schemas/verbosityEnum.json +0 -1
  253. package/src/gen/types.ts +0 -2613
  254. package/src/gen/zod/allowedToolChoiceSchema.ts +0 -14
  255. package/src/gen/zod/allowedToolsParamSchema.ts +0 -14
  256. package/src/gen/zod/annotationSchema.ts +0 -14
  257. package/src/gen/zod/assistantMessageItemParamSchema.ts +0 -20
  258. package/src/gen/zod/createResponseBodySchema.ts +0 -45
  259. package/src/gen/zod/createresponseSchema.ts +0 -17
  260. package/src/gen/zod/detailEnumSchema.ts +0 -8
  261. package/src/gen/zod/developerMessageItemParamSchema.ts +0 -17
  262. package/src/gen/zod/emptyModelParamSchema.ts +0 -10
  263. package/src/gen/zod/errorPayloadSchema.ts +0 -19
  264. package/src/gen/zod/errorSchema.ts +0 -14
  265. package/src/gen/zod/errorStreamingEventSchema.ts +0 -16
  266. package/src/gen/zod/functionCallItemParamSchema.ts +0 -16
  267. package/src/gen/zod/functionCallItemStatusSchema.ts +0 -8
  268. package/src/gen/zod/functionCallOutputItemParamSchema.ts +0 -30
  269. package/src/gen/zod/functionCallOutputSchema.ts +0 -27
  270. package/src/gen/zod/functionCallOutputStatusEnumSchema.ts +0 -11
  271. package/src/gen/zod/functionCallSchema.ts +0 -19
  272. package/src/gen/zod/functionCallStatusSchema.ts +0 -8
  273. package/src/gen/zod/functionToolChoiceSchema.ts +0 -11
  274. package/src/gen/zod/functionToolParamSchema.ts +0 -15
  275. package/src/gen/zod/functionToolSchema.ts +0 -19
  276. package/src/gen/zod/imageDetailSchema.ts +0 -8
  277. package/src/gen/zod/includeEnumSchema.ts +0 -8
  278. package/src/gen/zod/incompleteDetailsSchema.ts +0 -13
  279. package/src/gen/zod/index.ts +0 -103
  280. package/src/gen/zod/inputFileContentParamSchema.ts +0 -16
  281. package/src/gen/zod/inputFileContentSchema.ts +0 -15
  282. package/src/gen/zod/inputImageContentParamAutoParamSchema.ts +0 -16
  283. package/src/gen/zod/inputImageContentSchema.ts +0 -16
  284. package/src/gen/zod/inputTextContentParamSchema.ts +0 -14
  285. package/src/gen/zod/inputTextContentSchema.ts +0 -14
  286. package/src/gen/zod/inputTokensDetailsSchema.ts +0 -13
  287. package/src/gen/zod/inputVideoContentSchema.ts +0 -14
  288. package/src/gen/zod/itemFieldSchema.ts +0 -23
  289. package/src/gen/zod/itemParamSchema.ts +0 -23
  290. package/src/gen/zod/itemReferenceParamSchema.ts +0 -14
  291. package/src/gen/zod/jsonObjectResponseFormatSchema.ts +0 -10
  292. package/src/gen/zod/jsonSchemaResponseFormatParamSchema.ts +0 -16
  293. package/src/gen/zod/jsonSchemaResponseFormatSchema.ts +0 -14
  294. package/src/gen/zod/logProbSchema.ts +0 -17
  295. package/src/gen/zod/messageRoleSchema.ts +0 -8
  296. package/src/gen/zod/messageSchema.ts +0 -46
  297. package/src/gen/zod/messageStatusSchema.ts +0 -8
  298. package/src/gen/zod/metadataParamSchema.ts +0 -13
  299. package/src/gen/zod/outputTextContentParamSchema.ts +0 -13
  300. package/src/gen/zod/outputTextContentSchema.ts +0 -18
  301. package/src/gen/zod/outputTokensDetailsSchema.ts +0 -13
  302. package/src/gen/zod/reasoningBodySchema.ts +0 -57
  303. package/src/gen/zod/reasoningEffortEnumSchema.ts +0 -8
  304. package/src/gen/zod/reasoningItemParamSchema.ts +0 -15
  305. package/src/gen/zod/reasoningParamSchema.ts +0 -16
  306. package/src/gen/zod/reasoningSchema.ts +0 -16
  307. package/src/gen/zod/reasoningSummaryContentParamSchema.ts +0 -11
  308. package/src/gen/zod/reasoningSummaryEnumSchema.ts +0 -8
  309. package/src/gen/zod/reasoningTextContentSchema.ts +0 -14
  310. package/src/gen/zod/refusalContentParamSchema.ts +0 -11
  311. package/src/gen/zod/refusalContentSchema.ts +0 -14
  312. package/src/gen/zod/responseCompletedStreamingEventSchema.ts +0 -16
  313. package/src/gen/zod/responseContentPartAddedStreamingEventSchema.ts +0 -42
  314. package/src/gen/zod/responseContentPartDoneStreamingEventSchema.ts +0 -42
  315. package/src/gen/zod/responseCreatedStreamingEventSchema.ts +0 -16
  316. package/src/gen/zod/responseFailedStreamingEventSchema.ts +0 -16
  317. package/src/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts +0 -18
  318. package/src/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts +0 -17
  319. package/src/gen/zod/responseInProgressStreamingEventSchema.ts +0 -16
  320. package/src/gen/zod/responseIncompleteStreamingEventSchema.ts +0 -16
  321. package/src/gen/zod/responseOutputItemAddedStreamingEventSchema.ts +0 -17
  322. package/src/gen/zod/responseOutputItemDoneStreamingEventSchema.ts +0 -17
  323. package/src/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts +0 -20
  324. package/src/gen/zod/responseOutputTextDeltaStreamingEventSchema.ts +0 -21
  325. package/src/gen/zod/responseOutputTextDoneStreamingEventSchema.ts +0 -20
  326. package/src/gen/zod/responseQueuedStreamingEventSchema.ts +0 -16
  327. package/src/gen/zod/responseReasoningDeltaStreamingEventSchema.ts +0 -19
  328. package/src/gen/zod/responseReasoningDoneStreamingEventSchema.ts +0 -18
  329. package/src/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.ts +0 -19
  330. package/src/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.ts +0 -18
  331. package/src/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts +0 -42
  332. package/src/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts +0 -42
  333. package/src/gen/zod/responseRefusalDeltaStreamingEventSchema.ts +0 -18
  334. package/src/gen/zod/responseRefusalDoneStreamingEventSchema.ts +0 -18
  335. package/src/gen/zod/responseResourceSchema.ts +0 -54
  336. package/src/gen/zod/responsesToolParamSchema.ts +0 -11
  337. package/src/gen/zod/serviceTierEnumSchema.ts +0 -8
  338. package/src/gen/zod/specificFunctionParamSchema.ts +0 -11
  339. package/src/gen/zod/specificToolChoiceParamSchema.ts +0 -9
  340. package/src/gen/zod/streamOptionsParamSchema.ts +0 -13
  341. package/src/gen/zod/summaryTextContentSchema.ts +0 -14
  342. package/src/gen/zod/systemMessageItemParamSchema.ts +0 -17
  343. package/src/gen/zod/textContentSchema.ts +0 -14
  344. package/src/gen/zod/textFieldSchema.ts +0 -15
  345. package/src/gen/zod/textFormatParamSchema.ts +0 -10
  346. package/src/gen/zod/textParamSchema.ts +0 -13
  347. package/src/gen/zod/textResponseFormatSchema.ts +0 -10
  348. package/src/gen/zod/toolChoiceParamSchema.ts +0 -14
  349. package/src/gen/zod/toolChoiceValueEnumSchema.ts +0 -8
  350. package/src/gen/zod/toolSchema.ts +0 -14
  351. package/src/gen/zod/topLogProbSchema.ts +0 -15
  352. package/src/gen/zod/truncationEnumSchema.ts +0 -8
  353. package/src/gen/zod/urlCitationBodySchema.ts +0 -17
  354. package/src/gen/zod/urlCitationParamSchema.ts +0 -14
  355. package/src/gen/zod/usageSchema.ts +0 -19
  356. package/src/gen/zod/userMessageItemParamSchema.ts +0 -23
  357. package/src/gen/zod/verbosityEnumSchema.ts +0 -8
  358. package/src/index.ts +0 -3
  359. package/tsconfig.json +0 -21
@@ -1,213 +1,871 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- 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 = 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 = void 0;
4
- 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 = 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 = void 0;
5
- exports.verbosityEnumSchema = exports.userMessageItemParamSchema = exports.usageSchema = exports.urlCitationParamSchema = exports.urlCitationBodySchema = void 0;
6
- var allowedToolChoiceSchema_ts_1 = require("./allowedToolChoiceSchema.ts");
7
- Object.defineProperty(exports, "allowedToolChoiceSchema", { enumerable: true, get: function () { return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema; } });
8
- var allowedToolsParamSchema_ts_1 = require("./allowedToolsParamSchema.ts");
9
- Object.defineProperty(exports, "allowedToolsParamSchema", { enumerable: true, get: function () { return allowedToolsParamSchema_ts_1.allowedToolsParamSchema; } });
10
- var annotationSchema_ts_1 = require("./annotationSchema.ts");
11
- Object.defineProperty(exports, "annotationSchema", { enumerable: true, get: function () { return annotationSchema_ts_1.annotationSchema; } });
12
- var assistantMessageItemParamSchema_ts_1 = require("./assistantMessageItemParamSchema.ts");
13
- Object.defineProperty(exports, "assistantMessageItemParamSchema", { enumerable: true, get: function () { return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema; } });
14
- var createResponseBodySchema_ts_1 = require("./createResponseBodySchema.ts");
15
- Object.defineProperty(exports, "createResponseBodySchema", { enumerable: true, get: function () { return createResponseBodySchema_ts_1.createResponseBodySchema; } });
16
- var createresponseSchema_ts_1 = require("./createresponseSchema.ts");
17
- Object.defineProperty(exports, "createresponse200Schema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponse200Schema; } });
18
- Object.defineProperty(exports, "createresponseMutationRequestSchema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponseMutationRequestSchema; } });
19
- Object.defineProperty(exports, "createresponseMutationResponseSchema", { enumerable: true, get: function () { return createresponseSchema_ts_1.createresponseMutationResponseSchema; } });
20
- var detailEnumSchema_ts_1 = require("./detailEnumSchema.ts");
21
- Object.defineProperty(exports, "detailEnumSchema", { enumerable: true, get: function () { return detailEnumSchema_ts_1.detailEnumSchema; } });
22
- var developerMessageItemParamSchema_ts_1 = require("./developerMessageItemParamSchema.ts");
23
- Object.defineProperty(exports, "developerMessageItemParamSchema", { enumerable: true, get: function () { return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema; } });
24
- var emptyModelParamSchema_ts_1 = require("./emptyModelParamSchema.ts");
25
- Object.defineProperty(exports, "emptyModelParamSchema", { enumerable: true, get: function () { return emptyModelParamSchema_ts_1.emptyModelParamSchema; } });
26
- var errorPayloadSchema_ts_1 = require("./errorPayloadSchema.ts");
27
- Object.defineProperty(exports, "errorPayloadSchema", { enumerable: true, get: function () { return errorPayloadSchema_ts_1.errorPayloadSchema; } });
28
- var errorSchema_ts_1 = require("./errorSchema.ts");
29
- Object.defineProperty(exports, "errorSchema", { enumerable: true, get: function () { return errorSchema_ts_1.errorSchema; } });
30
- var errorStreamingEventSchema_ts_1 = require("./errorStreamingEventSchema.ts");
31
- Object.defineProperty(exports, "errorStreamingEventSchema", { enumerable: true, get: function () { return errorStreamingEventSchema_ts_1.errorStreamingEventSchema; } });
32
- var functionCallItemParamSchema_ts_1 = require("./functionCallItemParamSchema.ts");
33
- Object.defineProperty(exports, "functionCallItemParamSchema", { enumerable: true, get: function () { return functionCallItemParamSchema_ts_1.functionCallItemParamSchema; } });
34
- var functionCallItemStatusSchema_ts_1 = require("./functionCallItemStatusSchema.ts");
35
- Object.defineProperty(exports, "functionCallItemStatusSchema", { enumerable: true, get: function () { return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema; } });
36
- var functionCallOutputItemParamSchema_ts_1 = require("./functionCallOutputItemParamSchema.ts");
37
- Object.defineProperty(exports, "functionCallOutputItemParamSchema", { enumerable: true, get: function () { return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema; } });
38
- var functionCallOutputSchema_ts_1 = require("./functionCallOutputSchema.ts");
39
- Object.defineProperty(exports, "functionCallOutputSchema", { enumerable: true, get: function () { return functionCallOutputSchema_ts_1.functionCallOutputSchema; } });
40
- var functionCallOutputStatusEnumSchema_ts_1 = require("./functionCallOutputStatusEnumSchema.ts");
41
- Object.defineProperty(exports, "functionCallOutputStatusEnumSchema", { enumerable: true, get: function () { return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema; } });
42
- var functionCallSchema_ts_1 = require("./functionCallSchema.ts");
43
- Object.defineProperty(exports, "functionCallSchema", { enumerable: true, get: function () { return functionCallSchema_ts_1.functionCallSchema; } });
44
- var functionCallStatusSchema_ts_1 = require("./functionCallStatusSchema.ts");
45
- Object.defineProperty(exports, "functionCallStatusSchema", { enumerable: true, get: function () { return functionCallStatusSchema_ts_1.functionCallStatusSchema; } });
46
- var functionToolChoiceSchema_ts_1 = require("./functionToolChoiceSchema.ts");
47
- Object.defineProperty(exports, "functionToolChoiceSchema", { enumerable: true, get: function () { return functionToolChoiceSchema_ts_1.functionToolChoiceSchema; } });
48
- var functionToolParamSchema_ts_1 = require("./functionToolParamSchema.ts");
49
- Object.defineProperty(exports, "functionToolParamSchema", { enumerable: true, get: function () { return functionToolParamSchema_ts_1.functionToolParamSchema; } });
50
- var functionToolSchema_ts_1 = require("./functionToolSchema.ts");
51
- Object.defineProperty(exports, "functionToolSchema", { enumerable: true, get: function () { return functionToolSchema_ts_1.functionToolSchema; } });
52
- var imageDetailSchema_ts_1 = require("./imageDetailSchema.ts");
53
- Object.defineProperty(exports, "imageDetailSchema", { enumerable: true, get: function () { return imageDetailSchema_ts_1.imageDetailSchema; } });
54
- var includeEnumSchema_ts_1 = require("./includeEnumSchema.ts");
55
- Object.defineProperty(exports, "includeEnumSchema", { enumerable: true, get: function () { return includeEnumSchema_ts_1.includeEnumSchema; } });
56
- var incompleteDetailsSchema_ts_1 = require("./incompleteDetailsSchema.ts");
57
- Object.defineProperty(exports, "incompleteDetailsSchema", { enumerable: true, get: function () { return incompleteDetailsSchema_ts_1.incompleteDetailsSchema; } });
58
- var inputFileContentParamSchema_ts_1 = require("./inputFileContentParamSchema.ts");
59
- Object.defineProperty(exports, "inputFileContentParamSchema", { enumerable: true, get: function () { return inputFileContentParamSchema_ts_1.inputFileContentParamSchema; } });
60
- var inputFileContentSchema_ts_1 = require("./inputFileContentSchema.ts");
61
- Object.defineProperty(exports, "inputFileContentSchema", { enumerable: true, get: function () { return inputFileContentSchema_ts_1.inputFileContentSchema; } });
62
- var inputImageContentParamAutoParamSchema_ts_1 = require("./inputImageContentParamAutoParamSchema.ts");
63
- Object.defineProperty(exports, "inputImageContentParamAutoParamSchema", { enumerable: true, get: function () { return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema; } });
64
- var inputImageContentSchema_ts_1 = require("./inputImageContentSchema.ts");
65
- Object.defineProperty(exports, "inputImageContentSchema", { enumerable: true, get: function () { return inputImageContentSchema_ts_1.inputImageContentSchema; } });
66
- var inputTextContentParamSchema_ts_1 = require("./inputTextContentParamSchema.ts");
67
- Object.defineProperty(exports, "inputTextContentParamSchema", { enumerable: true, get: function () { return inputTextContentParamSchema_ts_1.inputTextContentParamSchema; } });
68
- var inputTextContentSchema_ts_1 = require("./inputTextContentSchema.ts");
69
- Object.defineProperty(exports, "inputTextContentSchema", { enumerable: true, get: function () { return inputTextContentSchema_ts_1.inputTextContentSchema; } });
70
- var inputTokensDetailsSchema_ts_1 = require("./inputTokensDetailsSchema.ts");
71
- Object.defineProperty(exports, "inputTokensDetailsSchema", { enumerable: true, get: function () { return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema; } });
72
- var inputVideoContentSchema_ts_1 = require("./inputVideoContentSchema.ts");
73
- Object.defineProperty(exports, "inputVideoContentSchema", { enumerable: true, get: function () { return inputVideoContentSchema_ts_1.inputVideoContentSchema; } });
74
- var itemFieldSchema_ts_1 = require("./itemFieldSchema.ts");
75
- Object.defineProperty(exports, "itemFieldSchema", { enumerable: true, get: function () { return itemFieldSchema_ts_1.itemFieldSchema; } });
76
- var itemParamSchema_ts_1 = require("./itemParamSchema.ts");
77
- Object.defineProperty(exports, "itemParamSchema", { enumerable: true, get: function () { return itemParamSchema_ts_1.itemParamSchema; } });
78
- var itemReferenceParamSchema_ts_1 = require("./itemReferenceParamSchema.ts");
79
- Object.defineProperty(exports, "itemReferenceParamSchema", { enumerable: true, get: function () { return itemReferenceParamSchema_ts_1.itemReferenceParamSchema; } });
80
- var jsonObjectResponseFormatSchema_ts_1 = require("./jsonObjectResponseFormatSchema.ts");
81
- Object.defineProperty(exports, "jsonObjectResponseFormatSchema", { enumerable: true, get: function () { return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema; } });
82
- var jsonSchemaResponseFormatParamSchema_ts_1 = require("./jsonSchemaResponseFormatParamSchema.ts");
83
- Object.defineProperty(exports, "jsonSchemaResponseFormatParamSchema", { enumerable: true, get: function () { return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema; } });
84
- var jsonSchemaResponseFormatSchema_ts_1 = require("./jsonSchemaResponseFormatSchema.ts");
85
- Object.defineProperty(exports, "jsonSchemaResponseFormatSchema", { enumerable: true, get: function () { return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema; } });
86
- var logProbSchema_ts_1 = require("./logProbSchema.ts");
87
- Object.defineProperty(exports, "logProbSchema", { enumerable: true, get: function () { return logProbSchema_ts_1.logProbSchema; } });
88
- var messageRoleSchema_ts_1 = require("./messageRoleSchema.ts");
89
- Object.defineProperty(exports, "messageRoleSchema", { enumerable: true, get: function () { return messageRoleSchema_ts_1.messageRoleSchema; } });
90
- var messageSchema_ts_1 = require("./messageSchema.ts");
91
- Object.defineProperty(exports, "messageSchema", { enumerable: true, get: function () { return messageSchema_ts_1.messageSchema; } });
92
- var messageStatusSchema_ts_1 = require("./messageStatusSchema.ts");
93
- Object.defineProperty(exports, "messageStatusSchema", { enumerable: true, get: function () { return messageStatusSchema_ts_1.messageStatusSchema; } });
94
- var metadataParamSchema_ts_1 = require("./metadataParamSchema.ts");
95
- Object.defineProperty(exports, "metadataParamSchema", { enumerable: true, get: function () { return metadataParamSchema_ts_1.metadataParamSchema; } });
96
- var outputTextContentParamSchema_ts_1 = require("./outputTextContentParamSchema.ts");
97
- Object.defineProperty(exports, "outputTextContentParamSchema", { enumerable: true, get: function () { return outputTextContentParamSchema_ts_1.outputTextContentParamSchema; } });
98
- var outputTextContentSchema_ts_1 = require("./outputTextContentSchema.ts");
99
- Object.defineProperty(exports, "outputTextContentSchema", { enumerable: true, get: function () { return outputTextContentSchema_ts_1.outputTextContentSchema; } });
100
- var outputTokensDetailsSchema_ts_1 = require("./outputTokensDetailsSchema.ts");
101
- Object.defineProperty(exports, "outputTokensDetailsSchema", { enumerable: true, get: function () { return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema; } });
102
- var reasoningBodySchema_ts_1 = require("./reasoningBodySchema.ts");
103
- Object.defineProperty(exports, "reasoningBodySchema", { enumerable: true, get: function () { return reasoningBodySchema_ts_1.reasoningBodySchema; } });
104
- var reasoningEffortEnumSchema_ts_1 = require("./reasoningEffortEnumSchema.ts");
105
- Object.defineProperty(exports, "reasoningEffortEnumSchema", { enumerable: true, get: function () { return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema; } });
106
- var reasoningItemParamSchema_ts_1 = require("./reasoningItemParamSchema.ts");
107
- Object.defineProperty(exports, "reasoningItemParamSchema", { enumerable: true, get: function () { return reasoningItemParamSchema_ts_1.reasoningItemParamSchema; } });
108
- var reasoningParamSchema_ts_1 = require("./reasoningParamSchema.ts");
109
- Object.defineProperty(exports, "reasoningParamSchema", { enumerable: true, get: function () { return reasoningParamSchema_ts_1.reasoningParamSchema; } });
110
- var reasoningSchema_ts_1 = require("./reasoningSchema.ts");
111
- Object.defineProperty(exports, "reasoningSchema", { enumerable: true, get: function () { return reasoningSchema_ts_1.reasoningSchema; } });
112
- var reasoningSummaryContentParamSchema_ts_1 = require("./reasoningSummaryContentParamSchema.ts");
113
- Object.defineProperty(exports, "reasoningSummaryContentParamSchema", { enumerable: true, get: function () { return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema; } });
114
- var reasoningSummaryEnumSchema_ts_1 = require("./reasoningSummaryEnumSchema.ts");
115
- Object.defineProperty(exports, "reasoningSummaryEnumSchema", { enumerable: true, get: function () { return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema; } });
116
- var reasoningTextContentSchema_ts_1 = require("./reasoningTextContentSchema.ts");
117
- Object.defineProperty(exports, "reasoningTextContentSchema", { enumerable: true, get: function () { return reasoningTextContentSchema_ts_1.reasoningTextContentSchema; } });
118
- var refusalContentParamSchema_ts_1 = require("./refusalContentParamSchema.ts");
119
- Object.defineProperty(exports, "refusalContentParamSchema", { enumerable: true, get: function () { return refusalContentParamSchema_ts_1.refusalContentParamSchema; } });
120
- var refusalContentSchema_ts_1 = require("./refusalContentSchema.ts");
121
- Object.defineProperty(exports, "refusalContentSchema", { enumerable: true, get: function () { return refusalContentSchema_ts_1.refusalContentSchema; } });
122
- var responseCompletedStreamingEventSchema_ts_1 = require("./responseCompletedStreamingEventSchema.ts");
123
- Object.defineProperty(exports, "responseCompletedStreamingEventSchema", { enumerable: true, get: function () { return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema; } });
124
- var responseContentPartAddedStreamingEventSchema_ts_1 = require("./responseContentPartAddedStreamingEventSchema.ts");
125
- Object.defineProperty(exports, "responseContentPartAddedStreamingEventSchema", { enumerable: true, get: function () { return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema; } });
126
- var responseContentPartDoneStreamingEventSchema_ts_1 = require("./responseContentPartDoneStreamingEventSchema.ts");
127
- Object.defineProperty(exports, "responseContentPartDoneStreamingEventSchema", { enumerable: true, get: function () { return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema; } });
128
- var responseCreatedStreamingEventSchema_ts_1 = require("./responseCreatedStreamingEventSchema.ts");
129
- Object.defineProperty(exports, "responseCreatedStreamingEventSchema", { enumerable: true, get: function () { return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema; } });
130
- var responseFailedStreamingEventSchema_ts_1 = require("./responseFailedStreamingEventSchema.ts");
131
- Object.defineProperty(exports, "responseFailedStreamingEventSchema", { enumerable: true, get: function () { return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema; } });
132
- var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require("./responseFunctionCallArgumentsDeltaStreamingEventSchema.ts");
133
- Object.defineProperty(exports, "responseFunctionCallArgumentsDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema; } });
134
- var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require("./responseFunctionCallArgumentsDoneStreamingEventSchema.ts");
135
- Object.defineProperty(exports, "responseFunctionCallArgumentsDoneStreamingEventSchema", { enumerable: true, get: function () { return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema; } });
136
- var responseIncompleteStreamingEventSchema_ts_1 = require("./responseIncompleteStreamingEventSchema.ts");
137
- Object.defineProperty(exports, "responseIncompleteStreamingEventSchema", { enumerable: true, get: function () { return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema; } });
138
- var responseInProgressStreamingEventSchema_ts_1 = require("./responseInProgressStreamingEventSchema.ts");
139
- Object.defineProperty(exports, "responseInProgressStreamingEventSchema", { enumerable: true, get: function () { return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema; } });
140
- var responseOutputItemAddedStreamingEventSchema_ts_1 = require("./responseOutputItemAddedStreamingEventSchema.ts");
141
- Object.defineProperty(exports, "responseOutputItemAddedStreamingEventSchema", { enumerable: true, get: function () { return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema; } });
142
- var responseOutputItemDoneStreamingEventSchema_ts_1 = require("./responseOutputItemDoneStreamingEventSchema.ts");
143
- Object.defineProperty(exports, "responseOutputItemDoneStreamingEventSchema", { enumerable: true, get: function () { return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema; } });
144
- var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require("./responseOutputTextAnnotationAddedStreamingEventSchema.ts");
145
- Object.defineProperty(exports, "responseOutputTextAnnotationAddedStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema; } });
146
- var responseOutputTextDeltaStreamingEventSchema_ts_1 = require("./responseOutputTextDeltaStreamingEventSchema.ts");
147
- Object.defineProperty(exports, "responseOutputTextDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema; } });
148
- var responseOutputTextDoneStreamingEventSchema_ts_1 = require("./responseOutputTextDoneStreamingEventSchema.ts");
149
- Object.defineProperty(exports, "responseOutputTextDoneStreamingEventSchema", { enumerable: true, get: function () { return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema; } });
150
- var responseQueuedStreamingEventSchema_ts_1 = require("./responseQueuedStreamingEventSchema.ts");
151
- Object.defineProperty(exports, "responseQueuedStreamingEventSchema", { enumerable: true, get: function () { return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema; } });
152
- var responseReasoningDeltaStreamingEventSchema_ts_1 = require("./responseReasoningDeltaStreamingEventSchema.ts");
153
- Object.defineProperty(exports, "responseReasoningDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema; } });
154
- var responseReasoningDoneStreamingEventSchema_ts_1 = require("./responseReasoningDoneStreamingEventSchema.ts");
155
- Object.defineProperty(exports, "responseReasoningDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema; } });
156
- var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require("./responseReasoningSummaryDeltaStreamingEventSchema.ts");
157
- Object.defineProperty(exports, "responseReasoningSummaryDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema; } });
158
- var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require("./responseReasoningSummaryDoneStreamingEventSchema.ts");
159
- Object.defineProperty(exports, "responseReasoningSummaryDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema; } });
160
- var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require("./responseReasoningSummaryPartAddedStreamingEventSchema.ts");
161
- Object.defineProperty(exports, "responseReasoningSummaryPartAddedStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema; } });
162
- var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require("./responseReasoningSummaryPartDoneStreamingEventSchema.ts");
163
- Object.defineProperty(exports, "responseReasoningSummaryPartDoneStreamingEventSchema", { enumerable: true, get: function () { return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema; } });
164
- var responseRefusalDeltaStreamingEventSchema_ts_1 = require("./responseRefusalDeltaStreamingEventSchema.ts");
165
- Object.defineProperty(exports, "responseRefusalDeltaStreamingEventSchema", { enumerable: true, get: function () { return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema; } });
166
- var responseRefusalDoneStreamingEventSchema_ts_1 = require("./responseRefusalDoneStreamingEventSchema.ts");
167
- Object.defineProperty(exports, "responseRefusalDoneStreamingEventSchema", { enumerable: true, get: function () { return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema; } });
168
- var responseResourceSchema_ts_1 = require("./responseResourceSchema.ts");
169
- Object.defineProperty(exports, "responseResourceSchema", { enumerable: true, get: function () { return responseResourceSchema_ts_1.responseResourceSchema; } });
170
- var responsesToolParamSchema_ts_1 = require("./responsesToolParamSchema.ts");
171
- Object.defineProperty(exports, "responsesToolParamSchema", { enumerable: true, get: function () { return responsesToolParamSchema_ts_1.responsesToolParamSchema; } });
172
- var serviceTierEnumSchema_ts_1 = require("./serviceTierEnumSchema.ts");
173
- Object.defineProperty(exports, "serviceTierEnumSchema", { enumerable: true, get: function () { return serviceTierEnumSchema_ts_1.serviceTierEnumSchema; } });
174
- var specificFunctionParamSchema_ts_1 = require("./specificFunctionParamSchema.ts");
175
- Object.defineProperty(exports, "specificFunctionParamSchema", { enumerable: true, get: function () { return specificFunctionParamSchema_ts_1.specificFunctionParamSchema; } });
176
- var specificToolChoiceParamSchema_ts_1 = require("./specificToolChoiceParamSchema.ts");
177
- Object.defineProperty(exports, "specificToolChoiceParamSchema", { enumerable: true, get: function () { return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema; } });
178
- var streamOptionsParamSchema_ts_1 = require("./streamOptionsParamSchema.ts");
179
- Object.defineProperty(exports, "streamOptionsParamSchema", { enumerable: true, get: function () { return streamOptionsParamSchema_ts_1.streamOptionsParamSchema; } });
180
- var summaryTextContentSchema_ts_1 = require("./summaryTextContentSchema.ts");
181
- Object.defineProperty(exports, "summaryTextContentSchema", { enumerable: true, get: function () { return summaryTextContentSchema_ts_1.summaryTextContentSchema; } });
182
- var systemMessageItemParamSchema_ts_1 = require("./systemMessageItemParamSchema.ts");
183
- Object.defineProperty(exports, "systemMessageItemParamSchema", { enumerable: true, get: function () { return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema; } });
184
- var textContentSchema_ts_1 = require("./textContentSchema.ts");
185
- Object.defineProperty(exports, "textContentSchema", { enumerable: true, get: function () { return textContentSchema_ts_1.textContentSchema; } });
186
- var textFieldSchema_ts_1 = require("./textFieldSchema.ts");
187
- Object.defineProperty(exports, "textFieldSchema", { enumerable: true, get: function () { return textFieldSchema_ts_1.textFieldSchema; } });
188
- var textFormatParamSchema_ts_1 = require("./textFormatParamSchema.ts");
189
- Object.defineProperty(exports, "textFormatParamSchema", { enumerable: true, get: function () { return textFormatParamSchema_ts_1.textFormatParamSchema; } });
190
- var textParamSchema_ts_1 = require("./textParamSchema.ts");
191
- Object.defineProperty(exports, "textParamSchema", { enumerable: true, get: function () { return textParamSchema_ts_1.textParamSchema; } });
192
- var textResponseFormatSchema_ts_1 = require("./textResponseFormatSchema.ts");
193
- Object.defineProperty(exports, "textResponseFormatSchema", { enumerable: true, get: function () { return textResponseFormatSchema_ts_1.textResponseFormatSchema; } });
194
- var toolChoiceParamSchema_ts_1 = require("./toolChoiceParamSchema.ts");
195
- Object.defineProperty(exports, "toolChoiceParamSchema", { enumerable: true, get: function () { return toolChoiceParamSchema_ts_1.toolChoiceParamSchema; } });
196
- var toolChoiceValueEnumSchema_ts_1 = require("./toolChoiceValueEnumSchema.ts");
197
- Object.defineProperty(exports, "toolChoiceValueEnumSchema", { enumerable: true, get: function () { return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema; } });
198
- var toolSchema_ts_1 = require("./toolSchema.ts");
199
- Object.defineProperty(exports, "toolSchema", { enumerable: true, get: function () { return toolSchema_ts_1.toolSchema; } });
200
- var topLogProbSchema_ts_1 = require("./topLogProbSchema.ts");
201
- Object.defineProperty(exports, "topLogProbSchema", { enumerable: true, get: function () { return topLogProbSchema_ts_1.topLogProbSchema; } });
202
- var truncationEnumSchema_ts_1 = require("./truncationEnumSchema.ts");
203
- Object.defineProperty(exports, "truncationEnumSchema", { enumerable: true, get: function () { return truncationEnumSchema_ts_1.truncationEnumSchema; } });
204
- var urlCitationBodySchema_ts_1 = require("./urlCitationBodySchema.ts");
205
- Object.defineProperty(exports, "urlCitationBodySchema", { enumerable: true, get: function () { return urlCitationBodySchema_ts_1.urlCitationBodySchema; } });
206
- var urlCitationParamSchema_ts_1 = require("./urlCitationParamSchema.ts");
207
- Object.defineProperty(exports, "urlCitationParamSchema", { enumerable: true, get: function () { return urlCitationParamSchema_ts_1.urlCitationParamSchema; } });
208
- var usageSchema_ts_1 = require("./usageSchema.ts");
209
- Object.defineProperty(exports, "usageSchema", { enumerable: true, get: function () { return usageSchema_ts_1.usageSchema; } });
210
- var userMessageItemParamSchema_ts_1 = require("./userMessageItemParamSchema.ts");
211
- Object.defineProperty(exports, "userMessageItemParamSchema", { enumerable: true, get: function () { return userMessageItemParamSchema_ts_1.userMessageItemParamSchema; } });
212
- var verbosityEnumSchema_ts_1 = require("./verbosityEnumSchema.ts");
213
- 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.reasoningBodySchema =
4
+ exports.outputTokensDetailsSchema =
5
+ exports.outputTextContentSchema =
6
+ exports.outputTextContentParamSchema =
7
+ exports.metadataParamSchema =
8
+ exports.messageStatusSchema =
9
+ exports.messageSchema =
10
+ exports.messageRoleSchema =
11
+ exports.logProbSchema =
12
+ exports.jsonSchemaResponseFormatSchema =
13
+ exports.jsonSchemaResponseFormatParamSchema =
14
+ exports.jsonObjectResponseFormatSchema =
15
+ exports.itemReferenceParamSchema =
16
+ exports.itemParamSchema =
17
+ exports.itemFieldSchema =
18
+ exports.inputVideoContentSchema =
19
+ exports.inputTokensDetailsSchema =
20
+ exports.inputTextContentSchema =
21
+ exports.inputTextContentParamSchema =
22
+ exports.inputImageContentSchema =
23
+ exports.inputImageContentParamAutoParamSchema =
24
+ exports.inputFileContentSchema =
25
+ exports.inputFileContentParamSchema =
26
+ exports.incompleteDetailsSchema =
27
+ exports.includeEnumSchema =
28
+ exports.imageDetailSchema =
29
+ exports.functionToolSchema =
30
+ exports.functionToolParamSchema =
31
+ exports.functionToolChoiceSchema =
32
+ exports.functionCallStatusSchema =
33
+ exports.functionCallSchema =
34
+ exports.functionCallOutputStatusEnumSchema =
35
+ exports.functionCallOutputSchema =
36
+ exports.functionCallOutputItemParamSchema =
37
+ exports.functionCallItemStatusSchema =
38
+ exports.functionCallItemParamSchema =
39
+ exports.errorStreamingEventSchema =
40
+ exports.errorSchema =
41
+ exports.errorPayloadSchema =
42
+ exports.emptyModelParamSchema =
43
+ exports.developerMessageItemParamSchema =
44
+ exports.detailEnumSchema =
45
+ exports.createresponseMutationResponseSchema =
46
+ exports.createresponseMutationRequestSchema =
47
+ exports.createresponse200Schema =
48
+ exports.createResponseBodySchema =
49
+ exports.assistantMessageItemParamSchema =
50
+ exports.annotationSchema =
51
+ exports.allowedToolsParamSchema =
52
+ exports.allowedToolChoiceSchema =
53
+ void 0
54
+ exports.truncationEnumSchema =
55
+ exports.topLogProbSchema =
56
+ exports.toolSchema =
57
+ exports.toolChoiceValueEnumSchema =
58
+ exports.toolChoiceParamSchema =
59
+ exports.textResponseFormatSchema =
60
+ exports.textParamSchema =
61
+ exports.textFormatParamSchema =
62
+ exports.textFieldSchema =
63
+ exports.textContentSchema =
64
+ exports.systemMessageItemParamSchema =
65
+ exports.summaryTextContentSchema =
66
+ exports.streamOptionsParamSchema =
67
+ exports.specificToolChoiceParamSchema =
68
+ exports.specificFunctionParamSchema =
69
+ exports.serviceTierEnumSchema =
70
+ exports.responsesToolParamSchema =
71
+ exports.responseResourceSchema =
72
+ exports.responseRefusalDoneStreamingEventSchema =
73
+ exports.responseRefusalDeltaStreamingEventSchema =
74
+ exports.responseReasoningSummaryPartDoneStreamingEventSchema =
75
+ exports.responseReasoningSummaryPartAddedStreamingEventSchema =
76
+ exports.responseReasoningSummaryDoneStreamingEventSchema =
77
+ exports.responseReasoningSummaryDeltaStreamingEventSchema =
78
+ exports.responseReasoningDoneStreamingEventSchema =
79
+ exports.responseReasoningDeltaStreamingEventSchema =
80
+ exports.responseQueuedStreamingEventSchema =
81
+ exports.responseOutputTextDoneStreamingEventSchema =
82
+ exports.responseOutputTextDeltaStreamingEventSchema =
83
+ exports.responseOutputTextAnnotationAddedStreamingEventSchema =
84
+ exports.responseOutputItemDoneStreamingEventSchema =
85
+ exports.responseOutputItemAddedStreamingEventSchema =
86
+ exports.responseInProgressStreamingEventSchema =
87
+ exports.responseIncompleteStreamingEventSchema =
88
+ exports.responseFunctionCallArgumentsDoneStreamingEventSchema =
89
+ exports.responseFunctionCallArgumentsDeltaStreamingEventSchema =
90
+ exports.responseFailedStreamingEventSchema =
91
+ exports.responseCreatedStreamingEventSchema =
92
+ exports.responseContentPartDoneStreamingEventSchema =
93
+ exports.responseContentPartAddedStreamingEventSchema =
94
+ exports.responseCompletedStreamingEventSchema =
95
+ exports.refusalContentSchema =
96
+ exports.refusalContentParamSchema =
97
+ exports.reasoningTextContentSchema =
98
+ exports.reasoningSummaryEnumSchema =
99
+ exports.reasoningSummaryContentParamSchema =
100
+ exports.reasoningSchema =
101
+ exports.reasoningParamSchema =
102
+ exports.reasoningItemParamSchema =
103
+ exports.reasoningEffortEnumSchema =
104
+ void 0
105
+ exports.verbosityEnumSchema =
106
+ exports.userMessageItemParamSchema =
107
+ exports.usageSchema =
108
+ exports.urlCitationParamSchema =
109
+ exports.urlCitationBodySchema =
110
+ void 0
111
+ var allowedToolChoiceSchema_ts_1 = require('./allowedToolChoiceSchema.ts')
112
+ Object.defineProperty(exports, 'allowedToolChoiceSchema', {
113
+ enumerable: true,
114
+ get: function () {
115
+ return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema
116
+ },
117
+ })
118
+ var allowedToolsParamSchema_ts_1 = require('./allowedToolsParamSchema.ts')
119
+ Object.defineProperty(exports, 'allowedToolsParamSchema', {
120
+ enumerable: true,
121
+ get: function () {
122
+ return allowedToolsParamSchema_ts_1.allowedToolsParamSchema
123
+ },
124
+ })
125
+ var annotationSchema_ts_1 = require('./annotationSchema.ts')
126
+ Object.defineProperty(exports, 'annotationSchema', {
127
+ enumerable: true,
128
+ get: function () {
129
+ return annotationSchema_ts_1.annotationSchema
130
+ },
131
+ })
132
+ var assistantMessageItemParamSchema_ts_1 = require('./assistantMessageItemParamSchema.ts')
133
+ Object.defineProperty(exports, 'assistantMessageItemParamSchema', {
134
+ enumerable: true,
135
+ get: function () {
136
+ return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema
137
+ },
138
+ })
139
+ var createResponseBodySchema_ts_1 = require('./createResponseBodySchema.ts')
140
+ Object.defineProperty(exports, 'createResponseBodySchema', {
141
+ enumerable: true,
142
+ get: function () {
143
+ return createResponseBodySchema_ts_1.createResponseBodySchema
144
+ },
145
+ })
146
+ var createresponseSchema_ts_1 = require('./createresponseSchema.ts')
147
+ Object.defineProperty(exports, 'createresponse200Schema', {
148
+ enumerable: true,
149
+ get: function () {
150
+ return createresponseSchema_ts_1.createresponse200Schema
151
+ },
152
+ })
153
+ Object.defineProperty(exports, 'createresponseMutationRequestSchema', {
154
+ enumerable: true,
155
+ get: function () {
156
+ return createresponseSchema_ts_1.createresponseMutationRequestSchema
157
+ },
158
+ })
159
+ Object.defineProperty(exports, 'createresponseMutationResponseSchema', {
160
+ enumerable: true,
161
+ get: function () {
162
+ return createresponseSchema_ts_1.createresponseMutationResponseSchema
163
+ },
164
+ })
165
+ var detailEnumSchema_ts_1 = require('./detailEnumSchema.ts')
166
+ Object.defineProperty(exports, 'detailEnumSchema', {
167
+ enumerable: true,
168
+ get: function () {
169
+ return detailEnumSchema_ts_1.detailEnumSchema
170
+ },
171
+ })
172
+ var developerMessageItemParamSchema_ts_1 = require('./developerMessageItemParamSchema.ts')
173
+ Object.defineProperty(exports, 'developerMessageItemParamSchema', {
174
+ enumerable: true,
175
+ get: function () {
176
+ return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema
177
+ },
178
+ })
179
+ var emptyModelParamSchema_ts_1 = require('./emptyModelParamSchema.ts')
180
+ Object.defineProperty(exports, 'emptyModelParamSchema', {
181
+ enumerable: true,
182
+ get: function () {
183
+ return emptyModelParamSchema_ts_1.emptyModelParamSchema
184
+ },
185
+ })
186
+ var errorPayloadSchema_ts_1 = require('./errorPayloadSchema.ts')
187
+ Object.defineProperty(exports, 'errorPayloadSchema', {
188
+ enumerable: true,
189
+ get: function () {
190
+ return errorPayloadSchema_ts_1.errorPayloadSchema
191
+ },
192
+ })
193
+ var errorSchema_ts_1 = require('./errorSchema.ts')
194
+ Object.defineProperty(exports, 'errorSchema', {
195
+ enumerable: true,
196
+ get: function () {
197
+ return errorSchema_ts_1.errorSchema
198
+ },
199
+ })
200
+ var errorStreamingEventSchema_ts_1 = require('./errorStreamingEventSchema.ts')
201
+ Object.defineProperty(exports, 'errorStreamingEventSchema', {
202
+ enumerable: true,
203
+ get: function () {
204
+ return errorStreamingEventSchema_ts_1.errorStreamingEventSchema
205
+ },
206
+ })
207
+ var functionCallItemParamSchema_ts_1 = require('./functionCallItemParamSchema.ts')
208
+ Object.defineProperty(exports, 'functionCallItemParamSchema', {
209
+ enumerable: true,
210
+ get: function () {
211
+ return functionCallItemParamSchema_ts_1.functionCallItemParamSchema
212
+ },
213
+ })
214
+ var functionCallItemStatusSchema_ts_1 = require('./functionCallItemStatusSchema.ts')
215
+ Object.defineProperty(exports, 'functionCallItemStatusSchema', {
216
+ enumerable: true,
217
+ get: function () {
218
+ return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema
219
+ },
220
+ })
221
+ var functionCallOutputItemParamSchema_ts_1 = require('./functionCallOutputItemParamSchema.ts')
222
+ Object.defineProperty(exports, 'functionCallOutputItemParamSchema', {
223
+ enumerable: true,
224
+ get: function () {
225
+ return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema
226
+ },
227
+ })
228
+ var functionCallOutputSchema_ts_1 = require('./functionCallOutputSchema.ts')
229
+ Object.defineProperty(exports, 'functionCallOutputSchema', {
230
+ enumerable: true,
231
+ get: function () {
232
+ return functionCallOutputSchema_ts_1.functionCallOutputSchema
233
+ },
234
+ })
235
+ var functionCallOutputStatusEnumSchema_ts_1 = require('./functionCallOutputStatusEnumSchema.ts')
236
+ Object.defineProperty(exports, 'functionCallOutputStatusEnumSchema', {
237
+ enumerable: true,
238
+ get: function () {
239
+ return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema
240
+ },
241
+ })
242
+ var functionCallSchema_ts_1 = require('./functionCallSchema.ts')
243
+ Object.defineProperty(exports, 'functionCallSchema', {
244
+ enumerable: true,
245
+ get: function () {
246
+ return functionCallSchema_ts_1.functionCallSchema
247
+ },
248
+ })
249
+ var functionCallStatusSchema_ts_1 = require('./functionCallStatusSchema.ts')
250
+ Object.defineProperty(exports, 'functionCallStatusSchema', {
251
+ enumerable: true,
252
+ get: function () {
253
+ return functionCallStatusSchema_ts_1.functionCallStatusSchema
254
+ },
255
+ })
256
+ var functionToolChoiceSchema_ts_1 = require('./functionToolChoiceSchema.ts')
257
+ Object.defineProperty(exports, 'functionToolChoiceSchema', {
258
+ enumerable: true,
259
+ get: function () {
260
+ return functionToolChoiceSchema_ts_1.functionToolChoiceSchema
261
+ },
262
+ })
263
+ var functionToolParamSchema_ts_1 = require('./functionToolParamSchema.ts')
264
+ Object.defineProperty(exports, 'functionToolParamSchema', {
265
+ enumerable: true,
266
+ get: function () {
267
+ return functionToolParamSchema_ts_1.functionToolParamSchema
268
+ },
269
+ })
270
+ var functionToolSchema_ts_1 = require('./functionToolSchema.ts')
271
+ Object.defineProperty(exports, 'functionToolSchema', {
272
+ enumerable: true,
273
+ get: function () {
274
+ return functionToolSchema_ts_1.functionToolSchema
275
+ },
276
+ })
277
+ var imageDetailSchema_ts_1 = require('./imageDetailSchema.ts')
278
+ Object.defineProperty(exports, 'imageDetailSchema', {
279
+ enumerable: true,
280
+ get: function () {
281
+ return imageDetailSchema_ts_1.imageDetailSchema
282
+ },
283
+ })
284
+ var includeEnumSchema_ts_1 = require('./includeEnumSchema.ts')
285
+ Object.defineProperty(exports, 'includeEnumSchema', {
286
+ enumerable: true,
287
+ get: function () {
288
+ return includeEnumSchema_ts_1.includeEnumSchema
289
+ },
290
+ })
291
+ var incompleteDetailsSchema_ts_1 = require('./incompleteDetailsSchema.ts')
292
+ Object.defineProperty(exports, 'incompleteDetailsSchema', {
293
+ enumerable: true,
294
+ get: function () {
295
+ return incompleteDetailsSchema_ts_1.incompleteDetailsSchema
296
+ },
297
+ })
298
+ var inputFileContentParamSchema_ts_1 = require('./inputFileContentParamSchema.ts')
299
+ Object.defineProperty(exports, 'inputFileContentParamSchema', {
300
+ enumerable: true,
301
+ get: function () {
302
+ return inputFileContentParamSchema_ts_1.inputFileContentParamSchema
303
+ },
304
+ })
305
+ var inputFileContentSchema_ts_1 = require('./inputFileContentSchema.ts')
306
+ Object.defineProperty(exports, 'inputFileContentSchema', {
307
+ enumerable: true,
308
+ get: function () {
309
+ return inputFileContentSchema_ts_1.inputFileContentSchema
310
+ },
311
+ })
312
+ var inputImageContentParamAutoParamSchema_ts_1 = require('./inputImageContentParamAutoParamSchema.ts')
313
+ Object.defineProperty(exports, 'inputImageContentParamAutoParamSchema', {
314
+ enumerable: true,
315
+ get: function () {
316
+ return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema
317
+ },
318
+ })
319
+ var inputImageContentSchema_ts_1 = require('./inputImageContentSchema.ts')
320
+ Object.defineProperty(exports, 'inputImageContentSchema', {
321
+ enumerable: true,
322
+ get: function () {
323
+ return inputImageContentSchema_ts_1.inputImageContentSchema
324
+ },
325
+ })
326
+ var inputTextContentParamSchema_ts_1 = require('./inputTextContentParamSchema.ts')
327
+ Object.defineProperty(exports, 'inputTextContentParamSchema', {
328
+ enumerable: true,
329
+ get: function () {
330
+ return inputTextContentParamSchema_ts_1.inputTextContentParamSchema
331
+ },
332
+ })
333
+ var inputTextContentSchema_ts_1 = require('./inputTextContentSchema.ts')
334
+ Object.defineProperty(exports, 'inputTextContentSchema', {
335
+ enumerable: true,
336
+ get: function () {
337
+ return inputTextContentSchema_ts_1.inputTextContentSchema
338
+ },
339
+ })
340
+ var inputTokensDetailsSchema_ts_1 = require('./inputTokensDetailsSchema.ts')
341
+ Object.defineProperty(exports, 'inputTokensDetailsSchema', {
342
+ enumerable: true,
343
+ get: function () {
344
+ return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema
345
+ },
346
+ })
347
+ var inputVideoContentSchema_ts_1 = require('./inputVideoContentSchema.ts')
348
+ Object.defineProperty(exports, 'inputVideoContentSchema', {
349
+ enumerable: true,
350
+ get: function () {
351
+ return inputVideoContentSchema_ts_1.inputVideoContentSchema
352
+ },
353
+ })
354
+ var itemFieldSchema_ts_1 = require('./itemFieldSchema.ts')
355
+ Object.defineProperty(exports, 'itemFieldSchema', {
356
+ enumerable: true,
357
+ get: function () {
358
+ return itemFieldSchema_ts_1.itemFieldSchema
359
+ },
360
+ })
361
+ var itemParamSchema_ts_1 = require('./itemParamSchema.ts')
362
+ Object.defineProperty(exports, 'itemParamSchema', {
363
+ enumerable: true,
364
+ get: function () {
365
+ return itemParamSchema_ts_1.itemParamSchema
366
+ },
367
+ })
368
+ var itemReferenceParamSchema_ts_1 = require('./itemReferenceParamSchema.ts')
369
+ Object.defineProperty(exports, 'itemReferenceParamSchema', {
370
+ enumerable: true,
371
+ get: function () {
372
+ return itemReferenceParamSchema_ts_1.itemReferenceParamSchema
373
+ },
374
+ })
375
+ var jsonObjectResponseFormatSchema_ts_1 = require('./jsonObjectResponseFormatSchema.ts')
376
+ Object.defineProperty(exports, 'jsonObjectResponseFormatSchema', {
377
+ enumerable: true,
378
+ get: function () {
379
+ return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema
380
+ },
381
+ })
382
+ var jsonSchemaResponseFormatParamSchema_ts_1 = require('./jsonSchemaResponseFormatParamSchema.ts')
383
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatParamSchema', {
384
+ enumerable: true,
385
+ get: function () {
386
+ return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema
387
+ },
388
+ })
389
+ var jsonSchemaResponseFormatSchema_ts_1 = require('./jsonSchemaResponseFormatSchema.ts')
390
+ Object.defineProperty(exports, 'jsonSchemaResponseFormatSchema', {
391
+ enumerable: true,
392
+ get: function () {
393
+ return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema
394
+ },
395
+ })
396
+ var logProbSchema_ts_1 = require('./logProbSchema.ts')
397
+ Object.defineProperty(exports, 'logProbSchema', {
398
+ enumerable: true,
399
+ get: function () {
400
+ return logProbSchema_ts_1.logProbSchema
401
+ },
402
+ })
403
+ var messageRoleSchema_ts_1 = require('./messageRoleSchema.ts')
404
+ Object.defineProperty(exports, 'messageRoleSchema', {
405
+ enumerable: true,
406
+ get: function () {
407
+ return messageRoleSchema_ts_1.messageRoleSchema
408
+ },
409
+ })
410
+ var messageSchema_ts_1 = require('./messageSchema.ts')
411
+ Object.defineProperty(exports, 'messageSchema', {
412
+ enumerable: true,
413
+ get: function () {
414
+ return messageSchema_ts_1.messageSchema
415
+ },
416
+ })
417
+ var messageStatusSchema_ts_1 = require('./messageStatusSchema.ts')
418
+ Object.defineProperty(exports, 'messageStatusSchema', {
419
+ enumerable: true,
420
+ get: function () {
421
+ return messageStatusSchema_ts_1.messageStatusSchema
422
+ },
423
+ })
424
+ var metadataParamSchema_ts_1 = require('./metadataParamSchema.ts')
425
+ Object.defineProperty(exports, 'metadataParamSchema', {
426
+ enumerable: true,
427
+ get: function () {
428
+ return metadataParamSchema_ts_1.metadataParamSchema
429
+ },
430
+ })
431
+ var outputTextContentParamSchema_ts_1 = require('./outputTextContentParamSchema.ts')
432
+ Object.defineProperty(exports, 'outputTextContentParamSchema', {
433
+ enumerable: true,
434
+ get: function () {
435
+ return outputTextContentParamSchema_ts_1.outputTextContentParamSchema
436
+ },
437
+ })
438
+ var outputTextContentSchema_ts_1 = require('./outputTextContentSchema.ts')
439
+ Object.defineProperty(exports, 'outputTextContentSchema', {
440
+ enumerable: true,
441
+ get: function () {
442
+ return outputTextContentSchema_ts_1.outputTextContentSchema
443
+ },
444
+ })
445
+ var outputTokensDetailsSchema_ts_1 = require('./outputTokensDetailsSchema.ts')
446
+ Object.defineProperty(exports, 'outputTokensDetailsSchema', {
447
+ enumerable: true,
448
+ get: function () {
449
+ return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema
450
+ },
451
+ })
452
+ var reasoningBodySchema_ts_1 = require('./reasoningBodySchema.ts')
453
+ Object.defineProperty(exports, 'reasoningBodySchema', {
454
+ enumerable: true,
455
+ get: function () {
456
+ return reasoningBodySchema_ts_1.reasoningBodySchema
457
+ },
458
+ })
459
+ var reasoningEffortEnumSchema_ts_1 = require('./reasoningEffortEnumSchema.ts')
460
+ Object.defineProperty(exports, 'reasoningEffortEnumSchema', {
461
+ enumerable: true,
462
+ get: function () {
463
+ return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema
464
+ },
465
+ })
466
+ var reasoningItemParamSchema_ts_1 = require('./reasoningItemParamSchema.ts')
467
+ Object.defineProperty(exports, 'reasoningItemParamSchema', {
468
+ enumerable: true,
469
+ get: function () {
470
+ return reasoningItemParamSchema_ts_1.reasoningItemParamSchema
471
+ },
472
+ })
473
+ var reasoningParamSchema_ts_1 = require('./reasoningParamSchema.ts')
474
+ Object.defineProperty(exports, 'reasoningParamSchema', {
475
+ enumerable: true,
476
+ get: function () {
477
+ return reasoningParamSchema_ts_1.reasoningParamSchema
478
+ },
479
+ })
480
+ var reasoningSchema_ts_1 = require('./reasoningSchema.ts')
481
+ Object.defineProperty(exports, 'reasoningSchema', {
482
+ enumerable: true,
483
+ get: function () {
484
+ return reasoningSchema_ts_1.reasoningSchema
485
+ },
486
+ })
487
+ var reasoningSummaryContentParamSchema_ts_1 = require('./reasoningSummaryContentParamSchema.ts')
488
+ Object.defineProperty(exports, 'reasoningSummaryContentParamSchema', {
489
+ enumerable: true,
490
+ get: function () {
491
+ return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema
492
+ },
493
+ })
494
+ var reasoningSummaryEnumSchema_ts_1 = require('./reasoningSummaryEnumSchema.ts')
495
+ Object.defineProperty(exports, 'reasoningSummaryEnumSchema', {
496
+ enumerable: true,
497
+ get: function () {
498
+ return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema
499
+ },
500
+ })
501
+ var reasoningTextContentSchema_ts_1 = require('./reasoningTextContentSchema.ts')
502
+ Object.defineProperty(exports, 'reasoningTextContentSchema', {
503
+ enumerable: true,
504
+ get: function () {
505
+ return reasoningTextContentSchema_ts_1.reasoningTextContentSchema
506
+ },
507
+ })
508
+ var refusalContentParamSchema_ts_1 = require('./refusalContentParamSchema.ts')
509
+ Object.defineProperty(exports, 'refusalContentParamSchema', {
510
+ enumerable: true,
511
+ get: function () {
512
+ return refusalContentParamSchema_ts_1.refusalContentParamSchema
513
+ },
514
+ })
515
+ var refusalContentSchema_ts_1 = require('./refusalContentSchema.ts')
516
+ Object.defineProperty(exports, 'refusalContentSchema', {
517
+ enumerable: true,
518
+ get: function () {
519
+ return refusalContentSchema_ts_1.refusalContentSchema
520
+ },
521
+ })
522
+ var responseCompletedStreamingEventSchema_ts_1 = require('./responseCompletedStreamingEventSchema.ts')
523
+ Object.defineProperty(exports, 'responseCompletedStreamingEventSchema', {
524
+ enumerable: true,
525
+ get: function () {
526
+ return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema
527
+ },
528
+ })
529
+ var responseContentPartAddedStreamingEventSchema_ts_1 = require('./responseContentPartAddedStreamingEventSchema.ts')
530
+ Object.defineProperty(exports, 'responseContentPartAddedStreamingEventSchema', {
531
+ enumerable: true,
532
+ get: function () {
533
+ return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema
534
+ },
535
+ })
536
+ var responseContentPartDoneStreamingEventSchema_ts_1 = require('./responseContentPartDoneStreamingEventSchema.ts')
537
+ Object.defineProperty(exports, 'responseContentPartDoneStreamingEventSchema', {
538
+ enumerable: true,
539
+ get: function () {
540
+ return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema
541
+ },
542
+ })
543
+ var responseCreatedStreamingEventSchema_ts_1 = require('./responseCreatedStreamingEventSchema.ts')
544
+ Object.defineProperty(exports, 'responseCreatedStreamingEventSchema', {
545
+ enumerable: true,
546
+ get: function () {
547
+ return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema
548
+ },
549
+ })
550
+ var responseFailedStreamingEventSchema_ts_1 = require('./responseFailedStreamingEventSchema.ts')
551
+ Object.defineProperty(exports, 'responseFailedStreamingEventSchema', {
552
+ enumerable: true,
553
+ get: function () {
554
+ return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema
555
+ },
556
+ })
557
+ var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require('./responseFunctionCallArgumentsDeltaStreamingEventSchema.ts')
558
+ Object.defineProperty(
559
+ exports,
560
+ 'responseFunctionCallArgumentsDeltaStreamingEventSchema',
561
+ {
562
+ enumerable: true,
563
+ get: function () {
564
+ return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema
565
+ },
566
+ },
567
+ )
568
+ var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require('./responseFunctionCallArgumentsDoneStreamingEventSchema.ts')
569
+ Object.defineProperty(
570
+ exports,
571
+ 'responseFunctionCallArgumentsDoneStreamingEventSchema',
572
+ {
573
+ enumerable: true,
574
+ get: function () {
575
+ return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema
576
+ },
577
+ },
578
+ )
579
+ var responseIncompleteStreamingEventSchema_ts_1 = require('./responseIncompleteStreamingEventSchema.ts')
580
+ Object.defineProperty(exports, 'responseIncompleteStreamingEventSchema', {
581
+ enumerable: true,
582
+ get: function () {
583
+ return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema
584
+ },
585
+ })
586
+ var responseInProgressStreamingEventSchema_ts_1 = require('./responseInProgressStreamingEventSchema.ts')
587
+ Object.defineProperty(exports, 'responseInProgressStreamingEventSchema', {
588
+ enumerable: true,
589
+ get: function () {
590
+ return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema
591
+ },
592
+ })
593
+ var responseOutputItemAddedStreamingEventSchema_ts_1 = require('./responseOutputItemAddedStreamingEventSchema.ts')
594
+ Object.defineProperty(exports, 'responseOutputItemAddedStreamingEventSchema', {
595
+ enumerable: true,
596
+ get: function () {
597
+ return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema
598
+ },
599
+ })
600
+ var responseOutputItemDoneStreamingEventSchema_ts_1 = require('./responseOutputItemDoneStreamingEventSchema.ts')
601
+ Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventSchema', {
602
+ enumerable: true,
603
+ get: function () {
604
+ return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema
605
+ },
606
+ })
607
+ var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require('./responseOutputTextAnnotationAddedStreamingEventSchema.ts')
608
+ Object.defineProperty(
609
+ exports,
610
+ 'responseOutputTextAnnotationAddedStreamingEventSchema',
611
+ {
612
+ enumerable: true,
613
+ get: function () {
614
+ return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema
615
+ },
616
+ },
617
+ )
618
+ var responseOutputTextDeltaStreamingEventSchema_ts_1 = require('./responseOutputTextDeltaStreamingEventSchema.ts')
619
+ Object.defineProperty(exports, 'responseOutputTextDeltaStreamingEventSchema', {
620
+ enumerable: true,
621
+ get: function () {
622
+ return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema
623
+ },
624
+ })
625
+ var responseOutputTextDoneStreamingEventSchema_ts_1 = require('./responseOutputTextDoneStreamingEventSchema.ts')
626
+ Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventSchema', {
627
+ enumerable: true,
628
+ get: function () {
629
+ return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema
630
+ },
631
+ })
632
+ var responseQueuedStreamingEventSchema_ts_1 = require('./responseQueuedStreamingEventSchema.ts')
633
+ Object.defineProperty(exports, 'responseQueuedStreamingEventSchema', {
634
+ enumerable: true,
635
+ get: function () {
636
+ return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema
637
+ },
638
+ })
639
+ var responseReasoningDeltaStreamingEventSchema_ts_1 = require('./responseReasoningDeltaStreamingEventSchema.ts')
640
+ Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventSchema', {
641
+ enumerable: true,
642
+ get: function () {
643
+ return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema
644
+ },
645
+ })
646
+ var responseReasoningDoneStreamingEventSchema_ts_1 = require('./responseReasoningDoneStreamingEventSchema.ts')
647
+ Object.defineProperty(exports, 'responseReasoningDoneStreamingEventSchema', {
648
+ enumerable: true,
649
+ get: function () {
650
+ return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema
651
+ },
652
+ })
653
+ var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require('./responseReasoningSummaryDeltaStreamingEventSchema.ts')
654
+ Object.defineProperty(
655
+ exports,
656
+ 'responseReasoningSummaryDeltaStreamingEventSchema',
657
+ {
658
+ enumerable: true,
659
+ get: function () {
660
+ return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema
661
+ },
662
+ },
663
+ )
664
+ var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require('./responseReasoningSummaryDoneStreamingEventSchema.ts')
665
+ Object.defineProperty(
666
+ exports,
667
+ 'responseReasoningSummaryDoneStreamingEventSchema',
668
+ {
669
+ enumerable: true,
670
+ get: function () {
671
+ return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema
672
+ },
673
+ },
674
+ )
675
+ var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require('./responseReasoningSummaryPartAddedStreamingEventSchema.ts')
676
+ Object.defineProperty(
677
+ exports,
678
+ 'responseReasoningSummaryPartAddedStreamingEventSchema',
679
+ {
680
+ enumerable: true,
681
+ get: function () {
682
+ return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema
683
+ },
684
+ },
685
+ )
686
+ var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require('./responseReasoningSummaryPartDoneStreamingEventSchema.ts')
687
+ Object.defineProperty(
688
+ exports,
689
+ 'responseReasoningSummaryPartDoneStreamingEventSchema',
690
+ {
691
+ enumerable: true,
692
+ get: function () {
693
+ return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema
694
+ },
695
+ },
696
+ )
697
+ var responseRefusalDeltaStreamingEventSchema_ts_1 = require('./responseRefusalDeltaStreamingEventSchema.ts')
698
+ Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventSchema', {
699
+ enumerable: true,
700
+ get: function () {
701
+ return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema
702
+ },
703
+ })
704
+ var responseRefusalDoneStreamingEventSchema_ts_1 = require('./responseRefusalDoneStreamingEventSchema.ts')
705
+ Object.defineProperty(exports, 'responseRefusalDoneStreamingEventSchema', {
706
+ enumerable: true,
707
+ get: function () {
708
+ return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema
709
+ },
710
+ })
711
+ var responseResourceSchema_ts_1 = require('./responseResourceSchema.ts')
712
+ Object.defineProperty(exports, 'responseResourceSchema', {
713
+ enumerable: true,
714
+ get: function () {
715
+ return responseResourceSchema_ts_1.responseResourceSchema
716
+ },
717
+ })
718
+ var responsesToolParamSchema_ts_1 = require('./responsesToolParamSchema.ts')
719
+ Object.defineProperty(exports, 'responsesToolParamSchema', {
720
+ enumerable: true,
721
+ get: function () {
722
+ return responsesToolParamSchema_ts_1.responsesToolParamSchema
723
+ },
724
+ })
725
+ var serviceTierEnumSchema_ts_1 = require('./serviceTierEnumSchema.ts')
726
+ Object.defineProperty(exports, 'serviceTierEnumSchema', {
727
+ enumerable: true,
728
+ get: function () {
729
+ return serviceTierEnumSchema_ts_1.serviceTierEnumSchema
730
+ },
731
+ })
732
+ var specificFunctionParamSchema_ts_1 = require('./specificFunctionParamSchema.ts')
733
+ Object.defineProperty(exports, 'specificFunctionParamSchema', {
734
+ enumerable: true,
735
+ get: function () {
736
+ return specificFunctionParamSchema_ts_1.specificFunctionParamSchema
737
+ },
738
+ })
739
+ var specificToolChoiceParamSchema_ts_1 = require('./specificToolChoiceParamSchema.ts')
740
+ Object.defineProperty(exports, 'specificToolChoiceParamSchema', {
741
+ enumerable: true,
742
+ get: function () {
743
+ return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema
744
+ },
745
+ })
746
+ var streamOptionsParamSchema_ts_1 = require('./streamOptionsParamSchema.ts')
747
+ Object.defineProperty(exports, 'streamOptionsParamSchema', {
748
+ enumerable: true,
749
+ get: function () {
750
+ return streamOptionsParamSchema_ts_1.streamOptionsParamSchema
751
+ },
752
+ })
753
+ var summaryTextContentSchema_ts_1 = require('./summaryTextContentSchema.ts')
754
+ Object.defineProperty(exports, 'summaryTextContentSchema', {
755
+ enumerable: true,
756
+ get: function () {
757
+ return summaryTextContentSchema_ts_1.summaryTextContentSchema
758
+ },
759
+ })
760
+ var systemMessageItemParamSchema_ts_1 = require('./systemMessageItemParamSchema.ts')
761
+ Object.defineProperty(exports, 'systemMessageItemParamSchema', {
762
+ enumerable: true,
763
+ get: function () {
764
+ return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema
765
+ },
766
+ })
767
+ var textContentSchema_ts_1 = require('./textContentSchema.ts')
768
+ Object.defineProperty(exports, 'textContentSchema', {
769
+ enumerable: true,
770
+ get: function () {
771
+ return textContentSchema_ts_1.textContentSchema
772
+ },
773
+ })
774
+ var textFieldSchema_ts_1 = require('./textFieldSchema.ts')
775
+ Object.defineProperty(exports, 'textFieldSchema', {
776
+ enumerable: true,
777
+ get: function () {
778
+ return textFieldSchema_ts_1.textFieldSchema
779
+ },
780
+ })
781
+ var textFormatParamSchema_ts_1 = require('./textFormatParamSchema.ts')
782
+ Object.defineProperty(exports, 'textFormatParamSchema', {
783
+ enumerable: true,
784
+ get: function () {
785
+ return textFormatParamSchema_ts_1.textFormatParamSchema
786
+ },
787
+ })
788
+ var textParamSchema_ts_1 = require('./textParamSchema.ts')
789
+ Object.defineProperty(exports, 'textParamSchema', {
790
+ enumerable: true,
791
+ get: function () {
792
+ return textParamSchema_ts_1.textParamSchema
793
+ },
794
+ })
795
+ var textResponseFormatSchema_ts_1 = require('./textResponseFormatSchema.ts')
796
+ Object.defineProperty(exports, 'textResponseFormatSchema', {
797
+ enumerable: true,
798
+ get: function () {
799
+ return textResponseFormatSchema_ts_1.textResponseFormatSchema
800
+ },
801
+ })
802
+ var toolChoiceParamSchema_ts_1 = require('./toolChoiceParamSchema.ts')
803
+ Object.defineProperty(exports, 'toolChoiceParamSchema', {
804
+ enumerable: true,
805
+ get: function () {
806
+ return toolChoiceParamSchema_ts_1.toolChoiceParamSchema
807
+ },
808
+ })
809
+ var toolChoiceValueEnumSchema_ts_1 = require('./toolChoiceValueEnumSchema.ts')
810
+ Object.defineProperty(exports, 'toolChoiceValueEnumSchema', {
811
+ enumerable: true,
812
+ get: function () {
813
+ return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema
814
+ },
815
+ })
816
+ var toolSchema_ts_1 = require('./toolSchema.ts')
817
+ Object.defineProperty(exports, 'toolSchema', {
818
+ enumerable: true,
819
+ get: function () {
820
+ return toolSchema_ts_1.toolSchema
821
+ },
822
+ })
823
+ var topLogProbSchema_ts_1 = require('./topLogProbSchema.ts')
824
+ Object.defineProperty(exports, 'topLogProbSchema', {
825
+ enumerable: true,
826
+ get: function () {
827
+ return topLogProbSchema_ts_1.topLogProbSchema
828
+ },
829
+ })
830
+ var truncationEnumSchema_ts_1 = require('./truncationEnumSchema.ts')
831
+ Object.defineProperty(exports, 'truncationEnumSchema', {
832
+ enumerable: true,
833
+ get: function () {
834
+ return truncationEnumSchema_ts_1.truncationEnumSchema
835
+ },
836
+ })
837
+ var urlCitationBodySchema_ts_1 = require('./urlCitationBodySchema.ts')
838
+ Object.defineProperty(exports, 'urlCitationBodySchema', {
839
+ enumerable: true,
840
+ get: function () {
841
+ return urlCitationBodySchema_ts_1.urlCitationBodySchema
842
+ },
843
+ })
844
+ var urlCitationParamSchema_ts_1 = require('./urlCitationParamSchema.ts')
845
+ Object.defineProperty(exports, 'urlCitationParamSchema', {
846
+ enumerable: true,
847
+ get: function () {
848
+ return urlCitationParamSchema_ts_1.urlCitationParamSchema
849
+ },
850
+ })
851
+ var usageSchema_ts_1 = require('./usageSchema.ts')
852
+ Object.defineProperty(exports, 'usageSchema', {
853
+ enumerable: true,
854
+ get: function () {
855
+ return usageSchema_ts_1.usageSchema
856
+ },
857
+ })
858
+ var userMessageItemParamSchema_ts_1 = require('./userMessageItemParamSchema.ts')
859
+ Object.defineProperty(exports, 'userMessageItemParamSchema', {
860
+ enumerable: true,
861
+ get: function () {
862
+ return userMessageItemParamSchema_ts_1.userMessageItemParamSchema
863
+ },
864
+ })
865
+ var verbosityEnumSchema_ts_1 = require('./verbosityEnumSchema.ts')
866
+ Object.defineProperty(exports, 'verbosityEnumSchema', {
867
+ enumerable: true,
868
+ get: function () {
869
+ return verbosityEnumSchema_ts_1.verbosityEnumSchema
870
+ },
871
+ })