@orq-ai/node 4.1.0-rc.33 → 4.1.0-rc.34

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 (407) hide show
  1. package/README.md +18 -38
  2. package/bin/mcp-server.js +9851 -9147
  3. package/bin/mcp-server.js.map +82 -118
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/agentsResponsesCreate.d.ts +1 -7
  6. package/funcs/agentsResponsesCreate.d.ts.map +1 -1
  7. package/funcs/agentsResponsesCreate.js +2 -9
  8. package/funcs/agentsResponsesCreate.js.map +1 -1
  9. package/funcs/budgetsCreate.d.ts +1 -1
  10. package/funcs/budgetsCreate.js +1 -1
  11. package/funcs/contactsList.js +0 -1
  12. package/funcs/contactsList.js.map +1 -1
  13. package/funcs/memoryStoresListDocuments.js +0 -2
  14. package/funcs/memoryStoresListDocuments.js.map +1 -1
  15. package/funcs/memoryStoresListMemories.js +0 -1
  16. package/funcs/memoryStoresListMemories.js.map +1 -1
  17. package/jsr.json +1 -1
  18. package/lib/config.d.ts +3 -3
  19. package/lib/config.js +3 -3
  20. package/mcp-server/mcp-server.js +1 -1
  21. package/mcp-server/server.d.ts.map +1 -1
  22. package/mcp-server/server.js +1 -13
  23. package/mcp-server/server.js.map +1 -1
  24. package/mcp-server/tools/budgetsCreate.js +1 -1
  25. package/mcp-server/tools/budgetsCreate.js.map +1 -1
  26. package/models/components/agentexecutionstartedstreamingevent.d.ts +8 -8
  27. package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -1
  28. package/models/components/agentexecutionstartedstreamingevent.js +12 -11
  29. package/models/components/agentexecutionstartedstreamingevent.js.map +1 -1
  30. package/models/components/agentinactivestreamingevent.d.ts +21 -21
  31. package/models/components/agentinactivestreamingevent.d.ts.map +1 -1
  32. package/models/components/agentinactivestreamingevent.js +28 -27
  33. package/models/components/agentinactivestreamingevent.js.map +1 -1
  34. package/models/components/agentthoughtstreamingevent.d.ts +24 -26
  35. package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
  36. package/models/components/agentthoughtstreamingevent.js +32 -34
  37. package/models/components/agentthoughtstreamingevent.js.map +1 -1
  38. package/models/components/imagecontentpartschema.d.ts +18 -18
  39. package/models/components/imagecontentpartschema.d.ts.map +1 -1
  40. package/models/components/imagecontentpartschema.js +21 -23
  41. package/models/components/imagecontentpartschema.js.map +1 -1
  42. package/models/components/index.d.ts +2 -16
  43. package/models/components/index.d.ts.map +1 -1
  44. package/models/components/index.js +2 -16
  45. package/models/components/index.js.map +1 -1
  46. package/models/components/invokedeploymentrequest.d.ts +1028 -149
  47. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  48. package/models/components/invokedeploymentrequest.js +984 -128
  49. package/models/components/invokedeploymentrequest.js.map +1 -1
  50. package/models/components/thinkingconfigdisabledschema.d.ts +23 -0
  51. package/models/components/thinkingconfigdisabledschema.d.ts.map +1 -0
  52. package/{mcp-server/tools/conversationsDelete.js → models/components/thinkingconfigdisabledschema.js} +19 -24
  53. package/models/components/thinkingconfigdisabledschema.js.map +1 -0
  54. package/models/components/thinkingconfigenabledschema.d.ts +49 -0
  55. package/models/components/thinkingconfigenabledschema.d.ts.map +1 -0
  56. package/models/components/thinkingconfigenabledschema.js +84 -0
  57. package/models/components/thinkingconfigenabledschema.js.map +1 -0
  58. package/models/components/toolexecutionfailedstreamingevent.d.ts +0 -2
  59. package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -1
  60. package/models/components/toolexecutionfailedstreamingevent.js +0 -2
  61. package/models/components/toolexecutionfailedstreamingevent.js.map +1 -1
  62. package/models/components/toolexecutionfinishedstreamingevent.d.ts +0 -2
  63. package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -1
  64. package/models/components/toolexecutionfinishedstreamingevent.js +0 -2
  65. package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -1
  66. package/models/components/toolexecutionstartedstreamingevent.d.ts +0 -2
  67. package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -1
  68. package/models/components/toolexecutionstartedstreamingevent.js +0 -2
  69. package/models/components/toolexecutionstartedstreamingevent.js.map +1 -1
  70. package/models/errors/index.d.ts +0 -4
  71. package/models/errors/index.d.ts.map +1 -1
  72. package/models/errors/index.js +0 -4
  73. package/models/errors/index.js.map +1 -1
  74. package/models/operations/createagentrequest.d.ts +17 -207
  75. package/models/operations/createagentrequest.d.ts.map +1 -1
  76. package/models/operations/createagentrequest.js +71 -190
  77. package/models/operations/createagentrequest.js.map +1 -1
  78. package/models/operations/createagentresponserequest.d.ts +1 -35
  79. package/models/operations/createagentresponserequest.d.ts.map +1 -1
  80. package/models/operations/createagentresponserequest.js +1 -55
  81. package/models/operations/createagentresponserequest.js.map +1 -1
  82. package/models/operations/createbudget.d.ts +13 -69
  83. package/models/operations/createbudget.d.ts.map +1 -1
  84. package/models/operations/createbudget.js +12 -61
  85. package/models/operations/createbudget.js.map +1 -1
  86. package/models/operations/createcontact.js +2 -2
  87. package/models/operations/createdataset.js +2 -2
  88. package/models/operations/createdatasetitem.d.ts +1033 -153
  89. package/models/operations/createdatasetitem.d.ts.map +1 -1
  90. package/models/operations/createdatasetitem.js +957 -147
  91. package/models/operations/createdatasetitem.js.map +1 -1
  92. package/models/operations/createdatasource.js +2 -2
  93. package/models/operations/createeval.js +28 -28
  94. package/models/operations/creatememory.d.ts +5 -10
  95. package/models/operations/creatememory.d.ts.map +1 -1
  96. package/models/operations/creatememory.js +2 -6
  97. package/models/operations/creatememory.js.map +1 -1
  98. package/models/operations/creatememorydocument.d.ts +4 -4
  99. package/models/operations/creatememorydocument.d.ts.map +1 -1
  100. package/models/operations/creatememorydocument.js +2 -2
  101. package/models/operations/creatememorydocument.js.map +1 -1
  102. package/models/operations/createprompt.d.ts +489 -146
  103. package/models/operations/createprompt.d.ts.map +1 -1
  104. package/models/operations/createprompt.js +483 -168
  105. package/models/operations/createprompt.js.map +1 -1
  106. package/models/operations/createtool.js +12 -12
  107. package/models/operations/deploymentcreatemetric.d.ts +1034 -154
  108. package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
  109. package/models/operations/deploymentcreatemetric.js +972 -137
  110. package/models/operations/deploymentcreatemetric.js.map +1 -1
  111. package/models/operations/deploymentgetconfig.d.ts +1101 -221
  112. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  113. package/models/operations/deploymentgetconfig.js +1059 -263
  114. package/models/operations/deploymentgetconfig.js.map +1 -1
  115. package/models/operations/deploymentinvoke.d.ts +26 -27
  116. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  117. package/models/operations/deploymentinvoke.js +28 -29
  118. package/models/operations/deploymentinvoke.js.map +1 -1
  119. package/models/operations/deployments.d.ts +13 -14
  120. package/models/operations/deployments.d.ts.map +1 -1
  121. package/models/operations/deployments.js +13 -14
  122. package/models/operations/deployments.js.map +1 -1
  123. package/models/operations/deploymentstream.d.ts +1064 -185
  124. package/models/operations/deploymentstream.d.ts.map +1 -1
  125. package/models/operations/deploymentstream.js +990 -164
  126. package/models/operations/deploymentstream.js.map +1 -1
  127. package/models/operations/fileget.js +2 -2
  128. package/models/operations/filelist.js +2 -2
  129. package/models/operations/fileupload.d.ts +8 -8
  130. package/models/operations/fileupload.d.ts.map +1 -1
  131. package/models/operations/fileupload.js +14 -13
  132. package/models/operations/fileupload.js.map +1 -1
  133. package/models/operations/getallmemories.d.ts +0 -10
  134. package/models/operations/getallmemories.d.ts.map +1 -1
  135. package/models/operations/getallmemories.js +0 -6
  136. package/models/operations/getallmemories.js.map +1 -1
  137. package/models/operations/getallmemorydocuments.d.ts +0 -10
  138. package/models/operations/getallmemorydocuments.d.ts.map +1 -1
  139. package/models/operations/getallmemorydocuments.js +0 -8
  140. package/models/operations/getallmemorydocuments.js.map +1 -1
  141. package/models/operations/getallprompts.d.ts +13 -14
  142. package/models/operations/getallprompts.d.ts.map +1 -1
  143. package/models/operations/getallprompts.js +13 -14
  144. package/models/operations/getallprompts.js.map +1 -1
  145. package/models/operations/getalltools.js +12 -12
  146. package/models/operations/getbudget.d.ts +0 -5
  147. package/models/operations/getbudget.d.ts.map +1 -1
  148. package/models/operations/getbudget.js +2 -6
  149. package/models/operations/getbudget.js.map +1 -1
  150. package/models/operations/getevals.js +28 -28
  151. package/models/operations/getoneprompt.d.ts +13 -14
  152. package/models/operations/getoneprompt.d.ts.map +1 -1
  153. package/models/operations/getoneprompt.js +13 -14
  154. package/models/operations/getoneprompt.js.map +1 -1
  155. package/models/operations/getpromptversion.d.ts +13 -14
  156. package/models/operations/getpromptversion.d.ts.map +1 -1
  157. package/models/operations/getpromptversion.js +13 -14
  158. package/models/operations/getpromptversion.js.map +1 -1
  159. package/models/operations/index.d.ts +0 -6
  160. package/models/operations/index.d.ts.map +1 -1
  161. package/models/operations/index.js +0 -6
  162. package/models/operations/index.js.map +1 -1
  163. package/models/operations/listagents.d.ts +9 -105
  164. package/models/operations/listagents.d.ts.map +1 -1
  165. package/models/operations/listagents.js +36 -95
  166. package/models/operations/listagents.js.map +1 -1
  167. package/models/operations/listbudgets.d.ts +0 -5
  168. package/models/operations/listbudgets.d.ts.map +1 -1
  169. package/models/operations/listbudgets.js +2 -6
  170. package/models/operations/listbudgets.js.map +1 -1
  171. package/models/operations/listcontacts.d.ts +0 -5
  172. package/models/operations/listcontacts.d.ts.map +1 -1
  173. package/models/operations/listcontacts.js +2 -4
  174. package/models/operations/listcontacts.js.map +1 -1
  175. package/models/operations/listdatasetdatapoints.d.ts +516 -76
  176. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  177. package/models/operations/listdatasetdatapoints.js +475 -75
  178. package/models/operations/listdatasetdatapoints.js.map +1 -1
  179. package/models/operations/listdatasets.js +2 -2
  180. package/models/operations/listdatasources.js +2 -2
  181. package/models/operations/listpromptversions.d.ts +13 -14
  182. package/models/operations/listpromptversions.d.ts.map +1 -1
  183. package/models/operations/listpromptversions.js +13 -14
  184. package/models/operations/listpromptversions.js.map +1 -1
  185. package/models/operations/retrieveagentrequest.d.ts +9 -105
  186. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  187. package/models/operations/retrieveagentrequest.js +36 -95
  188. package/models/operations/retrieveagentrequest.js.map +1 -1
  189. package/models/operations/retrievecontact.js +2 -2
  190. package/models/operations/retrievedatapoint.d.ts +516 -76
  191. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  192. package/models/operations/retrievedatapoint.js +473 -75
  193. package/models/operations/retrievedatapoint.js.map +1 -1
  194. package/models/operations/retrievedataset.js +2 -2
  195. package/models/operations/retrievedatasource.js +2 -2
  196. package/models/operations/retrievememory.d.ts +0 -5
  197. package/models/operations/retrievememory.d.ts.map +1 -1
  198. package/models/operations/retrievememory.js +0 -4
  199. package/models/operations/retrievememory.js.map +1 -1
  200. package/models/operations/retrievetool.js +12 -12
  201. package/models/operations/runagent.d.ts +8 -102
  202. package/models/operations/runagent.d.ts.map +1 -1
  203. package/models/operations/runagent.js +39 -102
  204. package/models/operations/runagent.js.map +1 -1
  205. package/models/operations/streamrunagent.d.ts +8 -102
  206. package/models/operations/streamrunagent.d.ts.map +1 -1
  207. package/models/operations/streamrunagent.js +39 -101
  208. package/models/operations/streamrunagent.js.map +1 -1
  209. package/models/operations/updateagent.d.ts +17 -207
  210. package/models/operations/updateagent.d.ts.map +1 -1
  211. package/models/operations/updateagent.js +71 -189
  212. package/models/operations/updateagent.js.map +1 -1
  213. package/models/operations/updatebudget.d.ts +0 -5
  214. package/models/operations/updatebudget.d.ts.map +1 -1
  215. package/models/operations/updatebudget.js +2 -6
  216. package/models/operations/updatebudget.js.map +1 -1
  217. package/models/operations/updatecontact.js +2 -2
  218. package/models/operations/updatedatapoint.d.ts +1033 -153
  219. package/models/operations/updatedatapoint.d.ts.map +1 -1
  220. package/models/operations/updatedatapoint.js +955 -147
  221. package/models/operations/updatedatapoint.js.map +1 -1
  222. package/models/operations/updatedataset.js +2 -2
  223. package/models/operations/updatedatasource.js +2 -2
  224. package/models/operations/updateeval.js +28 -28
  225. package/models/operations/updatememory.d.ts +5 -10
  226. package/models/operations/updatememory.d.ts.map +1 -1
  227. package/models/operations/updatememory.js +2 -6
  228. package/models/operations/updatememory.js.map +1 -1
  229. package/models/operations/updatememorydocument.d.ts +4 -4
  230. package/models/operations/updatememorydocument.d.ts.map +1 -1
  231. package/models/operations/updatememorydocument.js +2 -2
  232. package/models/operations/updatememorydocument.js.map +1 -1
  233. package/models/operations/updatememorystore.d.ts +59 -24
  234. package/models/operations/updatememorystore.d.ts.map +1 -1
  235. package/models/operations/updatememorystore.js +55 -27
  236. package/models/operations/updatememorystore.js.map +1 -1
  237. package/models/operations/updateprompt.d.ts +486 -149
  238. package/models/operations/updateprompt.d.ts.map +1 -1
  239. package/models/operations/updateprompt.js +466 -156
  240. package/models/operations/updateprompt.js.map +1 -1
  241. package/models/operations/updatetool.js +14 -14
  242. package/package.json +1 -1
  243. package/sdk/budgets.d.ts +1 -1
  244. package/sdk/budgets.js +1 -1
  245. package/sdk/evals.d.ts +0 -4
  246. package/sdk/evals.d.ts.map +1 -1
  247. package/sdk/evals.js +0 -7
  248. package/sdk/evals.js.map +1 -1
  249. package/sdk/responses.d.ts +1 -5
  250. package/sdk/responses.d.ts.map +1 -1
  251. package/sdk/responses.js +1 -3
  252. package/sdk/responses.js.map +1 -1
  253. package/sdk/sdk.d.ts +0 -3
  254. package/sdk/sdk.d.ts.map +1 -1
  255. package/sdk/sdk.js +0 -4
  256. package/sdk/sdk.js.map +1 -1
  257. package/src/funcs/agentsResponsesCreate.ts +10 -14
  258. package/src/funcs/budgetsCreate.ts +1 -1
  259. package/src/funcs/contactsList.ts +0 -1
  260. package/src/funcs/memoryStoresListDocuments.ts +0 -2
  261. package/src/funcs/memoryStoresListMemories.ts +0 -1
  262. package/src/lib/config.ts +3 -3
  263. package/src/mcp-server/mcp-server.ts +1 -1
  264. package/src/mcp-server/server.ts +1 -13
  265. package/src/mcp-server/tools/budgetsCreate.ts +1 -1
  266. package/src/models/components/agentexecutionstartedstreamingevent.ts +34 -53
  267. package/src/models/components/agentinactivestreamingevent.ts +57 -85
  268. package/src/models/components/agentthoughtstreamingevent.ts +118 -167
  269. package/src/models/components/imagecontentpartschema.ts +37 -52
  270. package/src/models/components/index.ts +2 -16
  271. package/src/models/components/invokedeploymentrequest.ts +2543 -486
  272. package/src/models/components/thinkingconfigdisabledschema.ts +59 -0
  273. package/src/models/components/thinkingconfigenabledschema.ts +106 -0
  274. package/src/models/components/toolexecutionfailedstreamingevent.ts +0 -4
  275. package/src/models/components/toolexecutionfinishedstreamingevent.ts +0 -4
  276. package/src/models/components/toolexecutionstartedstreamingevent.ts +0 -4
  277. package/src/models/errors/index.ts +0 -4
  278. package/src/models/operations/createagentrequest.ts +119 -368
  279. package/src/models/operations/createagentresponserequest.ts +1 -134
  280. package/src/models/operations/createbudget.ts +28 -143
  281. package/src/models/operations/createcontact.ts +2 -2
  282. package/src/models/operations/createdataset.ts +2 -2
  283. package/src/models/operations/createdatasetitem.ts +2747 -562
  284. package/src/models/operations/createdatasource.ts +2 -2
  285. package/src/models/operations/createeval.ts +28 -28
  286. package/src/models/operations/creatememory.ts +5 -14
  287. package/src/models/operations/creatememorydocument.ts +4 -4
  288. package/src/models/operations/createprompt.ts +1217 -415
  289. package/src/models/operations/createtool.ts +12 -12
  290. package/src/models/operations/deploymentcreatemetric.ts +3037 -598
  291. package/src/models/operations/deploymentgetconfig.ts +2905 -828
  292. package/src/models/operations/deploymentinvoke.ts +46 -47
  293. package/src/models/operations/deployments.ts +15 -16
  294. package/src/models/operations/deploymentstream.ts +2842 -592
  295. package/src/models/operations/fileget.ts +2 -2
  296. package/src/models/operations/filelist.ts +2 -2
  297. package/src/models/operations/fileupload.ts +27 -30
  298. package/src/models/operations/getallmemories.ts +0 -16
  299. package/src/models/operations/getallmemorydocuments.ts +0 -22
  300. package/src/models/operations/getallprompts.ts +15 -16
  301. package/src/models/operations/getalltools.ts +12 -12
  302. package/src/models/operations/getbudget.ts +2 -11
  303. package/src/models/operations/getevals.ts +28 -28
  304. package/src/models/operations/getoneprompt.ts +15 -16
  305. package/src/models/operations/getpromptversion.ts +15 -16
  306. package/src/models/operations/index.ts +0 -6
  307. package/src/models/operations/listagents.ts +61 -187
  308. package/src/models/operations/listbudgets.ts +2 -11
  309. package/src/models/operations/listcontacts.ts +2 -9
  310. package/src/models/operations/listdatasetdatapoints.ts +1381 -314
  311. package/src/models/operations/listdatasets.ts +2 -2
  312. package/src/models/operations/listdatasources.ts +2 -2
  313. package/src/models/operations/listpromptversions.ts +15 -16
  314. package/src/models/operations/retrieveagentrequest.ts +59 -195
  315. package/src/models/operations/retrievecontact.ts +2 -2
  316. package/src/models/operations/retrievedatapoint.ts +1301 -276
  317. package/src/models/operations/retrievedataset.ts +2 -2
  318. package/src/models/operations/retrievedatasource.ts +2 -2
  319. package/src/models/operations/retrievememory.ts +0 -9
  320. package/src/models/operations/retrievetool.ts +12 -12
  321. package/src/models/operations/runagent.ts +62 -192
  322. package/src/models/operations/streamrunagent.ts +60 -199
  323. package/src/models/operations/updateagent.ts +119 -378
  324. package/src/models/operations/updatebudget.ts +2 -11
  325. package/src/models/operations/updatecontact.ts +2 -2
  326. package/src/models/operations/updatedatapoint.ts +2772 -611
  327. package/src/models/operations/updatedataset.ts +2 -2
  328. package/src/models/operations/updatedatasource.ts +2 -2
  329. package/src/models/operations/updateeval.ts +28 -28
  330. package/src/models/operations/updatememory.ts +5 -14
  331. package/src/models/operations/updatememorydocument.ts +4 -4
  332. package/src/models/operations/updatememorystore.ts +154 -64
  333. package/src/models/operations/updateprompt.ts +1142 -383
  334. package/src/models/operations/updatetool.ts +14 -14
  335. package/src/sdk/budgets.ts +1 -1
  336. package/src/sdk/evals.ts +0 -15
  337. package/src/sdk/responses.ts +3 -8
  338. package/src/sdk/sdk.ts +0 -6
  339. package/funcs/conversationsCreate.d.ts +0 -17
  340. package/funcs/conversationsCreate.d.ts.map +0 -1
  341. package/funcs/conversationsCreate.js +0 -114
  342. package/funcs/conversationsCreate.js.map +0 -1
  343. package/funcs/conversationsDelete.d.ts +0 -17
  344. package/funcs/conversationsDelete.d.ts.map +0 -1
  345. package/funcs/conversationsDelete.js +0 -127
  346. package/funcs/conversationsDelete.js.map +0 -1
  347. package/funcs/conversationsList.d.ts +0 -17
  348. package/funcs/conversationsList.d.ts.map +0 -1
  349. package/funcs/conversationsList.js +0 -124
  350. package/funcs/conversationsList.js.map +0 -1
  351. package/funcs/conversationsRetrieve.d.ts +0 -18
  352. package/funcs/conversationsRetrieve.d.ts.map +0 -1
  353. package/funcs/conversationsRetrieve.js +0 -126
  354. package/funcs/conversationsRetrieve.js.map +0 -1
  355. package/funcs/conversationsUpdate.d.ts +0 -18
  356. package/funcs/conversationsUpdate.d.ts.map +0 -1
  357. package/funcs/conversationsUpdate.js +0 -128
  358. package/funcs/conversationsUpdate.js.map +0 -1
  359. package/funcs/evalsInvoke.d.ts +0 -15
  360. package/funcs/evalsInvoke.d.ts.map +0 -1
  361. package/funcs/evalsInvoke.js +0 -121
  362. package/funcs/evalsInvoke.js.map +0 -1
  363. package/mcp-server/tools/conversationsCreate.d.ts +0 -8
  364. package/mcp-server/tools/conversationsCreate.d.ts.map +0 -1
  365. package/mcp-server/tools/conversationsCreate.js +0 -64
  366. package/mcp-server/tools/conversationsCreate.js.map +0 -1
  367. package/mcp-server/tools/conversationsDelete.d.ts +0 -8
  368. package/mcp-server/tools/conversationsDelete.d.ts.map +0 -1
  369. package/mcp-server/tools/conversationsDelete.js.map +0 -1
  370. package/mcp-server/tools/conversationsList.d.ts +0 -10
  371. package/mcp-server/tools/conversationsList.d.ts.map +0 -1
  372. package/mcp-server/tools/conversationsList.js +0 -66
  373. package/mcp-server/tools/conversationsList.js.map +0 -1
  374. package/mcp-server/tools/conversationsRetrieve.d.ts +0 -8
  375. package/mcp-server/tools/conversationsRetrieve.d.ts.map +0 -1
  376. package/mcp-server/tools/conversationsRetrieve.js +0 -64
  377. package/mcp-server/tools/conversationsRetrieve.js.map +0 -1
  378. package/mcp-server/tools/conversationsUpdate.d.ts +0 -10
  379. package/mcp-server/tools/conversationsUpdate.d.ts.map +0 -1
  380. package/mcp-server/tools/conversationsUpdate.js +0 -66
  381. package/mcp-server/tools/conversationsUpdate.js.map +0 -1
  382. package/mcp-server/tools/evalsInvoke.d.ts +0 -8
  383. package/mcp-server/tools/evalsInvoke.d.ts.map +0 -1
  384. package/mcp-server/tools/evalsInvoke.js +0 -62
  385. package/mcp-server/tools/evalsInvoke.js.map +0 -1
  386. package/models/operations/listconversations.d.ts +0 -60
  387. package/models/operations/listconversations.d.ts.map +0 -1
  388. package/models/operations/listconversations.js +0 -109
  389. package/models/operations/listconversations.js.map +0 -1
  390. package/sdk/conversations.d.ts +0 -40
  391. package/sdk/conversations.d.ts.map +0 -1
  392. package/sdk/conversations.js +0 -62
  393. package/sdk/conversations.js.map +0 -1
  394. package/src/funcs/conversationsCreate.ts +0 -161
  395. package/src/funcs/conversationsDelete.ts +0 -180
  396. package/src/funcs/conversationsList.ts +0 -181
  397. package/src/funcs/conversationsRetrieve.ts +0 -180
  398. package/src/funcs/conversationsUpdate.ts +0 -184
  399. package/src/funcs/evalsInvoke.ts +0 -177
  400. package/src/mcp-server/tools/conversationsCreate.ts +0 -37
  401. package/src/mcp-server/tools/conversationsDelete.ts +0 -35
  402. package/src/mcp-server/tools/conversationsList.ts +0 -41
  403. package/src/mcp-server/tools/conversationsRetrieve.ts +0 -37
  404. package/src/mcp-server/tools/conversationsUpdate.ts +0 -40
  405. package/src/mcp-server/tools/evalsInvoke.ts +0 -35
  406. package/src/models/operations/listconversations.ts +0 -161
  407. package/src/sdk/conversations.ts +0 -105
