@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
@@ -30,11 +30,72 @@ export type Performance = {
30
30
  */
31
31
  timeToFirstToken?: number | undefined;
32
32
  };
33
- export type DeploymentCreateMetricContentDeploymentsMetricsRequest2 = components.TextContentPartSchema;
33
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type: {
34
+ readonly Text: "text";
35
+ };
36
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type>;
37
+ /**
38
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
39
+ */
40
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType: {
41
+ readonly Ephemeral: "ephemeral";
42
+ };
43
+ /**
44
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
45
+ */
46
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType>;
47
+ /**
48
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
49
+ *
50
+ * @remarks
51
+ *
52
+ * - `5m`: 5 minutes
53
+ * - `1h`: 1 hour
54
+ *
55
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
56
+ */
57
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl: {
58
+ readonly Fivem: "5m";
59
+ readonly Oneh: "1h";
60
+ };
61
+ /**
62
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
63
+ *
64
+ * @remarks
65
+ *
66
+ * - `5m`: 5 minutes
67
+ * - `1h`: 1 hour
68
+ *
69
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
70
+ */
71
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl>;
72
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl = {
73
+ /**
74
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
75
+ */
76
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType;
77
+ /**
78
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
79
+ *
80
+ * @remarks
81
+ *
82
+ * - `5m`: 5 minutes
83
+ * - `1h`: 1 hour
84
+ *
85
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
86
+ */
87
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl | undefined;
88
+ };
89
+ export type DeploymentCreateMetric2DeploymentsMetricsRequest1 = {
90
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type;
91
+ text: string;
92
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl | undefined;
93
+ };
94
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2 = DeploymentCreateMetric2DeploymentsMetricsRequest1;
34
95
  /**
35
96
  * The contents of the tool message.
36
97
  */
37
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content = string | Array<components.TextContentPartSchema>;
98
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequest1>;
38
99
  /**
39
100
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
40
101
  */
@@ -95,22 +156,75 @@ export type DeploymentCreateMetricMessagesToolMessage = {
95
156
  /**
96
157
  * The contents of the tool message.
97
158
  */
98
- content: string | Array<components.TextContentPartSchema>;
159
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequest1>;
99
160
  /**
100
161
  * Tool call that this message is responding to.
101
162
  */
102
163
  toolCallId: string;
103
164
  cacheControl?: DeploymentCreateMetricMessagesCacheControl | undefined;
104
165
  };
