@azure/ai-projects 1.0.0-beta.1 → 1.0.0-beta.3

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 (356) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +244 -183
  3. package/dist/browser/agents/assistants.d.ts.map +1 -1
  4. package/dist/browser/agents/assistants.js +3 -1
  5. package/dist/browser/agents/assistants.js.map +1 -1
  6. package/dist/browser/agents/customModels.d.ts +4 -29
  7. package/dist/browser/agents/customModels.d.ts.map +1 -1
  8. package/dist/browser/agents/customModels.js.map +1 -1
  9. package/dist/browser/agents/files.d.ts +5 -4
  10. package/dist/browser/agents/files.d.ts.map +1 -1
  11. package/dist/browser/agents/files.js +55 -27
  12. package/dist/browser/agents/files.js.map +1 -1
  13. package/dist/browser/agents/index.d.ts +10 -10
  14. package/dist/browser/agents/index.d.ts.map +1 -1
  15. package/dist/browser/agents/index.js.map +1 -1
  16. package/dist/browser/agents/inputOutputs.d.ts +3 -3
  17. package/dist/browser/agents/inputOutputs.d.ts.map +1 -1
  18. package/dist/browser/agents/inputOutputs.js.map +1 -1
  19. package/dist/browser/agents/inputValidations.d.ts.map +1 -1
  20. package/dist/browser/agents/inputValidations.js +2 -1
  21. package/dist/browser/agents/inputValidations.js.map +1 -1
  22. package/dist/browser/agents/messages.js +2 -2
  23. package/dist/browser/agents/messages.js.map +1 -1
  24. package/dist/browser/agents/openAIError.d.ts.map +1 -1
  25. package/dist/browser/agents/openAIError.js +7 -1
  26. package/dist/browser/agents/openAIError.js.map +1 -1
  27. package/dist/browser/agents/poller.d.ts +8 -33
  28. package/dist/browser/agents/poller.d.ts.map +1 -1
  29. package/dist/browser/agents/poller.js +130 -53
  30. package/dist/browser/agents/poller.js.map +1 -1
  31. package/dist/browser/agents/streamingModels.d.ts +17 -15
  32. package/dist/browser/agents/streamingModels.d.ts.map +1 -1
  33. package/dist/browser/agents/streamingModels.js.map +1 -1
  34. package/dist/browser/agents/traceUtility.d.ts +3 -3
  35. package/dist/browser/agents/traceUtility.d.ts.map +1 -1
  36. package/dist/browser/agents/traceUtility.js.map +1 -1
  37. package/dist/browser/agents/utils.d.ts +53 -3
  38. package/dist/browser/agents/utils.d.ts.map +1 -1
  39. package/dist/browser/agents/utils.js +77 -2
  40. package/dist/browser/agents/utils.js.map +1 -1
  41. package/dist/browser/agents/vectorStores.d.ts +3 -4
  42. package/dist/browser/agents/vectorStores.d.ts.map +1 -1
  43. package/dist/browser/agents/vectorStores.js +44 -26
  44. package/dist/browser/agents/vectorStores.js.map +1 -1
  45. package/dist/browser/agents/vectorStoresFileBatches.d.ts +5 -4
  46. package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +1 -1
  47. package/dist/browser/agents/vectorStoresFileBatches.js +46 -32
  48. package/dist/browser/agents/vectorStoresFileBatches.js.map +1 -1
  49. package/dist/browser/agents/vectorStoresFiles.d.ts +4 -4
  50. package/dist/browser/agents/vectorStoresFiles.d.ts.map +1 -1
  51. package/dist/browser/agents/vectorStoresFiles.js +57 -28
  52. package/dist/browser/agents/vectorStoresFiles.js.map +1 -1
  53. package/dist/browser/constants.d.ts +1 -1
  54. package/dist/browser/constants.js +1 -1
  55. package/dist/browser/constants.js.map +1 -1
  56. package/dist/browser/customization/convertModelsToWrite.d.ts.map +1 -1
  57. package/dist/browser/customization/convertModelsToWrite.js +42 -93
  58. package/dist/browser/customization/convertModelsToWrite.js.map +1 -1
  59. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  60. package/dist/browser/customization/convertOutputModelsFromWire.js +51 -9
  61. package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
  62. package/dist/browser/customization/convertParametersToWire.d.ts +1 -1
  63. package/dist/browser/customization/convertParametersToWire.d.ts.map +1 -1
  64. package/dist/browser/customization/convertParametersToWire.js.map +1 -1
  65. package/dist/browser/customization/models.d.ts +146 -151
  66. package/dist/browser/customization/models.d.ts.map +1 -1
  67. package/dist/browser/customization/models.js.map +1 -1
  68. package/dist/browser/customization/outputModels.d.ts +188 -37
  69. package/dist/browser/customization/outputModels.d.ts.map +1 -1
  70. package/dist/browser/customization/outputModels.js.map +1 -1
  71. package/dist/browser/customization/streamingModels.d.ts +2 -1
  72. package/dist/browser/customization/streamingModels.d.ts.map +1 -1
  73. package/dist/browser/customization/streamingModels.js.map +1 -1
  74. package/dist/browser/customization/streamingWireModels.d.ts +2 -1
  75. package/dist/browser/customization/streamingWireModels.d.ts.map +1 -1
  76. package/dist/browser/customization/streamingWireModels.js.map +1 -1
  77. package/dist/browser/generated/src/models.d.ts +131 -150
  78. package/dist/browser/generated/src/models.d.ts.map +1 -1
  79. package/dist/browser/generated/src/models.js.map +1 -1
  80. package/dist/browser/generated/src/outputModels.d.ts +187 -36
  81. package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
  82. package/dist/browser/generated/src/outputModels.js.map +1 -1
  83. package/dist/browser/generated/src/paginateHelper.d.ts +27 -2
  84. package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
  85. package/dist/browser/generated/src/paginateHelper.js +98 -1
  86. package/dist/browser/generated/src/paginateHelper.js.map +1 -1
  87. package/dist/browser/generated/src/projectsClient.d.ts +2 -2
  88. package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
  89. package/dist/browser/generated/src/projectsClient.js +3 -3
  90. package/dist/browser/generated/src/projectsClient.js.map +1 -1
  91. package/dist/commonjs/agents/assistants.d.ts.map +1 -1
  92. package/dist/commonjs/agents/assistants.js +3 -1
  93. package/dist/commonjs/agents/assistants.js.map +1 -1
  94. package/dist/commonjs/agents/customModels.d.ts +4 -29
  95. package/dist/commonjs/agents/customModels.d.ts.map +1 -1
  96. package/dist/commonjs/agents/customModels.js.map +1 -1
  97. package/dist/commonjs/agents/files.d.ts +5 -4
  98. package/dist/commonjs/agents/files.d.ts.map +1 -1
  99. package/dist/commonjs/agents/files.js +55 -26
  100. package/dist/commonjs/agents/files.js.map +1 -1
  101. package/dist/commonjs/agents/index.d.ts +10 -10
  102. package/dist/commonjs/agents/index.d.ts.map +1 -1
  103. package/dist/commonjs/agents/index.js.map +1 -1
  104. package/dist/commonjs/agents/inputOutputs.d.ts +3 -3
  105. package/dist/commonjs/agents/inputOutputs.d.ts.map +1 -1
  106. package/dist/commonjs/agents/inputOutputs.js.map +1 -1
  107. package/dist/commonjs/agents/inputValidations.d.ts.map +1 -1
  108. package/dist/commonjs/agents/inputValidations.js +2 -1
  109. package/dist/commonjs/agents/inputValidations.js.map +1 -1
  110. package/dist/commonjs/agents/messages.js +2 -2
  111. package/dist/commonjs/agents/messages.js.map +1 -1
  112. package/dist/commonjs/agents/openAIError.d.ts.map +1 -1
  113. package/dist/commonjs/agents/openAIError.js +7 -1
  114. package/dist/commonjs/agents/openAIError.js.map +1 -1
  115. package/dist/commonjs/agents/poller.d.ts +8 -33
  116. package/dist/commonjs/agents/poller.d.ts.map +1 -1
  117. package/dist/commonjs/agents/poller.js +131 -55
  118. package/dist/commonjs/agents/poller.js.map +1 -1
  119. package/dist/commonjs/agents/streamingModels.d.ts +17 -15
  120. package/dist/commonjs/agents/streamingModels.d.ts.map +1 -1
  121. package/dist/commonjs/agents/streamingModels.js.map +1 -1
  122. package/dist/commonjs/agents/traceUtility.d.ts +3 -3
  123. package/dist/commonjs/agents/traceUtility.d.ts.map +1 -1
  124. package/dist/commonjs/agents/traceUtility.js.map +1 -1
  125. package/dist/commonjs/agents/utils.d.ts +53 -3
  126. package/dist/commonjs/agents/utils.d.ts.map +1 -1
  127. package/dist/commonjs/agents/utils.js +77 -2
  128. package/dist/commonjs/agents/utils.js.map +1 -1
  129. package/dist/commonjs/agents/vectorStores.d.ts +3 -4
  130. package/dist/commonjs/agents/vectorStores.d.ts.map +1 -1
  131. package/dist/commonjs/agents/vectorStores.js +43 -25
  132. package/dist/commonjs/agents/vectorStores.js.map +1 -1
  133. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +5 -4
  134. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +1 -1
  135. package/dist/commonjs/agents/vectorStoresFileBatches.js +46 -31
  136. package/dist/commonjs/agents/vectorStoresFileBatches.js.map +1 -1
  137. package/dist/commonjs/agents/vectorStoresFiles.d.ts +4 -4
  138. package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +1 -1
  139. package/dist/commonjs/agents/vectorStoresFiles.js +56 -27
  140. package/dist/commonjs/agents/vectorStoresFiles.js.map +1 -1
  141. package/dist/commonjs/constants.d.ts +1 -1
  142. package/dist/commonjs/constants.js +1 -1
  143. package/dist/commonjs/constants.js.map +1 -1
  144. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +1 -1
  145. package/dist/commonjs/customization/convertModelsToWrite.js +42 -93
  146. package/dist/commonjs/customization/convertModelsToWrite.js.map +1 -1
  147. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  148. package/dist/commonjs/customization/convertOutputModelsFromWire.js +51 -9
  149. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
  150. package/dist/commonjs/customization/convertParametersToWire.d.ts +1 -1
  151. package/dist/commonjs/customization/convertParametersToWire.d.ts.map +1 -1
  152. package/dist/commonjs/customization/convertParametersToWire.js.map +1 -1
  153. package/dist/commonjs/customization/models.d.ts +146 -151
  154. package/dist/commonjs/customization/models.d.ts.map +1 -1
  155. package/dist/commonjs/customization/models.js.map +1 -1
  156. package/dist/commonjs/customization/outputModels.d.ts +188 -37
  157. package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
  158. package/dist/commonjs/customization/outputModels.js.map +1 -1
  159. package/dist/commonjs/customization/streamingModels.d.ts +2 -1
  160. package/dist/commonjs/customization/streamingModels.d.ts.map +1 -1
  161. package/dist/commonjs/customization/streamingModels.js.map +1 -1
  162. package/dist/commonjs/customization/streamingWireModels.d.ts +2 -1
  163. package/dist/commonjs/customization/streamingWireModels.d.ts.map +1 -1
  164. package/dist/commonjs/customization/streamingWireModels.js.map +1 -1
  165. package/dist/commonjs/generated/src/models.d.ts +131 -150
  166. package/dist/commonjs/generated/src/models.d.ts.map +1 -1
  167. package/dist/commonjs/generated/src/models.js.map +1 -1
  168. package/dist/commonjs/generated/src/outputModels.d.ts +187 -36
  169. package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
  170. package/dist/commonjs/generated/src/outputModels.js.map +1 -1
  171. package/dist/commonjs/generated/src/paginateHelper.d.ts +27 -2
  172. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
  173. package/dist/commonjs/generated/src/paginateHelper.js +99 -2
  174. package/dist/commonjs/generated/src/paginateHelper.js.map +1 -1
  175. package/dist/commonjs/generated/src/projectsClient.d.ts +2 -2
  176. package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
  177. package/dist/commonjs/generated/src/projectsClient.js +3 -3
  178. package/dist/commonjs/generated/src/projectsClient.js.map +1 -1
  179. package/dist/commonjs/tsdoc-metadata.json +1 -1
  180. package/dist/esm/agents/assistants.d.ts.map +1 -1
  181. package/dist/esm/agents/assistants.js +3 -1
  182. package/dist/esm/agents/assistants.js.map +1 -1
  183. package/dist/esm/agents/customModels.d.ts +4 -29
  184. package/dist/esm/agents/customModels.d.ts.map +1 -1
  185. package/dist/esm/agents/customModels.js.map +1 -1
  186. package/dist/esm/agents/files.d.ts +5 -4
  187. package/dist/esm/agents/files.d.ts.map +1 -1
  188. package/dist/esm/agents/files.js +55 -27
  189. package/dist/esm/agents/files.js.map +1 -1
  190. package/dist/esm/agents/index.d.ts +10 -10
  191. package/dist/esm/agents/index.d.ts.map +1 -1
  192. package/dist/esm/agents/index.js.map +1 -1
  193. package/dist/esm/agents/inputOutputs.d.ts +3 -3
  194. package/dist/esm/agents/inputOutputs.d.ts.map +1 -1
  195. package/dist/esm/agents/inputOutputs.js.map +1 -1
  196. package/dist/esm/agents/inputValidations.d.ts.map +1 -1
  197. package/dist/esm/agents/inputValidations.js +2 -1
  198. package/dist/esm/agents/inputValidations.js.map +1 -1
  199. package/dist/esm/agents/messages.js +2 -2
  200. package/dist/esm/agents/messages.js.map +1 -1
  201. package/dist/esm/agents/openAIError.d.ts.map +1 -1
  202. package/dist/esm/agents/openAIError.js +7 -1
  203. package/dist/esm/agents/openAIError.js.map +1 -1
  204. package/dist/esm/agents/poller.d.ts +8 -33
  205. package/dist/esm/agents/poller.d.ts.map +1 -1
  206. package/dist/esm/agents/poller.js +130 -53
  207. package/dist/esm/agents/poller.js.map +1 -1
  208. package/dist/esm/agents/streamingModels.d.ts +17 -15
  209. package/dist/esm/agents/streamingModels.d.ts.map +1 -1
  210. package/dist/esm/agents/streamingModels.js.map +1 -1
  211. package/dist/esm/agents/traceUtility.d.ts +3 -3
  212. package/dist/esm/agents/traceUtility.d.ts.map +1 -1
  213. package/dist/esm/agents/traceUtility.js.map +1 -1
  214. package/dist/esm/agents/utils.d.ts +53 -3
  215. package/dist/esm/agents/utils.d.ts.map +1 -1
  216. package/dist/esm/agents/utils.js +77 -2
  217. package/dist/esm/agents/utils.js.map +1 -1
  218. package/dist/esm/agents/vectorStores.d.ts +3 -4
  219. package/dist/esm/agents/vectorStores.d.ts.map +1 -1
  220. package/dist/esm/agents/vectorStores.js +44 -26
  221. package/dist/esm/agents/vectorStores.js.map +1 -1
  222. package/dist/esm/agents/vectorStoresFileBatches.d.ts +5 -4
  223. package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +1 -1
  224. package/dist/esm/agents/vectorStoresFileBatches.js +46 -32
  225. package/dist/esm/agents/vectorStoresFileBatches.js.map +1 -1
  226. package/dist/esm/agents/vectorStoresFiles.d.ts +4 -4
  227. package/dist/esm/agents/vectorStoresFiles.d.ts.map +1 -1
  228. package/dist/esm/agents/vectorStoresFiles.js +57 -28
  229. package/dist/esm/agents/vectorStoresFiles.js.map +1 -1
  230. package/dist/esm/constants.d.ts +1 -1
  231. package/dist/esm/constants.js +1 -1
  232. package/dist/esm/constants.js.map +1 -1
  233. package/dist/esm/customization/convertModelsToWrite.d.ts.map +1 -1
  234. package/dist/esm/customization/convertModelsToWrite.js +42 -93
  235. package/dist/esm/customization/convertModelsToWrite.js.map +1 -1
  236. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  237. package/dist/esm/customization/convertOutputModelsFromWire.js +51 -9
  238. package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
  239. package/dist/esm/customization/convertParametersToWire.d.ts +1 -1
  240. package/dist/esm/customization/convertParametersToWire.d.ts.map +1 -1
  241. package/dist/esm/customization/convertParametersToWire.js.map +1 -1
  242. package/dist/esm/customization/models.d.ts +146 -151
  243. package/dist/esm/customization/models.d.ts.map +1 -1
  244. package/dist/esm/customization/models.js.map +1 -1
  245. package/dist/esm/customization/outputModels.d.ts +188 -37
  246. package/dist/esm/customization/outputModels.d.ts.map +1 -1
  247. package/dist/esm/customization/outputModels.js.map +1 -1
  248. package/dist/esm/customization/streamingModels.d.ts +2 -1
  249. package/dist/esm/customization/streamingModels.d.ts.map +1 -1
  250. package/dist/esm/customization/streamingModels.js.map +1 -1
  251. package/dist/esm/customization/streamingWireModels.d.ts +2 -1
  252. package/dist/esm/customization/streamingWireModels.d.ts.map +1 -1
  253. package/dist/esm/customization/streamingWireModels.js.map +1 -1
  254. package/dist/esm/generated/src/models.d.ts +131 -150
  255. package/dist/esm/generated/src/models.d.ts.map +1 -1
  256. package/dist/esm/generated/src/models.js.map +1 -1
  257. package/dist/esm/generated/src/outputModels.d.ts +187 -36
  258. package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
  259. package/dist/esm/generated/src/outputModels.js.map +1 -1
  260. package/dist/esm/generated/src/paginateHelper.d.ts +27 -2
  261. package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
  262. package/dist/esm/generated/src/paginateHelper.js +98 -1
  263. package/dist/esm/generated/src/paginateHelper.js.map +1 -1
  264. package/dist/esm/generated/src/projectsClient.d.ts +2 -2
  265. package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
  266. package/dist/esm/generated/src/projectsClient.js +3 -3
  267. package/dist/esm/generated/src/projectsClient.js.map +1 -1
  268. package/dist/react-native/agents/assistants.d.ts.map +1 -1
  269. package/dist/react-native/agents/assistants.js +3 -1
  270. package/dist/react-native/agents/assistants.js.map +1 -1
  271. package/dist/react-native/agents/customModels.d.ts +4 -29
  272. package/dist/react-native/agents/customModels.d.ts.map +1 -1
  273. package/dist/react-native/agents/customModels.js.map +1 -1
  274. package/dist/react-native/agents/files.d.ts +5 -4
  275. package/dist/react-native/agents/files.d.ts.map +1 -1
  276. package/dist/react-native/agents/files.js +55 -27
  277. package/dist/react-native/agents/files.js.map +1 -1
  278. package/dist/react-native/agents/index.d.ts +10 -10
  279. package/dist/react-native/agents/index.d.ts.map +1 -1
  280. package/dist/react-native/agents/index.js.map +1 -1
  281. package/dist/react-native/agents/inputOutputs.d.ts +3 -3
  282. package/dist/react-native/agents/inputOutputs.d.ts.map +1 -1
  283. package/dist/react-native/agents/inputOutputs.js.map +1 -1
  284. package/dist/react-native/agents/inputValidations.d.ts.map +1 -1
  285. package/dist/react-native/agents/inputValidations.js +2 -1
  286. package/dist/react-native/agents/inputValidations.js.map +1 -1
  287. package/dist/react-native/agents/messages.js +2 -2
  288. package/dist/react-native/agents/messages.js.map +1 -1
  289. package/dist/react-native/agents/openAIError.d.ts.map +1 -1
  290. package/dist/react-native/agents/openAIError.js +7 -1
  291. package/dist/react-native/agents/openAIError.js.map +1 -1
  292. package/dist/react-native/agents/poller.d.ts +8 -33
  293. package/dist/react-native/agents/poller.d.ts.map +1 -1
  294. package/dist/react-native/agents/poller.js +130 -53
  295. package/dist/react-native/agents/poller.js.map +1 -1
  296. package/dist/react-native/agents/streamingModels.d.ts +17 -15
  297. package/dist/react-native/agents/streamingModels.d.ts.map +1 -1
  298. package/dist/react-native/agents/streamingModels.js.map +1 -1
  299. package/dist/react-native/agents/traceUtility.d.ts +3 -3
  300. package/dist/react-native/agents/traceUtility.d.ts.map +1 -1
  301. package/dist/react-native/agents/traceUtility.js.map +1 -1
  302. package/dist/react-native/agents/utils.d.ts +53 -3
  303. package/dist/react-native/agents/utils.d.ts.map +1 -1
  304. package/dist/react-native/agents/utils.js +77 -2
  305. package/dist/react-native/agents/utils.js.map +1 -1
  306. package/dist/react-native/agents/vectorStores.d.ts +3 -4
  307. package/dist/react-native/agents/vectorStores.d.ts.map +1 -1
  308. package/dist/react-native/agents/vectorStores.js +44 -26
  309. package/dist/react-native/agents/vectorStores.js.map +1 -1
  310. package/dist/react-native/agents/vectorStoresFileBatches.d.ts +5 -4
  311. package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +1 -1
  312. package/dist/react-native/agents/vectorStoresFileBatches.js +46 -32
  313. package/dist/react-native/agents/vectorStoresFileBatches.js.map +1 -1
  314. package/dist/react-native/agents/vectorStoresFiles.d.ts +4 -4
  315. package/dist/react-native/agents/vectorStoresFiles.d.ts.map +1 -1
  316. package/dist/react-native/agents/vectorStoresFiles.js +57 -28
  317. package/dist/react-native/agents/vectorStoresFiles.js.map +1 -1
  318. package/dist/react-native/constants.d.ts +1 -1
  319. package/dist/react-native/constants.js +1 -1
  320. package/dist/react-native/constants.js.map +1 -1
  321. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +1 -1
  322. package/dist/react-native/customization/convertModelsToWrite.js +42 -93
  323. package/dist/react-native/customization/convertModelsToWrite.js.map +1 -1
  324. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  325. package/dist/react-native/customization/convertOutputModelsFromWire.js +51 -9
  326. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
  327. package/dist/react-native/customization/convertParametersToWire.d.ts +1 -1
  328. package/dist/react-native/customization/convertParametersToWire.d.ts.map +1 -1
  329. package/dist/react-native/customization/convertParametersToWire.js.map +1 -1
  330. package/dist/react-native/customization/models.d.ts +146 -151
  331. package/dist/react-native/customization/models.d.ts.map +1 -1
  332. package/dist/react-native/customization/models.js.map +1 -1
  333. package/dist/react-native/customization/outputModels.d.ts +188 -37
  334. package/dist/react-native/customization/outputModels.d.ts.map +1 -1
  335. package/dist/react-native/customization/outputModels.js.map +1 -1
  336. package/dist/react-native/customization/streamingModels.d.ts +2 -1
  337. package/dist/react-native/customization/streamingModels.d.ts.map +1 -1
  338. package/dist/react-native/customization/streamingModels.js.map +1 -1
  339. package/dist/react-native/customization/streamingWireModels.d.ts +2 -1
  340. package/dist/react-native/customization/streamingWireModels.d.ts.map +1 -1
  341. package/dist/react-native/customization/streamingWireModels.js.map +1 -1
  342. package/dist/react-native/generated/src/models.d.ts +131 -150
  343. package/dist/react-native/generated/src/models.d.ts.map +1 -1
  344. package/dist/react-native/generated/src/models.js.map +1 -1
  345. package/dist/react-native/generated/src/outputModels.d.ts +187 -36
  346. package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
  347. package/dist/react-native/generated/src/outputModels.js.map +1 -1
  348. package/dist/react-native/generated/src/paginateHelper.d.ts +27 -2
  349. package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
  350. package/dist/react-native/generated/src/paginateHelper.js +98 -1
  351. package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
  352. package/dist/react-native/generated/src/projectsClient.d.ts +2 -2
  353. package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
  354. package/dist/react-native/generated/src/projectsClient.js +3 -3
  355. package/dist/react-native/generated/src/projectsClient.js.map +1 -1
  356. package/package.json +33 -34