@@ -3,11 +3,72 @@ import { ClosedEnum } from "../../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../../types/fp.js";
4
4
  import * as components from "../components/index.js";
5
5
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
6
- export type DeploymentGetConfigContentDeployments2 = components.TextContentPartSchema;
6
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type: {
7
+ readonly Text: "text";
8
+ };
9
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type>;
10
+ /**
11
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
12
+ */
13
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType: {
14
+ readonly Ephemeral: "ephemeral";
15
+ };
16
+ /**
17
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
18
+ */
19
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType>;
20
+ /**
21
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
22
+ *
23
+ * @remarks
24
+ *
25
+ * - `5m`: 5 minutes
26
+ * - `1h`: 1 hour
27
+ *
28
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
29
+ */
30
+ export declare const DeploymentGetConfig2DeploymentsRequestTtl: {
31
+ readonly Fivem: "5m";
32
+ readonly Oneh: "1h";
33
+ };
34
+ /**
35
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
36
+ *
37
+ * @remarks
38
+ *
39
+ * - `5m`: 5 minutes
40
+ * - `1h`: 1 hour
41
+ *
42
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
43
+ */
44
+ export type DeploymentGetConfig2DeploymentsRequestTtl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestTtl>;
45
+ export type DeploymentGetConfig2DeploymentsRequestCacheControl = {
46
+ /**
47
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
48
+ */
49
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType;
50
+ /**
51
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
52
+ *
53
+ * @remarks
54
+ *
55
+ * - `5m`: 5 minutes
56
+ * - `1h`: 1 hour
57
+ *
58
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
59
+ */
60
+ ttl?: DeploymentGetConfig2DeploymentsRequestTtl | undefined;
61
+ };
62
+ export type DeploymentGetConfig21 = {
63
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type;
64
+ text: string;
65
+ cacheControl?: DeploymentGetConfig2DeploymentsRequestCacheControl | undefined;
66
+ };
67
+ export type DeploymentGetConfigContentDeploymentsRequest2 = DeploymentGetConfig21;
7
68
  /**
8
69
  * The contents of the tool message.
9
70
  */
10
- export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
71
+ export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<DeploymentGetConfig21>;
11
72
  /**
12
73
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
13
74
  */
@@ -68,22 +129,75 @@ export type ToolMessage = {
68
129
  /**
69
130
  * The contents of the tool message.
70
131
  */
71
- content: string | Array<components.TextContentPartSchema>;
132
+ content: string | Array<DeploymentGetConfig21>;
72
133
  /**
73
134
  * Tool call that this message is responding to.
74
135
  */
75
136
  toolCallId: string;
76
137
  cacheControl?: PrefixMessagesCacheControl | undefined;
77
138
  };