105
- export type DeploymentCreateMetricContentDeploymentsMetrics2 = (components.TextContentPartSchema & {
166
+ /**
167
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
168
+ */
169
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type: {
170
+ readonly Ephemeral: "ephemeral";
171
+ };
172
+ /**
173
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
174
+ */
175
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type>;
176
+ /**
177
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
178
+ *
179
+ * @remarks
180
+ *
181
+ * - `5m`: 5 minutes
182
+ * - `1h`: 1 hour
183
+ *
184
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
185
+ */
186
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestTtl: {
187
+ readonly Fivem: "5m";
188
+ readonly Oneh: "1h";
189
+ };
190
+ /**
191
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
192
+ *
193
+ * @remarks
194
+ *
195
+ * - `5m`: 5 minutes
196
+ * - `1h`: 1 hour
197
+ *
198
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
199
+ */
200
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestTtl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestTtl>;
201
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl = {
202
+ /**
203
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
204
+ */
205
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type;
206
+ /**
207
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
208
+ *
209
+ * @remarks
210
+ *
211
+ * - `5m`: 5 minutes
212
+ * - `1h`: 1 hour
213
+ *
214
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
215
+ */
216
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestTtl | undefined;
217
+ };
218
+ export type DeploymentCreateMetric2DeploymentsMetrics1 = {
106
219
  type: "text";
107
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
220
+ text: string;
221
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl | undefined;
222
+ };
223
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2 = DeploymentCreateMetric2DeploymentsMetrics1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
108
224
  /**
109
225
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
110
226
  */
111
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent = string | Array<(components.TextContentPartSchema & {
112
- type: "text";
113
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
227
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent = string | Array<DeploymentCreateMetric2DeploymentsMetrics1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
114
228
  /**
115
229
  * Data about a previous audio response from the model.
116
230
  */
@@ -159,9 +273,7 @@ export type DeploymentCreateMetricMessagesAssistantMessage = {
159
273
  /**
160
274
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
161
275
  */
162
- content?: string | Array<(components.TextContentPartSchema & {
163
- type: "text";
164
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
276
+ content?: string | Array<DeploymentCreateMetric2DeploymentsMetrics1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
165
277
  /**
166
278
  * The refusal message by the assistant.
167
279
  */
@@ -186,13 +298,13 @@ export type DeploymentCreateMetricMessagesAssistantMessage = {
186
298
  /**
187
299
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
188
300
  */
189
- export declare const DeploymentCreateMetric2DeploymentsMetricsType: {
301
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType: {
190
302
  readonly Ephemeral: "ephemeral";
191
303
  };
192
304
  /**
193
305
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
194
306
  */
195
- export type DeploymentCreateMetric2DeploymentsMetricsType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsType>;
307
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
196
308
  /**
197
309
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
198
310
  *
@@ -203,7 +315,7 @@ export type DeploymentCreateMetric2DeploymentsMetricsType = ClosedEnum<typeof De
203
315
  *
204
316
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
205
317
  */
206
- export declare const DeploymentCreateMetric2Ttl: {
318
+ export declare const DeploymentCreateMetric2DeploymentsMetricsTtl: {
207
319
  readonly Fivem: "5m";
208
320
  readonly Oneh: "1h";
209
321
  };
@@ -217,12 +329,12 @@ export declare const DeploymentCreateMetric2Ttl: {
217
329
  *
218
330
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
219
331
  */
220
- export type DeploymentCreateMetric2Ttl = ClosedEnum<typeof DeploymentCreateMetric2Ttl>;
221
- export type DeploymentCreateMetric2CacheControl = {
332
+ export type DeploymentCreateMetric2DeploymentsMetricsTtl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
333
+ export type DeploymentCreateMetric2DeploymentsMetricsCacheControl = {
222
334
  /**
223
335
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
224
336
  */
225
- type: DeploymentCreateMetric2DeploymentsMetricsType;
337
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType;
226
338
  /**
227
339
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
228
340
  *
@@ -233,28 +345,81 @@ export type DeploymentCreateMetric2CacheControl = {
233
345
  *
234
346
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
235
347
  */
236
- ttl?: DeploymentCreateMetric2Ttl | undefined;
348
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsTtl | undefined;
237
349
  };
238
350
  export type DeploymentCreateMetric24 = {
239
351
  /**
240
352
  * The type of the content part. Always `file`.
241
353
  */
242
354
  type: "file";
243
- cacheControl?: DeploymentCreateMetric2CacheControl | undefined;
355
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsCacheControl | undefined;
244
356
  /**
245
357
  * File data for the content part. Must contain either file_data or uri, but not both.
246
358
  */
247
359
  file: components.FileContentPartSchema;
248
360
  };
249
- export type DeploymentCreateMetricContent2 = (components.TextContentPartSchema & {
361
+ /**
362
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
363
+ */
364
+ export declare const DeploymentCreateMetric2DeploymentsMetricsType: {
365
+ readonly Ephemeral: "ephemeral";
366
+ };
367
+ /**
368
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
369
+ */
370
+ export type DeploymentCreateMetric2DeploymentsMetricsType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsType>;
371
+ /**
372
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
373
+ *
374
+ * @remarks
375
+ *
376
+ * - `5m`: 5 minutes
377
+ * - `1h`: 1 hour
378
+ *
379
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
380
+ */
381
+ export declare const DeploymentCreateMetric2Ttl: {
382
+ readonly Fivem: "5m";
383
+ readonly Oneh: "1h";
384
+ };
385
+ /**
386
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
387
+ *
388
+ * @remarks
389
+ *
390
+ * - `5m`: 5 minutes
391
+ * - `1h`: 1 hour
392
+ *
393
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
394
+ */
395
+ export type DeploymentCreateMetric2Ttl = ClosedEnum<typeof DeploymentCreateMetric2Ttl>;
396
+ export type DeploymentCreateMetric2CacheControl = {
397
+ /**
398
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
399
+ */
400
+ type: DeploymentCreateMetric2DeploymentsMetricsType;
401
+ /**
402
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
403
+ *
404
+ * @remarks
405
+ *
406
+ * - `5m`: 5 minutes
407
+ * - `1h`: 1 hour
408
+ *
409
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
410
+ */
411
+ ttl?: DeploymentCreateMetric2Ttl | undefined;
412
+ };
413
+ export type DeploymentCreateMetric21 = {
250
414
  type: "text";
251
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24;
415
+ text: string;
416
+ cacheControl?: DeploymentCreateMetric2CacheControl | undefined;
417
+ };
418
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequest2 = DeploymentCreateMetric21 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24;
252
419
  /**
253
420
  * The contents of the user message.
254
421
  */
255
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent = string | Array<(components.TextContentPartSchema & {
256
- type: "text";
257
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24>;
422
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent = string | Array<DeploymentCreateMetric21 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24>;
258
423
  export type DeploymentCreateMetricMessagesUserMessage = {
259
424
  /**
260
425
  * The role of the messages author, in this case `user`.
@@ -267,14 +432,73 @@ export type DeploymentCreateMetricMessagesUserMessage = {
267
432
  /**
268
433
  * The contents of the user message.
269
434
  */
270
- content: string | Array<(components.TextContentPartSchema & {
271
- type: "text";
272
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24>;
435
+ content: string | Array<DeploymentCreateMetric21 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric24>;
436
+ };
437
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestType: {
438
+ readonly Text: "text";
439
+ };
440
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestType = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestType>;
441
+ /**
442
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
443
+ */
444
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType: {
445
+ readonly Ephemeral: "ephemeral";
446
+ };
447
+ /**
448
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
449
+ */
450
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType>;
451
+ /**
452
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
453
+ *
454
+ * @remarks
455
+ *
456
+ * - `5m`: 5 minutes
457
+ * - `1h`: 1 hour
458
+ *
459
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
460
+ */
461
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsTtl: {
462
+ readonly Fivem: "5m";
463
+ readonly Oneh: "1h";
464
+ };
465
+ /**
466
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
467
+ *
468
+ * @remarks
469
+ *
470
+ * - `5m`: 5 minutes
471
+ * - `1h`: 1 hour
472
+ *
473
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
474
+ */
475
+ export type DeploymentCreateMetricContentDeploymentsMetricsTtl = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsTtl>;
476
+ export type DeploymentCreateMetricContentDeploymentsMetricsCacheControl = {
477
+ /**
478
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
479
+ */
480
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType;
481
+ /**
482
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
483
+ *
484
+ * @remarks
485
+ *
486
+ * - `5m`: 5 minutes
487
+ * - `1h`: 1 hour
488
+ *
489
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
490
+ */
491
+ ttl?: DeploymentCreateMetricContentDeploymentsMetricsTtl | undefined;
492
+ };
493
+ export type DeploymentCreateMetricContentDeploymentsMetrics2 = {
494
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestType;
495
+ text: string;
496
+ cacheControl?: DeploymentCreateMetricContentDeploymentsMetricsCacheControl | undefined;
273
497
  };
274
498
  /**
275
499
  * The contents of the developer message.
276
500
  */
277
- export type DeploymentCreateMetricMessagesDeploymentsMetricsContent = string | Array<components.TextContentPartSchema>;
501
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsContent = string | Array<DeploymentCreateMetricContentDeploymentsMetrics2>;
278
502
  export type DeploymentCreateMetricMessagesDeveloperMessage = {
279
503
  /**
280
504
  * The role of the messages author, in this case `developer`.
@@ -283,16 +507,77 @@ export type DeploymentCreateMetricMessagesDeveloperMessage = {
283
507
  /**
284
508
  * The contents of the developer message.
285
509
  */
286
- content: string | Array<components.TextContentPartSchema>;
510
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetrics2>;
287
511
  /**
288
512
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
289
513
  */
290
514
  name?: string | undefined;
291
515
  };
516
+ export declare const DeploymentCreateMetricContentType: {
517
+ readonly Text: "text";
518
+ };
519
+ export type DeploymentCreateMetricContentType = ClosedEnum<typeof DeploymentCreateMetricContentType>;
520
+ /**
521
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
522
+ */
523
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsType: {
524
+ readonly Ephemeral: "ephemeral";
525
+ };
526
+ /**
527
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
528
+ */
529
+ export type DeploymentCreateMetricContentDeploymentsMetricsType = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsType>;
530
+ /**
531
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
532
+ *
533
+ * @remarks
534
+ *
535
+ * - `5m`: 5 minutes
536
+ * - `1h`: 1 hour
537
+ *
538
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
539
+ */
540
+ export declare const DeploymentCreateMetricContentTtl: {
541
+ readonly Fivem: "5m";
542
+ readonly Oneh: "1h";
543
+ };
544
+ /**
545
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
546
+ *
547
+ * @remarks
548
+ *
549
+ * - `5m`: 5 minutes
550
+ * - `1h`: 1 hour
551
+ *
552
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
553
+ */
554
+ export type DeploymentCreateMetricContentTtl = ClosedEnum<typeof DeploymentCreateMetricContentTtl>;
555
+ export type DeploymentCreateMetricContentCacheControl = {
556
+ /**
557
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
558
+ */
559
+ type: DeploymentCreateMetricContentDeploymentsMetricsType;
560
+ /**
561
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
562
+ *
563
+ * @remarks
564
+ *
565
+ * - `5m`: 5 minutes
566
+ * - `1h`: 1 hour
567
+ *
568
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
569
+ */
570
+ ttl?: DeploymentCreateMetricContentTtl | undefined;
571
+ };
572
+ export type DeploymentCreateMetricContent2 = {
573
+ type: DeploymentCreateMetricContentType;
574
+ text: string;
575
+ cacheControl?: DeploymentCreateMetricContentCacheControl | undefined;
576
+ };
292
577
  /**
293
578
  * The contents of the system message.
294
579
  */
295
- export type DeploymentCreateMetricMessagesContent = string | Array<components.TextContentPartSchema>;
580
+ export type DeploymentCreateMetricMessagesContent = string | Array<DeploymentCreateMetricContent2>;
296
581
  /**
297
582
  * Developer-provided instructions that the model should follow, regardless of messages sent by the user.
298
583
  */
@@ -304,18 +589,79 @@ export type DeploymentCreateMetricMessagesSystemMessage = {
304
589
  /**
305
590
  * The contents of the system message.
306
591
  */
307
- content: string | Array<components.TextContentPartSchema>;
592
+ content: string | Array<DeploymentCreateMetricContent2>;
308
593
  /**
309
594
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
310
595
  */
311
596
  name?: string | undefined;
312
597
  };
313
598
  export type DeploymentCreateMetricMessages = DeploymentCreateMetricMessagesSystemMessage | DeploymentCreateMetricMessagesDeveloperMessage | DeploymentCreateMetricMessagesUserMessage | DeploymentCreateMetricMessagesAssistantMessage | DeploymentCreateMetricMessagesToolMessage;
314
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52 = components.TextContentPartSchema;
599
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type: {
600
+ readonly Text: "text";
601
+ };
602
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type>;
603
+ /**
604
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
605
+ */
606
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType: {
607
+ readonly Ephemeral: "ephemeral";
608
+ };
609
+ /**
610
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
611
+ */
612
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType>;
613
+ /**
614
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
615
+ *
616
+ * @remarks
617
+ *
618
+ * - `5m`: 5 minutes
619
+ * - `1h`: 1 hour
620
+ *
621
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
622
+ */
623
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl: {
624
+ readonly Fivem: "5m";
625
+ readonly Oneh: "1h";
626
+ };
627
+ /**
628
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
629
+ *
630
+ * @remarks
631
+ *
632
+ * - `5m`: 5 minutes
633
+ * - `1h`: 1 hour
634
+ *
635
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
636
+ */
637
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl>;
638
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl = {
639
+ /**
640
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
641
+ */
642
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType;
643
+ /**
644
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
645
+ *
646
+ * @remarks
647
+ *
648
+ * - `5m`: 5 minutes
649
+ * - `1h`: 1 hour
650
+ *
651
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
652
+ */
653
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl | undefined;
654
+ };
655
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51 = {
656
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type;
657
+ text: string;
658
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl | undefined;
659
+ };
660
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52 = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51;
315
661
  /**
316
662
  * The contents of the tool message.
317
663
  */
318
- export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent = string | Array<components.TextContentPartSchema>;
664
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51>;
319
665
  /**
320
666
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
321
667
  */
@@ -376,22 +722,75 @@ export type ChoicesToolMessage = {
376
722
  /**
377
723
  * The contents of the tool message.
378
724
  */
379
- content: string | Array<components.TextContentPartSchema>;
725
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51>;
380
726
  /**
381
727
  * Tool call that this message is responding to.
382
728
  */
383
729
  toolCallId: string;
384
730
  cacheControl?: ChoicesCacheControl | undefined;
385
731
  };
386
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2 = (components.TextContentPartSchema & {
732
+ /**
733
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
734
+ */
735
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType: {
736
+ readonly Ephemeral: "ephemeral";
737
+ };
738
+ /**
739
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
740
+ */
741
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType>;
742
+ /**
743
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
744
+ *
745
+ * @remarks
746
+ *
747
+ * - `5m`: 5 minutes
748
+ * - `1h`: 1 hour
749
+ *
750
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
751
+ */
752
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl: {
753
+ readonly Fivem: "5m";
754
+ readonly Oneh: "1h";
755
+ };
756
+ /**
757
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
758
+ *
759
+ * @remarks
760
+ *
761
+ * - `5m`: 5 minutes
762
+ * - `1h`: 1 hour
763
+ *
764
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
765
+ */
766
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl>;
767
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl = {
768
+ /**
769
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
770
+ */
771
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType;
772
+ /**
773
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
774
+ *
775
+ * @remarks
776
+ *
777
+ * - `5m`: 5 minutes
778
+ * - `1h`: 1 hour
779
+ *
780
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
781
+ */
782
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl | undefined;
783
+ };
784
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1 = {
387
785
  type: "text";
388
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
786
+ text: string;
787
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl | undefined;
788
+ };
789
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42 = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
389
790
  /**
390
791
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
391
792
  */
392
- export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent = string | Array<(components.TextContentPartSchema & {
393
- type: "text";
394
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
793
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
395
794
  /**
396
795
  * Data about a previous audio response from the model.
397
796
  */
@@ -440,9 +839,7 @@ export type ChoicesAssistantMessage = {
440
839
  /**
441
840
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
442
841
  */
443
- content?: string | Array<(components.TextContentPartSchema & {
444
- type: "text";
445
- }) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
842
+ content?: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
446
843
  /**
447
844
  * The refusal message by the assistant.
448
845
  */
@@ -467,13 +864,13 @@ export type ChoicesAssistantMessage = {
467
864
  /**
468
865
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
469
866
  */
470
- export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType: {
867
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type: {
471
868
  readonly Ephemeral: "ephemeral";
472
869
  };
473
870
  /**
474
871
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
475
872
  */
476
- export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
873
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type>;
477
874
  /**
478
875
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
479
876
  *
@@ -484,7 +881,7 @@ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType = Cl
484
881
  *
485
882
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
486
883
  */
487
- export declare const DeploymentCreateMetric2DeploymentsMetricsTtl: {
884
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl: {
488
885
  readonly Fivem: "5m";
489
886
  readonly Oneh: "1h";
490
887
  };
@@ -498,12 +895,12 @@ export declare const DeploymentCreateMetric2DeploymentsMetricsTtl: {
498
895
  *
499
896
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
500
897
  */
501
- export type DeploymentCreateMetric2DeploymentsMetricsTtl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
502
- export type DeploymentCreateMetric2DeploymentsMetricsCacheControl = {
898
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl>;
899
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl = {
503
900
  /**
504
901
  * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
505
902
  */
506
- type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType;
903
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type;
507
904
  /**
508
905
  * The time-to-live for the cache control breakpoint. This may be one of the following values:
509
906
  *
@@ -514,28 +911,81 @@ export type DeploymentCreateMetric2DeploymentsMetricsCacheControl = {
514
911
  *
515
912
  * Defaults to `5m`. Only supported by `Anthropic` Claude models.
516
913
  */
517
- ttl?: DeploymentCreateMetric2DeploymentsMetricsTtl | undefined;
914
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl | undefined;
518
915
  };
519
916
  export type DeploymentCreateMetric2DeploymentsMetrics4 = {
520
917
  /**
521
918
  * The type of the content part. Always `file`.
522
919
  */
523
920
  type: "file";
524
- cacheControl?: DeploymentCreateMetric2DeploymentsMetricsCacheControl | undefined;
921
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl | undefined;
525
922
  /**
526
923
  * File data for the content part. Must contain either file_data or uri, but not both.
527
924
  */
528
925
  file: components.FileContentPartSchema;
529
926
  };
530
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2 = (components.TextContentPartSchema & {
927
+ /**
928
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
929
+ */
930
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type: {
931
+ readonly Ephemeral: "ephemeral";
932
+ };
933
+ /**
934
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
935
+ */
936
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type>;
937
+ /**
938
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
939
+ *
940
+ * @remarks
941
+ *
942
+ * - `5m`: 5 minutes
943
+ * - `1h`: 1 hour
944
+ *
945
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
946
+ */
947
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl: {
948
+ readonly Fivem: "5m";
949
+ readonly Oneh: "1h";
950
+ };
951
+ /**
952
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
953
+ *
954
+ * @remarks
955
+ *
956
+ * - `5m`: 5 minutes
957
+ * - `1h`: 1 hour
958
+ *
959
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
960
+ */
961
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl = ClosedEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl>;
962
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl = {
963
+ /**
964
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
965
+ */
966
+ type: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type;
967
+ /**
968
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
969
+ *
970
+ * @remarks
971
+ *
972
+ * - `5m`: 5 minutes
973
+ * - `1h`: 1 hour
974
+ *
975
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
976
+ */
977
+ ttl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl | undefined;
978
+ };
979
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1 = {
531
980
  type: "text";
532
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4;
981
+ text: string;
982
+ cacheControl?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl | undefined;
983
+ };
984
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32 = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4;
533
985
  /**
534
986
  * The contents of the user message.
535
987
  */
536
- export type DeploymentCreateMetricChoicesDeploymentsMetricsContent = string | Array<(components.TextContentPartSchema & {
537
- type: "text";
538
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4>;
988
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsContent = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4>;
539
989
  export type ChoicesUserMessage = {
540
990
  /**
541
991
  * The role of the messages author, in this case `user`.
@@ -548,32 +998,152 @@ export type ChoicesUserMessage = {
548
998
  /**
549
999
  * The contents of the user message.
550
1000
  */
551
- content: string | Array<(components.TextContentPartSchema & {
552
- type: "text";
553
- }) | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4>;
1001
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1 | components.ImageContentPartSchema | components.AudioContentPartSchema | DeploymentCreateMetric2DeploymentsMetrics4>;
1002
+ };
1003
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type: {
1004
+ readonly Text: "text";
1005
+ };
1006
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type>;
1007
+ /**
1008
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1009
+ */
1010
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type: {
1011
+ readonly Ephemeral: "ephemeral";
1012
+ };
1013
+ /**
1014
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1015
+ */
1016
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type>;
1017
+ /**
1018
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1019
+ *
1020
+ * @remarks
1021
+ *
1022
+ * - `5m`: 5 minutes
1023
+ * - `1h`: 1 hour
1024
+ *
1025
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1026
+ */
1027
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl: {
1028
+ readonly Fivem: "5m";
1029
+ readonly Oneh: "1h";
1030
+ };
1031
+ /**
1032
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1033
+ *
1034
+ * @remarks
1035
+ *
1036
+ * - `5m`: 5 minutes
1037
+ * - `1h`: 1 hour
1038
+ *
1039
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1040
+ */
1041
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl>;
1042
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl = {
1043
+ /**
1044
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1045
+ */
1046
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type;
1047
+ /**
1048
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1049
+ *
1050
+ * @remarks
1051
+ *
1052
+ * - `5m`: 5 minutes
1053
+ * - `1h`: 1 hour
1054
+ *
1055
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1056
+ */
1057
+ ttl?: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl | undefined;
1058
+ };
1059
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22 = {
1060
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type;
1061
+ text: string;
1062
+ cacheControl?: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl | undefined;
554
1063
  };
555
1064
  /**
556
1065
  * The contents of the developer message.
557
1066
  */
558
- export type DeploymentCreateMetricChoicesContent = string | Array<components.TextContentPartSchema>;
559
- export type ChoicesDeveloperMessage = {
560
- /**
561
- * The role of the messages author, in this case `developer`.
562
- */
563
- role: "developer";
1067
+ export type DeploymentCreateMetricChoicesContent = string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22>;
1068
+ export type ChoicesDeveloperMessage = {
1069
+ /**
1070
+ * The role of the messages author, in this case `developer`.
1071
+ */
1072
+ role: "developer";
1073
+ /**
1074
+ * The contents of the developer message.
1075
+ */
1076
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22>;
1077
+ /**
1078
+ * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
1079
+ */
1080
+ name?: string | undefined;
1081
+ };
1082
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType: {
1083
+ readonly Text: "text";
1084
+ };
1085
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType>;
1086
+ /**
1087
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1088
+ */
1089
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type: {
1090
+ readonly Ephemeral: "ephemeral";
1091
+ };
1092
+ /**
1093
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
1094
+ */
1095
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type>;
1096
+ /**
1097
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1098
+ *
1099
+ * @remarks
1100
+ *
1101
+ * - `5m`: 5 minutes
1102
+ * - `1h`: 1 hour
1103
+ *
1104
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1105
+ */
1106
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestTtl: {
1107
+ readonly Fivem: "5m";
1108
+ readonly Oneh: "1h";
1109
+ };
1110
+ /**
1111
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1112
+ *
1113
+ * @remarks
1114
+ *
1115
+ * - `5m`: 5 minutes
1116
+ * - `1h`: 1 hour
1117
+ *
1118
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
1119
+ */
1120
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestTtl = ClosedEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestTtl>;
1121
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl = {
564
1122
  /**
565
- * The contents of the developer message.
1123
+ * Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
566
1124
  */
567
- content: string | Array<components.TextContentPartSchema>;
1125
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type;
568
1126
  /**
569
- * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
1127
+ * The time-to-live for the cache control breakpoint. This may be one of the following values:
1128
+ *
1129
+ * @remarks
1130
+ *
1131
+ * - `5m`: 5 minutes
1132
+ * - `1h`: 1 hour
1133
+ *
1134
+ * Defaults to `5m`. Only supported by `Anthropic` Claude models.
570
1135
  */
571
- name?: string | undefined;
1136
+ ttl?: DeploymentCreateMetricContentDeploymentsMetricsRequestTtl | undefined;
1137
+ };
1138
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2 = {
1139
+ type: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType;
1140
+ text: string;
1141
+ cacheControl?: DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl | undefined;
572
1142
  };
573
1143
  /**
574
1144
  * The contents of the system message.
575
1145
  */
576
- export type ChoicesContent = string | Array<components.TextContentPartSchema>;
1146
+ export type ChoicesContent = string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2>;
577
1147
  /**
578
1148
  * Developer-provided instructions that the model should follow, regardless of messages sent by the user.
579
1149
  */
@@ -585,7 +1155,7 @@ export type ChoicesSystemMessage = {
585
1155
  /**
586
1156
  * The contents of the system message.
587
1157
  */
588
- content: string | Array<components.TextContentPartSchema>;
1158
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2>;
589
1159
  /**
590
1160
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
591
1161
  */
@@ -672,17 +1242,52 @@ export declare const Performance$outboundSchema: z.ZodType<Performance$Outbound,
672
1242
  export declare function performanceToJSON(performance: Performance): string;
673
1243
  export declare function performanceFromJSON(jsonString: string): SafeParseResult<Performance, SDKValidationError>;
674
1244
  /** @internal */
675
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequest2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequest2, z.ZodTypeDef, unknown>;
1245
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type>;
676
1246
  /** @internal */
677
- export type DeploymentCreateMetricContentDeploymentsMetricsRequest2$Outbound = components.TextContentPartSchema$Outbound;
1247
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5Type>;
678
1248
  /** @internal */
679
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequest2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequest2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequest2>;
680
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequest2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequest2: DeploymentCreateMetricContentDeploymentsMetricsRequest2): string;
681
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequest2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequest2, SDKValidationError>;
1249
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType>;
1250
+ /** @internal */
1251
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages5ContentType>;
1252
+ /** @internal */
1253
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl>;
1254
+ /** @internal */
1255
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyTtl>;
1256
+ /** @internal */
1257
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl, z.ZodTypeDef, unknown>;
1258
+ /** @internal */
1259
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl$Outbound = {
1260
+ type: string;
1261
+ ttl: string;
1262
+ };
1263
+ /** @internal */
1264
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl>;
1265
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl): string;
1266
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl, SDKValidationError>;
1267
+ /** @internal */
1268
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequest1$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequest1, z.ZodTypeDef, unknown>;
1269
+ /** @internal */
1270
+ export type DeploymentCreateMetric2DeploymentsMetricsRequest1$Outbound = {
1271
+ type: string;
1272
+ text: string;
1273
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyCacheControl$Outbound | undefined;
1274
+ };
1275
+ /** @internal */
1276
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequest1$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequest1$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequest1>;
1277
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequest1ToJSON(deploymentCreateMetric2DeploymentsMetricsRequest1: DeploymentCreateMetric2DeploymentsMetricsRequest1): string;
1278
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequest1FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequest1, SDKValidationError>;
1279
+ /** @internal */
1280
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2, z.ZodTypeDef, unknown>;
1281
+ /** @internal */
1282
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2$Outbound = DeploymentCreateMetric2DeploymentsMetricsRequest1$Outbound;
1283
+ /** @internal */
1284
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2>;
1285
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2): string;
1286
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyMessages2, SDKValidationError>;
682
1287
  /** @internal */
683
1288
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content, z.ZodTypeDef, unknown>;
684
1289
  /** @internal */
685
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1290
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content$Outbound = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequest1$Outbound>;
686
1291
  /** @internal */
687
1292
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content>;
688
1293
  export declare function deploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5ContentToJSON(deploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content: DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBody5Content): string;
@@ -711,7 +1316,7 @@ export declare const DeploymentCreateMetricMessagesToolMessage$inboundSchema: z.
711
1316
  /** @internal */
712
1317
  export type DeploymentCreateMetricMessagesToolMessage$Outbound = {
713
1318
  role: "tool";
714
- content: string | Array<components.TextContentPartSchema$Outbound>;
1319
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequest1$Outbound>;
715
1320
  tool_call_id: string;
716
1321
  cache_control?: DeploymentCreateMetricMessagesCacheControl$Outbound | undefined;
717
1322
  };
@@ -720,21 +1325,48 @@ export declare const DeploymentCreateMetricMessagesToolMessage$outboundSchema: z
720
1325
  export declare function deploymentCreateMetricMessagesToolMessageToJSON(deploymentCreateMetricMessagesToolMessage: DeploymentCreateMetricMessagesToolMessage): string;
721
1326
  export declare function deploymentCreateMetricMessagesToolMessageFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricMessagesToolMessage, SDKValidationError>;
722
1327
  /** @internal */
723
- export declare const DeploymentCreateMetricContentDeploymentsMetrics2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetrics2, z.ZodTypeDef, unknown>;
1328
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type>;
1329
+ /** @internal */
1330
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyMessages4Type>;
1331
+ /** @internal */
1332
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestTtl>;
1333
+ /** @internal */
1334
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestTtl>;
1335
+ /** @internal */
1336
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl, z.ZodTypeDef, unknown>;
1337
+ /** @internal */
1338
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl$Outbound = {
1339
+ type: string;
1340
+ ttl: string;
1341
+ };
724
1342
  /** @internal */
725
- export type DeploymentCreateMetricContentDeploymentsMetrics2$Outbound = (components.TextContentPartSchema$Outbound & {
1343
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl>;
1344
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestCacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestCacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl): string;
1345
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl, SDKValidationError>;
1346
+ /** @internal */
1347
+ export declare const DeploymentCreateMetric2DeploymentsMetrics1$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetrics1, z.ZodTypeDef, unknown>;
1348
+ /** @internal */
1349
+ export type DeploymentCreateMetric2DeploymentsMetrics1$Outbound = {
726
1350
  type: "text";
727
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1351
+ text: string;
1352
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestCacheControl$Outbound | undefined;
1353
+ };
728
1354
  /** @internal */
729
- export declare const DeploymentCreateMetricContentDeploymentsMetrics2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetrics2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetrics2>;
730
- export declare function deploymentCreateMetricContentDeploymentsMetrics2ToJSON(deploymentCreateMetricContentDeploymentsMetrics2: DeploymentCreateMetricContentDeploymentsMetrics2): string;
731
- export declare function deploymentCreateMetricContentDeploymentsMetrics2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetrics2, SDKValidationError>;
1355
+ export declare const DeploymentCreateMetric2DeploymentsMetrics1$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetrics1$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetrics1>;
1356
+ export declare function deploymentCreateMetric2DeploymentsMetrics1ToJSON(deploymentCreateMetric2DeploymentsMetrics1: DeploymentCreateMetric2DeploymentsMetrics1): string;
1357
+ export declare function deploymentCreateMetric2DeploymentsMetrics1FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetrics1, SDKValidationError>;
1358
+ /** @internal */
1359
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2, z.ZodTypeDef, unknown>;
1360
+ /** @internal */
1361
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$Outbound = DeploymentCreateMetric2DeploymentsMetrics1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1362
+ /** @internal */
1363
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2>;
1364
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2): string;
1365
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2, SDKValidationError>;
732
1366
  /** @internal */
733
1367
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent, z.ZodTypeDef, unknown>;
734
1368
  /** @internal */
735
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
736
- type: "text";
737
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
1369
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent$Outbound = string | Array<DeploymentCreateMetric2DeploymentsMetrics1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
738
1370
  /** @internal */
739
1371
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent>;
740
1372
  export declare function deploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContentToJSON(deploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent: DeploymentCreateMetricMessagesDeploymentsMetricsRequestRequestBodyContent): string;
@@ -781,9 +1413,7 @@ export declare function deploymentCreateMetricMessagesToolCallsFromJSON(jsonStri
781
1413
  export declare const DeploymentCreateMetricMessagesAssistantMessage$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesAssistantMessage, z.ZodTypeDef, unknown>;
782
1414
  /** @internal */
783
1415
  export type DeploymentCreateMetricMessagesAssistantMessage$Outbound = {
784
- content?: string | Array<(components.TextContentPartSchema$Outbound & {
785
- type: "text";
786
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
1416
+ content?: string | Array<DeploymentCreateMetric2DeploymentsMetrics1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
787
1417
  refusal?: string | null | undefined;
788
1418
  role: "assistant";
789
1419
  name?: string | undefined;
@@ -795,6 +1425,37 @@ export declare const DeploymentCreateMetricMessagesAssistantMessage$outboundSche
795
1425
  export declare function deploymentCreateMetricMessagesAssistantMessageToJSON(deploymentCreateMetricMessagesAssistantMessage: DeploymentCreateMetricMessagesAssistantMessage): string;
796
1426
  export declare function deploymentCreateMetricMessagesAssistantMessageFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricMessagesAssistantMessage, SDKValidationError>;
797
1427
  /** @internal */
1428
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
1429
+ /** @internal */
1430
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
1431
+ /** @internal */
1432
+ export declare const DeploymentCreateMetric2DeploymentsMetricsTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
1433
+ /** @internal */
1434
+ export declare const DeploymentCreateMetric2DeploymentsMetricsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
1435
+ /** @internal */
1436
+ export declare const DeploymentCreateMetric2DeploymentsMetricsCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsCacheControl, z.ZodTypeDef, unknown>;
1437
+ /** @internal */
1438
+ export type DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound = {
1439
+ type: string;
1440
+ ttl: string;
1441
+ };
1442
+ /** @internal */
1443
+ export declare const DeploymentCreateMetric2DeploymentsMetricsCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsCacheControl>;
1444
+ export declare function deploymentCreateMetric2DeploymentsMetricsCacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsCacheControl: DeploymentCreateMetric2DeploymentsMetricsCacheControl): string;
1445
+ export declare function deploymentCreateMetric2DeploymentsMetricsCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsCacheControl, SDKValidationError>;
1446
+ /** @internal */
1447
+ export declare const DeploymentCreateMetric24$inboundSchema: z.ZodType<DeploymentCreateMetric24, z.ZodTypeDef, unknown>;
1448
+ /** @internal */
1449
+ export type DeploymentCreateMetric24$Outbound = {
1450
+ type: "file";
1451
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound | undefined;
1452
+ file: components.FileContentPartSchema$Outbound;
1453
+ };
1454
+ /** @internal */
1455
+ export declare const DeploymentCreateMetric24$outboundSchema: z.ZodType<DeploymentCreateMetric24$Outbound, z.ZodTypeDef, DeploymentCreateMetric24>;
1456
+ export declare function deploymentCreateMetric24ToJSON(deploymentCreateMetric24: DeploymentCreateMetric24): string;
1457
+ export declare function deploymentCreateMetric24FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric24, SDKValidationError>;
1458
+ /** @internal */
798
1459
  export declare const DeploymentCreateMetric2DeploymentsMetricsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsType>;
799
1460
  /** @internal */
800
1461
  export declare const DeploymentCreateMetric2DeploymentsMetricsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsType>;
@@ -814,33 +1475,29 @@ export declare const DeploymentCreateMetric2CacheControl$outboundSchema: z.ZodTy
814
1475
  export declare function deploymentCreateMetric2CacheControlToJSON(deploymentCreateMetric2CacheControl: DeploymentCreateMetric2CacheControl): string;
815
1476
  export declare function deploymentCreateMetric2CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2CacheControl, SDKValidationError>;
816
1477
  /** @internal */
817
- export declare const DeploymentCreateMetric24$inboundSchema: z.ZodType<DeploymentCreateMetric24, z.ZodTypeDef, unknown>;
1478
+ export declare const DeploymentCreateMetric21$inboundSchema: z.ZodType<DeploymentCreateMetric21, z.ZodTypeDef, unknown>;
818
1479
  /** @internal */
819
- export type DeploymentCreateMetric24$Outbound = {
820
- type: "file";
1480
+ export type DeploymentCreateMetric21$Outbound = {
1481
+ type: "text";
1482
+ text: string;
821
1483
  cache_control?: DeploymentCreateMetric2CacheControl$Outbound | undefined;
822
- file: components.FileContentPartSchema$Outbound;
823
1484
  };
824
1485
  /** @internal */
825
- export declare const DeploymentCreateMetric24$outboundSchema: z.ZodType<DeploymentCreateMetric24$Outbound, z.ZodTypeDef, DeploymentCreateMetric24>;
826
- export declare function deploymentCreateMetric24ToJSON(deploymentCreateMetric24: DeploymentCreateMetric24): string;
827
- export declare function deploymentCreateMetric24FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric24, SDKValidationError>;
1486
+ export declare const DeploymentCreateMetric21$outboundSchema: z.ZodType<DeploymentCreateMetric21$Outbound, z.ZodTypeDef, DeploymentCreateMetric21>;
1487
+ export declare function deploymentCreateMetric21ToJSON(deploymentCreateMetric21: DeploymentCreateMetric21): string;
1488
+ export declare function deploymentCreateMetric21FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric21, SDKValidationError>;
828
1489
  /** @internal */
829
- export declare const DeploymentCreateMetricContent2$inboundSchema: z.ZodType<DeploymentCreateMetricContent2, z.ZodTypeDef, unknown>;
1490
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequest2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequest2, z.ZodTypeDef, unknown>;
830
1491
  /** @internal */
831
- export type DeploymentCreateMetricContent2$Outbound = (components.TextContentPartSchema$Outbound & {
832
- type: "text";
833
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound;
1492
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequest2$Outbound = DeploymentCreateMetric21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound;
834
1493
  /** @internal */
835
- export declare const DeploymentCreateMetricContent2$outboundSchema: z.ZodType<DeploymentCreateMetricContent2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContent2>;
836
- export declare function deploymentCreateMetricContent2ToJSON(deploymentCreateMetricContent2: DeploymentCreateMetricContent2): string;
837
- export declare function deploymentCreateMetricContent2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContent2, SDKValidationError>;
1494
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequest2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequest2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequest2>;
1495
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequest2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequest2: DeploymentCreateMetricContentDeploymentsMetricsRequest2): string;
1496
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequest2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequest2, SDKValidationError>;
838
1497
  /** @internal */
839
1498
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent, z.ZodTypeDef, unknown>;
840
1499
  /** @internal */
841
- export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
842
- type: "text";
843
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound>;
1500
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent$Outbound = string | Array<DeploymentCreateMetric21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound>;
844
1501
  /** @internal */
845
1502
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent>;
846
1503
  export declare function deploymentCreateMetricMessagesDeploymentsMetricsRequestContentToJSON(deploymentCreateMetricMessagesDeploymentsMetricsRequestContent: DeploymentCreateMetricMessagesDeploymentsMetricsRequestContent): string;
@@ -851,18 +1508,51 @@ export declare const DeploymentCreateMetricMessagesUserMessage$inboundSchema: z.
851
1508
  export type DeploymentCreateMetricMessagesUserMessage$Outbound = {
852
1509
  role: "user";
853
1510
  name?: string | undefined;
854
- content: string | Array<(components.TextContentPartSchema$Outbound & {
855
- type: "text";
856
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound>;
1511
+ content: string | Array<DeploymentCreateMetric21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric24$Outbound>;
857
1512
  };
858
1513
  /** @internal */
859
1514
  export declare const DeploymentCreateMetricMessagesUserMessage$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesUserMessage$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesUserMessage>;
860
1515
  export declare function deploymentCreateMetricMessagesUserMessageToJSON(deploymentCreateMetricMessagesUserMessage: DeploymentCreateMetricMessagesUserMessage): string;
861
1516
  export declare function deploymentCreateMetricMessagesUserMessageFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricMessagesUserMessage, SDKValidationError>;
862
1517
  /** @internal */
1518
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestType>;
1519
+ /** @internal */
1520
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestType>;
1521
+ /** @internal */
1522
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType>;
1523
+ /** @internal */
1524
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyType>;
1525
+ /** @internal */
1526
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsTtl>;
1527
+ /** @internal */
1528
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsTtl>;
1529
+ /** @internal */
1530
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsCacheControl, z.ZodTypeDef, unknown>;
1531
+ /** @internal */
1532
+ export type DeploymentCreateMetricContentDeploymentsMetricsCacheControl$Outbound = {
1533
+ type: string;
1534
+ ttl: string;
1535
+ };
1536
+ /** @internal */
1537
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsCacheControl>;
1538
+ export declare function deploymentCreateMetricContentDeploymentsMetricsCacheControlToJSON(deploymentCreateMetricContentDeploymentsMetricsCacheControl: DeploymentCreateMetricContentDeploymentsMetricsCacheControl): string;
1539
+ export declare function deploymentCreateMetricContentDeploymentsMetricsCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsCacheControl, SDKValidationError>;
1540
+ /** @internal */
1541
+ export declare const DeploymentCreateMetricContentDeploymentsMetrics2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetrics2, z.ZodTypeDef, unknown>;
1542
+ /** @internal */
1543
+ export type DeploymentCreateMetricContentDeploymentsMetrics2$Outbound = {
1544
+ type: string;
1545
+ text: string;
1546
+ cache_control?: DeploymentCreateMetricContentDeploymentsMetricsCacheControl$Outbound | undefined;
1547
+ };
1548
+ /** @internal */
1549
+ export declare const DeploymentCreateMetricContentDeploymentsMetrics2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetrics2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetrics2>;
1550
+ export declare function deploymentCreateMetricContentDeploymentsMetrics2ToJSON(deploymentCreateMetricContentDeploymentsMetrics2: DeploymentCreateMetricContentDeploymentsMetrics2): string;
1551
+ export declare function deploymentCreateMetricContentDeploymentsMetrics2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetrics2, SDKValidationError>;
1552
+ /** @internal */
863
1553
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsContent$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsContent, z.ZodTypeDef, unknown>;
864
1554
  /** @internal */
865
- export type DeploymentCreateMetricMessagesDeploymentsMetricsContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1555
+ export type DeploymentCreateMetricMessagesDeploymentsMetricsContent$Outbound = string | Array<DeploymentCreateMetricContentDeploymentsMetrics2$Outbound>;
866
1556
  /** @internal */
867
1557
  export declare const DeploymentCreateMetricMessagesDeploymentsMetricsContent$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesDeploymentsMetricsContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesDeploymentsMetricsContent>;
868
1558
  export declare function deploymentCreateMetricMessagesDeploymentsMetricsContentToJSON(deploymentCreateMetricMessagesDeploymentsMetricsContent: DeploymentCreateMetricMessagesDeploymentsMetricsContent): string;
@@ -872,7 +1562,7 @@ export declare const DeploymentCreateMetricMessagesDeveloperMessage$inboundSchem
872
1562
  /** @internal */
873
1563
  export type DeploymentCreateMetricMessagesDeveloperMessage$Outbound = {
874
1564
  role: "developer";
875
- content: string | Array<components.TextContentPartSchema$Outbound>;
1565
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetrics2$Outbound>;
876
1566
  name?: string | undefined;
877
1567
  };
878
1568
  /** @internal */
@@ -880,9 +1570,44 @@ export declare const DeploymentCreateMetricMessagesDeveloperMessage$outboundSche
880
1570
  export declare function deploymentCreateMetricMessagesDeveloperMessageToJSON(deploymentCreateMetricMessagesDeveloperMessage: DeploymentCreateMetricMessagesDeveloperMessage): string;
881
1571
  export declare function deploymentCreateMetricMessagesDeveloperMessageFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricMessagesDeveloperMessage, SDKValidationError>;
882
1572
  /** @internal */
1573
+ export declare const DeploymentCreateMetricContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentType>;
1574
+ /** @internal */
1575
+ export declare const DeploymentCreateMetricContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentType>;
1576
+ /** @internal */
1577
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsType>;
1578
+ /** @internal */
1579
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsType>;
1580
+ /** @internal */
1581
+ export declare const DeploymentCreateMetricContentTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentTtl>;
1582
+ /** @internal */
1583
+ export declare const DeploymentCreateMetricContentTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentTtl>;
1584
+ /** @internal */
1585
+ export declare const DeploymentCreateMetricContentCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetricContentCacheControl, z.ZodTypeDef, unknown>;
1586
+ /** @internal */
1587
+ export type DeploymentCreateMetricContentCacheControl$Outbound = {
1588
+ type: string;
1589
+ ttl: string;
1590
+ };
1591
+ /** @internal */
1592
+ export declare const DeploymentCreateMetricContentCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetricContentCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentCacheControl>;
1593
+ export declare function deploymentCreateMetricContentCacheControlToJSON(deploymentCreateMetricContentCacheControl: DeploymentCreateMetricContentCacheControl): string;
1594
+ export declare function deploymentCreateMetricContentCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentCacheControl, SDKValidationError>;
1595
+ /** @internal */
1596
+ export declare const DeploymentCreateMetricContent2$inboundSchema: z.ZodType<DeploymentCreateMetricContent2, z.ZodTypeDef, unknown>;
1597
+ /** @internal */
1598
+ export type DeploymentCreateMetricContent2$Outbound = {
1599
+ type: string;
1600
+ text: string;
1601
+ cache_control?: DeploymentCreateMetricContentCacheControl$Outbound | undefined;
1602
+ };
1603
+ /** @internal */
1604
+ export declare const DeploymentCreateMetricContent2$outboundSchema: z.ZodType<DeploymentCreateMetricContent2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContent2>;
1605
+ export declare function deploymentCreateMetricContent2ToJSON(deploymentCreateMetricContent2: DeploymentCreateMetricContent2): string;
1606
+ export declare function deploymentCreateMetricContent2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContent2, SDKValidationError>;
1607
+ /** @internal */
883
1608
  export declare const DeploymentCreateMetricMessagesContent$inboundSchema: z.ZodType<DeploymentCreateMetricMessagesContent, z.ZodTypeDef, unknown>;
884
1609
  /** @internal */
885
- export type DeploymentCreateMetricMessagesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1610
+ export type DeploymentCreateMetricMessagesContent$Outbound = string | Array<DeploymentCreateMetricContent2$Outbound>;
886
1611
  /** @internal */
887
1612
  export declare const DeploymentCreateMetricMessagesContent$outboundSchema: z.ZodType<DeploymentCreateMetricMessagesContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricMessagesContent>;
888
1613
  export declare function deploymentCreateMetricMessagesContentToJSON(deploymentCreateMetricMessagesContent: DeploymentCreateMetricMessagesContent): string;
@@ -892,7 +1617,7 @@ export declare const DeploymentCreateMetricMessagesSystemMessage$inboundSchema:
892
1617
  /** @internal */
893
1618
  export type DeploymentCreateMetricMessagesSystemMessage$Outbound = {
894
1619
  role: "system";
895
- content: string | Array<components.TextContentPartSchema$Outbound>;
1620
+ content: string | Array<DeploymentCreateMetricContent2$Outbound>;
896
1621
  name?: string | undefined;
897
1622
  };
898
1623
  /** @internal */
@@ -908,9 +1633,44 @@ export declare const DeploymentCreateMetricMessages$outboundSchema: z.ZodType<De
908
1633
  export declare function deploymentCreateMetricMessagesToJSON(deploymentCreateMetricMessages: DeploymentCreateMetricMessages): string;
909
1634
  export declare function deploymentCreateMetricMessagesFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricMessages, SDKValidationError>;
910
1635
  /** @internal */
1636
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type>;
1637
+ /** @internal */
1638
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Type>;
1639
+ /** @internal */
1640
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType>;
1641
+ /** @internal */
1642
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5ContentType>;
1643
+ /** @internal */
1644
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl>;
1645
+ /** @internal */
1646
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5Ttl>;
1647
+ /** @internal */
1648
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl, z.ZodTypeDef, unknown>;
1649
+ /** @internal */
1650
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl$Outbound = {
1651
+ type: string;
1652
+ ttl: string;
1653
+ };
1654
+ /** @internal */
1655
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl>;
1656
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl): string;
1657
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl, SDKValidationError>;
1658
+ /** @internal */
1659
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51, z.ZodTypeDef, unknown>;
1660
+ /** @internal */
1661
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$Outbound = {
1662
+ type: string;
1663
+ text: string;
1664
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices5CacheControl$Outbound | undefined;
1665
+ };
1666
+ /** @internal */
1667
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51>;
1668
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51ToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51): string;
1669
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51, SDKValidationError>;
1670
+ /** @internal */
911
1671
  export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52, z.ZodTypeDef, unknown>;
912
1672
  /** @internal */
913
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52$Outbound = components.TextContentPartSchema$Outbound;
1673
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52$Outbound = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$Outbound;
914
1674
  /** @internal */
915
1675
  export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52>;
916
1676
  export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices52): string;
@@ -918,7 +1678,7 @@ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRe
918
1678
  /** @internal */
919
1679
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent$inboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent, z.ZodTypeDef, unknown>;
920
1680
  /** @internal */
921
- export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1681
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent$Outbound = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$Outbound>;
922
1682
  /** @internal */
923
1683
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent$outboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent>;
924
1684
  export declare function deploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContentToJSON(deploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent: DeploymentCreateMetricChoicesDeploymentsMetricsRequestRequestBodyContent): string;
@@ -947,7 +1707,7 @@ export declare const ChoicesToolMessage$inboundSchema: z.ZodType<ChoicesToolMess
947
1707
  /** @internal */
948
1708
  export type ChoicesToolMessage$Outbound = {
949
1709
  role: "tool";
950
- content: string | Array<components.TextContentPartSchema$Outbound>;
1710
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices51$Outbound>;
951
1711
  tool_call_id: string;
952
1712
  cache_control?: ChoicesCacheControl$Outbound | undefined;
953
1713
  };
@@ -956,21 +1716,48 @@ export declare const ChoicesToolMessage$outboundSchema: z.ZodType<ChoicesToolMes
956
1716
  export declare function choicesToolMessageToJSON(choicesToolMessage: ChoicesToolMessage): string;
957
1717
  export declare function choicesToolMessageFromJSON(jsonString: string): SafeParseResult<ChoicesToolMessage, SDKValidationError>;
958
1718
  /** @internal */
959
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2, z.ZodTypeDef, unknown>;
1719
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType>;
1720
+ /** @internal */
1721
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4ContentType>;
1722
+ /** @internal */
1723
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl>;
1724
+ /** @internal */
1725
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4Ttl>;
1726
+ /** @internal */
1727
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl, z.ZodTypeDef, unknown>;
1728
+ /** @internal */
1729
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl$Outbound = {
1730
+ type: string;
1731
+ ttl: string;
1732
+ };
1733
+ /** @internal */
1734
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl>;
1735
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl): string;
1736
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl, SDKValidationError>;
960
1737
  /** @internal */
961
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound = (components.TextContentPartSchema$Outbound & {
1738
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1, z.ZodTypeDef, unknown>;
1739
+ /** @internal */
1740
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$Outbound = {
962
1741
  type: "text";
963
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1742
+ text: string;
1743
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices4CacheControl$Outbound | undefined;
1744
+ };
964
1745
  /** @internal */
965
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2>;
966
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2): string;
967
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2, SDKValidationError>;
1746
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1>;
1747
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1ToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1): string;
1748
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1, SDKValidationError>;
1749
+ /** @internal */
1750
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42, z.ZodTypeDef, unknown>;
1751
+ /** @internal */
1752
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42$Outbound = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
1753
+ /** @internal */
1754
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42>;
1755
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42): string;
1756
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices42, SDKValidationError>;
968
1757
  /** @internal */
969
1758
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent$inboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent, z.ZodTypeDef, unknown>;
970
1759
  /** @internal */
971
- export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
972
- type: "text";
973
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
1760
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent$Outbound = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
974
1761
  /** @internal */
975
1762
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent$outboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent>;
976
1763
  export declare function deploymentCreateMetricChoicesDeploymentsMetricsRequestContentToJSON(deploymentCreateMetricChoicesDeploymentsMetricsRequestContent: DeploymentCreateMetricChoicesDeploymentsMetricsRequestContent): string;
@@ -1017,9 +1804,7 @@ export declare function choicesToolCallsFromJSON(jsonString: string): SafeParseR
1017
1804
  export declare const ChoicesAssistantMessage$inboundSchema: z.ZodType<ChoicesAssistantMessage, z.ZodTypeDef, unknown>;
1018
1805
  /** @internal */
1019
1806
  export type ChoicesAssistantMessage$Outbound = {
1020
- content?: string | Array<(components.TextContentPartSchema$Outbound & {
1021
- type: "text";
1022
- }) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
1807
+ content?: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
1023
1808
  refusal?: string | null | undefined;
1024
1809
  role: "assistant";
1025
1810
  name?: string | undefined;
@@ -1031,30 +1816,30 @@ export declare const ChoicesAssistantMessage$outboundSchema: z.ZodType<ChoicesAs
1031
1816
  export declare function choicesAssistantMessageToJSON(choicesAssistantMessage: ChoicesAssistantMessage): string;
1032
1817
  export declare function choicesAssistantMessageFromJSON(jsonString: string): SafeParseResult<ChoicesAssistantMessage, SDKValidationError>;
1033
1818
  /** @internal */
1034
- export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
1819
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type>;
1035
1820
  /** @internal */
1036
- export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType>;
1821
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type>;
1037
1822
  /** @internal */
1038
- export declare const DeploymentCreateMetric2DeploymentsMetricsTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
1823
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl>;
1039
1824
  /** @internal */
1040
- export declare const DeploymentCreateMetric2DeploymentsMetricsTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsTtl>;
1825
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Ttl>;
1041
1826
  /** @internal */
1042
- export declare const DeploymentCreateMetric2DeploymentsMetricsCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsCacheControl, z.ZodTypeDef, unknown>;
1827
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl, z.ZodTypeDef, unknown>;
1043
1828
  /** @internal */
1044
- export type DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound = {
1829
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl$Outbound = {
1045
1830
  type: string;
1046
1831
  ttl: string;
1047
1832
  };
1048
1833
  /** @internal */
1049
- export declare const DeploymentCreateMetric2DeploymentsMetricsCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsCacheControl>;
1050
- export declare function deploymentCreateMetric2DeploymentsMetricsCacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsCacheControl: DeploymentCreateMetric2DeploymentsMetricsCacheControl): string;
1051
- export declare function deploymentCreateMetric2DeploymentsMetricsCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsCacheControl, SDKValidationError>;
1834
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl>;
1835
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl): string;
1836
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl, SDKValidationError>;
1052
1837
  /** @internal */
1053
1838
  export declare const DeploymentCreateMetric2DeploymentsMetrics4$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetrics4, z.ZodTypeDef, unknown>;
1054
1839
  /** @internal */
1055
1840
  export type DeploymentCreateMetric2DeploymentsMetrics4$Outbound = {
1056
1841
  type: "file";
1057
- cache_control?: DeploymentCreateMetric2DeploymentsMetricsCacheControl$Outbound | undefined;
1842
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3CacheControl$Outbound | undefined;
1058
1843
  file: components.FileContentPartSchema$Outbound;
1059
1844
  };
1060
1845
  /** @internal */
@@ -1062,21 +1847,48 @@ export declare const DeploymentCreateMetric2DeploymentsMetrics4$outboundSchema:
1062
1847
  export declare function deploymentCreateMetric2DeploymentsMetrics4ToJSON(deploymentCreateMetric2DeploymentsMetrics4: DeploymentCreateMetric2DeploymentsMetrics4): string;
1063
1848
  export declare function deploymentCreateMetric2DeploymentsMetrics4FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetrics4, SDKValidationError>;
1064
1849
  /** @internal */
1065
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2, z.ZodTypeDef, unknown>;
1850
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type>;
1851
+ /** @internal */
1852
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Type>;
1853
+ /** @internal */
1854
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl>;
1855
+ /** @internal */
1856
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesTtl>;
1857
+ /** @internal */
1858
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl, z.ZodTypeDef, unknown>;
1859
+ /** @internal */
1860
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl$Outbound = {
1861
+ type: string;
1862
+ ttl: string;
1863
+ };
1066
1864
  /** @internal */
1067
- export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$Outbound = (components.TextContentPartSchema$Outbound & {
1865
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl>;
1866
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControlToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl): string;
1867
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl, SDKValidationError>;
1868
+ /** @internal */
1869
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$inboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1, z.ZodTypeDef, unknown>;
1870
+ /** @internal */
1871
+ export type DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$Outbound = {
1068
1872
  type: "text";
1069
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound;
1873
+ text: string;
1874
+ cache_control?: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoicesCacheControl$Outbound | undefined;
1875
+ };
1070
1876
  /** @internal */
1071
- export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2>;
1072
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2): string;
1073
- export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBody2, SDKValidationError>;
1877
+ export declare const DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$outboundSchema: z.ZodType<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$Outbound, z.ZodTypeDef, DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1>;
1878
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBody1ToJSON(deploymentCreateMetric2DeploymentsMetricsRequestRequestBody1: DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1): string;
1879
+ export declare function deploymentCreateMetric2DeploymentsMetricsRequestRequestBody1FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1, SDKValidationError>;
1880
+ /** @internal */
1881
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32, z.ZodTypeDef, unknown>;
1882
+ /** @internal */
1883
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32$Outbound = DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound;
1884
+ /** @internal */
1885
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32>;
1886
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32): string;
1887
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices32, SDKValidationError>;
1074
1888
  /** @internal */
1075
1889
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsContent$inboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsContent, z.ZodTypeDef, unknown>;
1076
1890
  /** @internal */
1077
- export type DeploymentCreateMetricChoicesDeploymentsMetricsContent$Outbound = string | Array<(components.TextContentPartSchema$Outbound & {
1078
- type: "text";
1079
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound>;
1891
+ export type DeploymentCreateMetricChoicesDeploymentsMetricsContent$Outbound = string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound>;
1080
1892
  /** @internal */
1081
1893
  export declare const DeploymentCreateMetricChoicesDeploymentsMetricsContent$outboundSchema: z.ZodType<DeploymentCreateMetricChoicesDeploymentsMetricsContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricChoicesDeploymentsMetricsContent>;
1082
1894
  export declare function deploymentCreateMetricChoicesDeploymentsMetricsContentToJSON(deploymentCreateMetricChoicesDeploymentsMetricsContent: DeploymentCreateMetricChoicesDeploymentsMetricsContent): string;
@@ -1087,18 +1899,51 @@ export declare const ChoicesUserMessage$inboundSchema: z.ZodType<ChoicesUserMess
1087
1899
  export type ChoicesUserMessage$Outbound = {
1088
1900
  role: "user";
1089
1901
  name?: string | undefined;
1090
- content: string | Array<(components.TextContentPartSchema$Outbound & {
1091
- type: "text";
1092
- }) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound>;
1902
+ content: string | Array<DeploymentCreateMetric2DeploymentsMetricsRequestRequestBody1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | DeploymentCreateMetric2DeploymentsMetrics4$Outbound>;
1093
1903
  };
1094
1904
  /** @internal */
1095
1905
  export declare const ChoicesUserMessage$outboundSchema: z.ZodType<ChoicesUserMessage$Outbound, z.ZodTypeDef, ChoicesUserMessage>;
1096
1906
  export declare function choicesUserMessageToJSON(choicesUserMessage: ChoicesUserMessage): string;
1097
1907
  export declare function choicesUserMessageFromJSON(jsonString: string): SafeParseResult<ChoicesUserMessage, SDKValidationError>;
1098
1908
  /** @internal */
1909
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type>;
1910
+ /** @internal */
1911
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2Type>;
1912
+ /** @internal */
1913
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type>;
1914
+ /** @internal */
1915
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22Type>;
1916
+ /** @internal */
1917
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl>;
1918
+ /** @internal */
1919
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyTtl>;
1920
+ /** @internal */
1921
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl, z.ZodTypeDef, unknown>;
1922
+ /** @internal */
1923
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl$Outbound = {
1924
+ type: string;
1925
+ ttl: string;
1926
+ };
1927
+ /** @internal */
1928
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl>;
1929
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControlToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl): string;
1930
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl, SDKValidationError>;
1931
+ /** @internal */
1932
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22, z.ZodTypeDef, unknown>;
1933
+ /** @internal */
1934
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$Outbound = {
1935
+ type: string;
1936
+ text: string;
1937
+ cache_control?: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyCacheControl$Outbound | undefined;
1938
+ };
1939
+ /** @internal */
1940
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22>;
1941
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22): string;
1942
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22, SDKValidationError>;
1943
+ /** @internal */
1099
1944
  export declare const DeploymentCreateMetricChoicesContent$inboundSchema: z.ZodType<DeploymentCreateMetricChoicesContent, z.ZodTypeDef, unknown>;
1100
1945
  /** @internal */
1101
- export type DeploymentCreateMetricChoicesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
1946
+ export type DeploymentCreateMetricChoicesContent$Outbound = string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$Outbound>;
1102
1947
  /** @internal */
1103
1948
  export declare const DeploymentCreateMetricChoicesContent$outboundSchema: z.ZodType<DeploymentCreateMetricChoicesContent$Outbound, z.ZodTypeDef, DeploymentCreateMetricChoicesContent>;
1104
1949
  export declare function deploymentCreateMetricChoicesContentToJSON(deploymentCreateMetricChoicesContent: DeploymentCreateMetricChoicesContent): string;
@@ -1108,7 +1953,7 @@ export declare const ChoicesDeveloperMessage$inboundSchema: z.ZodType<ChoicesDev
1108
1953
  /** @internal */
1109
1954
  export type ChoicesDeveloperMessage$Outbound = {
1110
1955
  role: "developer";
1111
- content: string | Array<components.TextContentPartSchema$Outbound>;
1956
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices22$Outbound>;
1112
1957
  name?: string | undefined;
1113
1958
  };
1114
1959
  /** @internal */
@@ -1116,9 +1961,44 @@ export declare const ChoicesDeveloperMessage$outboundSchema: z.ZodType<ChoicesDe
1116
1961
  export declare function choicesDeveloperMessageToJSON(choicesDeveloperMessage: ChoicesDeveloperMessage): string;
1117
1962
  export declare function choicesDeveloperMessageFromJSON(jsonString: string): SafeParseResult<ChoicesDeveloperMessage, SDKValidationError>;
1118
1963
  /** @internal */
1964
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType>;
1965
+ /** @internal */
1966
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoicesType>;
1967
+ /** @internal */
1968
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type>;
1969
+ /** @internal */
1970
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices1Type>;
1971
+ /** @internal */
1972
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestTtl$inboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestTtl>;
1973
+ /** @internal */
1974
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestTtl$outboundSchema: z.ZodNativeEnum<typeof DeploymentCreateMetricContentDeploymentsMetricsRequestTtl>;
1975
+ /** @internal */
1976
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl, z.ZodTypeDef, unknown>;
1977
+ /** @internal */
1978
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl$Outbound = {
1979
+ type: string;
1980
+ ttl: string;
1981
+ };
1982
+ /** @internal */
1983
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl>;
1984
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestCacheControlToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestCacheControl: DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl): string;
1985
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestCacheControlFromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl, SDKValidationError>;
1986
+ /** @internal */
1987
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$inboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2, z.ZodTypeDef, unknown>;
1988
+ /** @internal */
1989
+ export type DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound = {
1990
+ type: string;
1991
+ text: string;
1992
+ cache_control?: DeploymentCreateMetricContentDeploymentsMetricsRequestCacheControl$Outbound | undefined;
1993
+ };
1994
+ /** @internal */
1995
+ export declare const DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$outboundSchema: z.ZodType<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound, z.ZodTypeDef, DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2>;
1996
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2ToJSON(deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2: DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2): string;
1997
+ export declare function deploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2FromJSON(jsonString: string): SafeParseResult<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2, SDKValidationError>;
1998
+ /** @internal */
1119
1999
  export declare const ChoicesContent$inboundSchema: z.ZodType<ChoicesContent, z.ZodTypeDef, unknown>;
1120
2000
  /** @internal */
1121
- export type ChoicesContent$Outbound = string | Array<components.TextContentPartSchema$Outbound>;
2001
+ export type ChoicesContent$Outbound = string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound>;
1122
2002
  /** @internal */
1123
2003
  export declare const ChoicesContent$outboundSchema: z.ZodType<ChoicesContent$Outbound, z.ZodTypeDef, ChoicesContent>;
1124
2004
  export declare function choicesContentToJSON(choicesContent: ChoicesContent): string;
@@ -1128,7 +2008,7 @@ export declare const ChoicesSystemMessage$inboundSchema: z.ZodType<ChoicesSystem
1128
2008
  /** @internal */
1129
2009
  export type ChoicesSystemMessage$Outbound = {
1130
2010
  role: "system";
1131
- content: string | Array<components.TextContentPartSchema$Outbound>;
2011
+ content: string | Array<DeploymentCreateMetricContentDeploymentsMetricsRequestRequestBodyChoices2$Outbound>;
1132
2012
  name?: string | undefined;
1133
2013
  };
1134
2014
  /** @internal */