@azure/ai-projects 1.0.0-beta.2 → 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 (344) 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/poller.d.ts +8 -33
  25. package/dist/browser/agents/poller.d.ts.map +1 -1
  26. package/dist/browser/agents/poller.js +130 -53
  27. package/dist/browser/agents/poller.js.map +1 -1
  28. package/dist/browser/agents/streamingModels.d.ts +17 -15
  29. package/dist/browser/agents/streamingModels.d.ts.map +1 -1
  30. package/dist/browser/agents/streamingModels.js.map +1 -1
  31. package/dist/browser/agents/traceUtility.d.ts +3 -3
  32. package/dist/browser/agents/traceUtility.d.ts.map +1 -1
  33. package/dist/browser/agents/traceUtility.js.map +1 -1
  34. package/dist/browser/agents/utils.d.ts +53 -3
  35. package/dist/browser/agents/utils.d.ts.map +1 -1
  36. package/dist/browser/agents/utils.js +71 -1
  37. package/dist/browser/agents/utils.js.map +1 -1
  38. package/dist/browser/agents/vectorStores.d.ts +3 -4
  39. package/dist/browser/agents/vectorStores.d.ts.map +1 -1
  40. package/dist/browser/agents/vectorStores.js +44 -26
  41. package/dist/browser/agents/vectorStores.js.map +1 -1
  42. package/dist/browser/agents/vectorStoresFileBatches.d.ts +5 -4
  43. package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +1 -1
  44. package/dist/browser/agents/vectorStoresFileBatches.js +46 -32
  45. package/dist/browser/agents/vectorStoresFileBatches.js.map +1 -1
  46. package/dist/browser/agents/vectorStoresFiles.d.ts +4 -4
  47. package/dist/browser/agents/vectorStoresFiles.d.ts.map +1 -1
  48. package/dist/browser/agents/vectorStoresFiles.js +57 -28
  49. package/dist/browser/agents/vectorStoresFiles.js.map +1 -1
  50. package/dist/browser/constants.d.ts +1 -1
  51. package/dist/browser/constants.js +1 -1
  52. package/dist/browser/constants.js.map +1 -1
  53. package/dist/browser/customization/convertModelsToWrite.d.ts.map +1 -1
  54. package/dist/browser/customization/convertModelsToWrite.js +42 -93
  55. package/dist/browser/customization/convertModelsToWrite.js.map +1 -1
  56. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  57. package/dist/browser/customization/convertOutputModelsFromWire.js +51 -9
  58. package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
  59. package/dist/browser/customization/convertParametersToWire.d.ts +1 -1
  60. package/dist/browser/customization/convertParametersToWire.d.ts.map +1 -1
  61. package/dist/browser/customization/convertParametersToWire.js.map +1 -1
  62. package/dist/browser/customization/models.d.ts +146 -151
  63. package/dist/browser/customization/models.d.ts.map +1 -1
  64. package/dist/browser/customization/models.js.map +1 -1
  65. package/dist/browser/customization/outputModels.d.ts +188 -37
  66. package/dist/browser/customization/outputModels.d.ts.map +1 -1
  67. package/dist/browser/customization/outputModels.js.map +1 -1
  68. package/dist/browser/customization/streamingModels.d.ts +2 -1
  69. package/dist/browser/customization/streamingModels.d.ts.map +1 -1
  70. package/dist/browser/customization/streamingModels.js.map +1 -1
  71. package/dist/browser/customization/streamingWireModels.d.ts +2 -1
  72. package/dist/browser/customization/streamingWireModels.d.ts.map +1 -1
  73. package/dist/browser/customization/streamingWireModels.js.map +1 -1
  74. package/dist/browser/generated/src/models.d.ts +131 -150
  75. package/dist/browser/generated/src/models.d.ts.map +1 -1
  76. package/dist/browser/generated/src/models.js.map +1 -1
  77. package/dist/browser/generated/src/outputModels.d.ts +187 -36
  78. package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
  79. package/dist/browser/generated/src/outputModels.js.map +1 -1
  80. package/dist/browser/generated/src/paginateHelper.d.ts +27 -2
  81. package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
  82. package/dist/browser/generated/src/paginateHelper.js +98 -1
  83. package/dist/browser/generated/src/paginateHelper.js.map +1 -1
  84. package/dist/browser/generated/src/projectsClient.d.ts +2 -2
  85. package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
  86. package/dist/browser/generated/src/projectsClient.js +3 -3
  87. package/dist/browser/generated/src/projectsClient.js.map +1 -1
  88. package/dist/commonjs/agents/assistants.d.ts.map +1 -1
  89. package/dist/commonjs/agents/assistants.js +3 -1
  90. package/dist/commonjs/agents/assistants.js.map +1 -1
  91. package/dist/commonjs/agents/customModels.d.ts +4 -29
  92. package/dist/commonjs/agents/customModels.d.ts.map +1 -1
  93. package/dist/commonjs/agents/customModels.js.map +1 -1
  94. package/dist/commonjs/agents/files.d.ts +5 -4
  95. package/dist/commonjs/agents/files.d.ts.map +1 -1
  96. package/dist/commonjs/agents/files.js +55 -26
  97. package/dist/commonjs/agents/files.js.map +1 -1
  98. package/dist/commonjs/agents/index.d.ts +10 -10
  99. package/dist/commonjs/agents/index.d.ts.map +1 -1
  100. package/dist/commonjs/agents/index.js.map +1 -1
  101. package/dist/commonjs/agents/inputOutputs.d.ts +3 -3
  102. package/dist/commonjs/agents/inputOutputs.d.ts.map +1 -1
  103. package/dist/commonjs/agents/inputOutputs.js.map +1 -1
  104. package/dist/commonjs/agents/inputValidations.d.ts.map +1 -1
  105. package/dist/commonjs/agents/inputValidations.js +2 -1
  106. package/dist/commonjs/agents/inputValidations.js.map +1 -1
  107. package/dist/commonjs/agents/messages.js +2 -2
  108. package/dist/commonjs/agents/messages.js.map +1 -1
  109. package/dist/commonjs/agents/poller.d.ts +8 -33
  110. package/dist/commonjs/agents/poller.d.ts.map +1 -1
  111. package/dist/commonjs/agents/poller.js +131 -55
  112. package/dist/commonjs/agents/poller.js.map +1 -1
  113. package/dist/commonjs/agents/streamingModels.d.ts +17 -15
  114. package/dist/commonjs/agents/streamingModels.d.ts.map +1 -1
  115. package/dist/commonjs/agents/streamingModels.js.map +1 -1
  116. package/dist/commonjs/agents/traceUtility.d.ts +3 -3
  117. package/dist/commonjs/agents/traceUtility.d.ts.map +1 -1
  118. package/dist/commonjs/agents/traceUtility.js.map +1 -1
  119. package/dist/commonjs/agents/utils.d.ts +53 -3
  120. package/dist/commonjs/agents/utils.d.ts.map +1 -1
  121. package/dist/commonjs/agents/utils.js +71 -1
  122. package/dist/commonjs/agents/utils.js.map +1 -1
  123. package/dist/commonjs/agents/vectorStores.d.ts +3 -4
  124. package/dist/commonjs/agents/vectorStores.d.ts.map +1 -1
  125. package/dist/commonjs/agents/vectorStores.js +43 -25
  126. package/dist/commonjs/agents/vectorStores.js.map +1 -1
  127. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +5 -4
  128. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +1 -1
  129. package/dist/commonjs/agents/vectorStoresFileBatches.js +46 -31
  130. package/dist/commonjs/agents/vectorStoresFileBatches.js.map +1 -1
  131. package/dist/commonjs/agents/vectorStoresFiles.d.ts +4 -4
  132. package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +1 -1
  133. package/dist/commonjs/agents/vectorStoresFiles.js +56 -27
  134. package/dist/commonjs/agents/vectorStoresFiles.js.map +1 -1
  135. package/dist/commonjs/constants.d.ts +1 -1
  136. package/dist/commonjs/constants.js +1 -1
  137. package/dist/commonjs/constants.js.map +1 -1
  138. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +1 -1
  139. package/dist/commonjs/customization/convertModelsToWrite.js +42 -93
  140. package/dist/commonjs/customization/convertModelsToWrite.js.map +1 -1
  141. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  142. package/dist/commonjs/customization/convertOutputModelsFromWire.js +51 -9
  143. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
  144. package/dist/commonjs/customization/convertParametersToWire.d.ts +1 -1
  145. package/dist/commonjs/customization/convertParametersToWire.d.ts.map +1 -1
  146. package/dist/commonjs/customization/convertParametersToWire.js.map +1 -1
  147. package/dist/commonjs/customization/models.d.ts +146 -151
  148. package/dist/commonjs/customization/models.d.ts.map +1 -1
  149. package/dist/commonjs/customization/models.js.map +1 -1
  150. package/dist/commonjs/customization/outputModels.d.ts +188 -37
  151. package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
  152. package/dist/commonjs/customization/outputModels.js.map +1 -1
  153. package/dist/commonjs/customization/streamingModels.d.ts +2 -1
  154. package/dist/commonjs/customization/streamingModels.d.ts.map +1 -1
  155. package/dist/commonjs/customization/streamingModels.js.map +1 -1
  156. package/dist/commonjs/customization/streamingWireModels.d.ts +2 -1
  157. package/dist/commonjs/customization/streamingWireModels.d.ts.map +1 -1
  158. package/dist/commonjs/customization/streamingWireModels.js.map +1 -1
  159. package/dist/commonjs/generated/src/models.d.ts +131 -150
  160. package/dist/commonjs/generated/src/models.d.ts.map +1 -1
  161. package/dist/commonjs/generated/src/models.js.map +1 -1
  162. package/dist/commonjs/generated/src/outputModels.d.ts +187 -36
  163. package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
  164. package/dist/commonjs/generated/src/outputModels.js.map +1 -1
  165. package/dist/commonjs/generated/src/paginateHelper.d.ts +27 -2
  166. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
  167. package/dist/commonjs/generated/src/paginateHelper.js +99 -2
  168. package/dist/commonjs/generated/src/paginateHelper.js.map +1 -1
  169. package/dist/commonjs/generated/src/projectsClient.d.ts +2 -2
  170. package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
  171. package/dist/commonjs/generated/src/projectsClient.js +3 -3
  172. package/dist/commonjs/generated/src/projectsClient.js.map +1 -1
  173. package/dist/commonjs/tsdoc-metadata.json +1 -1
  174. package/dist/esm/agents/assistants.d.ts.map +1 -1
  175. package/dist/esm/agents/assistants.js +3 -1
  176. package/dist/esm/agents/assistants.js.map +1 -1
  177. package/dist/esm/agents/customModels.d.ts +4 -29
  178. package/dist/esm/agents/customModels.d.ts.map +1 -1
  179. package/dist/esm/agents/customModels.js.map +1 -1
  180. package/dist/esm/agents/files.d.ts +5 -4
  181. package/dist/esm/agents/files.d.ts.map +1 -1
  182. package/dist/esm/agents/files.js +55 -27
  183. package/dist/esm/agents/files.js.map +1 -1
  184. package/dist/esm/agents/index.d.ts +10 -10
  185. package/dist/esm/agents/index.d.ts.map +1 -1
  186. package/dist/esm/agents/index.js.map +1 -1
  187. package/dist/esm/agents/inputOutputs.d.ts +3 -3
  188. package/dist/esm/agents/inputOutputs.d.ts.map +1 -1
  189. package/dist/esm/agents/inputOutputs.js.map +1 -1
  190. package/dist/esm/agents/inputValidations.d.ts.map +1 -1
  191. package/dist/esm/agents/inputValidations.js +2 -1
  192. package/dist/esm/agents/inputValidations.js.map +1 -1
  193. package/dist/esm/agents/messages.js +2 -2
  194. package/dist/esm/agents/messages.js.map +1 -1
  195. package/dist/esm/agents/poller.d.ts +8 -33
  196. package/dist/esm/agents/poller.d.ts.map +1 -1
  197. package/dist/esm/agents/poller.js +130 -53
  198. package/dist/esm/agents/poller.js.map +1 -1
  199. package/dist/esm/agents/streamingModels.d.ts +17 -15
  200. package/dist/esm/agents/streamingModels.d.ts.map +1 -1
  201. package/dist/esm/agents/streamingModels.js.map +1 -1
  202. package/dist/esm/agents/traceUtility.d.ts +3 -3
  203. package/dist/esm/agents/traceUtility.d.ts.map +1 -1
  204. package/dist/esm/agents/traceUtility.js.map +1 -1
  205. package/dist/esm/agents/utils.d.ts +53 -3
  206. package/dist/esm/agents/utils.d.ts.map +1 -1
  207. package/dist/esm/agents/utils.js +71 -1
  208. package/dist/esm/agents/utils.js.map +1 -1
  209. package/dist/esm/agents/vectorStores.d.ts +3 -4
  210. package/dist/esm/agents/vectorStores.d.ts.map +1 -1
  211. package/dist/esm/agents/vectorStores.js +44 -26
  212. package/dist/esm/agents/vectorStores.js.map +1 -1
  213. package/dist/esm/agents/vectorStoresFileBatches.d.ts +5 -4
  214. package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +1 -1
  215. package/dist/esm/agents/vectorStoresFileBatches.js +46 -32
  216. package/dist/esm/agents/vectorStoresFileBatches.js.map +1 -1
  217. package/dist/esm/agents/vectorStoresFiles.d.ts +4 -4
  218. package/dist/esm/agents/vectorStoresFiles.d.ts.map +1 -1
  219. package/dist/esm/agents/vectorStoresFiles.js +57 -28
  220. package/dist/esm/agents/vectorStoresFiles.js.map +1 -1
  221. package/dist/esm/constants.d.ts +1 -1
  222. package/dist/esm/constants.js +1 -1
  223. package/dist/esm/constants.js.map +1 -1
  224. package/dist/esm/customization/convertModelsToWrite.d.ts.map +1 -1
  225. package/dist/esm/customization/convertModelsToWrite.js +42 -93
  226. package/dist/esm/customization/convertModelsToWrite.js.map +1 -1
  227. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  228. package/dist/esm/customization/convertOutputModelsFromWire.js +51 -9
  229. package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
  230. package/dist/esm/customization/convertParametersToWire.d.ts +1 -1
  231. package/dist/esm/customization/convertParametersToWire.d.ts.map +1 -1
  232. package/dist/esm/customization/convertParametersToWire.js.map +1 -1
  233. package/dist/esm/customization/models.d.ts +146 -151
  234. package/dist/esm/customization/models.d.ts.map +1 -1
  235. package/dist/esm/customization/models.js.map +1 -1
  236. package/dist/esm/customization/outputModels.d.ts +188 -37
  237. package/dist/esm/customization/outputModels.d.ts.map +1 -1
  238. package/dist/esm/customization/outputModels.js.map +1 -1
  239. package/dist/esm/customization/streamingModels.d.ts +2 -1
  240. package/dist/esm/customization/streamingModels.d.ts.map +1 -1
  241. package/dist/esm/customization/streamingModels.js.map +1 -1
  242. package/dist/esm/customization/streamingWireModels.d.ts +2 -1
  243. package/dist/esm/customization/streamingWireModels.d.ts.map +1 -1
  244. package/dist/esm/customization/streamingWireModels.js.map +1 -1
  245. package/dist/esm/generated/src/models.d.ts +131 -150
  246. package/dist/esm/generated/src/models.d.ts.map +1 -1
  247. package/dist/esm/generated/src/models.js.map +1 -1
  248. package/dist/esm/generated/src/outputModels.d.ts +187 -36
  249. package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
  250. package/dist/esm/generated/src/outputModels.js.map +1 -1
  251. package/dist/esm/generated/src/paginateHelper.d.ts +27 -2
  252. package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
  253. package/dist/esm/generated/src/paginateHelper.js +98 -1
  254. package/dist/esm/generated/src/paginateHelper.js.map +1 -1
  255. package/dist/esm/generated/src/projectsClient.d.ts +2 -2
  256. package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
  257. package/dist/esm/generated/src/projectsClient.js +3 -3
  258. package/dist/esm/generated/src/projectsClient.js.map +1 -1
  259. package/dist/react-native/agents/assistants.d.ts.map +1 -1
  260. package/dist/react-native/agents/assistants.js +3 -1
  261. package/dist/react-native/agents/assistants.js.map +1 -1
  262. package/dist/react-native/agents/customModels.d.ts +4 -29
  263. package/dist/react-native/agents/customModels.d.ts.map +1 -1
  264. package/dist/react-native/agents/customModels.js.map +1 -1
  265. package/dist/react-native/agents/files.d.ts +5 -4
  266. package/dist/react-native/agents/files.d.ts.map +1 -1
  267. package/dist/react-native/agents/files.js +55 -27
  268. package/dist/react-native/agents/files.js.map +1 -1
  269. package/dist/react-native/agents/index.d.ts +10 -10
  270. package/dist/react-native/agents/index.d.ts.map +1 -1
  271. package/dist/react-native/agents/index.js.map +1 -1
  272. package/dist/react-native/agents/inputOutputs.d.ts +3 -3
  273. package/dist/react-native/agents/inputOutputs.d.ts.map +1 -1
  274. package/dist/react-native/agents/inputOutputs.js.map +1 -1
  275. package/dist/react-native/agents/inputValidations.d.ts.map +1 -1
  276. package/dist/react-native/agents/inputValidations.js +2 -1
  277. package/dist/react-native/agents/inputValidations.js.map +1 -1
  278. package/dist/react-native/agents/messages.js +2 -2
  279. package/dist/react-native/agents/messages.js.map +1 -1
  280. package/dist/react-native/agents/poller.d.ts +8 -33
  281. package/dist/react-native/agents/poller.d.ts.map +1 -1
  282. package/dist/react-native/agents/poller.js +130 -53
  283. package/dist/react-native/agents/poller.js.map +1 -1
  284. package/dist/react-native/agents/streamingModels.d.ts +17 -15
  285. package/dist/react-native/agents/streamingModels.d.ts.map +1 -1
  286. package/dist/react-native/agents/streamingModels.js.map +1 -1
  287. package/dist/react-native/agents/traceUtility.d.ts +3 -3
  288. package/dist/react-native/agents/traceUtility.d.ts.map +1 -1
  289. package/dist/react-native/agents/traceUtility.js.map +1 -1
  290. package/dist/react-native/agents/utils.d.ts +53 -3
  291. package/dist/react-native/agents/utils.d.ts.map +1 -1
  292. package/dist/react-native/agents/utils.js +71 -1
  293. package/dist/react-native/agents/utils.js.map +1 -1
  294. package/dist/react-native/agents/vectorStores.d.ts +3 -4
  295. package/dist/react-native/agents/vectorStores.d.ts.map +1 -1
  296. package/dist/react-native/agents/vectorStores.js +44 -26
  297. package/dist/react-native/agents/vectorStores.js.map +1 -1
  298. package/dist/react-native/agents/vectorStoresFileBatches.d.ts +5 -4
  299. package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +1 -1
  300. package/dist/react-native/agents/vectorStoresFileBatches.js +46 -32
  301. package/dist/react-native/agents/vectorStoresFileBatches.js.map +1 -1
  302. package/dist/react-native/agents/vectorStoresFiles.d.ts +4 -4
  303. package/dist/react-native/agents/vectorStoresFiles.d.ts.map +1 -1
  304. package/dist/react-native/agents/vectorStoresFiles.js +57 -28
  305. package/dist/react-native/agents/vectorStoresFiles.js.map +1 -1
  306. package/dist/react-native/constants.d.ts +1 -1
  307. package/dist/react-native/constants.js +1 -1
  308. package/dist/react-native/constants.js.map +1 -1
  309. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +1 -1
  310. package/dist/react-native/customization/convertModelsToWrite.js +42 -93
  311. package/dist/react-native/customization/convertModelsToWrite.js.map +1 -1
  312. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  313. package/dist/react-native/customization/convertOutputModelsFromWire.js +51 -9
  314. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
  315. package/dist/react-native/customization/convertParametersToWire.d.ts +1 -1
  316. package/dist/react-native/customization/convertParametersToWire.d.ts.map +1 -1
  317. package/dist/react-native/customization/convertParametersToWire.js.map +1 -1
  318. package/dist/react-native/customization/models.d.ts +146 -151
  319. package/dist/react-native/customization/models.d.ts.map +1 -1
  320. package/dist/react-native/customization/models.js.map +1 -1
  321. package/dist/react-native/customization/outputModels.d.ts +188 -37
  322. package/dist/react-native/customization/outputModels.d.ts.map +1 -1
  323. package/dist/react-native/customization/outputModels.js.map +1 -1
  324. package/dist/react-native/customization/streamingModels.d.ts +2 -1
  325. package/dist/react-native/customization/streamingModels.d.ts.map +1 -1
  326. package/dist/react-native/customization/streamingModels.js.map +1 -1
  327. package/dist/react-native/customization/streamingWireModels.d.ts +2 -1
  328. package/dist/react-native/customization/streamingWireModels.d.ts.map +1 -1
  329. package/dist/react-native/customization/streamingWireModels.js.map +1 -1
  330. package/dist/react-native/generated/src/models.d.ts +131 -150
  331. package/dist/react-native/generated/src/models.d.ts.map +1 -1
  332. package/dist/react-native/generated/src/models.js.map +1 -1
  333. package/dist/react-native/generated/src/outputModels.d.ts +187 -36
  334. package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
  335. package/dist/react-native/generated/src/outputModels.js.map +1 -1
  336. package/dist/react-native/generated/src/paginateHelper.d.ts +27 -2
  337. package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
  338. package/dist/react-native/generated/src/paginateHelper.js +98 -1
  339. package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
  340. package/dist/react-native/generated/src/projectsClient.d.ts +2 -2
  341. package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
  342. package/dist/react-native/generated/src/projectsClient.js +3 -3
  343. package/dist/react-native/generated/src/projectsClient.js.map +1 -1
  344. package/package.json +33 -34