78
- export type DeploymentGetConfigContent2 = (components.TextContentPartSchema & {
139
+ /**
140
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
141
+ */
142
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType: {
143
+ readonly Ephemeral: "ephemeral";
144
+ };
145
+ /**
146
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
147
+ */
148
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType>;
149
+ /**
150
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
151
+ *
152
+ * @remarks
153
+ *
154
+ * - `5m`: 5 minutes
155
+ * - `1h`: 1 hour
156
+ *
157
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
158
+ */
159
+ export declare const DeploymentGetConfig2DeploymentsTtl: {
160
+ readonly Fivem: "5m";
161
+ readonly Oneh: "1h";
162
+ };
163
+ /**
164
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
165
+ *
166
+ * @remarks
167
+ *
168
+ * - `5m`: 5 minutes
169
+ * - `1h`: 1 hour
170
+ *
171
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
172
+ */
173
+ export type DeploymentGetConfig2DeploymentsTtl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
174
+ export type DeploymentGetConfig2DeploymentsCacheControl = {
175
+ /**
176
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
177
+ */
178
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType;
179
+ /**
180
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
181
+ *
182
+ * @remarks
183
+ *
184
+ * - `5m`: 5 minutes
185
+ * - `1h`: 1 hour
186
+ *
187
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
188
+ */
189
+ ttl?: DeploymentGetConfig2DeploymentsTtl | undefined;
190
+ };
191
+ export type Two1 = {
79
192
  type: "text";
80
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
193
+ text: string;
194
+ cacheControl?: DeploymentGetConfig2DeploymentsCacheControl | undefined;
195
+ };
196
+ export type DeploymentGetConfigContentDeployments2 = Two1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
81
197
  /**
82
198
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
83
199
  */
84
- export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
85
- type: "text";
86
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
200
+ export type DeploymentGetConfigPrefixMessagesDeploymentsContent = string | Array<Two1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
87
201
  /**
88
202
  * Data about a previous audio response from the model.
89
203
  */
@@ -103,7 +217,7 @@ export declare const PrefixMessagesType: {
103
217
  * The type of the tool. Currently, only `function` is supported.
104
218
  */
105
219
  export type PrefixMessagesType = ClosedEnum<typeof PrefixMessagesType>;
106
- export type PrefixMessagesFunction = {
220
+ export type FunctionT = {
107
221
  /**
108
222
  * The name of the function to call.
109
223
  */
@@ -113,7 +227,7 @@ export type PrefixMessagesFunction = {
113
227
  */
114
228
  arguments?: string | undefined;
115
229
  };
116
- export type PrefixMessagesToolCalls = {
230
+ export type ToolCalls = {
117
231
  /**
118
232
  * The ID of the tool call.
119
233
  */
@@ -122,7 +236,7 @@ export type PrefixMessagesToolCalls = {
122
236
  * The type of the tool. Currently, only `function` is supported.
123
237
  */
124
238
  type: PrefixMessagesType;
125
- function: PrefixMessagesFunction;
239
+ function: FunctionT;
126
240
  /**
127
241
  * Encrypted representation of the model internal reasoning state during function calling. Required by Gemini 3 models when continuing a conversation after a tool call.
128
242
  */
@@ -132,9 +246,7 @@ export type AssistantMessage = {
132
246
  /**
133
247
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
134
248
  */
135
- content?: string | Array<(components.TextContentPartSchema & {
136
- type: "text";
137
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
249
+ content?: string | Array<Two1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
138
250
  /**
139
251
  * The refusal message by the assistant.
140
252
  */
@@ -154,18 +266,18 @@ export type AssistantMessage = {
154
266
  /**
155
267
  * The tool calls generated by the model, such as function calls.
156
268
  */
157
- toolCalls?: Array<PrefixMessagesToolCalls> | undefined;
269
+ toolCalls?: Array<ToolCalls> | undefined;
158
270
  };
159
271
  /**
160
272
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
161
273
  */
162
- export declare const DeploymentGetConfig2DeploymentsType: {
274
+ export declare const DeploymentGetConfig2DeploymentsRequestType: {
163
275
  readonly Ephemeral: "ephemeral";
164
276
  };
165
277
  /**
166
278
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
167
279
  */
168
- export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsType>;
280
+ export type DeploymentGetConfig2DeploymentsRequestType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
169
281
  /**
170
282
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
171
283
  *
@@ -176,7 +288,7 @@ export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGe
176
288
  *
177
289
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
178
290
  */
179
- export declare const Ttl: {
291
+ export declare const DeploymentGetConfig2Ttl: {
180
292
  readonly Fivem: "5m";
181
293
  readonly Oneh: "1h";
182
294
  };
@@ -190,12 +302,12 @@ export declare const Ttl: {
190
302
  *
191
303
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
192
304
  */
193
- export type Ttl = ClosedEnum<typeof Ttl>;
194
- export type CacheControl = {
305
+ export type DeploymentGetConfig2Ttl = ClosedEnum<typeof DeploymentGetConfig2Ttl>;
306
+ export type DeploymentGetConfig2CacheControl = {
195
307
  /**
196
308
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
197
309
  */
198
- type: DeploymentGetConfig2DeploymentsType;
310
+ type: DeploymentGetConfig2DeploymentsRequestType;
199
311
  /**
200
312
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
201
313
  *
@@ -206,28 +318,81 @@ export type CacheControl = {
206
318
  *
207
319
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
208
320
  */
209
- ttl?: Ttl | undefined;
321
+ ttl?: DeploymentGetConfig2Ttl | undefined;
210
322
  };
211
323
  export type Four = {
212
324
  /**
213
325
  * The type of the content part. Always `file`.
214
326
  */
215
327
  type: "file";
216
- cacheControl?: CacheControl | undefined;
328
+ cacheControl?: DeploymentGetConfig2CacheControl | undefined;
217
329
  /**
218
330
  * File data for the content part. Must contain either file_data or uri, but not both.
219
331
  */
220
332
  file: components.FileContentPartSchema;
221
333
  };
222
- export type Content2 = (components.TextContentPartSchema & {
334
+ /**
335
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
336
+ */
337
+ export declare const DeploymentGetConfig2Type: {
338
+ readonly Ephemeral: "ephemeral";
339
+ };
340
+ /**
341
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
342
+ */
343
+ export type DeploymentGetConfig2Type = ClosedEnum<typeof DeploymentGetConfig2Type>;
344
+ /**
345
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
346
+ *
347
+ * @remarks
348
+ *
349
+ * - `5m`: 5 minutes
350
+ * - `1h`: 1 hour
351
+ *
352
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
353
+ */
354
+ export declare const TwoTtl: {
355
+ readonly Fivem: "5m";
356
+ readonly Oneh: "1h";
357
+ };
358
+ /**
359
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
360
+ *
361
+ * @remarks
362
+ *
363
+ * - `5m`: 5 minutes
364
+ * - `1h`: 1 hour
365
+ *
366
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
367
+ */
368
+ export type TwoTtl = ClosedEnum<typeof TwoTtl>;
369
+ export type TwoCacheControl = {
370
+ /**
371
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
372
+ */
373
+ type: DeploymentGetConfig2Type;
374
+ /**
375
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
376
+ *
377
+ * @remarks
378
+ *
379
+ * - `5m`: 5 minutes
380
+ * - `1h`: 1 hour
381
+ *
382
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
383
+ */
384
+ ttl?: TwoTtl | undefined;
385
+ };
386
+ export type One = {
223
387
  type: "text";
224
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four;
388
+ text: string;
389
+ cacheControl?: TwoCacheControl | undefined;
390
+ };
391
+ export type DeploymentGetConfigContent2 = One | components.ImageContentPartSchema | components.AudioContentPartSchema | Four;
225
392
  /**
226
393
  * The contents of the user message.
227
394
  */
228
- export type DeploymentGetConfigPrefixMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
229
- type: "text";
230
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
395
+ export type DeploymentGetConfigPrefixMessagesContent = string | Array<One | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
231
396
  export type UserMessage = {
232
397
  /**
233
398
  * The role of the messages author, in this case `user`.
@@ -240,14 +405,73 @@ export type UserMessage = {
240
405
  /**
241
406
  * The contents of the user message.
242
407
  */
243
- content: string | Array<(components.TextContentPartSchema & {
244
- type: "text";
245
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
408
+ content: string | Array<One | components.ImageContentPartSchema | components.AudioContentPartSchema | Four>;
409
+ };
410
+ export declare const DeploymentGetConfigContentType: {
411
+ readonly Text: "text";
412
+ };
413
+ export type DeploymentGetConfigContentType = ClosedEnum<typeof DeploymentGetConfigContentType>;
414
+ /**
415
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
416
+ */
417
+ export declare const DeploymentGetConfigContentDeploymentsType: {
418
+ readonly Ephemeral: "ephemeral";
419
+ };
420
+ /**
421
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
422
+ */
423
+ export type DeploymentGetConfigContentDeploymentsType = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsType>;
424
+ /**
425
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
426
+ *
427
+ * @remarks
428
+ *
429
+ * - `5m`: 5 minutes
430
+ * - `1h`: 1 hour
431
+ *
432
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
433
+ */
434
+ export declare const ContentTtl: {
435
+ readonly Fivem: "5m";
436
+ readonly Oneh: "1h";
437
+ };
438
+ /**
439
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
440
+ *
441
+ * @remarks
442
+ *
443
+ * - `5m`: 5 minutes
444
+ * - `1h`: 1 hour
445
+ *
446
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
447
+ */
448
+ export type ContentTtl = ClosedEnum<typeof ContentTtl>;
449
+ export type ContentCacheControl = {
450
+ /**
451
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
452
+ */
453
+ type: DeploymentGetConfigContentDeploymentsType;
454
+ /**
455
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
456
+ *
457
+ * @remarks
458
+ *
459
+ * - `5m`: 5 minutes
460
+ * - `1h`: 1 hour
461
+ *
462
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
463
+ */
464
+ ttl?: ContentTtl | undefined;
465
+ };
466
+ export type Content2 = {
467
+ type: DeploymentGetConfigContentType;
468
+ text: string;
469
+ cacheControl?: ContentCacheControl | undefined;
246
470
  };
247
471
  /**
248
472
  * The contents of the developer message.
249
473
  */
250
- export type DeploymentGetConfigPrefixMessagesContent = string | Array<components.TextContentPartSchema>;
474
+ export type PrefixMessagesContent = string | Array<Content2>;
251
475
  export type DeveloperMessage = {
252
476
  /**
253
477
  * The role of the messages author, in this case `developer`.
@@ -256,16 +480,77 @@ export type DeveloperMessage = {
256
480
  /**
257
481
  * The contents of the developer message.
258
482
  */
259
- content: string | Array<components.TextContentPartSchema>;
483
+ content: string | Array<Content2>;
260
484
  /**
261
485
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
262
486
  */
263
487
  name?: string | undefined;
264
488
  };
489
+ export declare const Type: {
490
+ readonly Text: "text";
491
+ };
492
+ export type Type = ClosedEnum<typeof Type>;
493
+ /**
494
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
495
+ */
496
+ export declare const ContentType: {
497
+ readonly Ephemeral: "ephemeral";
498
+ };
499
+ /**
500
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
501
+ */
502
+ export type ContentType = ClosedEnum<typeof ContentType>;
503
+ /**
504
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
505
+ *
506
+ * @remarks
507
+ *
508
+ * - `5m`: 5 minutes
509
+ * - `1h`: 1 hour
510
+ *
511
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
512
+ */
513
+ export declare const Ttl: {
514
+ readonly Fivem: "5m";
515
+ readonly Oneh: "1h";
516
+ };
517
+ /**
518
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
519
+ *
520
+ * @remarks
521
+ *
522
+ * - `5m`: 5 minutes
523
+ * - `1h`: 1 hour
524
+ *
525
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
526
+ */
527
+ export type Ttl = ClosedEnum<typeof Ttl>;
528
+ export type CacheControl = {
529
+ /**
530
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
531
+ */
532
+ type: ContentType;
533
+ /**
534
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
535
+ *
536
+ * @remarks
537
+ *
538
+ * - `5m`: 5 minutes
539
+ * - `1h`: 1 hour
540
+ *
541
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
542
+ */
543
+ ttl?: Ttl | undefined;
544
+ };
545
+ export type Two = {
546
+ type: Type;
547
+ text: string;
548
+ cacheControl?: CacheControl | undefined;
549
+ };
265
550
  /**
266
551
  * The contents of the system message.
267
552
  */
268
- export type PrefixMessagesContent = string | Array<components.TextContentPartSchema>;
553
+ export type Content = string | Array<Two>;
269
554
  /**
270
555
  * Developer-provided instructions that the model should follow, regardless of messages sent by the user.
271
556
  */
@@ -277,18 +562,79 @@ export type SystemMessage = {
277
562
  /**
278
563
  * The contents of the system message.
279
564
  */
280
- content: string | Array<components.TextContentPartSchema>;
565
+ content: string | Array<Two>;
281
566
  /**
282
567
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
283
568
  */
284
569
  name?: string | undefined;
285
570
  };
286
- export type PrefixMessages = SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage;
287
- export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2 = components.TextContentPartSchema;
571
+ export type PrefixMessages = SystemMessage | DeveloperMessage | UserMessage | AssistantMessage | ToolMessage;
572
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type: {
573
+ readonly Text: "text";
574
+ };
575
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type>;
576
+ /**
577
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
578
+ */
579
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType: {
580
+ readonly Ephemeral: "ephemeral";
581
+ };
582
+ /**
583
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
584
+ */
585
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType>;
586
+ /**
587
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
588
+ *
589
+ * @remarks
590
+ *
591
+ * - `5m`: 5 minutes
592
+ * - `1h`: 1 hour
593
+ *
594
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
595
+ */
596
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl: {
597
+ readonly Fivem: "5m";
598
+ readonly Oneh: "1h";
599
+ };
600
+ /**
601
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
602
+ *
603
+ * @remarks
604
+ *
605
+ * - `5m`: 5 minutes
606
+ * - `1h`: 1 hour
607
+ *
608
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
609
+ */
610
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl>;
611
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl = {
612
+ /**
613
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
614
+ */
615
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType;
616
+ /**
617
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
618
+ *
619
+ * @remarks
620
+ *
621
+ * - `5m`: 5 minutes
622
+ * - `1h`: 1 hour
623
+ *
624
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
625
+ */
626
+ ttl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl | undefined;
627
+ };
628
+ export type DeploymentGetConfig2DeploymentsRequestRequestBody1 = {
629
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type;
630
+ text: string;
631
+ cacheControl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl | undefined;
632
+ };
633
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52 = DeploymentGetConfig2DeploymentsRequestRequestBody1;
288
634
  /**
289
635
  * The contents of the tool message.
290
636
  */
291
- export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
637
+ export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent = string | Array<DeploymentGetConfig2DeploymentsRequestRequestBody1>;
292
638
  /**
293
639
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
294
640
  */
@@ -349,22 +695,75 @@ export type MessagesToolMessage = {
349
695
  /**
350
696
  * The contents of the tool message.
351
697
  */
352
- content: string | Array<components.TextContentPartSchema>;
698
+ content: string | Array<DeploymentGetConfig2DeploymentsRequestRequestBody1>;
353
699
  /**
354
700
  * Tool call that this message is responding to.
355
701
  */
356
702
  toolCallId: string;
357
703
  cacheControl?: MessagesCacheControl | undefined;
358
704
  };
359
- export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = (components.TextContentPartSchema & {
705
+ /**
706
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
707
+ */
708
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType: {
709
+ readonly Ephemeral: "ephemeral";
710
+ };
711
+ /**
712
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
713
+ */
714
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType>;
715
+ /**
716
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
717
+ *
718
+ * @remarks
719
+ *
720
+ * - `5m`: 5 minutes
721
+ * - `1h`: 1 hour
722
+ *
723
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
724
+ */
725
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl: {
726
+ readonly Fivem: "5m";
727
+ readonly Oneh: "1h";
728
+ };
729
+ /**
730
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
731
+ *
732
+ * @remarks
733
+ *
734
+ * - `5m`: 5 minutes
735
+ * - `1h`: 1 hour
736
+ *
737
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
738
+ */
739
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl>;
740
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl = {
741
+ /**
742
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
743
+ */
744
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType;
745
+ /**
746
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
747
+ *
748
+ * @remarks
749
+ *
750
+ * - `5m`: 5 minutes
751
+ * - `1h`: 1 hour
752
+ *
753
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
754
+ */
755
+ ttl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl | undefined;
756
+ };
757
+ export type DeploymentGetConfig2DeploymentsRequest1 = {
360
758
  type: "text";
361
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
759
+ text: string;
760
+ cacheControl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl | undefined;
761
+ };
762
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42 = DeploymentGetConfig2DeploymentsRequest1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
362
763
  /**
363
764
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
364
765
  */
365
- export type DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<(components.TextContentPartSchema & {
366
- type: "text";
367
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
766
+ export type DeploymentGetConfigMessagesDeploymentsRequestContent = string | Array<DeploymentGetConfig2DeploymentsRequest1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
368
767
  /**
369
768
  * Data about a previous audio response from the model.
370
769
  */
@@ -413,9 +812,7 @@ export type MessagesAssistantMessage = {
413
812
  /**
414
813
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
415
814
  */
416
- content?: string | Array<(components.TextContentPartSchema & {
417
- type: "text";
418
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
815
+ content?: string | Array<DeploymentGetConfig2DeploymentsRequest1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
419
816
  /**
420
817
  * The refusal message by the assistant.
421
818
  */
@@ -440,13 +837,13 @@ export type MessagesAssistantMessage = {
440
837
  /**
441
838
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
442
839
  */
443
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType: {
840
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type: {
444
841
  readonly Ephemeral: "ephemeral";
445
842
  };
446
843
  /**
447
844
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
448
845
  */
449
- export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
846
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
450
847
  /**
451
848
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
452
849
  *
@@ -457,7 +854,7 @@ export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<t
457
854
  *
458
855
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
459
856
  */
460
- export declare const TwoTtl: {
857
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl: {
461
858
  readonly Fivem: "5m";
462
859
  readonly Oneh: "1h";
463
860
  };
@@ -471,12 +868,12 @@ export declare const TwoTtl: {
471
868
  *
472
869
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
473
870
  */
474
- export type TwoTtl = ClosedEnum<typeof TwoTtl>;
475
- export type TwoCacheControl = {
871
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl>;
872
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl = {
476
873
  /**
477
874
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
478
875
  */
479
- type: DeploymentGetConfig2DeploymentsRequestRequestBodyType;
876
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type;
480
877
  /**
481
878
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
482
879
  *
@@ -487,28 +884,81 @@ export type TwoCacheControl = {
487
884
  *
488
885
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
489
886
  */
490
- ttl?: TwoTtl | undefined;
887
+ ttl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl | undefined;
491
888
  };
492
889
  export type Two4 = {
493
890
  /**
494
891
  * The type of the content part. Always `file`.
495
892
  */
496
893
  type: "file";
497
- cacheControl?: TwoCacheControl | undefined;
894
+ cacheControl?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl | undefined;
498
895
  /**
499
896
  * File data for the content part. Must contain either file_data or uri, but not both.
500
897
  */
501
898
  file: components.FileContentPartSchema;
502
899
  };
503
- export type DeploymentGetConfigContentDeploymentsRequest2 = (components.TextContentPartSchema & {
900
+ /**
901
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
902
+ */
903
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type: {
904
+ readonly Ephemeral: "ephemeral";
905
+ };
906
+ /**
907
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
908
+ */
909
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
910
+ /**
911
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
912
+ *
913
+ * @remarks
914
+ *
915
+ * - `5m`: 5 minutes
916
+ * - `1h`: 1 hour
917
+ *
918
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
919
+ */
920
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyTtl: {
921
+ readonly Fivem: "5m";
922
+ readonly Oneh: "1h";
923
+ };
924
+ /**
925
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
926
+ *
927
+ * @remarks
928
+ *
929
+ * - `5m`: 5 minutes
930
+ * - `1h`: 1 hour
931
+ *
932
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
933
+ */
934
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyTtl = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyTtl>;
935
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl = {
936
+ /**
937
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
938
+ */
939
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type;
940
+ /**
941
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
942
+ *
943
+ * @remarks
944
+ *
945
+ * - `5m`: 5 minutes
946
+ * - `1h`: 1 hour
947
+ *
948
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
949
+ */
950
+ ttl?: DeploymentGetConfig2DeploymentsRequestRequestBodyTtl | undefined;
951
+ };
952
+ export type DeploymentGetConfig2Deployments1 = {
504
953
  type: "text";
505
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4;
954
+ text: string;
955
+ cacheControl?: DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl | undefined;
956
+ };
957
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32 = DeploymentGetConfig2Deployments1 | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4;
506
958
  /**
507
959
  * The contents of the user message.
508
960
  */
509
- export type DeploymentGetConfigMessagesDeploymentsContent = string | Array<(components.TextContentPartSchema & {
510
- type: "text";
511
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
961
+ export type DeploymentGetConfigMessagesDeploymentsContent = string | Array<DeploymentGetConfig2Deployments1 | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
512
962
  export type MessagesUserMessage = {
513
963
  /**
514
964
  * The role of the messages author, in this case `user`.
@@ -521,14 +971,73 @@ export type MessagesUserMessage = {
521
971
  /**
522
972
  * The contents of the user message.
523
973
  */
524
- content: string | Array<(components.TextContentPartSchema & {
525
- type: "text";
526
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
974
+ content: string | Array<DeploymentGetConfig2Deployments1 | components.ImageContentPartSchema | components.AudioContentPartSchema | Two4>;
975
+ };
976
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType: {
977
+ readonly Text: "text";
978
+ };
979
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType>;
980
+ /**
981
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
982
+ */
983
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type: {
984
+ readonly Ephemeral: "ephemeral";
985
+ };
986
+ /**
987
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
988
+ */
989
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type>;
990
+ /**
991
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
992
+ *
993
+ * @remarks
994
+ *
995
+ * - `5m`: 5 minutes
996
+ * - `1h`: 1 hour
997
+ *
998
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
999
+ */
1000
+ export declare const DeploymentGetConfigContentDeploymentsTtl: {
1001
+ readonly Fivem: "5m";
1002
+ readonly Oneh: "1h";
1003
+ };
1004
+ /**
1005
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1006
+ *
1007
+ * @remarks
1008
+ *
1009
+ * - `5m`: 5 minutes
1010
+ * - `1h`: 1 hour
1011
+ *
1012
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1013
+ */
1014
+ export type DeploymentGetConfigContentDeploymentsTtl = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsTtl>;
1015
+ export type DeploymentGetConfigContentDeploymentsCacheControl = {
1016
+ /**
1017
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1018
+ */
1019
+ type: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type;
1020
+ /**
1021
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1022
+ *
1023
+ * @remarks
1024
+ *
1025
+ * - `5m`: 5 minutes
1026
+ * - `1h`: 1 hour
1027
+ *
1028
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1029
+ */
1030
+ ttl?: DeploymentGetConfigContentDeploymentsTtl | undefined;
1031
+ };
1032
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2 = {
1033
+ type: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType;
1034
+ text: string;
1035
+ cacheControl?: DeploymentGetConfigContentDeploymentsCacheControl | undefined;
527
1036
  };
528
1037
  /**
529
1038
  * The contents of the developer message.
530
1039
  */
531
- export type DeploymentGetConfigMessagesContent = string | Array<components.TextContentPartSchema>;
1040
+ export type DeploymentGetConfigMessagesContent = string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
532
1041
  export type MessagesDeveloperMessage = {
533
1042
  /**
534
1043
  * The role of the messages author, in this case `developer`.
@@ -537,16 +1046,77 @@ export type MessagesDeveloperMessage = {
537
1046
  /**
538
1047
  * The contents of the developer message.
539
1048
  */
540
- content: string | Array<components.TextContentPartSchema>;
1049
+ content: string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
541
1050
  /**
542
1051
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
543
1052
  */
544
1053
  name?: string | undefined;
545
1054
  };
1055
+ export declare const DeploymentGetConfigContentDeploymentsRequestType: {
1056
+ readonly Text: "text";
1057
+ };
1058
+ export type DeploymentGetConfigContentDeploymentsRequestType = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsRequestType>;
1059
+ /**
1060
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1061
+ */
1062
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyType: {
1063
+ readonly Ephemeral: "ephemeral";
1064
+ };
1065
+ /**
1066
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1067
+ */
1068
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyType = ClosedEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyType>;
1069
+ /**
1070
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1071
+ *
1072
+ * @remarks
1073
+ *
1074
+ * - `5m`: 5 minutes
1075
+ * - `1h`: 1 hour
1076
+ *
1077
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1078
+ */
1079
+ export declare const DeploymentGetConfigContentTtl: {
1080
+ readonly Fivem: "5m";
1081
+ readonly Oneh: "1h";
1082
+ };
1083
+ /**
1084
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1085
+ *
1086
+ * @remarks
1087
+ *
1088
+ * - `5m`: 5 minutes
1089
+ * - `1h`: 1 hour
1090
+ *
1091
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1092
+ */
1093
+ export type DeploymentGetConfigContentTtl = ClosedEnum<typeof DeploymentGetConfigContentTtl>;
1094
+ export type DeploymentGetConfigContentCacheControl = {
1095
+ /**
1096
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1097
+ */
1098
+ type: DeploymentGetConfigContentDeploymentsRequestRequestBodyType;
1099
+ /**
1100
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1101
+ *
1102
+ * @remarks
1103
+ *
1104
+ * - `5m`: 5 minutes
1105
+ * - `1h`: 1 hour
1106
+ *
1107
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1108
+ */
1109
+ ttl?: DeploymentGetConfigContentTtl | undefined;
1110
+ };
1111
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBody2 = {
1112
+ type: DeploymentGetConfigContentDeploymentsRequestType;
1113
+ text: string;
1114
+ cacheControl?: DeploymentGetConfigContentCacheControl | undefined;
1115
+ };
546
1116
  /**
547
1117
  * The contents of the system message.
548
1118
  */
549
- export type MessagesContent = string | Array<components.TextContentPartSchema>;
1119
+ export type MessagesContent = string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
550
1120
  /**
551
1121
  * Developer-provided instructions that the model should follow, regardless of messages sent by the user.
552
1122
  */
@@ -558,13 +1128,13 @@ export type MessagesSystemMessage = {
558
1128
  /**
559
1129
  * The contents of the system message.
560
1130
  */
561
- content: string | Array<components.TextContentPartSchema>;
1131
+ content: string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
562
1132
  /**
563
1133
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
564
1134
  */
565
1135
  name?: string | undefined;
566
1136
  };
567
- export type DeploymentGetConfigMessages = MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage;
1137
+ export type Messages = MessagesSystemMessage | MessagesDeveloperMessage | MessagesUserMessage | MessagesAssistantMessage | MessagesToolMessage;
568
1138
  /**
569
1139
  * Metadata about the document
570
1140
  */
@@ -953,15 +1523,15 @@ export type DeploymentGetConfig22 = {
953
1523
  /**
954
1524
  * Text content part of a prompt message
955
1525
  */
956
- export type DeploymentGetConfig21 = {
1526
+ export type DeploymentGetConfig2DeploymentsResponse1 = {
957
1527
  type: "text";
958
1528
  text: string;
959
1529
  };
960
- export type DeploymentGetConfigContentDeploymentsResponse2 = DeploymentGetConfig21 | DeploymentGetConfig22 | DeploymentGetConfig23;
1530
+ export type DeploymentGetConfigContentDeploymentsResponse2 = DeploymentGetConfig2DeploymentsResponse1 | DeploymentGetConfig22 | DeploymentGetConfig23;
961
1531
  /**
962
1532
  * The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Can be null for tool messages in certain scenarios.
963
1533
  */
964
- export type DeploymentGetConfigContent = string | Array<DeploymentGetConfig21 | DeploymentGetConfig22 | DeploymentGetConfig23>;
1534
+ export type DeploymentGetConfigContent = string | Array<DeploymentGetConfig2DeploymentsResponse1 | DeploymentGetConfig22 | DeploymentGetConfig23>;
965
1535
  export declare const DeploymentGetConfigDeploymentsResponseType: {
966
1536
  readonly Function: "function";
967
1537
  };
@@ -979,7 +1549,7 @@ export type DeploymentGetConfigToolCalls = {
979
1549
  type: DeploymentGetConfigDeploymentsResponseType;
980
1550
  function: DeploymentGetConfigDeploymentsFunction;
981
1551
  };
982
- export type DeploymentGetConfigDeploymentsMessages = {
1552
+ export type DeploymentGetConfigMessages = {
983
1553
  /**
984
1554
  * The role of the prompt message
985
1555
  */
@@ -987,9 +1557,9 @@ export type DeploymentGetConfigDeploymentsMessages = {
987
1557
  /**
988
1558
  * The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Can be null for tool messages in certain scenarios.
989
1559
  */
990
- content: string | Array<DeploymentGetConfig21 | DeploymentGetConfig22 | DeploymentGetConfig23> | null;
1560
+ content: string | Array<DeploymentGetConfig2DeploymentsResponse1 | DeploymentGetConfig22 | DeploymentGetConfig23> | null;
991
1561
  toolCalls?: Array<DeploymentGetConfigToolCalls> | undefined;
992
- toolCallId?: string | null | undefined;
1562
+ toolCallId?: string | undefined;
993
1563
  };
994
1564
  /**
995
1565
  * Only supported on `image` models.
@@ -1279,7 +1849,7 @@ export type DeploymentGetConfigResponseBody = {
1279
1849
  * The current version of the deployment
1280
1850
  */
1281
1851
  version: string;
1282
- messages: Array<DeploymentGetConfigDeploymentsMessages>;
1852
+ messages: Array<DeploymentGetConfigMessages>;
1283
1853
  /**
1284
1854
  * Model Parameters: Not all parameters apply to every model
1285
1855
  */
@@ -1290,21 +1860,56 @@ export type DeploymentGetConfigResponseBody = {
1290
1860
  tools?: Array<DeploymentGetConfigTools> | undefined;
1291
1861
  };
1292
1862
  /** @internal */
1293
- export declare const DeploymentGetConfigContentDeployments2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2, z.ZodTypeDef, unknown>;
1863
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type>;
1294
1864
  /** @internal */
1295
- export type DeploymentGetConfigContentDeployments2$Outbound = components.TextContentPartSchema$Outbound;
1865
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5Type>;
1296
1866
  /** @internal */
1297
- export declare const DeploymentGetConfigContentDeployments2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeployments2>;
1298
- export declare function deploymentGetConfigContentDeployments2ToJSON(deploymentGetConfigContentDeployments2: DeploymentGetConfigContentDeployments2): string;
1299
- export declare function deploymentGetConfigContentDeployments2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeployments2, SDKValidationError>;
1867
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType>;
1868
+ /** @internal */
1869
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessages5ContentType>;
1870
+ /** @internal */
1871
+ export declare const DeploymentGetConfig2DeploymentsRequestTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestTtl>;
1872
+ /** @internal */
1873
+ export declare const DeploymentGetConfig2DeploymentsRequestTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestTtl>;
1874
+ /** @internal */
1875
+ export declare const DeploymentGetConfig2DeploymentsRequestCacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestCacheControl, z.ZodTypeDef, unknown>;
1876
+ /** @internal */
1877
+ export type DeploymentGetConfig2DeploymentsRequestCacheControl$Outbound = {
1878
+ type: string;
1879
+ ttl: string;
1880
+ };
1881
+ /** @internal */
1882
+ export declare const DeploymentGetConfig2DeploymentsRequestCacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestCacheControl>;
1883
+ export declare function deploymentGetConfig2DeploymentsRequestCacheControlToJSON(deploymentGetConfig2DeploymentsRequestCacheControl: DeploymentGetConfig2DeploymentsRequestCacheControl): string;
1884
+ export declare function deploymentGetConfig2DeploymentsRequestCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestCacheControl, SDKValidationError>;
1885
+ /** @internal */
1886
+ export declare const DeploymentGetConfig21$inboundSchema: z.ZodType<DeploymentGetConfig21, z.ZodTypeDef, unknown>;
1887
+ /** @internal */
1888
+ export type DeploymentGetConfig21$Outbound = {
1889
+ type: string;
1890
+ text: string;
1891
+ cache_control?: DeploymentGetConfig2DeploymentsRequestCacheControl$Outbound | undefined;
1892
+ };
1893
+ /** @internal */
1894
+ export declare const DeploymentGetConfig21$outboundSchema: z.ZodType<DeploymentGetConfig21$Outbound, z.ZodTypeDef, DeploymentGetConfig21>;
1895
+ export declare function deploymentGetConfig21ToJSON(deploymentGetConfig21: DeploymentGetConfig21): string;
1896
+ export declare function deploymentGetConfig21FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig21, SDKValidationError>;
1897
+ /** @internal */
1898
+ export declare const DeploymentGetConfigContentDeploymentsRequest2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2, z.ZodTypeDef, unknown>;
1899
+ /** @internal */
1900
+ export type DeploymentGetConfigContentDeploymentsRequest2$Outbound = DeploymentGetConfig21$Outbound;
1901
+ /** @internal */
1902
+ export declare const DeploymentGetConfigContentDeploymentsRequest2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequest2>;
1903
+ export declare function deploymentGetConfigContentDeploymentsRequest2ToJSON(deploymentGetConfigContentDeploymentsRequest2: DeploymentGetConfigContentDeploymentsRequest2): string;
1904
+ export declare function deploymentGetConfigContentDeploymentsRequest2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequest2, SDKValidationError>;
1300
1905
  /** @internal */
1301
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent, z.ZodTypeDef, unknown>;
1906
+ export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent, z.ZodTypeDef, unknown>;
1302
1907
  /** @internal */
1303
- export type DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1908
+ export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<DeploymentGetConfig21$Outbound>;
1304
1909
  /** @internal */
1305
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent>;
1306
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent): string;
1307
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesDeploymentsRequestRequestBodyContent, SDKValidationError>;
1910
+ export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestContent>;
1911
+ export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestContent): string;
1912
+ export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent, SDKValidationError>;
1308
1913
  /** @internal */
1309
1914
  export declare const DeploymentGetConfigPrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigPrefixMessagesType>;
1310
1915
  /** @internal */
@@ -1329,34 +1934,61 @@ export declare const ToolMessage$inboundSchema: z.ZodType<ToolMessage, z.ZodType
1329
1934
  /** @internal */
1330
1935
  export type ToolMessage$Outbound = {
1331
1936
  role: "tool";
1332
- content: string | Array<components.TextContentPartSchema$Outbound>;
1937
+ content: string | Array<DeploymentGetConfig21$Outbound>;
1333
1938
  tool_call_id: string;
1334
1939
  cache_control?: PrefixMessagesCacheControl$Outbound | undefined;
1335
1940
  };
1336
1941
  /** @internal */
1337
- export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound, z.ZodTypeDef, ToolMessage>;
1338
- export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
1339
- export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
1942
+ export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound, z.ZodTypeDef, ToolMessage>;
1943
+ export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
1944
+ export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
1945
+ /** @internal */
1946
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType>;
1947
+ /** @internal */
1948
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyPrefixMessagesType>;
1949
+ /** @internal */
1950
+ export declare const DeploymentGetConfig2DeploymentsTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
1951
+ /** @internal */
1952
+ export declare const DeploymentGetConfig2DeploymentsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsTtl>;
1953
+ /** @internal */
1954
+ export declare const DeploymentGetConfig2DeploymentsCacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsCacheControl, z.ZodTypeDef, unknown>;
1955
+ /** @internal */
1956
+ export type DeploymentGetConfig2DeploymentsCacheControl$Outbound = {
1957
+ type: string;
1958
+ ttl: string;
1959
+ };
1960
+ /** @internal */
1961
+ export declare const DeploymentGetConfig2DeploymentsCacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsCacheControl>;
1962
+ export declare function deploymentGetConfig2DeploymentsCacheControlToJSON(deploymentGetConfig2DeploymentsCacheControl: DeploymentGetConfig2DeploymentsCacheControl): string;
1963
+ export declare function deploymentGetConfig2DeploymentsCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsCacheControl, SDKValidationError>;
1964
+ /** @internal */
1965
+ export declare const Two1$inboundSchema: z.ZodType<Two1, z.ZodTypeDef, unknown>;
1966
+ /** @internal */
1967
+ export type Two1$Outbound = {
1968
+ type: "text";
1969
+ text: string;
1970
+ cache_control?: DeploymentGetConfig2DeploymentsCacheControl$Outbound | undefined;
1971
+ };
1972
+ /** @internal */
1973
+ export declare const Two1$outboundSchema: z.ZodType<Two1$Outbound, z.ZodTypeDef, Two1>;
1974
+ export declare function two1ToJSON(two1: Two1): string;
1975
+ export declare function two1FromJSON(jsonString: string): SafeParseResult<Two1, SDKValidationError>;
1340
1976
  /** @internal */
1341
- export declare const DeploymentGetConfigContent2$inboundSchema: z.ZodType<DeploymentGetConfigContent2, z.ZodTypeDef, unknown>;
1977
+ export declare const DeploymentGetConfigContentDeployments2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2, z.ZodTypeDef, unknown>;
1342
1978
  /** @internal */
1343
- export type DeploymentGetConfigContent2$Outbound = (components.TextContentPartSchema$Outbound & {
1344
- type: "text";
1345
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1979
+ export type DeploymentGetConfigContentDeployments2$Outbound = Two1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1346
1980
  /** @internal */
1347
- export declare const DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
1348
- export declare function deploymentGetConfigContent2ToJSON(deploymentGetConfigContent2: DeploymentGetConfigContent2): string;
1349
- export declare function deploymentGetConfigContent2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContent2, SDKValidationError>;
1981
+ export declare const DeploymentGetConfigContentDeployments2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeployments2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeployments2>;
1982
+ export declare function deploymentGetConfigContentDeployments2ToJSON(deploymentGetConfigContentDeployments2: DeploymentGetConfigContentDeployments2): string;
1983
+ export declare function deploymentGetConfigContentDeployments2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeployments2, SDKValidationError>;
1350
1984
  /** @internal */
1351
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent, z.ZodTypeDef, unknown>;
1985
+ export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent, z.ZodTypeDef, unknown>;
1352
1986
  /** @internal */
1353
- export type DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1354
- type: "text";
1355
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
1987
+ export type DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<Two1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
1356
1988
  /** @internal */
1357
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsRequestContent>;
1358
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsRequestContent: DeploymentGetConfigPrefixMessagesDeploymentsRequestContent): string;
1359
- export declare function deploymentGetConfigPrefixMessagesDeploymentsRequestContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesDeploymentsRequestContent, SDKValidationError>;
1989
+ export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsContent>;
1990
+ export declare function deploymentGetConfigPrefixMessagesDeploymentsContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsContent: DeploymentGetConfigPrefixMessagesDeploymentsContent): string;
1991
+ export declare function deploymentGetConfigPrefixMessagesDeploymentsContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesDeploymentsContent, SDKValidationError>;
1360
1992
  /** @internal */
1361
1993
  export declare const Audio$inboundSchema: z.ZodType<Audio, z.ZodTypeDef, unknown>;
1362
1994
  /** @internal */
@@ -1372,71 +2004,69 @@ export declare const PrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof Pr
1372
2004
  /** @internal */
1373
2005
  export declare const PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof PrefixMessagesType>;
1374
2006
  /** @internal */
1375
- export declare const PrefixMessagesFunction$inboundSchema: z.ZodType<PrefixMessagesFunction, z.ZodTypeDef, unknown>;
2007
+ export declare const FunctionT$inboundSchema: z.ZodType<FunctionT, z.ZodTypeDef, unknown>;
1376
2008
  /** @internal */
1377
- export type PrefixMessagesFunction$Outbound = {
2009
+ export type FunctionT$Outbound = {
1378
2010
  name?: string | undefined;
1379
2011
  arguments?: string | undefined;
1380
2012
  };
1381
2013
  /** @internal */
1382
- export declare const PrefixMessagesFunction$outboundSchema: z.ZodType<PrefixMessagesFunction$Outbound, z.ZodTypeDef, PrefixMessagesFunction>;
1383
- export declare function prefixMessagesFunctionToJSON(prefixMessagesFunction: PrefixMessagesFunction): string;
1384
- export declare function prefixMessagesFunctionFromJSON(jsonString: string): SafeParseResult<PrefixMessagesFunction, SDKValidationError>;
2014
+ export declare const FunctionT$outboundSchema: z.ZodType<FunctionT$Outbound, z.ZodTypeDef, FunctionT>;
2015
+ export declare function functionToJSON(functionT: FunctionT): string;
2016
+ export declare function functionFromJSON(jsonString: string): SafeParseResult<FunctionT, SDKValidationError>;
1385
2017
  /** @internal */
1386
- export declare const PrefixMessagesToolCalls$inboundSchema: z.ZodType<PrefixMessagesToolCalls, z.ZodTypeDef, unknown>;
2018
+ export declare const ToolCalls$inboundSchema: z.ZodType<ToolCalls, z.ZodTypeDef, unknown>;
1387
2019
  /** @internal */
1388
- export type PrefixMessagesToolCalls$Outbound = {
2020
+ export type ToolCalls$Outbound = {
1389
2021
  id: string;
1390
2022
  type: string;
1391
- function: PrefixMessagesFunction$Outbound;
2023
+ function: FunctionT$Outbound;
1392
2024
  thought_signature?: string | undefined;
1393
2025
  };
1394
2026
  /** @internal */
1395
- export declare const PrefixMessagesToolCalls$outboundSchema: z.ZodType<PrefixMessagesToolCalls$Outbound, z.ZodTypeDef, PrefixMessagesToolCalls>;
1396
- export declare function prefixMessagesToolCallsToJSON(prefixMessagesToolCalls: PrefixMessagesToolCalls): string;
1397
- export declare function prefixMessagesToolCallsFromJSON(jsonString: string): SafeParseResult<PrefixMessagesToolCalls, SDKValidationError>;
2027
+ export declare const ToolCalls$outboundSchema: z.ZodType<ToolCalls$Outbound, z.ZodTypeDef, ToolCalls>;
2028
+ export declare function toolCallsToJSON(toolCalls: ToolCalls): string;
2029
+ export declare function toolCallsFromJSON(jsonString: string): SafeParseResult<ToolCalls, SDKValidationError>;
1398
2030
  /** @internal */
1399
2031
  export declare const AssistantMessage$inboundSchema: z.ZodType<AssistantMessage, z.ZodTypeDef, unknown>;
1400
2032
  /** @internal */
1401
2033
  export type AssistantMessage$Outbound = {
1402
- content?: string | Array<(components.TextContentPartSchema$Outbound & {
1403
- type: "text";
1404
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
2034
+ content?: string | Array<Two1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
1405
2035
  refusal?: string | null | undefined;
1406
2036
  role: "assistant";
1407
2037
  name?: string | undefined;
1408
2038
  audio?: Audio$Outbound | null | undefined;
1409
- tool_calls?: Array<PrefixMessagesToolCalls$Outbound> | undefined;
2039
+ tool_calls?: Array<ToolCalls$Outbound> | undefined;
1410
2040
  };
1411
2041
  /** @internal */
1412
2042
  export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage$Outbound, z.ZodTypeDef, AssistantMessage>;
1413
2043
  export declare function assistantMessageToJSON(assistantMessage: AssistantMessage): string;
1414
2044
  export declare function assistantMessageFromJSON(jsonString: string): SafeParseResult<AssistantMessage, SDKValidationError>;
1415
2045
  /** @internal */
1416
- export declare const DeploymentGetConfig2DeploymentsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
2046
+ export declare const DeploymentGetConfig2DeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1417
2047
  /** @internal */
1418
- export declare const DeploymentGetConfig2DeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
2048
+ export declare const DeploymentGetConfig2DeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1419
2049
  /** @internal */
1420
- export declare const Ttl$inboundSchema: z.ZodNativeEnum<typeof Ttl>;
2050
+ export declare const DeploymentGetConfig2Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Ttl>;
1421
2051
  /** @internal */
1422
- export declare const Ttl$outboundSchema: z.ZodNativeEnum<typeof Ttl>;
2052
+ export declare const DeploymentGetConfig2Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Ttl>;
1423
2053
  /** @internal */
1424
- export declare const CacheControl$inboundSchema: z.ZodType<CacheControl, z.ZodTypeDef, unknown>;
2054
+ export declare const DeploymentGetConfig2CacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2CacheControl, z.ZodTypeDef, unknown>;
1425
2055
  /** @internal */
1426
- export type CacheControl$Outbound = {
2056
+ export type DeploymentGetConfig2CacheControl$Outbound = {
1427
2057
  type: string;
1428
2058
  ttl: string;
1429
2059
  };
1430
2060
  /** @internal */
1431
- export declare const CacheControl$outboundSchema: z.ZodType<CacheControl$Outbound, z.ZodTypeDef, CacheControl>;
1432
- export declare function cacheControlToJSON(cacheControl: CacheControl): string;
1433
- export declare function cacheControlFromJSON(jsonString: string): SafeParseResult<CacheControl, SDKValidationError>;
2061
+ export declare const DeploymentGetConfig2CacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2CacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2CacheControl>;
2062
+ export declare function deploymentGetConfig2CacheControlToJSON(deploymentGetConfig2CacheControl: DeploymentGetConfig2CacheControl): string;
2063
+ export declare function deploymentGetConfig2CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2CacheControl, SDKValidationError>;
1434
2064
  /** @internal */
1435
2065
  export declare const Four$inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
1436
2066
  /** @internal */
1437
2067
  export type Four$Outbound = {
1438
2068
  type: "file";
1439
- cache_control?: CacheControl$Outbound | undefined;
2069
+ cache_control?: DeploymentGetConfig2CacheControl$Outbound | undefined;
1440
2070
  file: components.FileContentPartSchema$Outbound;
1441
2071
  };
1442
2072
  /** @internal */
@@ -1444,53 +2074,113 @@ export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef,
1444
2074
  export declare function fourToJSON(four: Four): string;
1445
2075
  export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
1446
2076
  /** @internal */
1447
- export declare const Content2$inboundSchema: z.ZodType<Content2, z.ZodTypeDef, unknown>;
2077
+ export declare const DeploymentGetConfig2Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Type>;
1448
2078
  /** @internal */
1449
- export type Content2$Outbound = (components.TextContentPartSchema$Outbound & {
1450
- type: "text";
1451
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound;
2079
+ export declare const DeploymentGetConfig2Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Type>;
1452
2080
  /** @internal */
1453
- export declare const Content2$outboundSchema: z.ZodType<Content2$Outbound, z.ZodTypeDef, Content2>;
1454
- export declare function content2ToJSON(content2: Content2): string;
1455
- export declare function content2FromJSON(jsonString: string): SafeParseResult<Content2, SDKValidationError>;
2081
+ export declare const TwoTtl$inboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
1456
2082
  /** @internal */
1457
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent, z.ZodTypeDef, unknown>;
2083
+ export declare const TwoTtl$outboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
2084
+ /** @internal */
2085
+ export declare const TwoCacheControl$inboundSchema: z.ZodType<TwoCacheControl, z.ZodTypeDef, unknown>;
2086
+ /** @internal */
2087
+ export type TwoCacheControl$Outbound = {
2088
+ type: string;
2089
+ ttl: string;
2090
+ };
2091
+ /** @internal */
2092
+ export declare const TwoCacheControl$outboundSchema: z.ZodType<TwoCacheControl$Outbound, z.ZodTypeDef, TwoCacheControl>;
2093
+ export declare function twoCacheControlToJSON(twoCacheControl: TwoCacheControl): string;
2094
+ export declare function twoCacheControlFromJSON(jsonString: string): SafeParseResult<TwoCacheControl, SDKValidationError>;
1458
2095
  /** @internal */
1459
- export type DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
2096
+ export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
2097
+ /** @internal */
2098
+ export type One$Outbound = {
1460
2099
  type: "text";
1461
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
2100
+ text: string;
2101
+ cache_control?: TwoCacheControl$Outbound | undefined;
2102
+ };
1462
2103
  /** @internal */
1463
- export declare const DeploymentGetConfigPrefixMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesDeploymentsContent>;
1464
- export declare function deploymentGetConfigPrefixMessagesDeploymentsContentToJSON(deploymentGetConfigPrefixMessagesDeploymentsContent: DeploymentGetConfigPrefixMessagesDeploymentsContent): string;
1465
- export declare function deploymentGetConfigPrefixMessagesDeploymentsContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesDeploymentsContent, SDKValidationError>;
2104
+ export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
2105
+ export declare function oneToJSON(one: One): string;
2106
+ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SDKValidationError>;
2107
+ /** @internal */
2108
+ export declare const DeploymentGetConfigContent2$inboundSchema: z.ZodType<DeploymentGetConfigContent2, z.ZodTypeDef, unknown>;
2109
+ /** @internal */
2110
+ export type DeploymentGetConfigContent2$Outbound = One$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound;
2111
+ /** @internal */
2112
+ export declare const DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
2113
+ export declare function deploymentGetConfigContent2ToJSON(deploymentGetConfigContent2: DeploymentGetConfigContent2): string;
2114
+ export declare function deploymentGetConfigContent2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContent2, SDKValidationError>;
2115
+ /** @internal */
2116
+ export declare const DeploymentGetConfigPrefixMessagesContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent, z.ZodTypeDef, unknown>;
2117
+ /** @internal */
2118
+ export type DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<One$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
2119
+ /** @internal */
2120
+ export declare const DeploymentGetConfigPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesContent>;
2121
+ export declare function deploymentGetConfigPrefixMessagesContentToJSON(deploymentGetConfigPrefixMessagesContent: DeploymentGetConfigPrefixMessagesContent): string;
2122
+ export declare function deploymentGetConfigPrefixMessagesContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesContent, SDKValidationError>;
1466
2123
  /** @internal */
1467
2124
  export declare const UserMessage$inboundSchema: z.ZodType<UserMessage, z.ZodTypeDef, unknown>;
1468
2125
  /** @internal */
1469
2126
  export type UserMessage$Outbound = {
1470
2127
  role: "user";
1471
2128
  name?: string | undefined;
1472
- content: string | Array<(components.TextContentPartSchema$Outbound & {
1473
- type: "text";
1474
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
2129
+ content: string | Array<One$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Four$Outbound>;
1475
2130
  };
1476
2131
  /** @internal */
1477
2132
  export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
1478
2133
  export declare function userMessageToJSON(userMessage: UserMessage): string;
1479
2134
  export declare function userMessageFromJSON(jsonString: string): SafeParseResult<UserMessage, SDKValidationError>;
1480
2135
  /** @internal */
1481
- export declare const DeploymentGetConfigPrefixMessagesContent$inboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent, z.ZodTypeDef, unknown>;
2136
+ export declare const DeploymentGetConfigContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentType>;
1482
2137
  /** @internal */
1483
- export type DeploymentGetConfigPrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2138
+ export declare const DeploymentGetConfigContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentType>;
1484
2139
  /** @internal */
1485
- export declare const DeploymentGetConfigPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigPrefixMessagesContent>;
1486
- export declare function deploymentGetConfigPrefixMessagesContentToJSON(deploymentGetConfigPrefixMessagesContent: DeploymentGetConfigPrefixMessagesContent): string;
1487
- export declare function deploymentGetConfigPrefixMessagesContentFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigPrefixMessagesContent, SDKValidationError>;
2140
+ export declare const DeploymentGetConfigContentDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsType>;
2141
+ /** @internal */
2142
+ export declare const DeploymentGetConfigContentDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsType>;
2143
+ /** @internal */
2144
+ export declare const ContentTtl$inboundSchema: z.ZodNativeEnum<typeof ContentTtl>;
2145
+ /** @internal */
2146
+ export declare const ContentTtl$outboundSchema: z.ZodNativeEnum<typeof ContentTtl>;
2147
+ /** @internal */
2148
+ export declare const ContentCacheControl$inboundSchema: z.ZodType<ContentCacheControl, z.ZodTypeDef, unknown>;
2149
+ /** @internal */
2150
+ export type ContentCacheControl$Outbound = {
2151
+ type: string;
2152
+ ttl: string;
2153
+ };
2154
+ /** @internal */
2155
+ export declare const ContentCacheControl$outboundSchema: z.ZodType<ContentCacheControl$Outbound, z.ZodTypeDef, ContentCacheControl>;
2156
+ export declare function contentCacheControlToJSON(contentCacheControl: ContentCacheControl): string;
2157
+ export declare function contentCacheControlFromJSON(jsonString: string): SafeParseResult<ContentCacheControl, SDKValidationError>;
2158
+ /** @internal */
2159
+ export declare const Content2$inboundSchema: z.ZodType<Content2, z.ZodTypeDef, unknown>;
2160
+ /** @internal */
2161
+ export type Content2$Outbound = {
2162
+ type: string;
2163
+ text: string;
2164
+ cache_control?: ContentCacheControl$Outbound | undefined;
2165
+ };
2166
+ /** @internal */
2167
+ export declare const Content2$outboundSchema: z.ZodType<Content2$Outbound, z.ZodTypeDef, Content2>;
2168
+ export declare function content2ToJSON(content2: Content2): string;
2169
+ export declare function content2FromJSON(jsonString: string): SafeParseResult<Content2, SDKValidationError>;
2170
+ /** @internal */
2171
+ export declare const PrefixMessagesContent$inboundSchema: z.ZodType<PrefixMessagesContent, z.ZodTypeDef, unknown>;
2172
+ /** @internal */
2173
+ export type PrefixMessagesContent$Outbound = string | Array<Content2$Outbound>;
2174
+ /** @internal */
2175
+ export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessagesContent$Outbound, z.ZodTypeDef, PrefixMessagesContent>;
2176
+ export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
2177
+ export declare function prefixMessagesContentFromJSON(jsonString: string): SafeParseResult<PrefixMessagesContent, SDKValidationError>;
1488
2178
  /** @internal */
1489
2179
  export declare const DeveloperMessage$inboundSchema: z.ZodType<DeveloperMessage, z.ZodTypeDef, unknown>;
1490
2180
  /** @internal */
1491
2181
  export type DeveloperMessage$Outbound = {
1492
2182
  role: "developer";
1493
- content: string | Array<components.TextContentPartSchema$Outbound>;
2183
+ content: string | Array<Content2$Outbound>;
1494
2184
  name?: string | undefined;
1495
2185
  };
1496
2186
  /** @internal */
@@ -1498,19 +2188,54 @@ export declare const DeveloperMessage$outboundSchema: z.ZodType<DeveloperMessage
1498
2188
  export declare function developerMessageToJSON(developerMessage: DeveloperMessage): string;
1499
2189
  export declare function developerMessageFromJSON(jsonString: string): SafeParseResult<DeveloperMessage, SDKValidationError>;
1500
2190
  /** @internal */
1501
- export declare const PrefixMessagesContent$inboundSchema: z.ZodType<PrefixMessagesContent, z.ZodTypeDef, unknown>;
2191
+ export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
1502
2192
  /** @internal */
1503
- export type PrefixMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2193
+ export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
1504
2194
  /** @internal */
1505
- export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessagesContent$Outbound, z.ZodTypeDef, PrefixMessagesContent>;
1506
- export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
1507
- export declare function prefixMessagesContentFromJSON(jsonString: string): SafeParseResult<PrefixMessagesContent, SDKValidationError>;
2195
+ export declare const ContentType$inboundSchema: z.ZodNativeEnum<typeof ContentType>;
2196
+ /** @internal */
2197
+ export declare const ContentType$outboundSchema: z.ZodNativeEnum<typeof ContentType>;
2198
+ /** @internal */
2199
+ export declare const Ttl$inboundSchema: z.ZodNativeEnum<typeof Ttl>;
2200
+ /** @internal */
2201
+ export declare const Ttl$outboundSchema: z.ZodNativeEnum<typeof Ttl>;
2202
+ /** @internal */
2203
+ export declare const CacheControl$inboundSchema: z.ZodType<CacheControl, z.ZodTypeDef, unknown>;
2204
+ /** @internal */
2205
+ export type CacheControl$Outbound = {
2206
+ type: string;
2207
+ ttl: string;
2208
+ };
2209
+ /** @internal */
2210
+ export declare const CacheControl$outboundSchema: z.ZodType<CacheControl$Outbound, z.ZodTypeDef, CacheControl>;
2211
+ export declare function cacheControlToJSON(cacheControl: CacheControl): string;
2212
+ export declare function cacheControlFromJSON(jsonString: string): SafeParseResult<CacheControl, SDKValidationError>;
2213
+ /** @internal */
2214
+ export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
2215
+ /** @internal */
2216
+ export type Two$Outbound = {
2217
+ type: string;
2218
+ text: string;
2219
+ cache_control?: CacheControl$Outbound | undefined;
2220
+ };
2221
+ /** @internal */
2222
+ export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
2223
+ export declare function twoToJSON(two: Two): string;
2224
+ export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SDKValidationError>;
2225
+ /** @internal */
2226
+ export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
2227
+ /** @internal */
2228
+ export type Content$Outbound = string | Array<Two$Outbound>;
2229
+ /** @internal */
2230
+ export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
2231
+ export declare function contentToJSON(content: Content): string;
2232
+ export declare function contentFromJSON(jsonString: string): SafeParseResult<Content, SDKValidationError>;
1508
2233
  /** @internal */
1509
2234
  export declare const SystemMessage$inboundSchema: z.ZodType<SystemMessage, z.ZodTypeDef, unknown>;
1510
2235
  /** @internal */
1511
2236
  export type SystemMessage$Outbound = {
1512
2237
  role: "system";
1513
- content: string | Array<components.TextContentPartSchema$Outbound>;
2238
+ content: string | Array<Two$Outbound>;
1514
2239
  name?: string | undefined;
1515
2240
  };
1516
2241
  /** @internal */
@@ -1526,17 +2251,52 @@ export declare const PrefixMessages$outboundSchema: z.ZodType<PrefixMessages$Out
1526
2251
  export declare function prefixMessagesToJSON(prefixMessages: PrefixMessages): string;
1527
2252
  export declare function prefixMessagesFromJSON(jsonString: string): SafeParseResult<PrefixMessages, SDKValidationError>;
1528
2253
  /** @internal */
1529
- export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2, z.ZodTypeDef, unknown>;
2254
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type>;
1530
2255
  /** @internal */
1531
- export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound = components.TextContentPartSchema$Outbound;
2256
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Type>;
1532
2257
  /** @internal */
1533
- export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
1534
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2): string;
1535
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2, SDKValidationError>;
2258
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType>;
2259
+ /** @internal */
2260
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5ContentType>;
2261
+ /** @internal */
2262
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl>;
2263
+ /** @internal */
2264
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5Ttl>;
2265
+ /** @internal */
2266
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl, z.ZodTypeDef, unknown>;
2267
+ /** @internal */
2268
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl$Outbound = {
2269
+ type: string;
2270
+ ttl: string;
2271
+ };
2272
+ /** @internal */
2273
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl>;
2274
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControlToJSON(deploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl): string;
2275
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl, SDKValidationError>;
2276
+ /** @internal */
2277
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBody1$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBody1, z.ZodTypeDef, unknown>;
2278
+ /** @internal */
2279
+ export type DeploymentGetConfig2DeploymentsRequestRequestBody1$Outbound = {
2280
+ type: string;
2281
+ text: string;
2282
+ cache_control?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages5CacheControl$Outbound | undefined;
2283
+ };
2284
+ /** @internal */
2285
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBody1$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBody1$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestRequestBody1>;
2286
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBody1ToJSON(deploymentGetConfig2DeploymentsRequestRequestBody1: DeploymentGetConfig2DeploymentsRequestRequestBody1): string;
2287
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBody1FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestRequestBody1, SDKValidationError>;
2288
+ /** @internal */
2289
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52, z.ZodTypeDef, unknown>;
2290
+ /** @internal */
2291
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$Outbound = DeploymentGetConfig2DeploymentsRequestRequestBody1$Outbound;
2292
+ /** @internal */
2293
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52>;
2294
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages52ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages52: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52): string;
2295
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages52FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages52, SDKValidationError>;
1536
2296
  /** @internal */
1537
2297
  export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$inboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent, z.ZodTypeDef, unknown>;
1538
2298
  /** @internal */
1539
- export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2299
+ export type DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound = string | Array<DeploymentGetConfig2DeploymentsRequestRequestBody1$Outbound>;
1540
2300
  /** @internal */
1541
2301
  export declare const DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent>;
1542
2302
  export declare function deploymentGetConfigMessagesDeploymentsRequestRequestBodyContentToJSON(deploymentGetConfigMessagesDeploymentsRequestRequestBodyContent: DeploymentGetConfigMessagesDeploymentsRequestRequestBodyContent): string;
@@ -1565,7 +2325,7 @@ export declare const MessagesToolMessage$inboundSchema: z.ZodType<MessagesToolMe
1565
2325
  /** @internal */
1566
2326
  export type MessagesToolMessage$Outbound = {
1567
2327
  role: "tool";
1568
- content: string | Array<components.TextContentPartSchema$Outbound>;
2328
+ content: string | Array<DeploymentGetConfig2DeploymentsRequestRequestBody1$Outbound>;
1569
2329
  tool_call_id: string;
1570
2330
  cache_control?: MessagesCacheControl$Outbound | undefined;
1571
2331
  };
@@ -1574,21 +2334,48 @@ export declare const MessagesToolMessage$outboundSchema: z.ZodType<MessagesToolM
1574
2334
  export declare function messagesToolMessageToJSON(messagesToolMessage: MessagesToolMessage): string;
1575
2335
  export declare function messagesToolMessageFromJSON(jsonString: string): SafeParseResult<MessagesToolMessage, SDKValidationError>;
1576
2336
  /** @internal */
1577
- export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2, z.ZodTypeDef, unknown>;
2337
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType>;
2338
+ /** @internal */
2339
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType>;
2340
+ /** @internal */
2341
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl>;
2342
+ /** @internal */
2343
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Ttl>;
2344
+ /** @internal */
2345
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl, z.ZodTypeDef, unknown>;
2346
+ /** @internal */
2347
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl$Outbound = {
2348
+ type: string;
2349
+ ttl: string;
2350
+ };
1578
2351
  /** @internal */
1579
- export type DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
2352
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl>;
2353
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControlToJSON(deploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl): string;
2354
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl, SDKValidationError>;
2355
+ /** @internal */
2356
+ export declare const DeploymentGetConfig2DeploymentsRequest1$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequest1, z.ZodTypeDef, unknown>;
2357
+ /** @internal */
2358
+ export type DeploymentGetConfig2DeploymentsRequest1$Outbound = {
1580
2359
  type: "text";
1581
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
2360
+ text: string;
2361
+ cache_control?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4CacheControl$Outbound | undefined;
2362
+ };
1582
2363
  /** @internal */
1583
- export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
1584
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBody2: DeploymentGetConfigContentDeploymentsRequestRequestBody2): string;
1585
- export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBody2, SDKValidationError>;
2364
+ export declare const DeploymentGetConfig2DeploymentsRequest1$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequest1$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequest1>;
2365
+ export declare function deploymentGetConfig2DeploymentsRequest1ToJSON(deploymentGetConfig2DeploymentsRequest1: DeploymentGetConfig2DeploymentsRequest1): string;
2366
+ export declare function deploymentGetConfig2DeploymentsRequest1FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequest1, SDKValidationError>;
2367
+ /** @internal */
2368
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42, z.ZodTypeDef, unknown>;
2369
+ /** @internal */
2370
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42$Outbound = DeploymentGetConfig2DeploymentsRequest1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
2371
+ /** @internal */
2372
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42>;
2373
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages42ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages42: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42): string;
2374
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages42FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages42, SDKValidationError>;
1586
2375
  /** @internal */
1587
2376
  export declare const DeploymentGetConfigMessagesDeploymentsRequestContent$inboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestContent, z.ZodTypeDef, unknown>;
1588
2377
  /** @internal */
1589
- export type DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1590
- type: "text";
1591
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
2378
+ export type DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound = string | Array<DeploymentGetConfig2DeploymentsRequest1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
1592
2379
  /** @internal */
1593
2380
  export declare const DeploymentGetConfigMessagesDeploymentsRequestContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsRequestContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsRequestContent>;
1594
2381
  export declare function deploymentGetConfigMessagesDeploymentsRequestContentToJSON(deploymentGetConfigMessagesDeploymentsRequestContent: DeploymentGetConfigMessagesDeploymentsRequestContent): string;
@@ -1635,9 +2422,7 @@ export declare function messagesToolCallsFromJSON(jsonString: string): SafeParse
1635
2422
  export declare const MessagesAssistantMessage$inboundSchema: z.ZodType<MessagesAssistantMessage, z.ZodTypeDef, unknown>;
1636
2423
  /** @internal */
1637
2424
  export type MessagesAssistantMessage$Outbound = {
1638
- content?: string | Array<(components.TextContentPartSchema$Outbound & {
1639
- type: "text";
1640
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
2425
+ content?: string | Array<DeploymentGetConfig2DeploymentsRequest1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
1641
2426
  refusal?: string | null | undefined;
1642
2427
  role: "assistant";
1643
2428
  name?: string | undefined;
@@ -1649,30 +2434,30 @@ export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<Messages
1649
2434
  export declare function messagesAssistantMessageToJSON(messagesAssistantMessage: MessagesAssistantMessage): string;
1650
2435
  export declare function messagesAssistantMessageFromJSON(jsonString: string): SafeParseResult<MessagesAssistantMessage, SDKValidationError>;
1651
2436
  /** @internal */
1652
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
2437
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
1653
2438
  /** @internal */
1654
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
2439
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
1655
2440
  /** @internal */
1656
- export declare const TwoTtl$inboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
2441
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl>;
1657
2442
  /** @internal */
1658
- export declare const TwoTtl$outboundSchema: z.ZodNativeEnum<typeof TwoTtl>;
2443
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesTtl>;
1659
2444
  /** @internal */
1660
- export declare const TwoCacheControl$inboundSchema: z.ZodType<TwoCacheControl, z.ZodTypeDef, unknown>;
2445
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl, z.ZodTypeDef, unknown>;
1661
2446
  /** @internal */
1662
- export type TwoCacheControl$Outbound = {
2447
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl$Outbound = {
1663
2448
  type: string;
1664
2449
  ttl: string;
1665
2450
  };
1666
2451
  /** @internal */
1667
- export declare const TwoCacheControl$outboundSchema: z.ZodType<TwoCacheControl$Outbound, z.ZodTypeDef, TwoCacheControl>;
1668
- export declare function twoCacheControlToJSON(twoCacheControl: TwoCacheControl): string;
1669
- export declare function twoCacheControlFromJSON(jsonString: string): SafeParseResult<TwoCacheControl, SDKValidationError>;
2452
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl>;
2453
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControlToJSON(deploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl): string;
2454
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl, SDKValidationError>;
1670
2455
  /** @internal */
1671
2456
  export declare const Two4$inboundSchema: z.ZodType<Two4, z.ZodTypeDef, unknown>;
1672
2457
  /** @internal */
1673
2458
  export type Two4$Outbound = {
1674
2459
  type: "file";
1675
- cache_control?: TwoCacheControl$Outbound | undefined;
2460
+ cache_control?: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesCacheControl$Outbound | undefined;
1676
2461
  file: components.FileContentPartSchema$Outbound;
1677
2462
  };
1678
2463
  /** @internal */
@@ -1680,21 +2465,48 @@ export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef,
1680
2465
  export declare function two4ToJSON(two4: Two4): string;
1681
2466
  export declare function two4FromJSON(jsonString: string): SafeParseResult<Two4, SDKValidationError>;
1682
2467
  /** @internal */
1683
- export declare const DeploymentGetConfigContentDeploymentsRequest2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2, z.ZodTypeDef, unknown>;
2468
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2469
+ /** @internal */
2470
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2471
+ /** @internal */
2472
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyTtl>;
2473
+ /** @internal */
2474
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyTtl>;
2475
+ /** @internal */
2476
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl, z.ZodTypeDef, unknown>;
1684
2477
  /** @internal */
1685
- export type DeploymentGetConfigContentDeploymentsRequest2$Outbound = (components.TextContentPartSchema$Outbound & {
2478
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl$Outbound = {
2479
+ type: string;
2480
+ ttl: string;
2481
+ };
2482
+ /** @internal */
2483
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl>;
2484
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyCacheControlToJSON(deploymentGetConfig2DeploymentsRequestRequestBodyCacheControl: DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl): string;
2485
+ export declare function deploymentGetConfig2DeploymentsRequestRequestBodyCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl, SDKValidationError>;
2486
+ /** @internal */
2487
+ export declare const DeploymentGetConfig2Deployments1$inboundSchema: z.ZodType<DeploymentGetConfig2Deployments1, z.ZodTypeDef, unknown>;
2488
+ /** @internal */
2489
+ export type DeploymentGetConfig2Deployments1$Outbound = {
1686
2490
  type: "text";
1687
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound;
2491
+ text: string;
2492
+ cache_control?: DeploymentGetConfig2DeploymentsRequestRequestBodyCacheControl$Outbound | undefined;
2493
+ };
1688
2494
  /** @internal */
1689
- export declare const DeploymentGetConfigContentDeploymentsRequest2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequest2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequest2>;
1690
- export declare function deploymentGetConfigContentDeploymentsRequest2ToJSON(deploymentGetConfigContentDeploymentsRequest2: DeploymentGetConfigContentDeploymentsRequest2): string;
1691
- export declare function deploymentGetConfigContentDeploymentsRequest2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequest2, SDKValidationError>;
2495
+ export declare const DeploymentGetConfig2Deployments1$outboundSchema: z.ZodType<DeploymentGetConfig2Deployments1$Outbound, z.ZodTypeDef, DeploymentGetConfig2Deployments1>;
2496
+ export declare function deploymentGetConfig2Deployments1ToJSON(deploymentGetConfig2Deployments1: DeploymentGetConfig2Deployments1): string;
2497
+ export declare function deploymentGetConfig2Deployments1FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2Deployments1, SDKValidationError>;
2498
+ /** @internal */
2499
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32, z.ZodTypeDef, unknown>;
2500
+ /** @internal */
2501
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32$Outbound = DeploymentGetConfig2Deployments1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound;
2502
+ /** @internal */
2503
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32>;
2504
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages32ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages32: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32): string;
2505
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages32FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages32, SDKValidationError>;
1692
2506
  /** @internal */
1693
2507
  export declare const DeploymentGetConfigMessagesDeploymentsContent$inboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsContent, z.ZodTypeDef, unknown>;
1694
2508
  /** @internal */
1695
- export type DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1696
- type: "text";
1697
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
2509
+ export type DeploymentGetConfigMessagesDeploymentsContent$Outbound = string | Array<DeploymentGetConfig2Deployments1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
1698
2510
  /** @internal */
1699
2511
  export declare const DeploymentGetConfigMessagesDeploymentsContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesDeploymentsContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesDeploymentsContent>;
1700
2512
  export declare function deploymentGetConfigMessagesDeploymentsContentToJSON(deploymentGetConfigMessagesDeploymentsContent: DeploymentGetConfigMessagesDeploymentsContent): string;
@@ -1705,18 +2517,51 @@ export declare const MessagesUserMessage$inboundSchema: z.ZodType<MessagesUserMe
1705
2517
  export type MessagesUserMessage$Outbound = {
1706
2518
  role: "user";
1707
2519
  name?: string | undefined;
1708
- content: string | Array<(components.TextContentPartSchema$Outbound & {
1709
- type: "text";
1710
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
2520
+ content: string | Array<DeploymentGetConfig2Deployments1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | Two4$Outbound>;
1711
2521
  };
1712
2522
  /** @internal */
1713
2523
  export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
1714
2524
  export declare function messagesUserMessageToJSON(messagesUserMessage: MessagesUserMessage): string;
1715
2525
  export declare function messagesUserMessageFromJSON(jsonString: string): SafeParseResult<MessagesUserMessage, SDKValidationError>;
1716
2526
  /** @internal */
2527
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType>;
2528
+ /** @internal */
2529
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessagesType>;
2530
+ /** @internal */
2531
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type>;
2532
+ /** @internal */
2533
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2Type>;
2534
+ /** @internal */
2535
+ export declare const DeploymentGetConfigContentDeploymentsTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsTtl>;
2536
+ /** @internal */
2537
+ export declare const DeploymentGetConfigContentDeploymentsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsTtl>;
2538
+ /** @internal */
2539
+ export declare const DeploymentGetConfigContentDeploymentsCacheControl$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsCacheControl, z.ZodTypeDef, unknown>;
2540
+ /** @internal */
2541
+ export type DeploymentGetConfigContentDeploymentsCacheControl$Outbound = {
2542
+ type: string;
2543
+ ttl: string;
2544
+ };
2545
+ /** @internal */
2546
+ export declare const DeploymentGetConfigContentDeploymentsCacheControl$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsCacheControl>;
2547
+ export declare function deploymentGetConfigContentDeploymentsCacheControlToJSON(deploymentGetConfigContentDeploymentsCacheControl: DeploymentGetConfigContentDeploymentsCacheControl): string;
2548
+ export declare function deploymentGetConfigContentDeploymentsCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsCacheControl, SDKValidationError>;
2549
+ /** @internal */
2550
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2, z.ZodTypeDef, unknown>;
2551
+ /** @internal */
2552
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound = {
2553
+ type: string;
2554
+ text: string;
2555
+ cache_control?: DeploymentGetConfigContentDeploymentsCacheControl$Outbound | undefined;
2556
+ };
2557
+ /** @internal */
2558
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2>;
2559
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2: DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2): string;
2560
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBodyMessages2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2, SDKValidationError>;
2561
+ /** @internal */
1717
2562
  export declare const DeploymentGetConfigMessagesContent$inboundSchema: z.ZodType<DeploymentGetConfigMessagesContent, z.ZodTypeDef, unknown>;
1718
2563
  /** @internal */
1719
- export type DeploymentGetConfigMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2564
+ export type DeploymentGetConfigMessagesContent$Outbound = string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound>;
1720
2565
  /** @internal */
1721
2566
  export declare const DeploymentGetConfigMessagesContent$outboundSchema: z.ZodType<DeploymentGetConfigMessagesContent$Outbound, z.ZodTypeDef, DeploymentGetConfigMessagesContent>;
1722
2567
  export declare function deploymentGetConfigMessagesContentToJSON(deploymentGetConfigMessagesContent: DeploymentGetConfigMessagesContent): string;
@@ -1726,7 +2571,7 @@ export declare const MessagesDeveloperMessage$inboundSchema: z.ZodType<MessagesD
1726
2571
  /** @internal */
1727
2572
  export type MessagesDeveloperMessage$Outbound = {
1728
2573
  role: "developer";
1729
- content: string | Array<components.TextContentPartSchema$Outbound>;
2574
+ content: string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBodyMessages2$Outbound>;
1730
2575
  name?: string | undefined;
1731
2576
  };
1732
2577
  /** @internal */
@@ -1734,9 +2579,44 @@ export declare const MessagesDeveloperMessage$outboundSchema: z.ZodType<Messages
1734
2579
  export declare function messagesDeveloperMessageToJSON(messagesDeveloperMessage: MessagesDeveloperMessage): string;
1735
2580
  export declare function messagesDeveloperMessageFromJSON(jsonString: string): SafeParseResult<MessagesDeveloperMessage, SDKValidationError>;
1736
2581
  /** @internal */
2582
+ export declare const DeploymentGetConfigContentDeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestType>;
2583
+ /** @internal */
2584
+ export declare const DeploymentGetConfigContentDeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestType>;
2585
+ /** @internal */
2586
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyType>;
2587
+ /** @internal */
2588
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentDeploymentsRequestRequestBodyType>;
2589
+ /** @internal */
2590
+ export declare const DeploymentGetConfigContentTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentTtl>;
2591
+ /** @internal */
2592
+ export declare const DeploymentGetConfigContentTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigContentTtl>;
2593
+ /** @internal */
2594
+ export declare const DeploymentGetConfigContentCacheControl$inboundSchema: z.ZodType<DeploymentGetConfigContentCacheControl, z.ZodTypeDef, unknown>;
2595
+ /** @internal */
2596
+ export type DeploymentGetConfigContentCacheControl$Outbound = {
2597
+ type: string;
2598
+ ttl: string;
2599
+ };
2600
+ /** @internal */
2601
+ export declare const DeploymentGetConfigContentCacheControl$outboundSchema: z.ZodType<DeploymentGetConfigContentCacheControl$Outbound, z.ZodTypeDef, DeploymentGetConfigContentCacheControl>;
2602
+ export declare function deploymentGetConfigContentCacheControlToJSON(deploymentGetConfigContentCacheControl: DeploymentGetConfigContentCacheControl): string;
2603
+ export declare function deploymentGetConfigContentCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentCacheControl, SDKValidationError>;
2604
+ /** @internal */
2605
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2, z.ZodTypeDef, unknown>;
2606
+ /** @internal */
2607
+ export type DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound = {
2608
+ type: string;
2609
+ text: string;
2610
+ cache_control?: DeploymentGetConfigContentCacheControl$Outbound | undefined;
2611
+ };
2612
+ /** @internal */
2613
+ export declare const DeploymentGetConfigContentDeploymentsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsRequestRequestBody2>;
2614
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2ToJSON(deploymentGetConfigContentDeploymentsRequestRequestBody2: DeploymentGetConfigContentDeploymentsRequestRequestBody2): string;
2615
+ export declare function deploymentGetConfigContentDeploymentsRequestRequestBody2FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigContentDeploymentsRequestRequestBody2, SDKValidationError>;
2616
+ /** @internal */
1737
2617
  export declare const MessagesContent$inboundSchema: z.ZodType<MessagesContent, z.ZodTypeDef, unknown>;
1738
2618
  /** @internal */
1739
- export type MessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2619
+ export type MessagesContent$Outbound = string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound>;
1740
2620
  /** @internal */
1741
2621
  export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
1742
2622
  export declare function messagesContentToJSON(messagesContent: MessagesContent): string;
@@ -1746,7 +2626,7 @@ export declare const MessagesSystemMessage$inboundSchema: z.ZodType<MessagesSyst
1746
2626
  /** @internal */
1747
2627
  export type MessagesSystemMessage$Outbound = {
1748
2628
  role: "system";
1749
- content: string | Array<components.TextContentPartSchema$Outbound>;
2629
+ content: string | Array<DeploymentGetConfigContentDeploymentsRequestRequestBody2$Outbound>;
1750
2630
  name?: string | undefined;
1751
2631
  };
1752
2632
  /** @internal */
@@ -1754,13 +2634,13 @@ export declare const MessagesSystemMessage$outboundSchema: z.ZodType<MessagesSys
1754
2634
  export declare function messagesSystemMessageToJSON(messagesSystemMessage: MessagesSystemMessage): string;
1755
2635
  export declare function messagesSystemMessageFromJSON(jsonString: string): SafeParseResult<MessagesSystemMessage, SDKValidationError>;
1756
2636
  /** @internal */
1757
- export declare const DeploymentGetConfigMessages$inboundSchema: z.ZodType<DeploymentGetConfigMessages, z.ZodTypeDef, unknown>;
2637
+ export declare const Messages$inboundSchema: z.ZodType<Messages, z.ZodTypeDef, unknown>;
1758
2638
  /** @internal */
1759
- export type DeploymentGetConfigMessages$Outbound = MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$Outbound;
2639
+ export type Messages$Outbound = MessagesSystemMessage$Outbound | MessagesDeveloperMessage$Outbound | MessagesUserMessage$Outbound | MessagesAssistantMessage$Outbound | MessagesToolMessage$Outbound;
1760
2640
  /** @internal */
1761
- export declare const DeploymentGetConfigMessages$outboundSchema: z.ZodType<DeploymentGetConfigMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigMessages>;
1762
- export declare function deploymentGetConfigMessagesToJSON(deploymentGetConfigMessages: DeploymentGetConfigMessages): string;
1763
- export declare function deploymentGetConfigMessagesFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigMessages, SDKValidationError>;
2641
+ export declare const Messages$outboundSchema: z.ZodType<Messages$Outbound, z.ZodTypeDef, Messages>;
2642
+ export declare function messagesToJSON(messages: Messages): string;
2643
+ export declare function messagesFromJSON(jsonString: string): SafeParseResult<Messages, SDKValidationError>;
1764
2644
  /** @internal */
1765
2645
  export declare const Metadata$inboundSchema: z.ZodType<Metadata, z.ZodTypeDef, unknown>;
1766
2646
  /** @internal */
@@ -2318,20 +3198,20 @@ export declare const DeploymentGetConfig22$outboundSchema: z.ZodType<DeploymentG
2318
3198
  export declare function deploymentGetConfig22ToJSON(deploymentGetConfig22: DeploymentGetConfig22): string;
2319
3199
  export declare function deploymentGetConfig22FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig22, SDKValidationError>;
2320
3200
  /** @internal */
2321
- export declare const DeploymentGetConfig21$inboundSchema: z.ZodType<DeploymentGetConfig21, z.ZodTypeDef, unknown>;
3201
+ export declare const DeploymentGetConfig2DeploymentsResponse1$inboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsResponse1, z.ZodTypeDef, unknown>;
2322
3202
  /** @internal */
2323
- export type DeploymentGetConfig21$Outbound = {
3203
+ export type DeploymentGetConfig2DeploymentsResponse1$Outbound = {
2324
3204
  type: "text";
2325
3205
  text: string;
2326
3206
  };
2327
3207
  /** @internal */
2328
- export declare const DeploymentGetConfig21$outboundSchema: z.ZodType<DeploymentGetConfig21$Outbound, z.ZodTypeDef, DeploymentGetConfig21>;
2329
- export declare function deploymentGetConfig21ToJSON(deploymentGetConfig21: DeploymentGetConfig21): string;
2330
- export declare function deploymentGetConfig21FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig21, SDKValidationError>;
3208
+ export declare const DeploymentGetConfig2DeploymentsResponse1$outboundSchema: z.ZodType<DeploymentGetConfig2DeploymentsResponse1$Outbound, z.ZodTypeDef, DeploymentGetConfig2DeploymentsResponse1>;
3209
+ export declare function deploymentGetConfig2DeploymentsResponse1ToJSON(deploymentGetConfig2DeploymentsResponse1: DeploymentGetConfig2DeploymentsResponse1): string;
3210
+ export declare function deploymentGetConfig2DeploymentsResponse1FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2DeploymentsResponse1, SDKValidationError>;
2331
3211
  /** @internal */
2332
3212
  export declare const DeploymentGetConfigContentDeploymentsResponse2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsResponse2, z.ZodTypeDef, unknown>;
2333
3213
  /** @internal */
2334
- export type DeploymentGetConfigContentDeploymentsResponse2$Outbound = DeploymentGetConfig21$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound;
3214
+ export type DeploymentGetConfigContentDeploymentsResponse2$Outbound = DeploymentGetConfig2DeploymentsResponse1$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound;
2335
3215
  /** @internal */
2336
3216
  export declare const DeploymentGetConfigContentDeploymentsResponse2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsResponse2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsResponse2>;
2337
3217
  export declare function deploymentGetConfigContentDeploymentsResponse2ToJSON(deploymentGetConfigContentDeploymentsResponse2: DeploymentGetConfigContentDeploymentsResponse2): string;
@@ -2339,7 +3219,7 @@ export declare function deploymentGetConfigContentDeploymentsResponse2FromJSON(j
2339
3219
  /** @internal */
2340
3220
  export declare const DeploymentGetConfigContent$inboundSchema: z.ZodType<DeploymentGetConfigContent, z.ZodTypeDef, unknown>;
2341
3221
  /** @internal */
2342
- export type DeploymentGetConfigContent$Outbound = string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound>;
3222
+ export type DeploymentGetConfigContent$Outbound = string | Array<DeploymentGetConfig2DeploymentsResponse1$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound>;
2343
3223
  /** @internal */
2344
3224
  export declare const DeploymentGetConfigContent$outboundSchema: z.ZodType<DeploymentGetConfigContent$Outbound, z.ZodTypeDef, DeploymentGetConfigContent>;
2345
3225
  export declare function deploymentGetConfigContentToJSON(deploymentGetConfigContent: DeploymentGetConfigContent): string;
@@ -2373,18 +3253,18 @@ export declare const DeploymentGetConfigToolCalls$outboundSchema: z.ZodType<Depl
2373
3253
  export declare function deploymentGetConfigToolCallsToJSON(deploymentGetConfigToolCalls: DeploymentGetConfigToolCalls): string;
2374
3254
  export declare function deploymentGetConfigToolCallsFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigToolCalls, SDKValidationError>;
2375
3255
  /** @internal */
2376
- export declare const DeploymentGetConfigDeploymentsMessages$inboundSchema: z.ZodType<DeploymentGetConfigDeploymentsMessages, z.ZodTypeDef, unknown>;
3256
+ export declare const DeploymentGetConfigMessages$inboundSchema: z.ZodType<DeploymentGetConfigMessages, z.ZodTypeDef, unknown>;
2377
3257
  /** @internal */
2378
- export type DeploymentGetConfigDeploymentsMessages$Outbound = {
3258
+ export type DeploymentGetConfigMessages$Outbound = {
2379
3259
  role: string;
2380
- content: string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound> | null;
3260
+ content: string | Array<DeploymentGetConfig2DeploymentsResponse1$Outbound | DeploymentGetConfig22$Outbound | DeploymentGetConfig23$Outbound> | null;
2381
3261
  tool_calls?: Array<DeploymentGetConfigToolCalls$Outbound> | undefined;
2382
- tool_call_id?: string | null | undefined;
3262
+ tool_call_id?: string | undefined;
2383
3263
  };
2384
3264
  /** @internal */
2385
- export declare const DeploymentGetConfigDeploymentsMessages$outboundSchema: z.ZodType<DeploymentGetConfigDeploymentsMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigDeploymentsMessages>;
2386
- export declare function deploymentGetConfigDeploymentsMessagesToJSON(deploymentGetConfigDeploymentsMessages: DeploymentGetConfigDeploymentsMessages): string;
2387
- export declare function deploymentGetConfigDeploymentsMessagesFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDeploymentsMessages, SDKValidationError>;
3265
+ export declare const DeploymentGetConfigMessages$outboundSchema: z.ZodType<DeploymentGetConfigMessages$Outbound, z.ZodTypeDef, DeploymentGetConfigMessages>;
3266
+ export declare function deploymentGetConfigMessagesToJSON(deploymentGetConfigMessages: DeploymentGetConfigMessages): string;
3267
+ export declare function deploymentGetConfigMessagesFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigMessages, SDKValidationError>;
2388
3268
  /** @internal */
2389
3269
  export declare const DeploymentGetConfigFormat$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigFormat>;
2390
3270
  /** @internal */
@@ -2554,7 +3434,7 @@ export type DeploymentGetConfigResponseBody$Outbound = {
2554
3434
  model: string;
2555
3435
  type?: string | undefined;
2556
3436
  version: string;
2557
- messages: Array<DeploymentGetConfigDeploymentsMessages$Outbound>;
3437
+ messages: Array<DeploymentGetConfigMessages$Outbound>;
2558
3438
  parameters: DeploymentGetConfigParameters$Outbound;
2559
3439
  tools?: Array<DeploymentGetConfigTools$Outbound> | undefined;
2560
3440
  };