@@ -56,6 +56,7 @@ export interface FileSearchToolDefinitionDetails {
56
56
  * Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
57
57
  */
58
58
  maxNumResults?: number;
59
+ /** Ranking options for file search. */
59
60
  rankingOptions?: FileSearchRankingOptions;
60
61
  }
61
62
  /** Ranking options for file search. */
@@ -88,7 +89,7 @@ export interface BingGroundingToolDefinition extends ToolDefinitionParent {
88
89
  /** The list of connections used by the bing grounding tool. */
89
90
  bingGrounding: ToolConnectionList;
90
91
  }
91
- /** A set of connection resources currently used by either the `bing_grounding`, `microsoft_fabric`, or `sharepoint_grounding` tools. */
92
+ /** A set of connection resources currently used by either the `bing_grounding`, `fabric_aiskill`, or `sharepoint_grounding` tools. */
92
93
  export interface ToolConnectionList {
93
94
  /**
94
95
  * The connections attached to this tool. There can be a maximum of 1 connection
@@ -103,10 +104,10 @@ export interface ToolConnection {
103
104
  }
104
105
  /** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
105
106
  export interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {
106
- /** The object type, which is always 'microsoft_fabric'. */
107
- type: "microsoft_fabric";
107
+ /** The object type, which is always 'fabric_aiskill'. */
108
+ type: "fabric_aiskill";
108
109
  /** The list of connections used by the Microsoft Fabric tool. */
109
- microsoftFabric: ToolConnectionList;
110
+ fabricAISkill: ToolConnectionList;
110
111
  }