@@ -1 +1 @@
1
- {"version":3,"file":"streamingWireModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"streamingWireModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"streamingWireModels.js","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"../generated/src/models.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n image_file?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n file_id?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n file_citation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n file_id?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n file_path?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n file_id?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n step_details?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n message_creation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n message_id?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n tool_calls?: Array<RunStepDeltaToolCall>;\n}\n\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n file_search?: Array<string>;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n file_id?: string;\n}\n"]}
1
+ {"version":3,"file":"streamingWireModels.js","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"../generated/src/models.js\";\nimport type { RunStepFileSearchToolCallResultsOutput } from \"../generated/src/outputModels.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n image_file?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n file_id?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n file_citation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n file_id?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n file_path?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n file_id?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n step_details?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n message_creation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n message_id?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n tool_calls?: Array<RunStepDeltaToolCall>;\n}\n\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n file_search?: RunStepFileSearchToolCallResultsOutput;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n file_id?: string;\n}\n"]}
@@ -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
  max_num_results?: number;
59
+ /** Ranking options for file search. */
59
60
  ranking_options?: 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
  bing_grounding: 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
- microsoft_fabric: ToolConnectionList;
110
+ fabric_aiskill: 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,13 +121,94 @@ 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
+ security_scheme: OpenApiConnectionSecurityScheme;
157
+ }
158
+ /** Security scheme for OpenApi managed_identity authentication */
159
+ export interface OpenApiConnectionSecurityScheme {
160
+ /** Connection id for Connection auth type */
161
+ connection_id: 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
+ security_scheme: 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
+ azure_function: 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
+ input_binding: AzureFunctionBinding;
188
+ /** Output storage queue. The function writes output to this queue when the input items are processed. */
189
+ output_binding: 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
+ storage_queue: 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
+ queue_service_endpoint: string;
202
+ /** The name of an Azure function storage queue. */
203
+ queue_name: 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
  code_interpreter?: CodeInterpreterToolResource;
131
213
  /** Resources to be used by the `file_search` tool consisting of vector store IDs. */
132
214
  file_search?: FileSearchToolResource;
@@ -140,7 +222,7 @@ export interface CodeInterpreterToolResource {
140
222
  * associated with the tool.
141
223
  */
142
224
  file_ids?: string[];
143
- /** The data sources to be used. This option is mutually exclusive with fileIds. */
225
+ /** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
144
226
  data_sources?: Array<VectorStoreDataSource>;
145
227
  }
146
228
  /**
@@ -150,7 +232,11 @@ export interface CodeInterpreterToolResource {
150
232
  export interface VectorStoreDataSource {
151
233
  /** Asset URI. */
152
234
  uri: string;
153
- /** The asset type * */
235
+ /**
236
+ * The asset type
237
+ *
238
+ * Possible values: "uri_asset", "id_asset"
239
+ */
154
240
  type: VectorStoreDataSourceAssetType;
155
241
  }
156
242
  /** A set of resources that are used by the `file_search` tool. */
@@ -161,9 +247,9 @@ export interface FileSearchToolResource {
161
247
  */
162
248
  vector_store_ids?: string[];
163
249
  /**
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.
250
+ * The list of vector store configuration objects from Azure.
251
+ * This list is limited to one element.
252
+ * The only element of this list contains the list of azure asset IDs used by the search tool.
167
253
  */
168
254
  vector_stores?: Array<VectorStoreConfigurations>;
169
255
  }
@@ -207,7 +293,23 @@ export interface AgentsApiResponseFormat {
207
293
  *
208
294
  * Possible values: "text", "json_object"
209
295
  */
210
- type?: ApiResponseFormat;
296
+ type?: ResponseFormat;
297
+ }
298
+ /** The type of response format being defined: `json_schema` */
299
+ export interface ResponseFormatJsonSchemaType {
300
+ /** Type */
301
+ type: "json_schema";
302
+ /** The JSON schema, describing response format. */
303
+ json_schema: ResponseFormatJsonSchema;
304
+ }
305
+ /** A description of what the response format is for, used by the model to determine how to respond in the format. */
306
+ export interface ResponseFormatJsonSchema {
307
+ /** A description of what the response format is for, used by the model to determine how to respond in the format. */
308
+ description?: string;
309
+ /** The name of a schema. */
310
+ name: string;
311
+ /** The JSON schema object, describing the response format. */
312
+ schema: unknown;
211
313
  }
212
314
  /** The request details to use when modifying an existing agent. */
213
315
  export interface UpdateAgentOptions {
@@ -284,7 +386,7 @@ export interface MessageAttachment {
284
386
  /** The ID of the file to attach to the message. */
285
387
  file_id?: string;
286
388
  /** Azure asset ID. */
287
- data_sources?: Array<VectorStoreDataSource>;
389
+ data_source?: VectorStoreDataSource;
288
390
  /** The tools to add to this file. */
289
391
  tools: MessageAttachmentToolDefinition[];
290
392
  }
@@ -299,127 +401,6 @@ export interface UpdateAgentThreadOptions {
299
401
  /** 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
402
  metadata?: Record<string, string> | null;
301
403
  }
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
- created_at: number;
310
- /** The ID of the thread that this message belongs to. */
311
- thread_id: 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
- incomplete_details: MessageIncompleteDetails | null;
320
- /** The Unix timestamp (in seconds) for when the message was completed. */
321
- completed_at: number | null;
322
- /** The Unix timestamp (in seconds) for when the message was marked as incomplete. */
323
- incomplete_at: 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
- assistant_id: string | null;
334
- /** If applicable, the ID of the run associated with the authoring of this message. */
335
- run_id: 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
- file_citation: MessageTextFileCitationDetails;
383
- /** The first text index associated with this text annotation. */
384
- start_index?: number;
385
- /** The last text index associated with this text annotation. */
386
- end_index?: 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
- file_id: 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
- file_path: MessageTextFilePathDetails;
401
- /** The first text index associated with this text annotation. */
402
- start_index?: number;
403
- /** The last text index associated with this text annotation. */
404
- end_index?: 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
- file_id: 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
- image_file: 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
- file_id: string;
422
- }
423
404
  /** The details used when creating a new run of an agent thread. */
424
405
  export interface CreateRunOptions {
425
406
  /** The ID of the agent that should run the thread. */
@@ -434,7 +415,7 @@ export interface CreateRunOptions {
434
415
  */
435
416
  additional_instructions?: string | null;
436
417
  /** Adds additional messages to the thread before creating the run. */
437
- additional_messages?: Array<ThreadMessage> | null;
418
+ additional_messages?: Array<ThreadMessageOptions> | null;
438
419
  /** The overridden list of enabled tools that the agent should use to run the thread. */
439
420
  tools?: Array<ToolDefinition> | null;
440
421
  /**
@@ -473,6 +454,8 @@ export interface CreateRunOptions {
473
454
  tool_choice?: AgentsApiToolChoiceOption | null;
474
455
  /** Specifies the format that the model must output. */
475
456
  response_format?: AgentsApiResponseFormatOption | null;
457
+ /** If `true` functions will run in parallel during tool use. */
458
+ parallel_tool_calls?: boolean;
476
459
  /** 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
460
  metadata?: Record<string, string> | null;
478
461
  }
@@ -497,7 +480,7 @@ export interface AgentsNamedToolChoice {
497
480
  /**
498
481
  * the type of tool. If type is `function`, the function name must be set.
499
482
  *
500
- * Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "microsoft_fabric", "sharepoint_grounding", "azure_ai_search"
483
+ * Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_aiskill", "sharepoint_grounding", "azure_ai_search"
501
484
  */
502
485
  type: AgentsNamedToolChoiceType;
503
486
  /** The name of the function to call */
@@ -591,6 +574,8 @@ export interface CreateAndRunThreadOptions {
591
574
  tool_choice?: AgentsApiToolChoiceOption | null;
592
575
  /** Specifies the format that the model must output. */
593
576
  response_format?: AgentsApiResponseFormatOption | null;
577
+ /** If `true` functions will run in parallel during tool use. */
578
+ parallel_tool_calls?: boolean;
594
579
  /** 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
580
  metadata?: Record<string, string> | null;
596
581
  }
@@ -659,7 +644,7 @@ export interface VectorStoreUpdateOptions {
659
644
  export interface Evaluation {
660
645
  /** Data for evaluation. */
661
646
  data: InputData;
662
- /** Display Name for evaluation. It helps to find evaluation easily in AI Studio. It does not need to be unique. */
647
+ /** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
663
648
  displayName?: string;
664
649
  /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
665
650
  description?: string;
@@ -751,35 +736,31 @@ export interface CronTrigger extends TriggerParent {
751
736
  expression: string;
752
737
  }
753
738
  /** 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;
739
+ export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition | OpenApiToolDefinition | AzureFunctionToolDefinition;
740
+ /** authentication details for OpenApiFunctionDefinition */
741
+ export type OpenApiAuthDetails = OpenApiAuthDetailsParent | OpenApiAnonymousAuthDetails | OpenApiConnectionAuthDetails | OpenApiManagedAuthDetails;
759
742
  /** An abstract representation of a vector store chunking strategy configuration. */
760
743
  export type VectorStoreChunkingStrategyRequest = VectorStoreChunkingStrategyRequestParent | VectorStoreAutoChunkingStrategyRequest | VectorStoreStaticChunkingStrategyRequest;
761
744
  /** Abstract data class for input data configuration. */
762
745
  export type InputData = InputDataParent | ApplicationInsightsConfiguration | Dataset;
763
746
  /** Abstract data class for input data configuration. */
764
747
  export type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;
748
+ /** Alias for OpenApiAuthType */
749
+ export type OpenApiAuthType = string;
765
750
  /** Alias for VectorStoreDataSourceAssetType */
766
- export type VectorStoreDataSourceAssetType = "uri_asset" | "id_asset";
751
+ export type VectorStoreDataSourceAssetType = string;
767
752
  /** Alias for AgentsApiResponseFormatMode */
768
753
  export type AgentsApiResponseFormatMode = string;
769
- /** Alias for ApiResponseFormat */
770
- export type ApiResponseFormat = string;
754
+ /** Alias for ResponseFormat */
755
+ export type ResponseFormat = string;
771
756
  /** Alias for AgentsApiResponseFormatOption */
772
- export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat;
757
+ export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat | ResponseFormatJsonSchemaType;
773
758
  /** Alias for ListSortOrder */
774
- export type ListSortOrder = "asc" | "desc";
759
+ export type ListSortOrder = string;
775
760
  /** Alias for MessageRole */
776
761
  export type MessageRole = string;
777
762
  /** Alias for MessageAttachmentToolDefinition */
778
763
  export type MessageAttachmentToolDefinition = CodeInterpreterToolDefinition | FileSearchToolDefinition;
779
- /** Alias for MessageStatus */
780
- export type MessageStatus = string;
781
- /** Alias for MessageIncompleteDetailsReason */
782
- export type MessageIncompleteDetailsReason = string;
783
764
  /** Alias for TruncationStrategy */
784
765
  export type TruncationStrategy = string;
785
766
  /** Alias for AgentsApiToolChoiceOptionMode */
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":"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"}