111
112
  /** The input definition information for a sharepoint tool as used to configure an agent. */
112
113
  export interface SharepointToolDefinition extends ToolDefinitionParent {
@@ -120,18 +121,101 @@ export interface AzureAISearchToolDefinition extends ToolDefinitionParent {
120
121
  /** The object type, which is always 'azure_ai_search'. */
121
122
  type: "azure_ai_search";
122
123
  }
124
+ /** The input definition information for an OpenAPI tool as used to configure an agent. */
125
+ export interface OpenApiToolDefinition extends ToolDefinitionParent {
126
+ /** The object type, which is always 'openapi'. */
127
+ type: "openapi";
128
+ /** The openapi function definition. */
129
+ openapi: OpenApiFunctionDefinition;
130
+ }
131
+ /** The input definition information for an openapi function. */
132
+ export interface OpenApiFunctionDefinition {
133
+ /** The name of the function to be called. */
134
+ name: string;
135
+ /** A description of what the function does, used by the model to choose when and how to call the function. */
136
+ description?: string;
137
+ /** The openapi function shape, described as a JSON Schema object. */
138
+ spec: unknown;
139
+ /** Open API authentication details */
140
+ auth: OpenApiAuthDetails;
141
+ }
142
+ /** authentication details for OpenApiFunctionDefinition */
143
+ export interface OpenApiAuthDetailsParent {
144
+ type: OpenApiAuthType;
145
+ }
146
+ /** Security details for OpenApi anonymous authentication */
147
+ export interface OpenApiAnonymousAuthDetails extends OpenApiAuthDetailsParent {
148
+ /** The object type, which is always 'anonymous'. */
149
+ type: "anonymous";
150
+ }
151
+ /** Security details for OpenApi connection authentication */
152
+ export interface OpenApiConnectionAuthDetails extends OpenApiAuthDetailsParent {
153
+ /** The object type, which is always 'connection'. */
154
+ type: "connection";
155
+ /** Connection auth security details */
156
+ securityScheme: OpenApiConnectionSecurityScheme;
157
+ }
158
+ /** Security scheme for OpenApi managed_identity authentication */
159
+ export interface OpenApiConnectionSecurityScheme {
160
+ /** Connection id for Connection auth type */
161
+ connectionId: string;
162
+ }
163
+ /** Security details for OpenApi managed_identity authentication */
164
+ export interface OpenApiManagedAuthDetails extends OpenApiAuthDetailsParent {
165
+ /** The object type, which is always 'managed_identity'. */
166
+ type: "managed_identity";
167
+ /** Connection auth security details */
168
+ securityScheme: OpenApiManagedSecurityScheme;
169
+ }
170
+ /** Security scheme for OpenApi managed_identity authentication */
171
+ export interface OpenApiManagedSecurityScheme {
172
+ /** Authentication scope for managed_identity auth type */
173
+ audience: string;
174
+ }
175
+ /** The input definition information for a azure function tool as used to configure an agent. */
176
+ export interface AzureFunctionToolDefinition extends ToolDefinitionParent {
177
+ /** The object type, which is always 'azure_function'. */
178
+ type: "azure_function";
179
+ /** The definition of the concrete function that the function tool should call. */
180
+ azureFunction: AzureFunctionDefinition;
181
+ }
182
+ /** The definition of Azure function. */
183
+ export interface AzureFunctionDefinition {
184
+ /** The definition of azure function and its parameters. */
185
+ function: FunctionDefinition;
186
+ /** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
187
+ inputBinding: AzureFunctionBinding;
188
+ /** Output storage queue. The function writes output to this queue when the input items are processed. */
189
+ outputBinding: AzureFunctionBinding;
190
+ }
191
+ /** The structure for keeping storage queue name and URI. */
192
+ export interface AzureFunctionBinding {
193
+ /** The type of binding, which is always 'storage_queue'. */
194
+ type: "storage_queue";
195
+ /** Storage queue. */
196
+ storageQueue: AzureFunctionStorageQueue;
197
+ }
198
+ /** The structure for keeping storage queue name and URI. */
199
+ export interface AzureFunctionStorageQueue {
200
+ /** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
201
+ queueServiceEndpoint: string;
202
+ /** The name of an Azure function storage queue. */
203
+ queueName: string;
204
+ }
123
205
  /**
124
206
  * A set of resources that are used by the agent's tools. The resources are specific to the type of
125
207
  * tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
126
208
  * tool requires a list of vector store IDs.
127
209
  */
128
210
  export interface ToolResources {
129
- /** Resources to be used by the `code_interpreter tool` consisting of file IDs. */
211
+ /** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
130
212
  codeInterpreter?: CodeInterpreterToolResource;
131
213
  /** Resources to be used by the `file_search` tool consisting of vector store IDs. */
132
214
  fileSearch?: FileSearchToolResource;
133
215
  /** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
134
216
  azureAISearch?: AzureAISearchResource;
217
+ /** Resources to be used by the `azure_function` tool consisting of connection IDs. */
218
+ azureFunction?: AzureFunctionToolResource;
135
219
  }
136
220
  /** A set of resources that are used by the `code_interpreter` tool. */
137
221
  export interface CodeInterpreterToolResource {
@@ -140,7 +224,7 @@ export interface CodeInterpreterToolResource {
140
224
  * associated with the tool.
141
225
  */
142
226
  fileIds?: string[];
143
- /** The data sources to be used. This option is mutually exclusive with fileIds. */
227
+ /** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
144
228
  dataSources?: Array<VectorStoreDataSource>;
145
229
  }
146
230
  /**
@@ -150,7 +234,11 @@ export interface CodeInterpreterToolResource {
150
234
  export interface VectorStoreDataSource {
151
235
  /** Asset URI. */
152
236
  uri: string;
153
- /** The asset type * */
237
+ /**
238
+ * The asset type
239
+ *
240
+ * Possible values: "uri_asset", "id_asset"
241
+ */
154
242
  type: VectorStoreDataSourceAssetType;
155
243
  }
156
244
  /** A set of resources that are used by the `file_search` tool. */
@@ -161,12 +249,22 @@ export interface FileSearchToolResource {
161
249
  */
162
250
  vectorStoreIds?: string[];
163
251
  /**
164
- * The list of vector store configuration objects from Azure. This list is limited to one
165
- * element. The only element of this list contains
166
- * the list of azure asset IDs used by the search tool.
252
+ * The list of vector store configuration objects from Azure.
253
+ * This list is limited to one element.
254
+ * The only element of this list contains the list of azure asset IDs used by the search tool.
167
255
  */
168
256
  vectorStores?: Array<VectorStoreConfigurations>;
169
257
  }
258
+ export interface AzureFunctionToolResource {
259
+ /** The name of the function to be called. */
260
+ name: string;
261
+ /** A description of what the function does, used by the model to choose when and how to call the function. */
262
+ description: string;
263
+ /** The parameters the functions accepts, described as a JSON Schema object. */
264
+ parameters: unknown;
265
+ inputQueue: AzureFunctionStorageQueue;
266
+ outputQueue: AzureFunctionStorageQueue;
267
+ }
170
268
  /** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */
171
269
  export interface VectorStoreConfigurations {
172
270
  /** Name */
@@ -207,7 +305,23 @@ export interface AgentsApiResponseFormat {
207
305
  *
208
306
  * Possible values: "text", "json_object"
209
307
  */
210
- type?: ApiResponseFormat;
308
+ type?: ResponseFormat;
309
+ }
310
+ /** The type of response format being defined: `json_schema` */
311
+ export interface ResponseFormatJsonSchemaType {
312
+ /** Type */
313
+ type: "json_schema";
314
+ /** The JSON schema, describing response format. */
315
+ jsonSchema: ResponseFormatJsonSchema;
316
+ }
317
+ /** A description of what the response format is for, used by the model to determine how to respond in the format. */
318
+ export interface ResponseFormatJsonSchema {
319
+ /** A description of what the response format is for, used by the model to determine how to respond in the format. */
320
+ description?: string;
321
+ /** The name of a schema. */
322
+ name: string;
323
+ /** The JSON schema object, describing the response format. */
324
+ schema: unknown;
211
325
  }
212
326
  /** The request details to use when modifying an existing agent. */
213
327
  export interface UpdateAgentOptions {
@@ -284,7 +398,7 @@ export interface MessageAttachment {
284
398
  /** The ID of the file to attach to the message. */
285
399
  fileId?: string;
286
400
  /** Azure asset ID. */
287
- dataSources?: Array<VectorStoreDataSource>;
401
+ dataSource?: VectorStoreDataSource;
288
402
  /** The tools to add to this file. */
289
403
  tools: MessageAttachmentToolDefinition[];
290
404
  }
@@ -299,127 +413,6 @@ export interface UpdateAgentThreadOptions {
299
413
  /** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
300
414
  metadata?: Record<string, string> | null;
301
415
  }
302
- /** A single, existing message within an agent thread. */
303
- export interface ThreadMessage {
304
- /** The identifier, which can be referenced in API endpoints. */
305
- id: string;
306
- /** The object type, which is always 'thread.message'. */
307
- object: "thread.message";
308
- /** The Unix timestamp, in seconds, representing when this object was created. */
309
- createdAt: number;
310
- /** The ID of the thread that this message belongs to. */
311
- threadId: string;
312
- /**
313
- * The status of the message.
314
- *
315
- * Possible values: "in_progress", "incomplete", "completed"
316
- */
317
- status: MessageStatus;
318
- /** On an incomplete message, details about why the message is incomplete. */
319
- incompleteDetails: MessageIncompleteDetails | null;
320
- /** The Unix timestamp (in seconds) for when the message was completed. */
321
- completedAt: number | null;
322
- /** The Unix timestamp (in seconds) for when the message was marked as incomplete. */
323
- incompleteAt: number | null;
324
- /**
325
- * The role associated with the agent thread message.
326
- *
327
- * Possible values: "user", "assistant"
328
- */
329
- role: MessageRole;
330
- /** The list of content items associated with the agent thread message. */
331
- content: Array<MessageContent>;
332
- /** If applicable, the ID of the agent that authored this message. */
333
- assistantId: string | null;
334
- /** If applicable, the ID of the run associated with the authoring of this message. */
335
- runId: string | null;
336
- /** A list of files attached to the message, and the tools they were added to. */
337
- attachments: Array<MessageAttachment> | null;
338
- /** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
339
- metadata: Record<string, string> | null;
340
- }
341
- /** Information providing additional detail about a message entering an incomplete status. */
342
- export interface MessageIncompleteDetails {
343
- /**
344
- * The provided reason describing why the message was marked as incomplete.
345
- *
346
- * Possible values: "content_filter", "max_tokens", "run_cancelled", "run_failed", "run_expired"
347
- */
348
- reason: MessageIncompleteDetailsReason;
349
- }
350
- /** An abstract representation of a single item of thread message content. */
351
- export interface MessageContentParent {
352
- type: string;
353
- }
354
- /** A representation of a textual item of thread message content. */
355
- export interface MessageTextContent extends MessageContentParent {
356
- /** The object type, which is always 'text'. */
357
- type: "text";
358
- /** The text and associated annotations for this thread message content item. */
359
- text: MessageTextDetails;
360
- }
361
- /** The text and associated annotations for a single item of agent thread message content. */
362
- export interface MessageTextDetails {
363
- /** The text data. */
364
- value: string;
365
- /** A list of annotations associated with this text. */
366
- annotations: Array<MessageTextAnnotation>;
367
- }
368
- /** An abstract representation of an annotation to text thread message content. */
369
- export interface MessageTextAnnotationParent {
370
- /** The textual content associated with this text annotation item. */
371
- text: string;
372
- type: string;
373
- }
374
- /** A citation within the message that points to a specific quote from a specific File associated with the agent or the message. Generated when the agent uses the 'file_search' tool to search files. */
375
- export interface MessageTextFileCitationAnnotation extends MessageTextAnnotationParent {
376
- /** The object type, which is always 'file_citation'. */
377
- type: "file_citation";
378
- /**
379
- * A citation within the message that points to a specific quote from a specific file.
380
- * Generated when the agent uses the "file_search" tool to search files.
381
- */
382
- fileCitation: MessageTextFileCitationDetails;
383
- /** The first text index associated with this text annotation. */
384
- startIndex?: number;
385
- /** The last text index associated with this text annotation. */
386
- endIndex?: number;
387
- }
388
- /** A representation of a file-based text citation, as used in a file-based annotation of text thread message content. */
389
- export interface MessageTextFileCitationDetails {
390
- /** The ID of the file associated with this citation. */
391
- fileId: string;
392
- /** The specific quote cited in the associated file. */
393
- quote: string;
394
- }
395
- /** A citation within the message that points to a file located at a specific path. */
396
- export interface MessageTextFilePathAnnotation extends MessageTextAnnotationParent {
397
- /** The object type, which is always 'file_path'. */
398
- type: "file_path";
399
- /** A URL for the file that's generated when the agent used the code_interpreter tool to generate a file. */
400
- filePath: MessageTextFilePathDetails;
401
- /** The first text index associated with this text annotation. */
402
- startIndex?: number;
403
- /** The last text index associated with this text annotation. */
404
- endIndex?: number;
405
- }
406
- /** An encapsulation of an image file ID, as used by message image content. */
407
- export interface MessageTextFilePathDetails {
408
- /** The ID of the specific file that the citation is from. */
409
- fileId: string;
410
- }
411
- /** A representation of image file content in a thread message. */
412
- export interface MessageImageFileContent extends MessageContentParent {
413
- /** The object type, which is always 'image_file'. */
414
- type: "image_file";
415
- /** The image file for this thread message content item. */
416
- imageFile: MessageImageFileDetails;
417
- }
418
- /** An image reference, as represented in thread message content. */
419
- export interface MessageImageFileDetails {
420
- /** The ID for the file associated with this image. */
421
- fileId: string;
422
- }
423
416
  /** The details used when creating a new run of an agent thread. */
424
417
  export interface CreateRunOptions {
425
418
  /** The ID of the agent that should run the thread. */
@@ -434,9 +427,9 @@ export interface CreateRunOptions {
434
427
  */
435
428
  additionalInstructions?: string | null;
436
429
  /** Adds additional messages to the thread before creating the run. */
437
- additionalMessages?: Array<ThreadMessage> | null;
430
+ additionalMessages?: Array<ThreadMessageOptions> | null;
438
431
  /** The overridden list of enabled tools that the agent should use to run the thread. */
439
- tools?: Array<ToolDefinition>;
432
+ tools?: Array<ToolDefinition> | null;
440
433
  /**
441
434
  * If `true`, returns a stream of events that happen during the Run as server-sent events,
442
435
  * terminating when the Run enters a terminal state with a `data: [DONE]` message.
@@ -473,6 +466,8 @@ export interface CreateRunOptions {
473
466
  toolChoice?: AgentsApiToolChoiceOption | null;
474
467
  /** Specifies the format that the model must output. */
475
468
  responseFormat?: AgentsApiResponseFormatOption | null;
469
+ /** If `true` functions will run in parallel during tool use. */
470
+ parallelToolCalls?: boolean;
476
471
  /** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
477
472
  metadata?: Record<string, string> | null;
478
473
  }
@@ -497,7 +492,7 @@ export interface AgentsNamedToolChoice {
497
492
  /**
498
493
  * the type of tool. If type is `function`, the function name must be set.
499
494
  *
500
- * Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "microsoft_fabric", "sharepoint_grounding", "azure_ai_search"
495
+ * Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_aiskill", "sharepoint_grounding", "azure_ai_search"
501
496
  */
502
497
  type: AgentsNamedToolChoiceType;
503
498
  /** The name of the function to call */
@@ -523,6 +518,8 @@ export interface UpdateToolResourcesOptions {
523
518
  fileSearch?: UpdateFileSearchToolResourceOptions;
524
519
  /** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
525
520
  azureAISearch?: AzureAISearchResource;
521
+ /** Overrides the resources to be used by the `azure_function` tool consisting of connection IDs. */
522
+ azureFunction?: AzureFunctionToolResource;
526
523
  }
527
524
  /** Request object to update `code_interpreted` tool resources. */
528
525
  export interface UpdateCodeInterpreterToolResourceOptions {
@@ -591,6 +588,8 @@ export interface CreateAndRunThreadOptions {
591
588
  toolChoice?: AgentsApiToolChoiceOption | null;
592
589
  /** Specifies the format that the model must output. */
593
590
  responseFormat?: AgentsApiResponseFormatOption | null;
591
+ /** If `true` functions will run in parallel during tool use. */
592
+ parallelToolCalls?: boolean;
594
593
  /** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
595
594
  metadata?: Record<string, string> | null;
596
595
  }
@@ -659,7 +658,7 @@ export interface VectorStoreUpdateOptions {
659
658
  export interface Evaluation {
660
659
  /** Data for evaluation. */
661
660
  data: InputData;
662
- /** Display Name for evaluation. It helps to find evaluation easily in AI Foundry. It does not need to be unique. */
661
+ /** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
663
662
  displayName?: string;
664
663
  /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
665
664
  description?: string;
@@ -751,35 +750,31 @@ export interface CronTrigger extends TriggerParent {
751
750
  expression: string;
752
751
  }
753
752
  /** An abstract representation of an input tool definition that an agent can use. */
754
- export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition;
755
- /** An abstract representation of a single item of thread message content. */
756
- export type MessageContent = MessageContentParent | MessageTextContent | MessageImageFileContent;
757
- /** An abstract representation of an annotation to text thread message content. */
758
- export type MessageTextAnnotation = MessageTextAnnotationParent | MessageTextFileCitationAnnotation | MessageTextFilePathAnnotation;
753
+ export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition | OpenApiToolDefinition | AzureFunctionToolDefinition;
754
+ /** authentication details for OpenApiFunctionDefinition */
755
+ export type OpenApiAuthDetails = OpenApiAuthDetailsParent | OpenApiAnonymousAuthDetails | OpenApiConnectionAuthDetails | OpenApiManagedAuthDetails;
759
756
  /** An abstract representation of a vector store chunking strategy configuration. */
760
757
  export type VectorStoreChunkingStrategyRequest = VectorStoreChunkingStrategyRequestParent | VectorStoreAutoChunkingStrategyRequest | VectorStoreStaticChunkingStrategyRequest;
761
758
  /** Abstract data class for input data configuration. */
762
759
  export type InputData = InputDataParent | ApplicationInsightsConfiguration | Dataset;
763
760
  /** Abstract data class for input data configuration. */
764
761
  export type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;
762
+ /** Alias for OpenApiAuthType */
763
+ export type OpenApiAuthType = string;
765
764
  /** Alias for VectorStoreDataSourceAssetType */
766
- export type VectorStoreDataSourceAssetType = "uri_asset" | "id_asset";
765
+ export type VectorStoreDataSourceAssetType = string;
767
766
  /** Alias for AgentsApiResponseFormatMode */
768
767
  export type AgentsApiResponseFormatMode = string;
769
- /** Alias for ApiResponseFormat */
770
- export type ApiResponseFormat = string;
768
+ /** Alias for ResponseFormat */
769
+ export type ResponseFormat = string;
771
770
  /** Alias for AgentsApiResponseFormatOption */
772
- export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat;
771
+ export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat | ResponseFormatJsonSchemaType;
773
772
  /** Alias for ListSortOrder */
774
- export type ListSortOrder = "asc" | "desc";
773
+ export type ListSortOrder = string;
775
774
  /** Alias for MessageRole */
776
775
  export type MessageRole = string;
777
776
  /** Alias for MessageAttachmentToolDefinition */
778
777
  export type MessageAttachmentToolDefinition = CodeInterpreterToolDefinition | FileSearchToolDefinition;
779
- /** Alias for MessageStatus */
780
- export type MessageStatus = string;
781
- /** Alias for MessageIncompleteDetailsReason */
782
- export type MessageIncompleteDetailsReason = string;
783
778
  /** Alias for TruncationStrategy */
784
779
  export type TruncationStrategy = string;
785
780
  /** Alias for AgentsApiToolChoiceOptionMode */
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/customization/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/customization/models.ts"],"names":[],"mappings":"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"}