@azure/ai-projects 1.0.0-alpha.20250502.6 → 1.0.0-alpha.20250505.4

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 (1501) hide show
  1. package/dist/browser/aiProjectClient.d.ts +75 -0
  2. package/dist/browser/aiProjectClient.d.ts.map +1 -0
  3. package/dist/browser/aiProjectClient.js +77 -0
  4. package/dist/browser/aiProjectClient.js.map +1 -0
  5. package/dist/browser/api/aiProjectContext.d.ts +19 -0
  6. package/dist/browser/api/aiProjectContext.d.ts.map +1 -0
  7. package/dist/browser/api/aiProjectContext.js +38 -0
  8. package/dist/browser/api/aiProjectContext.js.map +1 -0
  9. package/dist/browser/api/connections/index.d.ts +3 -0
  10. package/dist/browser/api/connections/index.d.ts.map +1 -0
  11. package/dist/browser/api/connections/index.js +4 -0
  12. package/dist/browser/api/connections/index.js.map +1 -0
  13. package/dist/browser/api/connections/operations.d.ts +18 -0
  14. package/dist/browser/api/connections/operations.d.ts.map +1 -0
  15. package/dist/browser/api/connections/operations.js +85 -0
  16. package/dist/browser/api/connections/operations.js.map +1 -0
  17. package/dist/browser/api/connections/options.d.ts +28 -0
  18. package/dist/browser/api/connections/options.d.ts.map +1 -0
  19. package/dist/browser/api/connections/options.js +4 -0
  20. package/dist/browser/api/connections/options.js.map +1 -0
  21. package/dist/browser/api/datasets/index.d.ts +3 -0
  22. package/dist/browser/api/datasets/index.d.ts.map +1 -0
  23. package/dist/browser/api/datasets/index.js +4 -0
  24. package/dist/browser/api/datasets/index.js.map +1 -0
  25. package/dist/browser/api/datasets/operations.d.ts +41 -0
  26. package/dist/browser/api/datasets/operations.d.ts.map +1 -0
  27. package/dist/browser/api/datasets/operations.js +286 -0
  28. package/dist/browser/api/datasets/operations.js.map +1 -0
  29. package/dist/browser/api/datasets/options.d.ts +27 -0
  30. package/dist/browser/api/datasets/options.d.ts.map +1 -0
  31. package/dist/browser/api/datasets/options.js +2 -0
  32. package/dist/browser/api/datasets/options.js.map +1 -0
  33. package/dist/browser/api/deployments/index.d.ts +3 -0
  34. package/dist/browser/api/deployments/index.d.ts.map +1 -0
  35. package/dist/browser/api/deployments/index.js +4 -0
  36. package/dist/browser/api/deployments/index.js.map +1 -0
  37. package/dist/browser/api/deployments/operations.d.ts +14 -0
  38. package/dist/browser/api/deployments/operations.d.ts.map +1 -0
  39. package/dist/browser/api/deployments/operations.js +59 -0
  40. package/dist/browser/api/deployments/operations.js.map +1 -0
  41. package/dist/browser/api/deployments/options.d.ts +25 -0
  42. package/dist/browser/api/deployments/options.d.ts.map +1 -0
  43. package/dist/browser/api/deployments/options.js +4 -0
  44. package/dist/browser/api/deployments/options.js.map +1 -0
  45. package/dist/browser/api/evaluations/index.d.ts +3 -0
  46. package/dist/browser/api/evaluations/index.d.ts.map +1 -0
  47. package/dist/browser/api/evaluations/index.js +4 -0
  48. package/dist/browser/api/evaluations/index.js.map +1 -0
  49. package/dist/browser/api/evaluations/operations.d.ts +22 -0
  50. package/dist/browser/api/evaluations/operations.d.ts.map +1 -0
  51. package/dist/browser/api/evaluations/operations.js +102 -0
  52. package/dist/browser/api/evaluations/operations.js.map +1 -0
  53. package/dist/browser/api/evaluations/options.d.ts +24 -0
  54. package/dist/browser/api/evaluations/options.d.ts.map +1 -0
  55. package/dist/browser/api/evaluations/options.js +4 -0
  56. package/dist/browser/api/evaluations/options.js.map +1 -0
  57. package/dist/browser/api/index.d.ts +2 -0
  58. package/dist/browser/api/index.d.ts.map +1 -0
  59. package/dist/browser/api/index.js +4 -0
  60. package/dist/browser/api/index.js.map +1 -0
  61. package/dist/browser/api/indexes/index.d.ts +3 -0
  62. package/dist/browser/api/indexes/index.d.ts.map +1 -0
  63. package/dist/browser/api/indexes/index.js +4 -0
  64. package/dist/browser/api/indexes/index.js.map +1 -0
  65. package/dist/browser/api/indexes/operations.d.ts +31 -0
  66. package/dist/browser/api/indexes/operations.d.ts.map +1 -0
  67. package/dist/browser/api/indexes/operations.js +125 -0
  68. package/dist/browser/api/indexes/operations.js.map +1 -0
  69. package/dist/browser/api/indexes/options.d.ts +21 -0
  70. package/dist/browser/api/indexes/options.d.ts.map +1 -0
  71. package/dist/browser/api/indexes/options.js +4 -0
  72. package/dist/browser/api/indexes/options.js.map +1 -0
  73. package/dist/browser/api/inference/enableTelemetry.d.ts +21 -0
  74. package/dist/browser/api/inference/enableTelemetry.d.ts.map +1 -0
  75. package/dist/browser/api/inference/enableTelemetry.js +185 -0
  76. package/dist/browser/api/inference/enableTelemetry.js.map +1 -0
  77. package/dist/browser/api/inference/operations.d.ts +59 -0
  78. package/dist/browser/api/inference/operations.d.ts.map +1 -0
  79. package/dist/browser/api/inference/operations.js +179 -0
  80. package/dist/browser/api/inference/operations.js.map +1 -0
  81. package/dist/browser/api/inference/options.d.ts +18 -0
  82. package/dist/browser/api/inference/options.d.ts.map +1 -0
  83. package/dist/browser/api/inference/options.js +4 -0
  84. package/dist/browser/api/inference/options.js.map +1 -0
  85. package/dist/browser/api/redTeams/index.d.ts +3 -0
  86. package/dist/browser/api/redTeams/index.d.ts.map +1 -0
  87. package/dist/browser/api/redTeams/index.js +4 -0
  88. package/dist/browser/api/redTeams/index.js.map +1 -0
  89. package/dist/browser/api/redTeams/operations.d.ts +18 -0
  90. package/dist/browser/api/redTeams/operations.d.ts.map +1 -0
  91. package/dist/browser/api/redTeams/operations.js +77 -0
  92. package/dist/browser/api/redTeams/operations.js.map +1 -0
  93. package/dist/browser/api/redTeams/options.d.ts +21 -0
  94. package/dist/browser/api/redTeams/options.d.ts.map +1 -0
  95. package/dist/browser/api/redTeams/options.js +4 -0
  96. package/dist/browser/api/redTeams/options.js.map +1 -0
  97. package/dist/browser/api/telemetry/index.d.ts +2 -0
  98. package/dist/browser/api/telemetry/index.d.ts.map +1 -0
  99. package/dist/browser/api/telemetry/index.js +4 -0
  100. package/dist/browser/api/telemetry/index.js.map +1 -0
  101. package/dist/browser/api/telemetry/operations.d.ts +22 -0
  102. package/dist/browser/api/telemetry/operations.d.ts.map +1 -0
  103. package/dist/browser/api/telemetry/operations.js +70 -0
  104. package/dist/browser/api/telemetry/operations.js.map +1 -0
  105. package/dist/browser/classic/connections/index.d.ts +15 -0
  106. package/dist/browser/classic/connections/index.d.ts.map +1 -0
  107. package/dist/browser/classic/connections/index.js +14 -0
  108. package/dist/browser/classic/connections/index.js.map +1 -0
  109. package/dist/browser/classic/datasets/index.d.ts +32 -0
  110. package/dist/browser/classic/datasets/index.d.ts.map +1 -0
  111. package/dist/browser/classic/datasets/index.js +21 -0
  112. package/dist/browser/classic/datasets/index.js.map +1 -0
  113. package/dist/browser/classic/deployments/index.d.ts +13 -0
  114. package/dist/browser/classic/deployments/index.d.ts.map +1 -0
  115. package/dist/browser/classic/deployments/index.js +13 -0
  116. package/dist/browser/classic/deployments/index.js.map +1 -0
  117. package/dist/browser/classic/evaluations/index.d.ts +17 -0
  118. package/dist/browser/classic/evaluations/index.d.ts.map +1 -0
  119. package/dist/browser/classic/evaluations/index.js +15 -0
  120. package/dist/browser/classic/evaluations/index.js.map +1 -0
  121. package/dist/browser/classic/index.d.ts +8 -0
  122. package/dist/browser/classic/index.d.ts.map +1 -0
  123. package/dist/browser/classic/index.js +4 -0
  124. package/dist/browser/classic/index.js.map +1 -0
  125. package/dist/browser/classic/indexes/index.d.ts +24 -0
  126. package/dist/browser/classic/indexes/index.d.ts.map +1 -0
  127. package/dist/browser/classic/indexes/index.js +17 -0
  128. package/dist/browser/classic/indexes/index.js.map +1 -0
  129. package/dist/browser/classic/inference/index.d.ts +18 -0
  130. package/dist/browser/classic/inference/index.d.ts.map +1 -0
  131. package/dist/browser/classic/inference/index.js +15 -0
  132. package/dist/browser/classic/inference/index.js.map +1 -0
  133. package/dist/browser/classic/redTeams/index.d.ts +15 -0
  134. package/dist/browser/classic/redTeams/index.d.ts.map +1 -0
  135. package/dist/browser/classic/redTeams/index.js +14 -0
  136. package/dist/browser/classic/redTeams/index.js.map +1 -0
  137. package/dist/browser/classic/telemetry/index.d.ts +11 -0
  138. package/dist/browser/classic/telemetry/index.d.ts.map +1 -0
  139. package/dist/browser/classic/telemetry/index.js +14 -0
  140. package/dist/browser/classic/telemetry/index.js.map +1 -0
  141. package/dist/browser/index.d.ts +13 -9
  142. package/dist/browser/index.d.ts.map +1 -1
  143. package/dist/browser/index.js +2 -4
  144. package/dist/browser/index.js.map +1 -1
  145. package/dist/browser/logger.d.ts.map +1 -1
  146. package/dist/browser/logger.js +1 -2
  147. package/dist/browser/logger.js.map +1 -1
  148. package/dist/browser/models/evaluations.d.ts +55 -0
  149. package/dist/browser/models/evaluations.d.ts.map +1 -0
  150. package/dist/browser/models/evaluations.js +56 -0
  151. package/dist/browser/models/evaluations.js.map +1 -0
  152. package/dist/browser/models/index.d.ts +3 -0
  153. package/dist/browser/models/index.d.ts.map +1 -0
  154. package/dist/browser/models/index.js +5 -0
  155. package/dist/browser/models/index.js.map +1 -0
  156. package/dist/browser/models/models.d.ts +518 -0
  157. package/dist/browser/models/models.d.ts.map +1 -0
  158. package/dist/browser/models/models.js +634 -0
  159. package/dist/browser/models/models.js.map +1 -0
  160. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  161. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  162. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  163. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  164. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  165. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  166. package/dist/browser/static-helpers/urlTemplate.js +175 -0
  167. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  168. package/dist/commonjs/aiProjectClient.d.ts +75 -0
  169. package/dist/commonjs/aiProjectClient.d.ts.map +1 -0
  170. package/dist/commonjs/aiProjectClient.js +81 -0
  171. package/dist/commonjs/aiProjectClient.js.map +1 -0
  172. package/dist/commonjs/api/aiProjectContext.d.ts +19 -0
  173. package/dist/commonjs/api/aiProjectContext.d.ts.map +1 -0
  174. package/dist/commonjs/api/aiProjectContext.js +41 -0
  175. package/dist/commonjs/api/aiProjectContext.js.map +1 -0
  176. package/dist/commonjs/api/connections/index.d.ts +3 -0
  177. package/dist/commonjs/api/connections/index.d.ts.map +1 -0
  178. package/dist/commonjs/api/connections/index.js +10 -0
  179. package/dist/commonjs/api/connections/index.js.map +1 -0
  180. package/dist/commonjs/api/connections/operations.d.ts +18 -0
  181. package/dist/commonjs/api/connections/operations.d.ts.map +1 -0
  182. package/dist/commonjs/api/connections/operations.js +96 -0
  183. package/dist/commonjs/api/connections/operations.js.map +1 -0
  184. package/dist/commonjs/api/connections/options.d.ts +28 -0
  185. package/dist/commonjs/api/connections/options.d.ts.map +1 -0
  186. package/dist/commonjs/api/connections/options.js +5 -0
  187. package/dist/commonjs/api/connections/options.js.map +1 -0
  188. package/dist/commonjs/api/datasets/index.d.ts +3 -0
  189. package/dist/commonjs/api/datasets/index.d.ts.map +1 -0
  190. package/dist/commonjs/api/datasets/index.js +14 -0
  191. package/dist/commonjs/api/datasets/index.js.map +1 -0
  192. package/dist/commonjs/api/datasets/operations.d.ts +41 -0
  193. package/dist/commonjs/api/datasets/operations.d.ts.map +1 -0
  194. package/dist/commonjs/api/datasets/operations.js +312 -0
  195. package/dist/commonjs/api/datasets/operations.js.map +1 -0
  196. package/dist/commonjs/api/datasets/options.d.ts +27 -0
  197. package/dist/commonjs/api/datasets/options.d.ts.map +1 -0
  198. package/dist/commonjs/api/datasets/options.js +3 -0
  199. package/dist/commonjs/api/datasets/options.js.map +1 -0
  200. package/dist/commonjs/api/deployments/index.d.ts +3 -0
  201. package/dist/commonjs/api/deployments/index.d.ts.map +1 -0
  202. package/dist/commonjs/api/deployments/index.js +9 -0
  203. package/dist/commonjs/api/deployments/index.js.map +1 -0
  204. package/dist/commonjs/api/deployments/operations.d.ts +14 -0
  205. package/dist/commonjs/api/deployments/operations.d.ts.map +1 -0
  206. package/dist/commonjs/api/deployments/operations.js +67 -0
  207. package/dist/commonjs/api/deployments/operations.js.map +1 -0
  208. package/dist/commonjs/api/deployments/options.d.ts +25 -0
  209. package/dist/commonjs/api/deployments/options.d.ts.map +1 -0
  210. package/dist/commonjs/api/deployments/options.js +5 -0
  211. package/dist/commonjs/api/deployments/options.js.map +1 -0
  212. package/dist/commonjs/api/evaluations/index.d.ts +3 -0
  213. package/dist/commonjs/api/evaluations/index.d.ts.map +1 -0
  214. package/dist/commonjs/api/evaluations/index.js +11 -0
  215. package/dist/commonjs/api/evaluations/index.js.map +1 -0
  216. package/dist/commonjs/api/evaluations/operations.d.ts +22 -0
  217. package/dist/commonjs/api/evaluations/operations.d.ts.map +1 -0
  218. package/dist/commonjs/api/evaluations/operations.js +116 -0
  219. package/dist/commonjs/api/evaluations/operations.js.map +1 -0
  220. package/dist/commonjs/api/evaluations/options.d.ts +24 -0
  221. package/dist/commonjs/api/evaluations/options.d.ts.map +1 -0
  222. package/dist/commonjs/api/evaluations/options.js +5 -0
  223. package/dist/commonjs/api/evaluations/options.js.map +1 -0
  224. package/dist/commonjs/api/index.d.ts +2 -0
  225. package/dist/commonjs/api/index.d.ts.map +1 -0
  226. package/dist/commonjs/api/index.js +8 -0
  227. package/dist/commonjs/api/index.js.map +1 -0
  228. package/dist/commonjs/api/indexes/index.d.ts +3 -0
  229. package/dist/commonjs/api/indexes/index.d.ts.map +1 -0
  230. package/dist/commonjs/api/indexes/index.js +12 -0
  231. package/dist/commonjs/api/indexes/index.js.map +1 -0
  232. package/dist/commonjs/api/indexes/operations.d.ts +31 -0
  233. package/dist/commonjs/api/indexes/operations.d.ts.map +1 -0
  234. package/dist/commonjs/api/indexes/operations.js +142 -0
  235. package/dist/commonjs/api/indexes/operations.js.map +1 -0
  236. package/dist/commonjs/api/indexes/options.d.ts +21 -0
  237. package/dist/commonjs/api/indexes/options.d.ts.map +1 -0
  238. package/dist/commonjs/api/indexes/options.js +5 -0
  239. package/dist/commonjs/api/indexes/options.js.map +1 -0
  240. package/dist/commonjs/api/inference/enableTelemetry.d.ts +21 -0
  241. package/dist/commonjs/api/inference/enableTelemetry.d.ts.map +1 -0
  242. package/dist/commonjs/api/inference/enableTelemetry.js +189 -0
  243. package/dist/commonjs/api/inference/enableTelemetry.js.map +1 -0
  244. package/dist/commonjs/api/inference/operations.d.ts +59 -0
  245. package/dist/commonjs/api/inference/operations.d.ts.map +1 -0
  246. package/dist/commonjs/api/inference/operations.js +187 -0
  247. package/dist/commonjs/api/inference/operations.js.map +1 -0
  248. package/dist/commonjs/api/inference/options.d.ts +18 -0
  249. package/dist/commonjs/api/inference/options.d.ts.map +1 -0
  250. package/dist/commonjs/api/inference/options.js +5 -0
  251. package/dist/commonjs/api/inference/options.js.map +1 -0
  252. package/dist/commonjs/api/redTeams/index.d.ts +3 -0
  253. package/dist/commonjs/api/redTeams/index.d.ts.map +1 -0
  254. package/dist/commonjs/api/redTeams/index.js +10 -0
  255. package/dist/commonjs/api/redTeams/index.js.map +1 -0
  256. package/dist/commonjs/api/redTeams/operations.d.ts +18 -0
  257. package/dist/commonjs/api/redTeams/operations.d.ts.map +1 -0
  258. package/dist/commonjs/api/redTeams/operations.js +88 -0
  259. package/dist/commonjs/api/redTeams/operations.js.map +1 -0
  260. package/dist/commonjs/api/redTeams/options.d.ts +21 -0
  261. package/dist/commonjs/api/redTeams/options.d.ts.map +1 -0
  262. package/dist/commonjs/api/redTeams/options.js +5 -0
  263. package/dist/commonjs/api/redTeams/options.js.map +1 -0
  264. package/dist/commonjs/api/telemetry/index.d.ts +2 -0
  265. package/dist/commonjs/api/telemetry/index.d.ts.map +1 -0
  266. package/dist/commonjs/api/telemetry/index.js +8 -0
  267. package/dist/commonjs/api/telemetry/index.js.map +1 -0
  268. package/dist/commonjs/api/telemetry/operations.d.ts +22 -0
  269. package/dist/commonjs/api/telemetry/operations.d.ts.map +1 -0
  270. package/dist/commonjs/api/telemetry/operations.js +73 -0
  271. package/dist/commonjs/api/telemetry/operations.js.map +1 -0
  272. package/dist/commonjs/classic/connections/index.d.ts +15 -0
  273. package/dist/commonjs/classic/connections/index.d.ts.map +1 -0
  274. package/dist/commonjs/classic/connections/index.js +17 -0
  275. package/dist/commonjs/classic/connections/index.js.map +1 -0
  276. package/dist/commonjs/classic/datasets/index.d.ts +32 -0
  277. package/dist/commonjs/classic/datasets/index.d.ts.map +1 -0
  278. package/dist/commonjs/classic/datasets/index.js +24 -0
  279. package/dist/commonjs/classic/datasets/index.js.map +1 -0
  280. package/dist/commonjs/classic/deployments/index.d.ts +13 -0
  281. package/dist/commonjs/classic/deployments/index.d.ts.map +1 -0
  282. package/dist/commonjs/classic/deployments/index.js +16 -0
  283. package/dist/commonjs/classic/deployments/index.js.map +1 -0
  284. package/dist/commonjs/classic/evaluations/index.d.ts +17 -0
  285. package/dist/commonjs/classic/evaluations/index.d.ts.map +1 -0
  286. package/dist/commonjs/classic/evaluations/index.js +18 -0
  287. package/dist/commonjs/classic/evaluations/index.js.map +1 -0
  288. package/dist/commonjs/classic/index.d.ts +8 -0
  289. package/dist/commonjs/classic/index.d.ts.map +1 -0
  290. package/dist/commonjs/classic/index.js +5 -0
  291. package/dist/commonjs/classic/index.js.map +1 -0
  292. package/dist/commonjs/classic/indexes/index.d.ts +24 -0
  293. package/dist/commonjs/classic/indexes/index.d.ts.map +1 -0
  294. package/dist/commonjs/classic/indexes/index.js +20 -0
  295. package/dist/commonjs/classic/indexes/index.js.map +1 -0
  296. package/dist/commonjs/classic/inference/index.d.ts +18 -0
  297. package/dist/commonjs/classic/inference/index.d.ts.map +1 -0
  298. package/dist/commonjs/classic/inference/index.js +18 -0
  299. package/dist/commonjs/classic/inference/index.js.map +1 -0
  300. package/dist/commonjs/classic/redTeams/index.d.ts +15 -0
  301. package/dist/commonjs/classic/redTeams/index.d.ts.map +1 -0
  302. package/dist/commonjs/classic/redTeams/index.js +17 -0
  303. package/dist/commonjs/classic/redTeams/index.js.map +1 -0
  304. package/dist/commonjs/classic/telemetry/index.d.ts +11 -0
  305. package/dist/commonjs/classic/telemetry/index.d.ts.map +1 -0
  306. package/dist/commonjs/classic/telemetry/index.js +19 -0
  307. package/dist/commonjs/classic/telemetry/index.js.map +1 -0
  308. package/dist/commonjs/index.d.ts +13 -9
  309. package/dist/commonjs/index.d.ts.map +1 -1
  310. package/dist/commonjs/index.js +6 -6
  311. package/dist/commonjs/index.js.map +1 -1
  312. package/dist/commonjs/logger.d.ts.map +1 -1
  313. package/dist/commonjs/logger.js +1 -2
  314. package/dist/commonjs/logger.js.map +1 -1
  315. package/dist/commonjs/models/evaluations.d.ts +55 -0
  316. package/dist/commonjs/models/evaluations.d.ts.map +1 -0
  317. package/dist/commonjs/models/evaluations.js +59 -0
  318. package/dist/commonjs/models/evaluations.js.map +1 -0
  319. package/dist/commonjs/models/index.d.ts +3 -0
  320. package/dist/commonjs/models/index.d.ts.map +1 -0
  321. package/dist/commonjs/models/index.js +10 -0
  322. package/dist/commonjs/models/index.js.map +1 -0
  323. package/dist/commonjs/models/models.d.ts +518 -0
  324. package/dist/commonjs/models/models.d.ts.map +1 -0
  325. package/dist/commonjs/models/models.js +717 -0
  326. package/dist/commonjs/models/models.js.map +1 -0
  327. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  328. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  329. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  330. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  331. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  332. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  333. package/dist/commonjs/static-helpers/urlTemplate.js +178 -0
  334. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  335. package/dist/esm/aiProjectClient.d.ts +75 -0
  336. package/dist/esm/aiProjectClient.d.ts.map +1 -0
  337. package/dist/esm/aiProjectClient.js +77 -0
  338. package/dist/esm/aiProjectClient.js.map +1 -0
  339. package/dist/esm/api/aiProjectContext.d.ts +19 -0
  340. package/dist/esm/api/aiProjectContext.d.ts.map +1 -0
  341. package/dist/esm/api/aiProjectContext.js +38 -0
  342. package/dist/esm/api/aiProjectContext.js.map +1 -0
  343. package/dist/esm/api/connections/index.d.ts +3 -0
  344. package/dist/esm/api/connections/index.d.ts.map +1 -0
  345. package/dist/esm/api/connections/index.js +4 -0
  346. package/dist/esm/api/connections/index.js.map +1 -0
  347. package/dist/esm/api/connections/operations.d.ts +18 -0
  348. package/dist/esm/api/connections/operations.d.ts.map +1 -0
  349. package/dist/esm/api/connections/operations.js +85 -0
  350. package/dist/esm/api/connections/operations.js.map +1 -0
  351. package/dist/esm/api/connections/options.d.ts +28 -0
  352. package/dist/esm/api/connections/options.d.ts.map +1 -0
  353. package/dist/esm/api/connections/options.js +4 -0
  354. package/dist/esm/api/connections/options.js.map +1 -0
  355. package/dist/esm/api/datasets/index.d.ts +3 -0
  356. package/dist/esm/api/datasets/index.d.ts.map +1 -0
  357. package/dist/esm/api/datasets/index.js +4 -0
  358. package/dist/esm/api/datasets/index.js.map +1 -0
  359. package/dist/esm/api/datasets/operations.d.ts +41 -0
  360. package/dist/esm/api/datasets/operations.d.ts.map +1 -0
  361. package/dist/esm/api/datasets/operations.js +286 -0
  362. package/dist/esm/api/datasets/operations.js.map +1 -0
  363. package/dist/esm/api/datasets/options.d.ts +27 -0
  364. package/dist/esm/api/datasets/options.d.ts.map +1 -0
  365. package/dist/esm/api/datasets/options.js +2 -0
  366. package/dist/esm/api/datasets/options.js.map +1 -0
  367. package/dist/esm/api/deployments/index.d.ts +3 -0
  368. package/dist/esm/api/deployments/index.d.ts.map +1 -0
  369. package/dist/esm/api/deployments/index.js +4 -0
  370. package/dist/esm/api/deployments/index.js.map +1 -0
  371. package/dist/esm/api/deployments/operations.d.ts +14 -0
  372. package/dist/esm/api/deployments/operations.d.ts.map +1 -0
  373. package/dist/esm/api/deployments/operations.js +59 -0
  374. package/dist/esm/api/deployments/operations.js.map +1 -0
  375. package/dist/esm/api/deployments/options.d.ts +25 -0
  376. package/dist/esm/api/deployments/options.d.ts.map +1 -0
  377. package/dist/esm/api/deployments/options.js +4 -0
  378. package/dist/esm/api/deployments/options.js.map +1 -0
  379. package/dist/esm/api/evaluations/index.d.ts +3 -0
  380. package/dist/esm/api/evaluations/index.d.ts.map +1 -0
  381. package/dist/esm/api/evaluations/index.js +4 -0
  382. package/dist/esm/api/evaluations/index.js.map +1 -0
  383. package/dist/esm/api/evaluations/operations.d.ts +22 -0
  384. package/dist/esm/api/evaluations/operations.d.ts.map +1 -0
  385. package/dist/esm/api/evaluations/operations.js +102 -0
  386. package/dist/esm/api/evaluations/operations.js.map +1 -0
  387. package/dist/esm/api/evaluations/options.d.ts +24 -0
  388. package/dist/esm/api/evaluations/options.d.ts.map +1 -0
  389. package/dist/esm/api/evaluations/options.js +4 -0
  390. package/dist/esm/api/evaluations/options.js.map +1 -0
  391. package/dist/esm/api/index.d.ts +2 -0
  392. package/dist/esm/api/index.d.ts.map +1 -0
  393. package/dist/esm/api/index.js +4 -0
  394. package/dist/esm/api/index.js.map +1 -0
  395. package/dist/esm/api/indexes/index.d.ts +3 -0
  396. package/dist/esm/api/indexes/index.d.ts.map +1 -0
  397. package/dist/esm/api/indexes/index.js +4 -0
  398. package/dist/esm/api/indexes/index.js.map +1 -0
  399. package/dist/esm/api/indexes/operations.d.ts +31 -0
  400. package/dist/esm/api/indexes/operations.d.ts.map +1 -0
  401. package/dist/esm/api/indexes/operations.js +125 -0
  402. package/dist/esm/api/indexes/operations.js.map +1 -0
  403. package/dist/esm/api/indexes/options.d.ts +21 -0
  404. package/dist/esm/api/indexes/options.d.ts.map +1 -0
  405. package/dist/esm/api/indexes/options.js +4 -0
  406. package/dist/esm/api/indexes/options.js.map +1 -0
  407. package/dist/esm/api/inference/enableTelemetry.d.ts +21 -0
  408. package/dist/esm/api/inference/enableTelemetry.d.ts.map +1 -0
  409. package/dist/esm/api/inference/enableTelemetry.js +185 -0
  410. package/dist/esm/api/inference/enableTelemetry.js.map +1 -0
  411. package/dist/esm/api/inference/operations.d.ts +59 -0
  412. package/dist/esm/api/inference/operations.d.ts.map +1 -0
  413. package/dist/esm/api/inference/operations.js +179 -0
  414. package/dist/esm/api/inference/operations.js.map +1 -0
  415. package/dist/esm/api/inference/options.d.ts +18 -0
  416. package/dist/esm/api/inference/options.d.ts.map +1 -0
  417. package/dist/esm/api/inference/options.js +4 -0
  418. package/dist/esm/api/inference/options.js.map +1 -0
  419. package/dist/esm/api/redTeams/index.d.ts +3 -0
  420. package/dist/esm/api/redTeams/index.d.ts.map +1 -0
  421. package/dist/esm/api/redTeams/index.js +4 -0
  422. package/dist/esm/api/redTeams/index.js.map +1 -0
  423. package/dist/esm/api/redTeams/operations.d.ts +18 -0
  424. package/dist/esm/api/redTeams/operations.d.ts.map +1 -0
  425. package/dist/esm/api/redTeams/operations.js +77 -0
  426. package/dist/esm/api/redTeams/operations.js.map +1 -0
  427. package/dist/esm/api/redTeams/options.d.ts +21 -0
  428. package/dist/esm/api/redTeams/options.d.ts.map +1 -0
  429. package/dist/esm/api/redTeams/options.js +4 -0
  430. package/dist/esm/api/redTeams/options.js.map +1 -0
  431. package/dist/esm/api/telemetry/index.d.ts +2 -0
  432. package/dist/esm/api/telemetry/index.d.ts.map +1 -0
  433. package/dist/esm/api/telemetry/index.js +4 -0
  434. package/dist/esm/api/telemetry/index.js.map +1 -0
  435. package/dist/esm/api/telemetry/operations.d.ts +22 -0
  436. package/dist/esm/api/telemetry/operations.d.ts.map +1 -0
  437. package/dist/esm/api/telemetry/operations.js +70 -0
  438. package/dist/esm/api/telemetry/operations.js.map +1 -0
  439. package/dist/esm/classic/connections/index.d.ts +15 -0
  440. package/dist/esm/classic/connections/index.d.ts.map +1 -0
  441. package/dist/esm/classic/connections/index.js +14 -0
  442. package/dist/esm/classic/connections/index.js.map +1 -0
  443. package/dist/esm/classic/datasets/index.d.ts +32 -0
  444. package/dist/esm/classic/datasets/index.d.ts.map +1 -0
  445. package/dist/esm/classic/datasets/index.js +21 -0
  446. package/dist/esm/classic/datasets/index.js.map +1 -0
  447. package/dist/esm/classic/deployments/index.d.ts +13 -0
  448. package/dist/esm/classic/deployments/index.d.ts.map +1 -0
  449. package/dist/esm/classic/deployments/index.js +13 -0
  450. package/dist/esm/classic/deployments/index.js.map +1 -0
  451. package/dist/esm/classic/evaluations/index.d.ts +17 -0
  452. package/dist/esm/classic/evaluations/index.d.ts.map +1 -0
  453. package/dist/esm/classic/evaluations/index.js +15 -0
  454. package/dist/esm/classic/evaluations/index.js.map +1 -0
  455. package/dist/esm/classic/index.d.ts +8 -0
  456. package/dist/esm/classic/index.d.ts.map +1 -0
  457. package/dist/esm/classic/index.js +4 -0
  458. package/dist/esm/classic/index.js.map +1 -0
  459. package/dist/esm/classic/indexes/index.d.ts +24 -0
  460. package/dist/esm/classic/indexes/index.d.ts.map +1 -0
  461. package/dist/esm/classic/indexes/index.js +17 -0
  462. package/dist/esm/classic/indexes/index.js.map +1 -0
  463. package/dist/esm/classic/inference/index.d.ts +18 -0
  464. package/dist/esm/classic/inference/index.d.ts.map +1 -0
  465. package/dist/esm/classic/inference/index.js +15 -0
  466. package/dist/esm/classic/inference/index.js.map +1 -0
  467. package/dist/esm/classic/redTeams/index.d.ts +15 -0
  468. package/dist/esm/classic/redTeams/index.d.ts.map +1 -0
  469. package/dist/esm/classic/redTeams/index.js +14 -0
  470. package/dist/esm/classic/redTeams/index.js.map +1 -0
  471. package/dist/esm/classic/telemetry/index.d.ts +11 -0
  472. package/dist/esm/classic/telemetry/index.d.ts.map +1 -0
  473. package/dist/esm/classic/telemetry/index.js +14 -0
  474. package/dist/esm/classic/telemetry/index.js.map +1 -0
  475. package/dist/esm/index.d.ts +13 -9
  476. package/dist/esm/index.d.ts.map +1 -1
  477. package/dist/esm/index.js +2 -4
  478. package/dist/esm/index.js.map +1 -1
  479. package/dist/esm/logger.d.ts.map +1 -1
  480. package/dist/esm/logger.js +1 -2
  481. package/dist/esm/logger.js.map +1 -1
  482. package/dist/esm/models/evaluations.d.ts +55 -0
  483. package/dist/esm/models/evaluations.d.ts.map +1 -0
  484. package/dist/esm/models/evaluations.js +56 -0
  485. package/dist/esm/models/evaluations.js.map +1 -0
  486. package/dist/esm/models/index.d.ts +3 -0
  487. package/dist/esm/models/index.d.ts.map +1 -0
  488. package/dist/esm/models/index.js +5 -0
  489. package/dist/esm/models/index.js.map +1 -0
  490. package/dist/esm/models/models.d.ts +518 -0
  491. package/dist/esm/models/models.d.ts.map +1 -0
  492. package/dist/esm/models/models.js +634 -0
  493. package/dist/esm/models/models.js.map +1 -0
  494. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  495. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  496. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  497. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  498. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  499. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  500. package/dist/esm/static-helpers/urlTemplate.js +175 -0
  501. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  502. package/dist/react-native/aiProjectClient.d.ts +75 -0
  503. package/dist/react-native/aiProjectClient.d.ts.map +1 -0
  504. package/dist/react-native/aiProjectClient.js +77 -0
  505. package/dist/react-native/aiProjectClient.js.map +1 -0
  506. package/dist/react-native/api/aiProjectContext.d.ts +19 -0
  507. package/dist/react-native/api/aiProjectContext.d.ts.map +1 -0
  508. package/dist/react-native/api/aiProjectContext.js +38 -0
  509. package/dist/react-native/api/aiProjectContext.js.map +1 -0
  510. package/dist/react-native/api/connections/index.d.ts +3 -0
  511. package/dist/react-native/api/connections/index.d.ts.map +1 -0
  512. package/dist/react-native/api/connections/index.js +4 -0
  513. package/dist/react-native/api/connections/index.js.map +1 -0
  514. package/dist/react-native/api/connections/operations.d.ts +18 -0
  515. package/dist/react-native/api/connections/operations.d.ts.map +1 -0
  516. package/dist/react-native/api/connections/operations.js +85 -0
  517. package/dist/react-native/api/connections/operations.js.map +1 -0
  518. package/dist/react-native/api/connections/options.d.ts +28 -0
  519. package/dist/react-native/api/connections/options.d.ts.map +1 -0
  520. package/dist/react-native/api/connections/options.js +4 -0
  521. package/dist/react-native/api/connections/options.js.map +1 -0
  522. package/dist/react-native/api/datasets/index.d.ts +3 -0
  523. package/dist/react-native/api/datasets/index.d.ts.map +1 -0
  524. package/dist/react-native/api/datasets/index.js +4 -0
  525. package/dist/react-native/api/datasets/index.js.map +1 -0
  526. package/dist/react-native/api/datasets/operations.d.ts +41 -0
  527. package/dist/react-native/api/datasets/operations.d.ts.map +1 -0
  528. package/dist/react-native/api/datasets/operations.js +286 -0
  529. package/dist/react-native/api/datasets/operations.js.map +1 -0
  530. package/dist/react-native/api/datasets/options.d.ts +27 -0
  531. package/dist/react-native/api/datasets/options.d.ts.map +1 -0
  532. package/dist/react-native/api/datasets/options.js +2 -0
  533. package/dist/react-native/api/datasets/options.js.map +1 -0
  534. package/dist/react-native/api/deployments/index.d.ts +3 -0
  535. package/dist/react-native/api/deployments/index.d.ts.map +1 -0
  536. package/dist/react-native/api/deployments/index.js +4 -0
  537. package/dist/react-native/api/deployments/index.js.map +1 -0
  538. package/dist/react-native/api/deployments/operations.d.ts +14 -0
  539. package/dist/react-native/api/deployments/operations.d.ts.map +1 -0
  540. package/dist/react-native/api/deployments/operations.js +59 -0
  541. package/dist/react-native/api/deployments/operations.js.map +1 -0
  542. package/dist/react-native/api/deployments/options.d.ts +25 -0
  543. package/dist/react-native/api/deployments/options.d.ts.map +1 -0
  544. package/dist/react-native/api/deployments/options.js +4 -0
  545. package/dist/react-native/api/deployments/options.js.map +1 -0
  546. package/dist/react-native/api/evaluations/index.d.ts +3 -0
  547. package/dist/react-native/api/evaluations/index.d.ts.map +1 -0
  548. package/dist/react-native/api/evaluations/index.js +4 -0
  549. package/dist/react-native/api/evaluations/index.js.map +1 -0
  550. package/dist/react-native/api/evaluations/operations.d.ts +22 -0
  551. package/dist/react-native/api/evaluations/operations.d.ts.map +1 -0
  552. package/dist/react-native/api/evaluations/operations.js +102 -0
  553. package/dist/react-native/api/evaluations/operations.js.map +1 -0
  554. package/dist/react-native/api/evaluations/options.d.ts +24 -0
  555. package/dist/react-native/api/evaluations/options.d.ts.map +1 -0
  556. package/dist/react-native/api/evaluations/options.js +4 -0
  557. package/dist/react-native/api/evaluations/options.js.map +1 -0
  558. package/dist/react-native/api/index.d.ts +2 -0
  559. package/dist/react-native/api/index.d.ts.map +1 -0
  560. package/dist/react-native/api/index.js +4 -0
  561. package/dist/react-native/api/index.js.map +1 -0
  562. package/dist/react-native/api/indexes/index.d.ts +3 -0
  563. package/dist/react-native/api/indexes/index.d.ts.map +1 -0
  564. package/dist/react-native/api/indexes/index.js +4 -0
  565. package/dist/react-native/api/indexes/index.js.map +1 -0
  566. package/dist/react-native/api/indexes/operations.d.ts +31 -0
  567. package/dist/react-native/api/indexes/operations.d.ts.map +1 -0
  568. package/dist/react-native/api/indexes/operations.js +125 -0
  569. package/dist/react-native/api/indexes/operations.js.map +1 -0
  570. package/dist/react-native/api/indexes/options.d.ts +21 -0
  571. package/dist/react-native/api/indexes/options.d.ts.map +1 -0
  572. package/dist/react-native/api/indexes/options.js +4 -0
  573. package/dist/react-native/api/indexes/options.js.map +1 -0
  574. package/dist/react-native/api/inference/enableTelemetry.d.ts +21 -0
  575. package/dist/react-native/api/inference/enableTelemetry.d.ts.map +1 -0
  576. package/dist/react-native/api/inference/enableTelemetry.js +185 -0
  577. package/dist/react-native/api/inference/enableTelemetry.js.map +1 -0
  578. package/dist/react-native/api/inference/operations.d.ts +59 -0
  579. package/dist/react-native/api/inference/operations.d.ts.map +1 -0
  580. package/dist/react-native/api/inference/operations.js +179 -0
  581. package/dist/react-native/api/inference/operations.js.map +1 -0
  582. package/dist/react-native/api/inference/options.d.ts +18 -0
  583. package/dist/react-native/api/inference/options.d.ts.map +1 -0
  584. package/dist/react-native/api/inference/options.js +4 -0
  585. package/dist/react-native/api/inference/options.js.map +1 -0
  586. package/dist/react-native/api/redTeams/index.d.ts +3 -0
  587. package/dist/react-native/api/redTeams/index.d.ts.map +1 -0
  588. package/dist/react-native/api/redTeams/index.js +4 -0
  589. package/dist/react-native/api/redTeams/index.js.map +1 -0
  590. package/dist/react-native/api/redTeams/operations.d.ts +18 -0
  591. package/dist/react-native/api/redTeams/operations.d.ts.map +1 -0
  592. package/dist/react-native/api/redTeams/operations.js +77 -0
  593. package/dist/react-native/api/redTeams/operations.js.map +1 -0
  594. package/dist/react-native/api/redTeams/options.d.ts +21 -0
  595. package/dist/react-native/api/redTeams/options.d.ts.map +1 -0
  596. package/dist/react-native/api/redTeams/options.js +4 -0
  597. package/dist/react-native/api/redTeams/options.js.map +1 -0
  598. package/dist/react-native/api/telemetry/index.d.ts +2 -0
  599. package/dist/react-native/api/telemetry/index.d.ts.map +1 -0
  600. package/dist/react-native/api/telemetry/index.js +4 -0
  601. package/dist/react-native/api/telemetry/index.js.map +1 -0
  602. package/dist/react-native/api/telemetry/operations.d.ts +22 -0
  603. package/dist/react-native/api/telemetry/operations.d.ts.map +1 -0
  604. package/dist/react-native/api/telemetry/operations.js +70 -0
  605. package/dist/react-native/api/telemetry/operations.js.map +1 -0
  606. package/dist/react-native/classic/connections/index.d.ts +15 -0
  607. package/dist/react-native/classic/connections/index.d.ts.map +1 -0
  608. package/dist/react-native/classic/connections/index.js +14 -0
  609. package/dist/react-native/classic/connections/index.js.map +1 -0
  610. package/dist/react-native/classic/datasets/index.d.ts +32 -0
  611. package/dist/react-native/classic/datasets/index.d.ts.map +1 -0
  612. package/dist/react-native/classic/datasets/index.js +21 -0
  613. package/dist/react-native/classic/datasets/index.js.map +1 -0
  614. package/dist/react-native/classic/deployments/index.d.ts +13 -0
  615. package/dist/react-native/classic/deployments/index.d.ts.map +1 -0
  616. package/dist/react-native/classic/deployments/index.js +13 -0
  617. package/dist/react-native/classic/deployments/index.js.map +1 -0
  618. package/dist/react-native/classic/evaluations/index.d.ts +17 -0
  619. package/dist/react-native/classic/evaluations/index.d.ts.map +1 -0
  620. package/dist/react-native/classic/evaluations/index.js +15 -0
  621. package/dist/react-native/classic/evaluations/index.js.map +1 -0
  622. package/dist/react-native/classic/index.d.ts +8 -0
  623. package/dist/react-native/classic/index.d.ts.map +1 -0
  624. package/dist/react-native/classic/index.js +4 -0
  625. package/dist/react-native/classic/index.js.map +1 -0
  626. package/dist/react-native/classic/indexes/index.d.ts +24 -0
  627. package/dist/react-native/classic/indexes/index.d.ts.map +1 -0
  628. package/dist/react-native/classic/indexes/index.js +17 -0
  629. package/dist/react-native/classic/indexes/index.js.map +1 -0
  630. package/dist/react-native/classic/inference/index.d.ts +18 -0
  631. package/dist/react-native/classic/inference/index.d.ts.map +1 -0
  632. package/dist/react-native/classic/inference/index.js +15 -0
  633. package/dist/react-native/classic/inference/index.js.map +1 -0
  634. package/dist/react-native/classic/redTeams/index.d.ts +15 -0
  635. package/dist/react-native/classic/redTeams/index.d.ts.map +1 -0
  636. package/dist/react-native/classic/redTeams/index.js +14 -0
  637. package/dist/react-native/classic/redTeams/index.js.map +1 -0
  638. package/dist/react-native/classic/telemetry/index.d.ts +11 -0
  639. package/dist/react-native/classic/telemetry/index.d.ts.map +1 -0
  640. package/dist/react-native/classic/telemetry/index.js +14 -0
  641. package/dist/react-native/classic/telemetry/index.js.map +1 -0
  642. package/dist/react-native/index.d.ts +13 -9
  643. package/dist/react-native/index.d.ts.map +1 -1
  644. package/dist/react-native/index.js +2 -4
  645. package/dist/react-native/index.js.map +1 -1
  646. package/dist/react-native/logger.d.ts.map +1 -1
  647. package/dist/react-native/logger.js +1 -2
  648. package/dist/react-native/logger.js.map +1 -1
  649. package/dist/react-native/models/evaluations.d.ts +55 -0
  650. package/dist/react-native/models/evaluations.d.ts.map +1 -0
  651. package/dist/react-native/models/evaluations.js +56 -0
  652. package/dist/react-native/models/evaluations.js.map +1 -0
  653. package/dist/react-native/models/index.d.ts +3 -0
  654. package/dist/react-native/models/index.d.ts.map +1 -0
  655. package/dist/react-native/models/index.js +5 -0
  656. package/dist/react-native/models/index.js.map +1 -0
  657. package/dist/react-native/models/models.d.ts +518 -0
  658. package/dist/react-native/models/models.d.ts.map +1 -0
  659. package/dist/react-native/models/models.js +634 -0
  660. package/dist/react-native/models/models.js.map +1 -0
  661. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  662. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  663. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  664. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  665. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  666. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  667. package/dist/react-native/static-helpers/urlTemplate.js +175 -0
  668. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  669. package/package.json +22 -3
  670. package/dist/browser/agents/assistants.d.ts +0 -14
  671. package/dist/browser/agents/assistants.d.ts.map +0 -1
  672. package/dist/browser/agents/assistants.js +0 -164
  673. package/dist/browser/agents/assistants.js.map +0 -1
  674. package/dist/browser/agents/assistantsTrace.d.ts +0 -17
  675. package/dist/browser/agents/assistantsTrace.d.ts.map +0 -1
  676. package/dist/browser/agents/assistantsTrace.js +0 -42
  677. package/dist/browser/agents/assistantsTrace.js.map +0 -1
  678. package/dist/browser/agents/customModels.d.ts +0 -268
  679. package/dist/browser/agents/customModels.d.ts.map +0 -1
  680. package/dist/browser/agents/customModels.js +0 -4
  681. package/dist/browser/agents/customModels.js.map +0 -1
  682. package/dist/browser/agents/files.d.ts +0 -18
  683. package/dist/browser/agents/files.d.ts.map +0 -1
  684. package/dist/browser/agents/files.js +0 -130
  685. package/dist/browser/agents/files.js.map +0 -1
  686. package/dist/browser/agents/index.d.ts +0 -105
  687. package/dist/browser/agents/index.d.ts.map +0 -1
  688. package/dist/browser/agents/index.js +0 -63
  689. package/dist/browser/agents/index.js.map +0 -1
  690. package/dist/browser/agents/inputOutputs.d.ts +0 -10
  691. package/dist/browser/agents/inputOutputs.d.ts.map +0 -1
  692. package/dist/browser/agents/inputOutputs.js +0 -8
  693. package/dist/browser/agents/inputOutputs.js.map +0 -1
  694. package/dist/browser/agents/inputValidations.d.ts +0 -15
  695. package/dist/browser/agents/inputValidations.d.ts.map +0 -1
  696. package/dist/browser/agents/inputValidations.js +0 -116
  697. package/dist/browser/agents/inputValidations.js.map +0 -1
  698. package/dist/browser/agents/messages.d.ts +0 -11
  699. package/dist/browser/agents/messages.d.ts.map +0 -1
  700. package/dist/browser/agents/messages.js +0 -101
  701. package/dist/browser/agents/messages.js.map +0 -1
  702. package/dist/browser/agents/messagesTrace.d.ts +0 -9
  703. package/dist/browser/agents/messagesTrace.d.ts.map +0 -1
  704. package/dist/browser/agents/messagesTrace.js +0 -29
  705. package/dist/browser/agents/messagesTrace.js.map +0 -1
  706. package/dist/browser/agents/openAIError.d.ts +0 -15
  707. package/dist/browser/agents/openAIError.d.ts.map +0 -1
  708. package/dist/browser/agents/openAIError.js +0 -30
  709. package/dist/browser/agents/openAIError.js.map +0 -1
  710. package/dist/browser/agents/poller.d.ts +0 -9
  711. package/dist/browser/agents/poller.d.ts.map +0 -1
  712. package/dist/browser/agents/poller.js +0 -137
  713. package/dist/browser/agents/poller.js.map +0 -1
  714. package/dist/browser/agents/runSteps.d.ts +0 -8
  715. package/dist/browser/agents/runSteps.d.ts.map +0 -1
  716. package/dist/browser/agents/runSteps.js +0 -55
  717. package/dist/browser/agents/runSteps.js.map +0 -1
  718. package/dist/browser/agents/runTrace.d.ts +0 -9
  719. package/dist/browser/agents/runTrace.d.ts.map +0 -1
  720. package/dist/browser/agents/runTrace.js +0 -62
  721. package/dist/browser/agents/runTrace.js.map +0 -1
  722. package/dist/browser/agents/runs.d.ts +0 -19
  723. package/dist/browser/agents/runs.d.ts.map +0 -1
  724. package/dist/browser/agents/runs.js +0 -222
  725. package/dist/browser/agents/runs.js.map +0 -1
  726. package/dist/browser/agents/streaming.d.ts +0 -9
  727. package/dist/browser/agents/streaming.d.ts.map +0 -1
  728. package/dist/browser/agents/streaming.js +0 -135
  729. package/dist/browser/agents/streaming.js.map +0 -1
  730. package/dist/browser/agents/streamingModels.d.ts +0 -103
  731. package/dist/browser/agents/streamingModels.d.ts.map +0 -1
  732. package/dist/browser/agents/streamingModels.js +0 -75
  733. package/dist/browser/agents/streamingModels.js.map +0 -1
  734. package/dist/browser/agents/threads.d.ts +0 -14
  735. package/dist/browser/agents/threads.d.ts.map +0 -1
  736. package/dist/browser/agents/threads.js +0 -108
  737. package/dist/browser/agents/threads.js.map +0 -1
  738. package/dist/browser/agents/threadsTrace.d.ts +0 -6
  739. package/dist/browser/agents/threadsTrace.d.ts.map +0 -1
  740. package/dist/browser/agents/threadsTrace.js +0 -19
  741. package/dist/browser/agents/threadsTrace.js.map +0 -1
  742. package/dist/browser/agents/traceUtility.d.ts +0 -36
  743. package/dist/browser/agents/traceUtility.d.ts.map +0 -1
  744. package/dist/browser/agents/traceUtility.js +0 -127
  745. package/dist/browser/agents/traceUtility.js.map +0 -1
  746. package/dist/browser/agents/utils.d.ts +0 -222
  747. package/dist/browser/agents/utils.d.ts.map +0 -1
  748. package/dist/browser/agents/utils.js +0 -311
  749. package/dist/browser/agents/utils.js.map +0 -1
  750. package/dist/browser/agents/vectorStores.d.ts +0 -19
  751. package/dist/browser/agents/vectorStores.d.ts.map +0 -1
  752. package/dist/browser/agents/vectorStores.js +0 -134
  753. package/dist/browser/agents/vectorStores.js.map +0 -1
  754. package/dist/browser/agents/vectorStoresFileBatches.d.ts +0 -16
  755. package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +0 -1
  756. package/dist/browser/agents/vectorStoresFileBatches.js +0 -122
  757. package/dist/browser/agents/vectorStoresFileBatches.js.map +0 -1
  758. package/dist/browser/agents/vectorStoresFiles.d.ts +0 -18
  759. package/dist/browser/agents/vectorStoresFiles.d.ts.map +0 -1
  760. package/dist/browser/agents/vectorStoresFiles.js +0 -133
  761. package/dist/browser/agents/vectorStoresFiles.js.map +0 -1
  762. package/dist/browser/agents/vectorStoresModels.d.ts +0 -27
  763. package/dist/browser/agents/vectorStoresModels.d.ts.map +0 -1
  764. package/dist/browser/agents/vectorStoresModels.js +0 -4
  765. package/dist/browser/agents/vectorStoresModels.js.map +0 -1
  766. package/dist/browser/aiProjectsClient.d.ts +0 -34
  767. package/dist/browser/aiProjectsClient.d.ts.map +0 -1
  768. package/dist/browser/aiProjectsClient.js +0 -47
  769. package/dist/browser/aiProjectsClient.js.map +0 -1
  770. package/dist/browser/connections/connections.d.ts +0 -13
  771. package/dist/browser/connections/connections.d.ts.map +0 -1
  772. package/dist/browser/connections/connections.js +0 -47
  773. package/dist/browser/connections/connections.js.map +0 -1
  774. package/dist/browser/connections/customModels.d.ts +0 -27
  775. package/dist/browser/connections/customModels.d.ts.map +0 -1
  776. package/dist/browser/connections/customModels.js +0 -4
  777. package/dist/browser/connections/customModels.js.map +0 -1
  778. package/dist/browser/connections/index.d.ts +0 -9
  779. package/dist/browser/connections/index.d.ts.map +0 -1
  780. package/dist/browser/connections/index.js +0 -20
  781. package/dist/browser/connections/index.js.map +0 -1
  782. package/dist/browser/connections/inputOutput.d.ts +0 -4
  783. package/dist/browser/connections/inputOutput.d.ts.map +0 -1
  784. package/dist/browser/connections/inputOutput.js +0 -4
  785. package/dist/browser/connections/inputOutput.js.map +0 -1
  786. package/dist/browser/connections/internalModels.d.ts +0 -7
  787. package/dist/browser/connections/internalModels.d.ts.map +0 -1
  788. package/dist/browser/connections/internalModels.js +0 -4
  789. package/dist/browser/connections/internalModels.js.map +0 -1
  790. package/dist/browser/constants.d.ts +0 -9
  791. package/dist/browser/constants.d.ts.map +0 -1
  792. package/dist/browser/constants.js +0 -11
  793. package/dist/browser/constants.js.map +0 -1
  794. package/dist/browser/customization/convertModelsToWrite.d.ts +0 -14
  795. package/dist/browser/customization/convertModelsToWrite.d.ts.map +0 -1
  796. package/dist/browser/customization/convertModelsToWrite.js +0 -297
  797. package/dist/browser/customization/convertModelsToWrite.js.map +0 -1
  798. package/dist/browser/customization/convertOutputModelsFromWire.d.ts +0 -28
  799. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  800. package/dist/browser/customization/convertOutputModelsFromWire.js +0 -962
  801. package/dist/browser/customization/convertOutputModelsFromWire.js.map +0 -1
  802. package/dist/browser/customization/convertParametersToWire.d.ts +0 -18
  803. package/dist/browser/customization/convertParametersToWire.d.ts.map +0 -1
  804. package/dist/browser/customization/convertParametersToWire.js +0 -31
  805. package/dist/browser/customization/convertParametersToWire.js.map +0 -1
  806. package/dist/browser/customization/models.d.ts +0 -949
  807. package/dist/browser/customization/models.d.ts.map +0 -1
  808. package/dist/browser/customization/models.js +0 -4
  809. package/dist/browser/customization/models.js.map +0 -1
  810. package/dist/browser/customization/outputModels.d.ts +0 -1501
  811. package/dist/browser/customization/outputModels.d.ts.map +0 -1
  812. package/dist/browser/customization/outputModels.js +0 -4
  813. package/dist/browser/customization/outputModels.js.map +0 -1
  814. package/dist/browser/customization/parameters.d.ts +0 -394
  815. package/dist/browser/customization/parameters.d.ts.map +0 -1
  816. package/dist/browser/customization/parameters.js +0 -4
  817. package/dist/browser/customization/parameters.js.map +0 -1
  818. package/dist/browser/customization/streamingModels.d.ts +0 -226
  819. package/dist/browser/customization/streamingModels.d.ts.map +0 -1
  820. package/dist/browser/customization/streamingModels.js +0 -4
  821. package/dist/browser/customization/streamingModels.js.map +0 -1
  822. package/dist/browser/customization/streamingWireModels.d.ts +0 -222
  823. package/dist/browser/customization/streamingWireModels.d.ts.map +0 -1
  824. package/dist/browser/customization/streamingWireModels.js +0 -4
  825. package/dist/browser/customization/streamingWireModels.js.map +0 -1
  826. package/dist/browser/generated/src/clientDefinitions.d.ts +0 -260
  827. package/dist/browser/generated/src/clientDefinitions.d.ts.map +0 -1
  828. package/dist/browser/generated/src/clientDefinitions.js +0 -4
  829. package/dist/browser/generated/src/clientDefinitions.js.map +0 -1
  830. package/dist/browser/generated/src/index.d.ts +0 -11
  831. package/dist/browser/generated/src/index.d.ts.map +0 -1
  832. package/dist/browser/generated/src/index.js +0 -13
  833. package/dist/browser/generated/src/index.js.map +0 -1
  834. package/dist/browser/generated/src/isUnexpected.d.ts +0 -55
  835. package/dist/browser/generated/src/isUnexpected.d.ts.map +0 -1
  836. package/dist/browser/generated/src/isUnexpected.js +0 -124
  837. package/dist/browser/generated/src/isUnexpected.js.map +0 -1
  838. package/dist/browser/generated/src/logger.d.ts +0 -2
  839. package/dist/browser/generated/src/logger.d.ts.map +0 -1
  840. package/dist/browser/generated/src/logger.js +0 -5
  841. package/dist/browser/generated/src/logger.js.map +0 -1
  842. package/dist/browser/generated/src/models.d.ts +0 -937
  843. package/dist/browser/generated/src/models.d.ts.map +0 -1
  844. package/dist/browser/generated/src/models.js +0 -4
  845. package/dist/browser/generated/src/models.js.map +0 -1
  846. package/dist/browser/generated/src/outputModels.d.ts +0 -1621
  847. package/dist/browser/generated/src/outputModels.d.ts.map +0 -1
  848. package/dist/browser/generated/src/outputModels.js +0 -4
  849. package/dist/browser/generated/src/outputModels.js.map +0 -1
  850. package/dist/browser/generated/src/paginateHelper.d.ts +0 -68
  851. package/dist/browser/generated/src/paginateHelper.d.ts.map +0 -1
  852. package/dist/browser/generated/src/paginateHelper.js +0 -180
  853. package/dist/browser/generated/src/paginateHelper.js.map +0 -1
  854. package/dist/browser/generated/src/parameters.d.ts +0 -451
  855. package/dist/browser/generated/src/parameters.d.ts.map +0 -1
  856. package/dist/browser/generated/src/parameters.js +0 -4
  857. package/dist/browser/generated/src/parameters.js.map +0 -1
  858. package/dist/browser/generated/src/projectsClient.d.ts +0 -19
  859. package/dist/browser/generated/src/projectsClient.d.ts.map +0 -1
  860. package/dist/browser/generated/src/projectsClient.js +0 -48
  861. package/dist/browser/generated/src/projectsClient.js.map +0 -1
  862. package/dist/browser/generated/src/responses.d.ts +0 -791
  863. package/dist/browser/generated/src/responses.d.ts.map +0 -1
  864. package/dist/browser/generated/src/responses.js +0 -4
  865. package/dist/browser/generated/src/responses.js.map +0 -1
  866. package/dist/browser/telemetry/index.d.ts +0 -32
  867. package/dist/browser/telemetry/index.d.ts.map +0 -1
  868. package/dist/browser/telemetry/index.js +0 -17
  869. package/dist/browser/telemetry/index.js.map +0 -1
  870. package/dist/browser/telemetry/telemetry.d.ts +0 -30
  871. package/dist/browser/telemetry/telemetry.d.ts.map +0 -1
  872. package/dist/browser/telemetry/telemetry.js +0 -53
  873. package/dist/browser/telemetry/telemetry.js.map +0 -1
  874. package/dist/browser/tracing.d.ts +0 -80
  875. package/dist/browser/tracing.d.ts.map +0 -1
  876. package/dist/browser/tracing.js +0 -193
  877. package/dist/browser/tracing.js.map +0 -1
  878. package/dist/commonjs/agents/assistants.d.ts +0 -14
  879. package/dist/commonjs/agents/assistants.d.ts.map +0 -1
  880. package/dist/commonjs/agents/assistants.js +0 -172
  881. package/dist/commonjs/agents/assistants.js.map +0 -1
  882. package/dist/commonjs/agents/assistantsTrace.d.ts +0 -17
  883. package/dist/commonjs/agents/assistantsTrace.d.ts.map +0 -1
  884. package/dist/commonjs/agents/assistantsTrace.js +0 -46
  885. package/dist/commonjs/agents/assistantsTrace.js.map +0 -1
  886. package/dist/commonjs/agents/customModels.d.ts +0 -268
  887. package/dist/commonjs/agents/customModels.d.ts.map +0 -1
  888. package/dist/commonjs/agents/customModels.js +0 -5
  889. package/dist/commonjs/agents/customModels.js.map +0 -1
  890. package/dist/commonjs/agents/files.d.ts +0 -18
  891. package/dist/commonjs/agents/files.d.ts.map +0 -1
  892. package/dist/commonjs/agents/files.js +0 -140
  893. package/dist/commonjs/agents/files.js.map +0 -1
  894. package/dist/commonjs/agents/index.d.ts +0 -105
  895. package/dist/commonjs/agents/index.d.ts.map +0 -1
  896. package/dist/commonjs/agents/index.js +0 -66
  897. package/dist/commonjs/agents/index.js.map +0 -1
  898. package/dist/commonjs/agents/inputOutputs.d.ts +0 -10
  899. package/dist/commonjs/agents/inputOutputs.d.ts.map +0 -1
  900. package/dist/commonjs/agents/inputOutputs.js +0 -11
  901. package/dist/commonjs/agents/inputOutputs.js.map +0 -1
  902. package/dist/commonjs/agents/inputValidations.d.ts +0 -15
  903. package/dist/commonjs/agents/inputValidations.d.ts.map +0 -1
  904. package/dist/commonjs/agents/inputValidations.js +0 -131
  905. package/dist/commonjs/agents/inputValidations.js.map +0 -1
  906. package/dist/commonjs/agents/messages.d.ts +0 -11
  907. package/dist/commonjs/agents/messages.d.ts.map +0 -1
  908. package/dist/commonjs/agents/messages.js +0 -107
  909. package/dist/commonjs/agents/messages.js.map +0 -1
  910. package/dist/commonjs/agents/messagesTrace.d.ts +0 -9
  911. package/dist/commonjs/agents/messagesTrace.d.ts.map +0 -1
  912. package/dist/commonjs/agents/messagesTrace.js +0 -35
  913. package/dist/commonjs/agents/messagesTrace.js.map +0 -1
  914. package/dist/commonjs/agents/openAIError.d.ts +0 -15
  915. package/dist/commonjs/agents/openAIError.d.ts.map +0 -1
  916. package/dist/commonjs/agents/openAIError.js +0 -35
  917. package/dist/commonjs/agents/openAIError.js.map +0 -1
  918. package/dist/commonjs/agents/poller.d.ts +0 -9
  919. package/dist/commonjs/agents/poller.d.ts.map +0 -1
  920. package/dist/commonjs/agents/poller.js +0 -140
  921. package/dist/commonjs/agents/poller.js.map +0 -1
  922. package/dist/commonjs/agents/runSteps.d.ts +0 -8
  923. package/dist/commonjs/agents/runSteps.d.ts.map +0 -1
  924. package/dist/commonjs/agents/runSteps.js +0 -60
  925. package/dist/commonjs/agents/runSteps.js.map +0 -1
  926. package/dist/commonjs/agents/runTrace.d.ts +0 -9
  927. package/dist/commonjs/agents/runTrace.d.ts.map +0 -1
  928. package/dist/commonjs/agents/runTrace.js +0 -69
  929. package/dist/commonjs/agents/runTrace.js.map +0 -1
  930. package/dist/commonjs/agents/runs.d.ts +0 -19
  931. package/dist/commonjs/agents/runs.d.ts.map +0 -1
  932. package/dist/commonjs/agents/runs.js +0 -232
  933. package/dist/commonjs/agents/runs.js.map +0 -1
  934. package/dist/commonjs/agents/streaming.d.ts +0 -9
  935. package/dist/commonjs/agents/streaming.d.ts.map +0 -1
  936. package/dist/commonjs/agents/streaming.js +0 -140
  937. package/dist/commonjs/agents/streaming.js.map +0 -1
  938. package/dist/commonjs/agents/streamingModels.d.ts +0 -103
  939. package/dist/commonjs/agents/streamingModels.d.ts.map +0 -1
  940. package/dist/commonjs/agents/streamingModels.js +0 -78
  941. package/dist/commonjs/agents/streamingModels.js.map +0 -1
  942. package/dist/commonjs/agents/threads.d.ts +0 -14
  943. package/dist/commonjs/agents/threads.d.ts.map +0 -1
  944. package/dist/commonjs/agents/threads.js +0 -116
  945. package/dist/commonjs/agents/threads.js.map +0 -1
  946. package/dist/commonjs/agents/threadsTrace.d.ts +0 -6
  947. package/dist/commonjs/agents/threadsTrace.d.ts.map +0 -1
  948. package/dist/commonjs/agents/threadsTrace.js +0 -23
  949. package/dist/commonjs/agents/threadsTrace.js.map +0 -1
  950. package/dist/commonjs/agents/traceUtility.d.ts +0 -36
  951. package/dist/commonjs/agents/traceUtility.d.ts.map +0 -1
  952. package/dist/commonjs/agents/traceUtility.js +0 -136
  953. package/dist/commonjs/agents/traceUtility.js.map +0 -1
  954. package/dist/commonjs/agents/utils.d.ts +0 -222
  955. package/dist/commonjs/agents/utils.d.ts.map +0 -1
  956. package/dist/commonjs/agents/utils.js +0 -317
  957. package/dist/commonjs/agents/utils.js.map +0 -1
  958. package/dist/commonjs/agents/vectorStores.d.ts +0 -19
  959. package/dist/commonjs/agents/vectorStores.d.ts.map +0 -1
  960. package/dist/commonjs/agents/vectorStores.js +0 -143
  961. package/dist/commonjs/agents/vectorStores.js.map +0 -1
  962. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +0 -16
  963. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +0 -1
  964. package/dist/commonjs/agents/vectorStoresFileBatches.js +0 -131
  965. package/dist/commonjs/agents/vectorStoresFileBatches.js.map +0 -1
  966. package/dist/commonjs/agents/vectorStoresFiles.d.ts +0 -18
  967. package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +0 -1
  968. package/dist/commonjs/agents/vectorStoresFiles.js +0 -141
  969. package/dist/commonjs/agents/vectorStoresFiles.js.map +0 -1
  970. package/dist/commonjs/agents/vectorStoresModels.d.ts +0 -27
  971. package/dist/commonjs/agents/vectorStoresModels.d.ts.map +0 -1
  972. package/dist/commonjs/agents/vectorStoresModels.js +0 -5
  973. package/dist/commonjs/agents/vectorStoresModels.js.map +0 -1
  974. package/dist/commonjs/aiProjectsClient.d.ts +0 -34
  975. package/dist/commonjs/aiProjectsClient.d.ts.map +0 -1
  976. package/dist/commonjs/aiProjectsClient.js +0 -52
  977. package/dist/commonjs/aiProjectsClient.js.map +0 -1
  978. package/dist/commonjs/connections/connections.d.ts +0 -13
  979. package/dist/commonjs/connections/connections.d.ts.map +0 -1
  980. package/dist/commonjs/connections/connections.js +0 -53
  981. package/dist/commonjs/connections/connections.js.map +0 -1
  982. package/dist/commonjs/connections/customModels.d.ts +0 -27
  983. package/dist/commonjs/connections/customModels.d.ts.map +0 -1
  984. package/dist/commonjs/connections/customModels.js +0 -5
  985. package/dist/commonjs/connections/customModels.js.map +0 -1
  986. package/dist/commonjs/connections/index.d.ts +0 -9
  987. package/dist/commonjs/connections/index.d.ts.map +0 -1
  988. package/dist/commonjs/connections/index.js +0 -24
  989. package/dist/commonjs/connections/index.js.map +0 -1
  990. package/dist/commonjs/connections/inputOutput.d.ts +0 -4
  991. package/dist/commonjs/connections/inputOutput.d.ts.map +0 -1
  992. package/dist/commonjs/connections/inputOutput.js +0 -7
  993. package/dist/commonjs/connections/inputOutput.js.map +0 -1
  994. package/dist/commonjs/connections/internalModels.d.ts +0 -7
  995. package/dist/commonjs/connections/internalModels.d.ts.map +0 -1
  996. package/dist/commonjs/connections/internalModels.js +0 -5
  997. package/dist/commonjs/connections/internalModels.js.map +0 -1
  998. package/dist/commonjs/constants.d.ts +0 -9
  999. package/dist/commonjs/constants.d.ts.map +0 -1
  1000. package/dist/commonjs/constants.js +0 -14
  1001. package/dist/commonjs/constants.js.map +0 -1
  1002. package/dist/commonjs/customization/convertModelsToWrite.d.ts +0 -14
  1003. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +0 -1
  1004. package/dist/commonjs/customization/convertModelsToWrite.js +0 -310
  1005. package/dist/commonjs/customization/convertModelsToWrite.js.map +0 -1
  1006. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +0 -28
  1007. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1008. package/dist/commonjs/customization/convertOutputModelsFromWire.js +0 -987
  1009. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +0 -1
  1010. package/dist/commonjs/customization/convertParametersToWire.d.ts +0 -18
  1011. package/dist/commonjs/customization/convertParametersToWire.d.ts.map +0 -1
  1012. package/dist/commonjs/customization/convertParametersToWire.js +0 -38
  1013. package/dist/commonjs/customization/convertParametersToWire.js.map +0 -1
  1014. package/dist/commonjs/customization/models.d.ts +0 -949
  1015. package/dist/commonjs/customization/models.d.ts.map +0 -1
  1016. package/dist/commonjs/customization/models.js +0 -5
  1017. package/dist/commonjs/customization/models.js.map +0 -1
  1018. package/dist/commonjs/customization/outputModels.d.ts +0 -1501
  1019. package/dist/commonjs/customization/outputModels.d.ts.map +0 -1
  1020. package/dist/commonjs/customization/outputModels.js +0 -5
  1021. package/dist/commonjs/customization/outputModels.js.map +0 -1
  1022. package/dist/commonjs/customization/parameters.d.ts +0 -394
  1023. package/dist/commonjs/customization/parameters.d.ts.map +0 -1
  1024. package/dist/commonjs/customization/parameters.js +0 -5
  1025. package/dist/commonjs/customization/parameters.js.map +0 -1
  1026. package/dist/commonjs/customization/streamingModels.d.ts +0 -226
  1027. package/dist/commonjs/customization/streamingModels.d.ts.map +0 -1
  1028. package/dist/commonjs/customization/streamingModels.js +0 -5
  1029. package/dist/commonjs/customization/streamingModels.js.map +0 -1
  1030. package/dist/commonjs/customization/streamingWireModels.d.ts +0 -222
  1031. package/dist/commonjs/customization/streamingWireModels.d.ts.map +0 -1
  1032. package/dist/commonjs/customization/streamingWireModels.js +0 -5
  1033. package/dist/commonjs/customization/streamingWireModels.js.map +0 -1
  1034. package/dist/commonjs/generated/src/clientDefinitions.d.ts +0 -260
  1035. package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +0 -1
  1036. package/dist/commonjs/generated/src/clientDefinitions.js +0 -5
  1037. package/dist/commonjs/generated/src/clientDefinitions.js.map +0 -1
  1038. package/dist/commonjs/generated/src/index.d.ts +0 -11
  1039. package/dist/commonjs/generated/src/index.d.ts.map +0 -1
  1040. package/dist/commonjs/generated/src/index.js +0 -16
  1041. package/dist/commonjs/generated/src/index.js.map +0 -1
  1042. package/dist/commonjs/generated/src/isUnexpected.d.ts +0 -55
  1043. package/dist/commonjs/generated/src/isUnexpected.d.ts.map +0 -1
  1044. package/dist/commonjs/generated/src/isUnexpected.js +0 -127
  1045. package/dist/commonjs/generated/src/isUnexpected.js.map +0 -1
  1046. package/dist/commonjs/generated/src/logger.d.ts +0 -2
  1047. package/dist/commonjs/generated/src/logger.d.ts.map +0 -1
  1048. package/dist/commonjs/generated/src/logger.js +0 -8
  1049. package/dist/commonjs/generated/src/logger.js.map +0 -1
  1050. package/dist/commonjs/generated/src/models.d.ts +0 -937
  1051. package/dist/commonjs/generated/src/models.d.ts.map +0 -1
  1052. package/dist/commonjs/generated/src/models.js +0 -5
  1053. package/dist/commonjs/generated/src/models.js.map +0 -1
  1054. package/dist/commonjs/generated/src/outputModels.d.ts +0 -1621
  1055. package/dist/commonjs/generated/src/outputModels.d.ts.map +0 -1
  1056. package/dist/commonjs/generated/src/outputModels.js +0 -5
  1057. package/dist/commonjs/generated/src/outputModels.js.map +0 -1
  1058. package/dist/commonjs/generated/src/paginateHelper.d.ts +0 -68
  1059. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +0 -1
  1060. package/dist/commonjs/generated/src/paginateHelper.js +0 -183
  1061. package/dist/commonjs/generated/src/paginateHelper.js.map +0 -1
  1062. package/dist/commonjs/generated/src/parameters.d.ts +0 -451
  1063. package/dist/commonjs/generated/src/parameters.d.ts.map +0 -1
  1064. package/dist/commonjs/generated/src/parameters.js +0 -5
  1065. package/dist/commonjs/generated/src/parameters.js.map +0 -1
  1066. package/dist/commonjs/generated/src/projectsClient.d.ts +0 -19
  1067. package/dist/commonjs/generated/src/projectsClient.d.ts.map +0 -1
  1068. package/dist/commonjs/generated/src/projectsClient.js +0 -51
  1069. package/dist/commonjs/generated/src/projectsClient.js.map +0 -1
  1070. package/dist/commonjs/generated/src/responses.d.ts +0 -791
  1071. package/dist/commonjs/generated/src/responses.d.ts.map +0 -1
  1072. package/dist/commonjs/generated/src/responses.js +0 -5
  1073. package/dist/commonjs/generated/src/responses.js.map +0 -1
  1074. package/dist/commonjs/telemetry/index.d.ts +0 -32
  1075. package/dist/commonjs/telemetry/index.d.ts.map +0 -1
  1076. package/dist/commonjs/telemetry/index.js +0 -20
  1077. package/dist/commonjs/telemetry/index.js.map +0 -1
  1078. package/dist/commonjs/telemetry/telemetry.d.ts +0 -30
  1079. package/dist/commonjs/telemetry/telemetry.d.ts.map +0 -1
  1080. package/dist/commonjs/telemetry/telemetry.js +0 -59
  1081. package/dist/commonjs/telemetry/telemetry.js.map +0 -1
  1082. package/dist/commonjs/tracing.d.ts +0 -80
  1083. package/dist/commonjs/tracing.d.ts.map +0 -1
  1084. package/dist/commonjs/tracing.js +0 -197
  1085. package/dist/commonjs/tracing.js.map +0 -1
  1086. package/dist/esm/agents/assistants.d.ts +0 -14
  1087. package/dist/esm/agents/assistants.d.ts.map +0 -1
  1088. package/dist/esm/agents/assistants.js +0 -164
  1089. package/dist/esm/agents/assistants.js.map +0 -1
  1090. package/dist/esm/agents/assistantsTrace.d.ts +0 -17
  1091. package/dist/esm/agents/assistantsTrace.d.ts.map +0 -1
  1092. package/dist/esm/agents/assistantsTrace.js +0 -42
  1093. package/dist/esm/agents/assistantsTrace.js.map +0 -1
  1094. package/dist/esm/agents/customModels.d.ts +0 -268
  1095. package/dist/esm/agents/customModels.d.ts.map +0 -1
  1096. package/dist/esm/agents/customModels.js +0 -4
  1097. package/dist/esm/agents/customModels.js.map +0 -1
  1098. package/dist/esm/agents/files.d.ts +0 -18
  1099. package/dist/esm/agents/files.d.ts.map +0 -1
  1100. package/dist/esm/agents/files.js +0 -130
  1101. package/dist/esm/agents/files.js.map +0 -1
  1102. package/dist/esm/agents/index.d.ts +0 -105
  1103. package/dist/esm/agents/index.d.ts.map +0 -1
  1104. package/dist/esm/agents/index.js +0 -63
  1105. package/dist/esm/agents/index.js.map +0 -1
  1106. package/dist/esm/agents/inputOutputs.d.ts +0 -10
  1107. package/dist/esm/agents/inputOutputs.d.ts.map +0 -1
  1108. package/dist/esm/agents/inputOutputs.js +0 -8
  1109. package/dist/esm/agents/inputOutputs.js.map +0 -1
  1110. package/dist/esm/agents/inputValidations.d.ts +0 -15
  1111. package/dist/esm/agents/inputValidations.d.ts.map +0 -1
  1112. package/dist/esm/agents/inputValidations.js +0 -116
  1113. package/dist/esm/agents/inputValidations.js.map +0 -1
  1114. package/dist/esm/agents/messages.d.ts +0 -11
  1115. package/dist/esm/agents/messages.d.ts.map +0 -1
  1116. package/dist/esm/agents/messages.js +0 -101
  1117. package/dist/esm/agents/messages.js.map +0 -1
  1118. package/dist/esm/agents/messagesTrace.d.ts +0 -9
  1119. package/dist/esm/agents/messagesTrace.d.ts.map +0 -1
  1120. package/dist/esm/agents/messagesTrace.js +0 -29
  1121. package/dist/esm/agents/messagesTrace.js.map +0 -1
  1122. package/dist/esm/agents/openAIError.d.ts +0 -15
  1123. package/dist/esm/agents/openAIError.d.ts.map +0 -1
  1124. package/dist/esm/agents/openAIError.js +0 -30
  1125. package/dist/esm/agents/openAIError.js.map +0 -1
  1126. package/dist/esm/agents/poller.d.ts +0 -9
  1127. package/dist/esm/agents/poller.d.ts.map +0 -1
  1128. package/dist/esm/agents/poller.js +0 -137
  1129. package/dist/esm/agents/poller.js.map +0 -1
  1130. package/dist/esm/agents/runSteps.d.ts +0 -8
  1131. package/dist/esm/agents/runSteps.d.ts.map +0 -1
  1132. package/dist/esm/agents/runSteps.js +0 -55
  1133. package/dist/esm/agents/runSteps.js.map +0 -1
  1134. package/dist/esm/agents/runTrace.d.ts +0 -9
  1135. package/dist/esm/agents/runTrace.d.ts.map +0 -1
  1136. package/dist/esm/agents/runTrace.js +0 -62
  1137. package/dist/esm/agents/runTrace.js.map +0 -1
  1138. package/dist/esm/agents/runs.d.ts +0 -19
  1139. package/dist/esm/agents/runs.d.ts.map +0 -1
  1140. package/dist/esm/agents/runs.js +0 -222
  1141. package/dist/esm/agents/runs.js.map +0 -1
  1142. package/dist/esm/agents/streaming.d.ts +0 -9
  1143. package/dist/esm/agents/streaming.d.ts.map +0 -1
  1144. package/dist/esm/agents/streaming.js +0 -135
  1145. package/dist/esm/agents/streaming.js.map +0 -1
  1146. package/dist/esm/agents/streamingModels.d.ts +0 -103
  1147. package/dist/esm/agents/streamingModels.d.ts.map +0 -1
  1148. package/dist/esm/agents/streamingModels.js +0 -75
  1149. package/dist/esm/agents/streamingModels.js.map +0 -1
  1150. package/dist/esm/agents/threads.d.ts +0 -14
  1151. package/dist/esm/agents/threads.d.ts.map +0 -1
  1152. package/dist/esm/agents/threads.js +0 -108
  1153. package/dist/esm/agents/threads.js.map +0 -1
  1154. package/dist/esm/agents/threadsTrace.d.ts +0 -6
  1155. package/dist/esm/agents/threadsTrace.d.ts.map +0 -1
  1156. package/dist/esm/agents/threadsTrace.js +0 -19
  1157. package/dist/esm/agents/threadsTrace.js.map +0 -1
  1158. package/dist/esm/agents/traceUtility.d.ts +0 -36
  1159. package/dist/esm/agents/traceUtility.d.ts.map +0 -1
  1160. package/dist/esm/agents/traceUtility.js +0 -127
  1161. package/dist/esm/agents/traceUtility.js.map +0 -1
  1162. package/dist/esm/agents/utils.d.ts +0 -222
  1163. package/dist/esm/agents/utils.d.ts.map +0 -1
  1164. package/dist/esm/agents/utils.js +0 -311
  1165. package/dist/esm/agents/utils.js.map +0 -1
  1166. package/dist/esm/agents/vectorStores.d.ts +0 -19
  1167. package/dist/esm/agents/vectorStores.d.ts.map +0 -1
  1168. package/dist/esm/agents/vectorStores.js +0 -134
  1169. package/dist/esm/agents/vectorStores.js.map +0 -1
  1170. package/dist/esm/agents/vectorStoresFileBatches.d.ts +0 -16
  1171. package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1172. package/dist/esm/agents/vectorStoresFileBatches.js +0 -122
  1173. package/dist/esm/agents/vectorStoresFileBatches.js.map +0 -1
  1174. package/dist/esm/agents/vectorStoresFiles.d.ts +0 -18
  1175. package/dist/esm/agents/vectorStoresFiles.d.ts.map +0 -1
  1176. package/dist/esm/agents/vectorStoresFiles.js +0 -133
  1177. package/dist/esm/agents/vectorStoresFiles.js.map +0 -1
  1178. package/dist/esm/agents/vectorStoresModels.d.ts +0 -27
  1179. package/dist/esm/agents/vectorStoresModels.d.ts.map +0 -1
  1180. package/dist/esm/agents/vectorStoresModels.js +0 -4
  1181. package/dist/esm/agents/vectorStoresModels.js.map +0 -1
  1182. package/dist/esm/aiProjectsClient.d.ts +0 -34
  1183. package/dist/esm/aiProjectsClient.d.ts.map +0 -1
  1184. package/dist/esm/aiProjectsClient.js +0 -47
  1185. package/dist/esm/aiProjectsClient.js.map +0 -1
  1186. package/dist/esm/connections/connections.d.ts +0 -13
  1187. package/dist/esm/connections/connections.d.ts.map +0 -1
  1188. package/dist/esm/connections/connections.js +0 -47
  1189. package/dist/esm/connections/connections.js.map +0 -1
  1190. package/dist/esm/connections/customModels.d.ts +0 -27
  1191. package/dist/esm/connections/customModels.d.ts.map +0 -1
  1192. package/dist/esm/connections/customModels.js +0 -4
  1193. package/dist/esm/connections/customModels.js.map +0 -1
  1194. package/dist/esm/connections/index.d.ts +0 -9
  1195. package/dist/esm/connections/index.d.ts.map +0 -1
  1196. package/dist/esm/connections/index.js +0 -20
  1197. package/dist/esm/connections/index.js.map +0 -1
  1198. package/dist/esm/connections/inputOutput.d.ts +0 -4
  1199. package/dist/esm/connections/inputOutput.d.ts.map +0 -1
  1200. package/dist/esm/connections/inputOutput.js +0 -4
  1201. package/dist/esm/connections/inputOutput.js.map +0 -1
  1202. package/dist/esm/connections/internalModels.d.ts +0 -7
  1203. package/dist/esm/connections/internalModels.d.ts.map +0 -1
  1204. package/dist/esm/connections/internalModels.js +0 -4
  1205. package/dist/esm/connections/internalModels.js.map +0 -1
  1206. package/dist/esm/constants.d.ts +0 -9
  1207. package/dist/esm/constants.d.ts.map +0 -1
  1208. package/dist/esm/constants.js +0 -11
  1209. package/dist/esm/constants.js.map +0 -1
  1210. package/dist/esm/customization/convertModelsToWrite.d.ts +0 -14
  1211. package/dist/esm/customization/convertModelsToWrite.d.ts.map +0 -1
  1212. package/dist/esm/customization/convertModelsToWrite.js +0 -297
  1213. package/dist/esm/customization/convertModelsToWrite.js.map +0 -1
  1214. package/dist/esm/customization/convertOutputModelsFromWire.d.ts +0 -28
  1215. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1216. package/dist/esm/customization/convertOutputModelsFromWire.js +0 -962
  1217. package/dist/esm/customization/convertOutputModelsFromWire.js.map +0 -1
  1218. package/dist/esm/customization/convertParametersToWire.d.ts +0 -18
  1219. package/dist/esm/customization/convertParametersToWire.d.ts.map +0 -1
  1220. package/dist/esm/customization/convertParametersToWire.js +0 -31
  1221. package/dist/esm/customization/convertParametersToWire.js.map +0 -1
  1222. package/dist/esm/customization/models.d.ts +0 -949
  1223. package/dist/esm/customization/models.d.ts.map +0 -1
  1224. package/dist/esm/customization/models.js +0 -4
  1225. package/dist/esm/customization/models.js.map +0 -1
  1226. package/dist/esm/customization/outputModels.d.ts +0 -1501
  1227. package/dist/esm/customization/outputModels.d.ts.map +0 -1
  1228. package/dist/esm/customization/outputModels.js +0 -4
  1229. package/dist/esm/customization/outputModels.js.map +0 -1
  1230. package/dist/esm/customization/parameters.d.ts +0 -394
  1231. package/dist/esm/customization/parameters.d.ts.map +0 -1
  1232. package/dist/esm/customization/parameters.js +0 -4
  1233. package/dist/esm/customization/parameters.js.map +0 -1
  1234. package/dist/esm/customization/streamingModels.d.ts +0 -226
  1235. package/dist/esm/customization/streamingModels.d.ts.map +0 -1
  1236. package/dist/esm/customization/streamingModels.js +0 -4
  1237. package/dist/esm/customization/streamingModels.js.map +0 -1
  1238. package/dist/esm/customization/streamingWireModels.d.ts +0 -222
  1239. package/dist/esm/customization/streamingWireModels.d.ts.map +0 -1
  1240. package/dist/esm/customization/streamingWireModels.js +0 -4
  1241. package/dist/esm/customization/streamingWireModels.js.map +0 -1
  1242. package/dist/esm/generated/src/clientDefinitions.d.ts +0 -260
  1243. package/dist/esm/generated/src/clientDefinitions.d.ts.map +0 -1
  1244. package/dist/esm/generated/src/clientDefinitions.js +0 -4
  1245. package/dist/esm/generated/src/clientDefinitions.js.map +0 -1
  1246. package/dist/esm/generated/src/index.d.ts +0 -11
  1247. package/dist/esm/generated/src/index.d.ts.map +0 -1
  1248. package/dist/esm/generated/src/index.js +0 -13
  1249. package/dist/esm/generated/src/index.js.map +0 -1
  1250. package/dist/esm/generated/src/isUnexpected.d.ts +0 -55
  1251. package/dist/esm/generated/src/isUnexpected.d.ts.map +0 -1
  1252. package/dist/esm/generated/src/isUnexpected.js +0 -124
  1253. package/dist/esm/generated/src/isUnexpected.js.map +0 -1
  1254. package/dist/esm/generated/src/logger.d.ts +0 -2
  1255. package/dist/esm/generated/src/logger.d.ts.map +0 -1
  1256. package/dist/esm/generated/src/logger.js +0 -5
  1257. package/dist/esm/generated/src/logger.js.map +0 -1
  1258. package/dist/esm/generated/src/models.d.ts +0 -937
  1259. package/dist/esm/generated/src/models.d.ts.map +0 -1
  1260. package/dist/esm/generated/src/models.js +0 -4
  1261. package/dist/esm/generated/src/models.js.map +0 -1
  1262. package/dist/esm/generated/src/outputModels.d.ts +0 -1621
  1263. package/dist/esm/generated/src/outputModels.d.ts.map +0 -1
  1264. package/dist/esm/generated/src/outputModels.js +0 -4
  1265. package/dist/esm/generated/src/outputModels.js.map +0 -1
  1266. package/dist/esm/generated/src/paginateHelper.d.ts +0 -68
  1267. package/dist/esm/generated/src/paginateHelper.d.ts.map +0 -1
  1268. package/dist/esm/generated/src/paginateHelper.js +0 -180
  1269. package/dist/esm/generated/src/paginateHelper.js.map +0 -1
  1270. package/dist/esm/generated/src/parameters.d.ts +0 -451
  1271. package/dist/esm/generated/src/parameters.d.ts.map +0 -1
  1272. package/dist/esm/generated/src/parameters.js +0 -4
  1273. package/dist/esm/generated/src/parameters.js.map +0 -1
  1274. package/dist/esm/generated/src/projectsClient.d.ts +0 -19
  1275. package/dist/esm/generated/src/projectsClient.d.ts.map +0 -1
  1276. package/dist/esm/generated/src/projectsClient.js +0 -48
  1277. package/dist/esm/generated/src/projectsClient.js.map +0 -1
  1278. package/dist/esm/generated/src/responses.d.ts +0 -791
  1279. package/dist/esm/generated/src/responses.d.ts.map +0 -1
  1280. package/dist/esm/generated/src/responses.js +0 -4
  1281. package/dist/esm/generated/src/responses.js.map +0 -1
  1282. package/dist/esm/telemetry/index.d.ts +0 -32
  1283. package/dist/esm/telemetry/index.d.ts.map +0 -1
  1284. package/dist/esm/telemetry/index.js +0 -17
  1285. package/dist/esm/telemetry/index.js.map +0 -1
  1286. package/dist/esm/telemetry/telemetry.d.ts +0 -30
  1287. package/dist/esm/telemetry/telemetry.d.ts.map +0 -1
  1288. package/dist/esm/telemetry/telemetry.js +0 -53
  1289. package/dist/esm/telemetry/telemetry.js.map +0 -1
  1290. package/dist/esm/tracing.d.ts +0 -80
  1291. package/dist/esm/tracing.d.ts.map +0 -1
  1292. package/dist/esm/tracing.js +0 -193
  1293. package/dist/esm/tracing.js.map +0 -1
  1294. package/dist/react-native/agents/assistants.d.ts +0 -14
  1295. package/dist/react-native/agents/assistants.d.ts.map +0 -1
  1296. package/dist/react-native/agents/assistants.js +0 -164
  1297. package/dist/react-native/agents/assistants.js.map +0 -1
  1298. package/dist/react-native/agents/assistantsTrace.d.ts +0 -17
  1299. package/dist/react-native/agents/assistantsTrace.d.ts.map +0 -1
  1300. package/dist/react-native/agents/assistantsTrace.js +0 -42
  1301. package/dist/react-native/agents/assistantsTrace.js.map +0 -1
  1302. package/dist/react-native/agents/customModels.d.ts +0 -268
  1303. package/dist/react-native/agents/customModels.d.ts.map +0 -1
  1304. package/dist/react-native/agents/customModels.js +0 -4
  1305. package/dist/react-native/agents/customModels.js.map +0 -1
  1306. package/dist/react-native/agents/files.d.ts +0 -18
  1307. package/dist/react-native/agents/files.d.ts.map +0 -1
  1308. package/dist/react-native/agents/files.js +0 -130
  1309. package/dist/react-native/agents/files.js.map +0 -1
  1310. package/dist/react-native/agents/index.d.ts +0 -105
  1311. package/dist/react-native/agents/index.d.ts.map +0 -1
  1312. package/dist/react-native/agents/index.js +0 -63
  1313. package/dist/react-native/agents/index.js.map +0 -1
  1314. package/dist/react-native/agents/inputOutputs.d.ts +0 -10
  1315. package/dist/react-native/agents/inputOutputs.d.ts.map +0 -1
  1316. package/dist/react-native/agents/inputOutputs.js +0 -8
  1317. package/dist/react-native/agents/inputOutputs.js.map +0 -1
  1318. package/dist/react-native/agents/inputValidations.d.ts +0 -15
  1319. package/dist/react-native/agents/inputValidations.d.ts.map +0 -1
  1320. package/dist/react-native/agents/inputValidations.js +0 -116
  1321. package/dist/react-native/agents/inputValidations.js.map +0 -1
  1322. package/dist/react-native/agents/messages.d.ts +0 -11
  1323. package/dist/react-native/agents/messages.d.ts.map +0 -1
  1324. package/dist/react-native/agents/messages.js +0 -101
  1325. package/dist/react-native/agents/messages.js.map +0 -1
  1326. package/dist/react-native/agents/messagesTrace.d.ts +0 -9
  1327. package/dist/react-native/agents/messagesTrace.d.ts.map +0 -1
  1328. package/dist/react-native/agents/messagesTrace.js +0 -29
  1329. package/dist/react-native/agents/messagesTrace.js.map +0 -1
  1330. package/dist/react-native/agents/openAIError.d.ts +0 -15
  1331. package/dist/react-native/agents/openAIError.d.ts.map +0 -1
  1332. package/dist/react-native/agents/openAIError.js +0 -30
  1333. package/dist/react-native/agents/openAIError.js.map +0 -1
  1334. package/dist/react-native/agents/poller.d.ts +0 -9
  1335. package/dist/react-native/agents/poller.d.ts.map +0 -1
  1336. package/dist/react-native/agents/poller.js +0 -137
  1337. package/dist/react-native/agents/poller.js.map +0 -1
  1338. package/dist/react-native/agents/runSteps.d.ts +0 -8
  1339. package/dist/react-native/agents/runSteps.d.ts.map +0 -1
  1340. package/dist/react-native/agents/runSteps.js +0 -55
  1341. package/dist/react-native/agents/runSteps.js.map +0 -1
  1342. package/dist/react-native/agents/runTrace.d.ts +0 -9
  1343. package/dist/react-native/agents/runTrace.d.ts.map +0 -1
  1344. package/dist/react-native/agents/runTrace.js +0 -62
  1345. package/dist/react-native/agents/runTrace.js.map +0 -1
  1346. package/dist/react-native/agents/runs.d.ts +0 -19
  1347. package/dist/react-native/agents/runs.d.ts.map +0 -1
  1348. package/dist/react-native/agents/runs.js +0 -222
  1349. package/dist/react-native/agents/runs.js.map +0 -1
  1350. package/dist/react-native/agents/streaming.d.ts +0 -9
  1351. package/dist/react-native/agents/streaming.d.ts.map +0 -1
  1352. package/dist/react-native/agents/streaming.js +0 -135
  1353. package/dist/react-native/agents/streaming.js.map +0 -1
  1354. package/dist/react-native/agents/streamingModels.d.ts +0 -103
  1355. package/dist/react-native/agents/streamingModels.d.ts.map +0 -1
  1356. package/dist/react-native/agents/streamingModels.js +0 -75
  1357. package/dist/react-native/agents/streamingModels.js.map +0 -1
  1358. package/dist/react-native/agents/threads.d.ts +0 -14
  1359. package/dist/react-native/agents/threads.d.ts.map +0 -1
  1360. package/dist/react-native/agents/threads.js +0 -108
  1361. package/dist/react-native/agents/threads.js.map +0 -1
  1362. package/dist/react-native/agents/threadsTrace.d.ts +0 -6
  1363. package/dist/react-native/agents/threadsTrace.d.ts.map +0 -1
  1364. package/dist/react-native/agents/threadsTrace.js +0 -19
  1365. package/dist/react-native/agents/threadsTrace.js.map +0 -1
  1366. package/dist/react-native/agents/traceUtility.d.ts +0 -36
  1367. package/dist/react-native/agents/traceUtility.d.ts.map +0 -1
  1368. package/dist/react-native/agents/traceUtility.js +0 -127
  1369. package/dist/react-native/agents/traceUtility.js.map +0 -1
  1370. package/dist/react-native/agents/utils.d.ts +0 -222
  1371. package/dist/react-native/agents/utils.d.ts.map +0 -1
  1372. package/dist/react-native/agents/utils.js +0 -311
  1373. package/dist/react-native/agents/utils.js.map +0 -1
  1374. package/dist/react-native/agents/vectorStores.d.ts +0 -19
  1375. package/dist/react-native/agents/vectorStores.d.ts.map +0 -1
  1376. package/dist/react-native/agents/vectorStores.js +0 -134
  1377. package/dist/react-native/agents/vectorStores.js.map +0 -1
  1378. package/dist/react-native/agents/vectorStoresFileBatches.d.ts +0 -16
  1379. package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1380. package/dist/react-native/agents/vectorStoresFileBatches.js +0 -122
  1381. package/dist/react-native/agents/vectorStoresFileBatches.js.map +0 -1
  1382. package/dist/react-native/agents/vectorStoresFiles.d.ts +0 -18
  1383. package/dist/react-native/agents/vectorStoresFiles.d.ts.map +0 -1
  1384. package/dist/react-native/agents/vectorStoresFiles.js +0 -133
  1385. package/dist/react-native/agents/vectorStoresFiles.js.map +0 -1
  1386. package/dist/react-native/agents/vectorStoresModels.d.ts +0 -27
  1387. package/dist/react-native/agents/vectorStoresModels.d.ts.map +0 -1
  1388. package/dist/react-native/agents/vectorStoresModels.js +0 -4
  1389. package/dist/react-native/agents/vectorStoresModels.js.map +0 -1
  1390. package/dist/react-native/aiProjectsClient.d.ts +0 -34
  1391. package/dist/react-native/aiProjectsClient.d.ts.map +0 -1
  1392. package/dist/react-native/aiProjectsClient.js +0 -47
  1393. package/dist/react-native/aiProjectsClient.js.map +0 -1
  1394. package/dist/react-native/connections/connections.d.ts +0 -13
  1395. package/dist/react-native/connections/connections.d.ts.map +0 -1
  1396. package/dist/react-native/connections/connections.js +0 -47
  1397. package/dist/react-native/connections/connections.js.map +0 -1
  1398. package/dist/react-native/connections/customModels.d.ts +0 -27
  1399. package/dist/react-native/connections/customModels.d.ts.map +0 -1
  1400. package/dist/react-native/connections/customModels.js +0 -4
  1401. package/dist/react-native/connections/customModels.js.map +0 -1
  1402. package/dist/react-native/connections/index.d.ts +0 -9
  1403. package/dist/react-native/connections/index.d.ts.map +0 -1
  1404. package/dist/react-native/connections/index.js +0 -20
  1405. package/dist/react-native/connections/index.js.map +0 -1
  1406. package/dist/react-native/connections/inputOutput.d.ts +0 -4
  1407. package/dist/react-native/connections/inputOutput.d.ts.map +0 -1
  1408. package/dist/react-native/connections/inputOutput.js +0 -4
  1409. package/dist/react-native/connections/inputOutput.js.map +0 -1
  1410. package/dist/react-native/connections/internalModels.d.ts +0 -7
  1411. package/dist/react-native/connections/internalModels.d.ts.map +0 -1
  1412. package/dist/react-native/connections/internalModels.js +0 -4
  1413. package/dist/react-native/connections/internalModels.js.map +0 -1
  1414. package/dist/react-native/constants.d.ts +0 -9
  1415. package/dist/react-native/constants.d.ts.map +0 -1
  1416. package/dist/react-native/constants.js +0 -11
  1417. package/dist/react-native/constants.js.map +0 -1
  1418. package/dist/react-native/customization/convertModelsToWrite.d.ts +0 -14
  1419. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +0 -1
  1420. package/dist/react-native/customization/convertModelsToWrite.js +0 -297
  1421. package/dist/react-native/customization/convertModelsToWrite.js.map +0 -1
  1422. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +0 -28
  1423. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1424. package/dist/react-native/customization/convertOutputModelsFromWire.js +0 -962
  1425. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +0 -1
  1426. package/dist/react-native/customization/convertParametersToWire.d.ts +0 -18
  1427. package/dist/react-native/customization/convertParametersToWire.d.ts.map +0 -1
  1428. package/dist/react-native/customization/convertParametersToWire.js +0 -31
  1429. package/dist/react-native/customization/convertParametersToWire.js.map +0 -1
  1430. package/dist/react-native/customization/models.d.ts +0 -949
  1431. package/dist/react-native/customization/models.d.ts.map +0 -1
  1432. package/dist/react-native/customization/models.js +0 -4
  1433. package/dist/react-native/customization/models.js.map +0 -1
  1434. package/dist/react-native/customization/outputModels.d.ts +0 -1501
  1435. package/dist/react-native/customization/outputModels.d.ts.map +0 -1
  1436. package/dist/react-native/customization/outputModels.js +0 -4
  1437. package/dist/react-native/customization/outputModels.js.map +0 -1
  1438. package/dist/react-native/customization/parameters.d.ts +0 -394
  1439. package/dist/react-native/customization/parameters.d.ts.map +0 -1
  1440. package/dist/react-native/customization/parameters.js +0 -4
  1441. package/dist/react-native/customization/parameters.js.map +0 -1
  1442. package/dist/react-native/customization/streamingModels.d.ts +0 -226
  1443. package/dist/react-native/customization/streamingModels.d.ts.map +0 -1
  1444. package/dist/react-native/customization/streamingModels.js +0 -4
  1445. package/dist/react-native/customization/streamingModels.js.map +0 -1
  1446. package/dist/react-native/customization/streamingWireModels.d.ts +0 -222
  1447. package/dist/react-native/customization/streamingWireModels.d.ts.map +0 -1
  1448. package/dist/react-native/customization/streamingWireModels.js +0 -4
  1449. package/dist/react-native/customization/streamingWireModels.js.map +0 -1
  1450. package/dist/react-native/generated/src/clientDefinitions.d.ts +0 -260
  1451. package/dist/react-native/generated/src/clientDefinitions.d.ts.map +0 -1
  1452. package/dist/react-native/generated/src/clientDefinitions.js +0 -4
  1453. package/dist/react-native/generated/src/clientDefinitions.js.map +0 -1
  1454. package/dist/react-native/generated/src/index.d.ts +0 -11
  1455. package/dist/react-native/generated/src/index.d.ts.map +0 -1
  1456. package/dist/react-native/generated/src/index.js +0 -13
  1457. package/dist/react-native/generated/src/index.js.map +0 -1
  1458. package/dist/react-native/generated/src/isUnexpected.d.ts +0 -55
  1459. package/dist/react-native/generated/src/isUnexpected.d.ts.map +0 -1
  1460. package/dist/react-native/generated/src/isUnexpected.js +0 -124
  1461. package/dist/react-native/generated/src/isUnexpected.js.map +0 -1
  1462. package/dist/react-native/generated/src/logger.d.ts +0 -2
  1463. package/dist/react-native/generated/src/logger.d.ts.map +0 -1
  1464. package/dist/react-native/generated/src/logger.js +0 -5
  1465. package/dist/react-native/generated/src/logger.js.map +0 -1
  1466. package/dist/react-native/generated/src/models.d.ts +0 -937
  1467. package/dist/react-native/generated/src/models.d.ts.map +0 -1
  1468. package/dist/react-native/generated/src/models.js +0 -4
  1469. package/dist/react-native/generated/src/models.js.map +0 -1
  1470. package/dist/react-native/generated/src/outputModels.d.ts +0 -1621
  1471. package/dist/react-native/generated/src/outputModels.d.ts.map +0 -1
  1472. package/dist/react-native/generated/src/outputModels.js +0 -4
  1473. package/dist/react-native/generated/src/outputModels.js.map +0 -1
  1474. package/dist/react-native/generated/src/paginateHelper.d.ts +0 -68
  1475. package/dist/react-native/generated/src/paginateHelper.d.ts.map +0 -1
  1476. package/dist/react-native/generated/src/paginateHelper.js +0 -180
  1477. package/dist/react-native/generated/src/paginateHelper.js.map +0 -1
  1478. package/dist/react-native/generated/src/parameters.d.ts +0 -451
  1479. package/dist/react-native/generated/src/parameters.d.ts.map +0 -1
  1480. package/dist/react-native/generated/src/parameters.js +0 -4
  1481. package/dist/react-native/generated/src/parameters.js.map +0 -1
  1482. package/dist/react-native/generated/src/projectsClient.d.ts +0 -19
  1483. package/dist/react-native/generated/src/projectsClient.d.ts.map +0 -1
  1484. package/dist/react-native/generated/src/projectsClient.js +0 -48
  1485. package/dist/react-native/generated/src/projectsClient.js.map +0 -1
  1486. package/dist/react-native/generated/src/responses.d.ts +0 -791
  1487. package/dist/react-native/generated/src/responses.d.ts.map +0 -1
  1488. package/dist/react-native/generated/src/responses.js +0 -4
  1489. package/dist/react-native/generated/src/responses.js.map +0 -1
  1490. package/dist/react-native/telemetry/index.d.ts +0 -32
  1491. package/dist/react-native/telemetry/index.d.ts.map +0 -1
  1492. package/dist/react-native/telemetry/index.js +0 -17
  1493. package/dist/react-native/telemetry/index.js.map +0 -1
  1494. package/dist/react-native/telemetry/telemetry.d.ts +0 -30
  1495. package/dist/react-native/telemetry/telemetry.d.ts.map +0 -1
  1496. package/dist/react-native/telemetry/telemetry.js +0 -53
  1497. package/dist/react-native/telemetry/telemetry.js.map +0 -1
  1498. package/dist/react-native/tracing.d.ts +0 -80
  1499. package/dist/react-native/tracing.d.ts.map +0 -1
  1500. package/dist/react-native/tracing.js +0 -193
  1501. package/dist/react-native/tracing.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../src/customization/outputModels.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- export {};
4
- //# sourceMappingURL=outputModels.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../../src/customization/outputModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport interface ToolDefinitionOutputParent {\n type: string;\n}\n\n/** The input definition information for a code interpreter tool as used to configure an agent. */\nexport interface CodeInterpreterToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'code_interpreter'. */\n type: \"code_interpreter\";\n}\n\n/** The input definition information for a file search tool as used to configure an agent. */\nexport interface FileSearchToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'file_search'. */\n type: \"file_search\";\n /** Options overrides for the file search tool. */\n fileSearch?: FileSearchToolDefinitionDetailsOutput;\n}\n\n/** Options overrides for the file search tool. */\nexport interface FileSearchToolDefinitionDetailsOutput {\n /**\n * The maximum number of results the file search tool should output. The default is 20 for gpt-4* models and 5 for gpt-3.5-turbo. This number should be between 1 and 50 inclusive.\n *\n * Note that the file search tool may output fewer than `maxNumResults` results. See the file search tool documentation for more information.\n */\n maxNumResults?: number;\n /** Ranking options for file search. */\n rankingOptions?: FileSearchRankingOptionsOutput;\n}\n\n/** Ranking options for file search. */\nexport interface FileSearchRankingOptionsOutput {\n /** File search ranker. */\n ranker: string;\n /** Ranker search threshold. */\n scoreThreshold: number;\n}\n\n/** The input definition information for a function tool as used to configure an agent. */\nexport interface FunctionToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'function'. */\n type: \"function\";\n /** The definition of the concrete function that the function tool should call. */\n function: FunctionDefinitionOutput;\n}\n\n/** The input definition information for a function. */\nexport interface FunctionDefinitionOutput {\n /** The name of the function to be called. */\n name: string;\n /** A description of what the function does, used by the model to choose when and how to call the function. */\n description?: string;\n /** The parameters the functions accepts, described as a JSON Schema object. */\n parameters: any;\n}\n\n/** The input definition information for a bing grounding search tool as used to configure an agent. */\nexport interface BingGroundingToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'bing_grounding'. */\n type: \"bing_grounding\";\n /** The list of connections used by the bing grounding tool. */\n bingGrounding: ToolConnectionListOutput;\n}\n\n/** The input definition information for a bing custom search tool as used to configure an agent. */\nexport interface BingCustomSearchToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'bing_custom_search'. */\n type: \"bing_custom_search\";\n /** The list of connections used by the bing custom search tool. */\n bingCustomSearch?: SearchConfigurationListOutput;\n}\n\n/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */\nexport interface ToolConnectionListOutput {\n /**\n * The connections attached to this tool. There can be a maximum of 1 connection\n * resource attached to the tool.\n */\n connections?: Array<ToolConnectionOutput>;\n}\n\n/** An array of connection resources currently used by the `bing_custom_search` tool. */\nexport interface SearchConfigurationListOutput {\n /** The connections attached to this tool. */\n searchConfigurations?: Array<SearchConfigurationOutput>;\n}\n\n/** The connection information for a search configuration. This is used by the `bing_custom_search` tool. */\nexport interface SearchConfigurationOutput {\n /** The connection ID of the search configuration. */\n connectionId: string;\n /** The name of the search configuration. */\n instanceName: string;\n}\n\n/** A connection resource. */\nexport interface ToolConnectionOutput {\n /** A connection in a ToolConnectionList attached to this tool. */\n connectionId: string;\n}\n\n/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */\nexport interface MicrosoftFabricToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'fabric_dataagent'. */\n type: \"fabric_dataagent\";\n /** The list of connections used by the Microsoft Fabric tool. */\n fabricDataAgent: ToolConnectionListOutput;\n}\n\n/** The input definition information for a sharepoint tool as used to configure an agent. */\nexport interface SharepointToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'sharepoint_grounding'. */\n type: \"sharepoint_grounding\";\n /** The list of connections used by the SharePoint tool. */\n sharepointGrounding: ToolConnectionListOutput;\n}\n\n/** The input definition information for an Azure AI search tool as used to configure an agent. */\nexport interface AzureAISearchToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'azure_ai_search'. */\n type: \"azure_ai_search\";\n}\n\n/** The input definition information for an OpenAPI tool as used to configure an agent. */\nexport interface OpenApiToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'openapi'. */\n type: \"openapi\";\n /** The openapi function definition. */\n openapi: OpenApiFunctionDefinitionOutput;\n}\n\n/** The input definition information for an openapi function. */\nexport interface OpenApiFunctionDefinitionOutput {\n /** The name of the function to be called. */\n name: string;\n /** A description of what the function does, used by the model to choose when and how to call the function. */\n description?: string;\n /** The openapi function shape, described as a JSON Schema object. */\n spec: any;\n /** Open API authentication details */\n auth: OpenApiAuthDetailsOutput;\n}\n\n/** authentication details for OpenApiFunctionDefinition */\nexport interface OpenApiAuthDetailsOutputParent {\n type: OpenApiAuthTypeOutput;\n}\n\n/** Security details for OpenApi anonymous authentication */\nexport interface OpenApiAnonymousAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {\n /** The object type, which is always 'anonymous'. */\n type: \"anonymous\";\n}\n\n/** Security details for OpenApi connection authentication */\nexport interface OpenApiConnectionAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {\n /** The object type, which is always 'connection'. */\n type: \"connection\";\n /** Connection auth security details */\n securityScheme: OpenApiConnectionSecuritySchemeOutput;\n}\n\n/** Security scheme for OpenApi managed_identity authentication */\nexport interface OpenApiConnectionSecuritySchemeOutput {\n /** Connection id for Connection auth type */\n connectionId: string;\n}\n\n/** Security details for OpenApi managed_identity authentication */\nexport interface OpenApiManagedAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {\n /** The object type, which is always 'managed_identity'. */\n type: \"managed_identity\";\n /** Connection auth security details */\n securityScheme: OpenApiManagedSecuritySchemeOutput;\n}\n\n/** Security scheme for OpenApi managed_identity authentication */\nexport interface OpenApiManagedSecuritySchemeOutput {\n /** Authentication scope for managed_identity auth type */\n audience: string;\n}\n\n/** The input definition information for a azure function tool as used to configure an agent. */\nexport interface AzureFunctionToolDefinitionOutput extends ToolDefinitionOutputParent {\n /** The object type, which is always 'azure_function'. */\n type: \"azure_function\";\n /** The definition of the concrete function that the function tool should call. */\n azureFunction: AzureFunctionDefinitionOutput;\n}\n\n/** The definition of Azure function. */\nexport interface AzureFunctionDefinitionOutput {\n /** The definition of azure function and its parameters. */\n function: FunctionDefinitionOutput;\n /** Input storage queue. The queue storage trigger runs a function as messages are added to it. */\n inputBinding: AzureFunctionBindingOutput;\n /** Output storage queue. The function writes output to this queue when the input items are processed. */\n outputBinding: AzureFunctionBindingOutput;\n}\n\n/** The structure for keeping storage queue name and URI. */\nexport interface AzureFunctionBindingOutput {\n /** The type of binding, which is always 'storage_queue'. */\n type: \"storage_queue\";\n /** Storage queue. */\n storageQueue: AzureFunctionStorageQueueOutput;\n}\n\n/** The structure for keeping storage queue name and URI. */\nexport interface AzureFunctionStorageQueueOutput {\n /** URI to the Azure Storage Queue service allowing you to manipulate a queue. */\n queueServiceEndpoint: string;\n /** The name of an Azure function storage queue. */\n queueName: string;\n}\n\n/**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of\n * tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`\n * tool requires a list of vector store IDs.\n */\nexport interface ToolResourcesOutput {\n /** Resources to be used by the `code_interpreter` tool consisting of file IDs. */\n codeInterpreter?: CodeInterpreterToolResourceOutput;\n /** Resources to be used by the `file_search` tool consisting of vector store IDs. */\n fileSearch?: FileSearchToolResourceOutput;\n /** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azureAISearch?: AzureAISearchResourceOutput;\n}\n\n/** A set of resources that are used by the `code_interpreter` tool. */\nexport interface CodeInterpreterToolResourceOutput {\n /**\n * A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n fileIds?: string[];\n /** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */\n dataSources?: Array<VectorStoreDataSourceOutput>;\n}\n\n/**\n * The structure, containing Azure asset URI path and the asset type of the file used as a data source\n * for the enterprise file search.\n */\nexport interface VectorStoreDataSourceOutput {\n /** Asset URI. */\n uri: string;\n /**\n * The asset type\n *\n * Possible values: \"uri_asset\", \"id_asset\"\n */\n type: VectorStoreDataSourceAssetTypeOutput;\n}\n\n/** A set of resources that are used by the `file_search` tool. */\nexport interface FileSearchToolResourceOutput {\n /**\n * The ID of the vector store attached to this agent. There can be a maximum of 1 vector\n * store attached to the agent.\n */\n vectorStoreIds?: string[];\n /**\n * The list of vector store configuration objects from Azure.\n * This list is limited to one element.\n * The only element of this list contains the list of azure asset IDs used by the search tool.\n */\n vectorStores?: Array<VectorStoreConfigurationsOutput>;\n}\n\n/** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */\nexport interface VectorStoreConfigurationsOutput {\n /** Name */\n name: string;\n /** Configurations */\n configuration: VectorStoreConfigurationOutput;\n}\n\n/**\n * Vector storage configuration is the list of data sources, used when multiple\n * files can be used for the enterprise file search.\n */\nexport interface VectorStoreConfigurationOutput {\n /** Data sources */\n dataSources: Array<VectorStoreDataSourceOutput>;\n}\n\n/** A set of index resources used by the `azure_ai_search` tool. */\nexport interface AzureAISearchResourceOutput {\n /**\n * The indices attached to this agent. There can be a maximum of 1 index\n * resource attached to the agent.\n */\n indexes?: Array<IndexResourceOutput>;\n}\n\n/** A Index resource. */\nexport interface IndexResourceOutput {\n /** An index connection id in an IndexResource attached to this agent. */\n indexConnectionId: string;\n /** The name of an index in an IndexResource attached to this agent. */\n indexName: string;\n}\n\n/**\n * An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.\n * If `text` the model can return text or any value needed.\n */\nexport interface AgentsApiResponseFormatOutput {\n /**\n * Must be one of `text` or `json_object`.\n *\n * Possible values: \"text\", \"json_object\"\n */\n type?: ResponseFormatOutput;\n}\n\n/** The type of response format being defined: `json_schema` */\nexport interface ResponseFormatJsonSchemaTypeOutput {\n /** Type */\n type: \"json_schema\";\n /** The JSON schema, describing response format. */\n jsonSchema: ResponseFormatJsonSchemaOutput;\n}\n\n/** A description of what the response format is for, used by the model to determine how to respond in the format. */\nexport interface ResponseFormatJsonSchemaOutput {\n /** A description of what the response format is for, used by the model to determine how to respond in the format. */\n description?: string;\n /** The name of a schema. */\n name: string;\n /** The JSON schema object, describing the response format. */\n schema: any;\n}\n\n/** Represents an agent that can call the model and use tools. */\nexport interface AgentOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always assistant. */\n object: \"assistant\";\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /** The name of the agent. */\n name: string | null;\n /** The description of the agent. */\n description: string | null;\n /** The ID of the model to use. */\n model: string;\n /** The system instructions for the agent to use. */\n instructions: string | null;\n /** The collection of tools enabled for the agent. */\n tools: Array<ToolDefinitionOutput>;\n /**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example, the `code_interpreter`\n * tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.\n */\n toolResources: ToolResourcesOutput | null;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,\n * while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.\n * So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n topP: number | null;\n /** The response format of the tool calls used by this agent. */\n responseFormat?: AgentsApiResponseFormatOptionOutput | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfAgentOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<AgentOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** The status of an agent deletion operation. */\nexport interface AgentDeletionStatusOutput {\n /** The ID of the resource specified for deletion. */\n id: string;\n /** A value indicating whether deletion was successful. */\n deleted: boolean;\n /** The object type, which is always 'assistant.deleted'. */\n object: \"assistant.deleted\";\n}\n\n/** This describes to which tools a file has been attached. */\nexport interface MessageAttachmentOutput {\n /** The ID of the file to attach to the message. */\n fileId?: string;\n /** Azure asset ID. */\n dataSource?: VectorStoreDataSourceOutput;\n /** The tools to add to this file. */\n tools: MessageAttachmentToolDefinitionOutput[];\n}\n\n/** Information about a single thread associated with an agent. */\nexport interface AgentThreadOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always 'thread'. */\n object: \"thread\";\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /**\n * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the type\n * of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list\n * of vector store IDs.\n */\n toolResources: ToolResourcesOutput | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** The status of a thread deletion operation. */\nexport interface ThreadDeletionStatusOutput {\n /** The ID of the resource specified for deletion. */\n id: string;\n /** A value indicating whether deletion was successful. */\n deleted: boolean;\n /** The object type, which is always 'thread.deleted'. */\n object: \"thread.deleted\";\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfAgentThreadOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<AgentThreadOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** A single, existing message within an agent thread. */\nexport interface ThreadMessageOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always 'thread.message'. */\n object: \"thread.message\";\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /** The ID of the thread that this message belongs to. */\n threadId: string;\n /**\n * The status of the message.\n *\n * Possible values: \"in_progress\", \"incomplete\", \"completed\"\n */\n status: MessageStatusOutput;\n /** On an incomplete message, details about why the message is incomplete. */\n incompleteDetails: MessageIncompleteDetailsOutput | null;\n /** The Unix timestamp (in seconds) for when the message was completed. */\n completedAt: Date | null;\n /** The Unix timestamp (in seconds) for when the message was marked as incomplete. */\n incompleteAt: Date | null;\n /**\n * The role associated with the agent thread message.\n *\n * Possible values: \"user\", \"assistant\"\n */\n role: MessageRoleOutput;\n /** The list of content items associated with the agent thread message. */\n content: Array<MessageContentOutput>;\n /** If applicable, the ID of the agent that authored this message. */\n assistantId: string | null;\n /** If applicable, the ID of the run associated with the authoring of this message. */\n runId: string | null;\n /** A list of files attached to the message, and the tools they were added to. */\n attachments: Array<MessageAttachmentOutput> | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** Information providing additional detail about a message entering an incomplete status. */\nexport interface MessageIncompleteDetailsOutput {\n /**\n * The provided reason describing why the message was marked as incomplete.\n *\n * Possible values: \"content_filter\", \"max_tokens\", \"run_cancelled\", \"run_failed\", \"run_expired\"\n */\n reason: MessageIncompleteDetailsReasonOutput;\n}\n\n/** An abstract representation of a single item of thread message content. */\nexport interface MessageContentOutputParent {\n type: string;\n}\n\n/** A representation of a textual item of thread message content. */\nexport interface MessageTextContentOutput extends MessageContentOutputParent {\n /** The object type, which is always 'text'. */\n type: \"text\";\n /** The text and associated annotations for this thread message content item. */\n text: MessageTextDetailsOutput;\n}\n\n/** The text and associated annotations for a single item of agent thread message content. */\nexport interface MessageTextDetailsOutput {\n /** The text data. */\n value: string;\n /** A list of annotations associated with this text. */\n annotations: Array<MessageTextAnnotationOutput>;\n}\n\n/** An abstract representation of an annotation to text thread message content. */\nexport interface MessageTextAnnotationOutputParent {\n /** The textual content associated with this text annotation item. */\n text: string;\n type: string;\n}\n\n/** 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. */\nexport interface MessageTextFileCitationAnnotationOutput extends MessageTextAnnotationOutputParent {\n /** The object type, which is always 'file_citation'. */\n type: \"file_citation\";\n /**\n * A citation within the message that points to a specific quote from a specific file.\n * Generated when the agent uses the \"file_search\" tool to search files.\n */\n fileCitation: MessageTextFileCitationDetailsOutput;\n /** The first text index associated with this text annotation. */\n startIndex?: number;\n /** The last text index associated with this text annotation. */\n endIndex?: number;\n}\n\n/** A representation of a file-based text citation, as used in a file-based annotation of text thread message content. */\nexport interface MessageTextFileCitationDetailsOutput {\n /** The ID of the file associated with this citation. */\n fileId: string;\n /** The specific quote cited in the associated file. */\n quote: string;\n}\n\n/** A citation within the message that points to a file located at a specific path. */\nexport interface MessageTextFilePathAnnotationOutput extends MessageTextAnnotationOutputParent {\n /** The object type, which is always 'file_path'. */\n type: \"file_path\";\n /** A URL for the file that's generated when the agent used the code_interpreter tool to generate a file. */\n filePath: MessageTextFilePathDetailsOutput;\n /** The first text index associated with this text annotation. */\n startIndex?: number;\n /** The last text index associated with this text annotation. */\n endIndex?: number;\n}\n\n/** An encapsulation of an image file ID, as used by message image content. */\nexport interface MessageTextFilePathDetailsOutput {\n /** The ID of the specific file that the citation is from. */\n fileId: string;\n}\n\n/** A representation of image file content in a thread message. */\nexport interface MessageImageFileContentOutput extends MessageContentOutputParent {\n /** The object type, which is always 'image_file'. */\n type: \"image_file\";\n /** The image file for this thread message content item. */\n imageFile: MessageImageFileDetailsOutput;\n}\n\n/** An image reference, as represented in thread message content. */\nexport interface MessageImageFileDetailsOutput {\n /** The ID for the file associated with this image. */\n fileId: string;\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfThreadMessageOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<ThreadMessageOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/**\n * Controls for how a thread will be truncated prior to the run. Use this to control the initial\n * context window of the run.\n */\nexport interface TruncationObjectOutput {\n /**\n * The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will\n * be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread\n * will be dropped to fit the context length of the model, `max_prompt_tokens`.\n *\n * Possible values: \"auto\", \"last_messages\"\n */\n type: TruncationStrategyOutput;\n /** The number of most recent messages from the thread when constructing the context for the run. */\n lastMessages?: number | null;\n}\n\n/** Specifies a tool the model should use. Use to force the model to call a specific tool. */\nexport interface AgentsNamedToolChoiceOutput {\n /**\n * the type of tool. If type is `function`, the function name must be set.\n *\n * Possible values: \"function\", \"code_interpreter\", \"file_search\", \"bing_grounding\", \"fabric_dataagent\", \"sharepoint_grounding\", \"azure_ai_search\"\n */\n type: AgentsNamedToolChoiceTypeOutput;\n /** The name of the function to call */\n function?: FunctionNameOutput;\n}\n\n/** The function name that will be used, if using the `function` tool */\nexport interface FunctionNameOutput {\n /** The name of the function to call */\n name: string;\n}\n\n/** Data representing a single evaluation run of an agent thread. */\nexport interface ThreadRunOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always 'thread.run'. */\n object: \"thread.run\";\n /** The ID of the thread associated with this run. */\n threadId: string;\n /** The ID of the agent associated with the thread this run was performed against. */\n assistantId: string;\n /**\n * The status of the agent thread run.\n *\n * Possible values: \"queued\", \"in_progress\", \"requires_action\", \"cancelling\", \"cancelled\", \"failed\", \"completed\", \"expired\"\n */\n status: RunStatusOutput;\n /** The details of the action required for the agent thread run to continue. */\n requiredAction?: RequiredActionOutput | null;\n /** The last error, if any, encountered by this agent thread run. */\n lastError: RunErrorOutput | null;\n /** The ID of the model to use. */\n model: string;\n /** The overridden system instructions used for this agent thread run. */\n instructions: string;\n /** The overridden enabled tools used for this agent thread run. */\n tools: Array<ToolDefinitionOutput>;\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /** The Unix timestamp, in seconds, representing when this item expires. */\n expiresAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this item was started. */\n startedAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this completed. */\n completedAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this was cancelled. */\n cancelledAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this failed. */\n failedAt: Date | null;\n /** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */\n incompleteDetails: IncompleteRunDetailsOutput | null;\n /** Usage statistics related to the run. This value will be `null` if the run is not in a terminal state (i.e. `in_progress`, `queued`, etc.). */\n usage: RunCompletionUsageOutput | null;\n /** The sampling temperature used for this run. If not set, defaults to 1. */\n temperature?: number | null;\n /** The nucleus sampling value used for this run. If not set, defaults to 1. */\n topP?: number | null;\n /** The maximum number of prompt tokens specified to have been used over the course of the run. */\n maxPromptTokens: number | null;\n /** The maximum number of completion tokens specified to have been used over the course of the run. */\n maxCompletionTokens: number | null;\n /** The strategy to use for dropping messages as the context windows moves forward. */\n truncationStrategy: TruncationObjectOutput | null;\n /** Controls whether or not and which tool is called by the model. */\n toolChoice: AgentsApiToolChoiceOptionOutput | null;\n /** The response format of the tool calls used in this run. */\n responseFormat: AgentsApiResponseFormatOptionOutput | null;\n /** 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. */\n metadata: Record<string, string> | null;\n /** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */\n toolResources?: UpdateToolResourcesOptionsOutput | null;\n /** Determines if tools can be executed in parallel within the run. */\n parallelToolCalls: boolean;\n}\n\n/** An abstract representation of a required action for an agent thread run to continue. */\nexport interface RequiredActionOutputParent {\n type: string;\n}\n\n/** The details for required tool calls that must be submitted for an agent thread run to continue. */\nexport interface SubmitToolOutputsActionOutput extends RequiredActionOutputParent {\n /** The object type, which is always 'submit_tool_outputs'. */\n type: \"submit_tool_outputs\";\n /** The details describing tools that should be called to submit tool outputs. */\n submitToolOutputs: SubmitToolOutputsDetailsOutput;\n}\n\n/** The details describing tools that should be called to submit tool outputs. */\nexport interface SubmitToolOutputsDetailsOutput {\n /** The list of tool calls that must be resolved for the agent thread run to continue. */\n toolCalls: Array<RequiredToolCallOutput>;\n}\n\n/** An abstract representation of a tool invocation needed by the model to continue a run. */\nexport interface RequiredToolCallOutputParent {\n /** The ID of the tool call. This ID must be referenced when submitting tool outputs. */\n id: string;\n type: string;\n}\n\n/** A representation of a requested call to a function tool, needed by the model to continue evaluation of a run. */\nexport interface RequiredFunctionToolCallOutput extends RequiredToolCallOutputParent {\n /** The object type of the required tool call. Always 'function' for function tools. */\n type: \"function\";\n /** Detailed information about the function to be executed by the tool that includes name and arguments. */\n function: RequiredFunctionToolCallDetailsOutput;\n}\n\n/** The detailed information for a function invocation, as provided by a required action invoking a function tool, that includes the name of and arguments to the function. */\nexport interface RequiredFunctionToolCallDetailsOutput {\n /** The name of the function. */\n name: string;\n /** The arguments to use when invoking the named function, as provided by the model. Arguments are presented as a JSON document that should be validated and parsed for evaluation. */\n arguments: string;\n}\n\n/** The details of an error as encountered by an agent thread run. */\nexport interface RunErrorOutput {\n /** The status for the error. */\n code: string;\n /** The human-readable text associated with the error. */\n message: string;\n}\n\n/** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */\nexport interface IncompleteRunDetailsOutput {\n /**\n * The reason why the run is incomplete. This indicates which specific token limit was reached during the run.\n *\n * Possible values: \"max_completion_tokens\", \"max_prompt_tokens\"\n */\n reason: IncompleteDetailsReasonOutput;\n}\n\n/** Usage statistics related to the run. This value will be `null` if the run is not in a terminal state (i.e. `in_progress`, `queued`, etc.). */\nexport interface RunCompletionUsageOutput {\n /** Number of completion tokens used over the course of the run. */\n completionTokens: number;\n /** Number of prompt tokens used over the course of the run. */\n promptTokens: number;\n /** Total number of tokens used (prompt + completion). */\n totalTokens: number;\n}\n\n/**\n * Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.\n * For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of\n * vector store IDs.\n */\nexport interface UpdateToolResourcesOptionsOutput {\n /**\n * Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n codeInterpreter?: UpdateCodeInterpreterToolResourceOptionsOutput;\n /** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */\n fileSearch?: UpdateFileSearchToolResourceOptionsOutput;\n /** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azureAISearch?: AzureAISearchResourceOutput;\n}\n\n/** Request object to update `code_interpreted` tool resources. */\nexport interface UpdateCodeInterpreterToolResourceOptionsOutput {\n /** A list of file IDs to override the current list of the agent. */\n fileIds?: string[];\n}\n\n/** Request object to update `file_search` tool resources. */\nexport interface UpdateFileSearchToolResourceOptionsOutput {\n /** A list of vector store IDs to override the current list of the agent. */\n vectorStoreIds?: string[];\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfThreadRunOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<ThreadRunOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** Detailed information about a single step of an agent thread run. */\nexport interface RunStepOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always 'thread.run.step'. */\n object: \"thread.run.step\";\n /**\n * The type of run step, which can be either message_creation or tool_calls.\n *\n * Possible values: \"message_creation\", \"tool_calls\"\n */\n type: RunStepTypeOutput;\n /** The ID of the agent associated with the run step. */\n assistantId: string;\n /** The ID of the thread that was run. */\n threadId: string;\n /** The ID of the run that this run step is a part of. */\n runId: string;\n /**\n * The status of this run step.\n *\n * Possible values: \"in_progress\", \"cancelled\", \"failed\", \"completed\", \"expired\"\n */\n status: RunStepStatusOutput;\n /** The details for this run step. */\n stepDetails: RunStepDetailsOutput;\n /** If applicable, information about the last error encountered by this run step. */\n lastError: RunStepErrorOutput | null;\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /** The Unix timestamp, in seconds, representing when this item expired. */\n expiredAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this completed. */\n completedAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this was cancelled. */\n cancelledAt: Date | null;\n /** The Unix timestamp, in seconds, representing when this failed. */\n failedAt: Date | null;\n /** Usage statistics related to the run step. This value will be `null` while the run step's status is `in_progress`. */\n usage?: RunStepCompletionUsageOutput | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** An abstract representation of the details for a run step. */\nexport interface RunStepDetailsOutputParent {\n type: RunStepTypeOutput;\n}\n\n/** The detailed information associated with a message creation run step. */\nexport interface RunStepMessageCreationDetailsOutput extends RunStepDetailsOutputParent {\n /** The object type, which is always 'message_creation'. */\n type: \"message_creation\";\n /** Information about the message creation associated with this run step. */\n messageCreation: RunStepMessageCreationReferenceOutput;\n}\n\n/** The details of a message created as a part of a run step. */\nexport interface RunStepMessageCreationReferenceOutput {\n /** The ID of the message created by this run step. */\n messageId: string;\n}\n\n/** The detailed information associated with a run step calling tools. */\nexport interface RunStepToolCallDetailsOutput extends RunStepDetailsOutputParent {\n /** The object type, which is always 'tool_calls'. */\n type: \"tool_calls\";\n /** A list of tool call details for this run step. */\n toolCalls: Array<RunStepToolCallOutput>;\n}\n\n/** An abstract representation of a detailed tool call as recorded within a run step for an existing run. */\nexport interface RunStepToolCallOutputParent {\n /** The ID of the tool call. This ID must be referenced when you submit tool outputs. */\n id: string;\n type: string;\n}\n\n/**\n * A record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that\n * represents inputs and outputs consumed and emitted by the code interpreter.\n */\nexport interface RunStepCodeInterpreterToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'code_interpreter'. */\n type: \"code_interpreter\";\n /** The details of the tool call to the code interpreter tool. */\n codeInterpreter: RunStepCodeInterpreterToolCallDetailsOutput;\n}\n\n/** The detailed information about a code interpreter invocation by the model. */\nexport interface RunStepCodeInterpreterToolCallDetailsOutput {\n /** The input provided by the model to the code interpreter tool. */\n input: string;\n /** The outputs produced by the code interpreter tool back to the model in response to the tool call. */\n outputs: Array<RunStepCodeInterpreterToolCallOutputOutput>;\n}\n\n/** An abstract representation of an emitted output from a code interpreter tool. */\nexport interface RunStepCodeInterpreterToolCallOutputOutputParent {\n type: string;\n}\n\n/** A representation of a log output emitted by a code interpreter tool in response to a tool call by the model. */\nexport interface RunStepCodeInterpreterLogOutputOutput\n extends RunStepCodeInterpreterToolCallOutputOutputParent {\n /** The object type, which is always 'logs'. */\n type: \"logs\";\n /** The serialized log output emitted by the code interpreter. */\n logs: string;\n}\n\n/** A representation of an image output emitted by a code interpreter tool in response to a tool call by the model. */\nexport interface RunStepCodeInterpreterImageOutputOutput\n extends RunStepCodeInterpreterToolCallOutputOutputParent {\n /** The object type, which is always 'image'. */\n type: \"image\";\n /** Referential information for the image associated with this output. */\n image: RunStepCodeInterpreterImageReferenceOutput;\n}\n\n/** An image reference emitted by a code interpreter tool in response to a tool call by the model. */\nexport interface RunStepCodeInterpreterImageReferenceOutput {\n /** The ID of the file associated with this image. */\n fileId: string;\n}\n\n/**\n * A record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents\n * executed file search.\n */\nexport interface RunStepFileSearchToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'file_search'. */\n type: \"file_search\";\n /** The ID of the tool call. This ID must be referenced when you submit tool outputs. */\n id: string;\n /** For now, this is always going to be an empty object. */\n fileSearch: RunStepFileSearchToolCallResultsOutput;\n}\n\n/** The results of the file search. */\nexport interface RunStepFileSearchToolCallResultsOutput {\n /** Ranking options for file search. */\n rankingOptions?: FileSearchRankingOptionsOutput;\n /** The array of a file search results */\n results: Array<RunStepFileSearchToolCallResultOutput>;\n}\n\n/** File search tool call result. */\nexport interface RunStepFileSearchToolCallResultOutput {\n /** The ID of the file that result was found in. */\n fileId: string;\n /** The name of the file that result was found in. */\n fileName: string;\n /** The score of the result. All values must be a floating point number between 0 and 1. */\n score: number;\n /** The content of the result that was found. The content is only included if requested via the include query parameter. */\n content?: Array<FileSearchToolCallContentOutput>;\n}\n\n/** The file search result content object. */\nexport interface FileSearchToolCallContentOutput {\n /** The type of the content. */\n type: \"text\";\n /** The text content of the file. */\n text: string;\n}\n\n/**\n * A record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents\n * executed search with bing grounding.\n */\nexport interface RunStepBingGroundingToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'bing_grounding'. */\n type: \"bing_grounding\";\n /** Reserved for future use. */\n bingGrounding: Record<string, string>;\n}\n\n/**\n * A record of a call to an Azure AI Search tool, issued by the model in evaluation of a defined tool, that represents\n * executed Azure AI search.\n */\nexport interface RunStepAzureAISearchToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'azure_ai_search'. */\n type: \"azure_ai_search\";\n /** Reserved for future use. */\n azureAISearch: Record<string, string>;\n}\n\n/**\n * A record of a call to a SharePoint tool, issued by the model in evaluation of a defined tool, that represents\n * executed SharePoint actions.\n */\nexport interface RunStepSharepointToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'sharepoint_grounding'. */\n type: \"sharepoint_grounding\";\n /** Reserved for future use. */\n sharepointGrounding: Record<string, string>;\n}\n\n/**\n * A record of a call to a Microsoft Fabric tool, issued by the model in evaluation of a defined tool, that represents\n * executed Microsoft Fabric operations.\n */\nexport interface RunStepMicrosoftFabricToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'fabric_dataagent'. */\n type: \"fabric_dataagent\";\n /** Reserved for future use. */\n fabricDataAgent: Record<string, string>;\n}\n\n/**\n * A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs\n * and output consumed and emitted by the specified function.\n */\nexport interface RunStepFunctionToolCallOutput extends RunStepToolCallOutputParent {\n /** The object type, which is always 'function'. */\n type: \"function\";\n /** The detailed information about the function called by the model. */\n function: RunStepFunctionToolCallDetailsOutput;\n}\n\n/** The detailed information about the function called by the model. */\nexport interface RunStepFunctionToolCallDetailsOutput {\n /** The name of the function. */\n name: string;\n /** The arguments that the model requires are provided to the named function. */\n arguments: string;\n /** The output of the function, only populated for function calls that have already have had their outputs submitted. */\n output: string | null;\n}\n\n/** The error information associated with a failed run step. */\nexport interface RunStepErrorOutput {\n /**\n * The error code for this error.\n *\n * Possible values: \"server_error\", \"rate_limit_exceeded\"\n */\n code: RunStepErrorCodeOutput;\n /** The human-readable text associated with this error. */\n message: string;\n}\n\n/** Usage statistics related to the run step. */\nexport interface RunStepCompletionUsageOutput {\n /** Number of completion tokens used over the course of the run step. */\n completionTokens: number;\n /** Number of prompt tokens used over the course of the run step. */\n promptTokens: number;\n /** Total number of tokens used (prompt + completion). */\n totalTokens: number;\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfRunStepOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<RunStepOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** The response data from a file list operation. */\nexport interface FileListResponseOutput {\n /** The object type, which is always 'list'. */\n object: \"list\";\n /** The files returned for the request. */\n data: Array<OpenAIFileOutput>;\n}\n\n/** Represents an agent that can call the model and use tools. */\nexport interface OpenAIFileOutput {\n /** The object type, which is always 'file'. */\n object: \"file\";\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The size of the file, in bytes. */\n bytes: number;\n /** The name of the file. */\n filename: string;\n /** The Unix timestamp, in seconds, representing when this object was created. */\n createdAt: Date;\n /**\n * The intended purpose of a file.\n *\n * Possible values: \"fine-tune\", \"fine-tune-results\", \"assistants\", \"assistants_output\", \"batch\", \"batch_output\", \"vision\"\n */\n purpose: FilePurposeOutput;\n /**\n * The state of the file. This field is available in Azure OpenAI only.\n *\n * Possible values: \"uploaded\", \"pending\", \"running\", \"processed\", \"error\", \"deleting\", \"deleted\"\n */\n status?: FileStateOutput;\n /** The error message with details in case processing of this file failed. This field is available in Azure OpenAI only. */\n statusDetails?: string;\n}\n\n/** A status response from a file deletion operation. */\nexport interface FileDeletionStatusOutput {\n /** The ID of the resource specified for deletion. */\n id: string;\n /** A value indicating whether deletion was successful. */\n deleted: boolean;\n /** The object type, which is always 'file'. */\n object: \"file\";\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfVectorStoreOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<VectorStoreOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** A vector store is a collection of processed files can be used by the `file_search` tool. */\nexport interface VectorStoreOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always `vector_store` */\n object: \"vector_store\";\n /** The Unix timestamp (in seconds) for when the vector store was created. */\n createdAt: Date;\n /** The name of the vector store. */\n name: string;\n /** The total number of bytes used by the files in the vector store. */\n usageBytes: number;\n /** Files count grouped by status processed or being processed by this vector store. */\n fileCounts: VectorStoreFileCountOutput;\n /**\n * The status of the vector store, which can be either `expired`, `in_progress`, or `completed`. A status of `completed` indicates that the vector store is ready for use.\n *\n * Possible values: \"expired\", \"in_progress\", \"completed\"\n */\n status: VectorStoreStatusOutput;\n /** Details on when this vector store expires */\n expiresAfter?: VectorStoreExpirationPolicyOutput;\n /** The Unix timestamp (in seconds) for when the vector store will expire. */\n expiresAt?: Date | null;\n /** The Unix timestamp (in seconds) for when the vector store was last active. */\n lastActiveAt: Date | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** Counts of files processed or being processed by this vector store grouped by status. */\nexport interface VectorStoreFileCountOutput {\n /** The number of files that are currently being processed. */\n inProgress: number;\n /** The number of files that have been successfully processed. */\n completed: number;\n /** The number of files that have failed to process. */\n failed: number;\n /** The number of files that were cancelled. */\n cancelled: number;\n /** The total number of files. */\n total: number;\n}\n\n/** The expiration policy for a vector store. */\nexport interface VectorStoreExpirationPolicyOutput {\n /**\n * Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.\n *\n * Possible values: \"last_active_at\"\n */\n anchor: VectorStoreExpirationPolicyAnchorOutput;\n /** The anchor timestamp after which the expiration policy applies. */\n days: number;\n}\n\n/** Options to configure a vector store static chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyOptionsOutput {\n /** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */\n maxChunkSizeTokens: number;\n /**\n * The number of tokens that overlap between chunks. The default value is 400.\n * Note that the overlap must not exceed half of max_chunk_size_tokens.\n */\n chunkOverlapTokens: number;\n}\n\n/** Response object for deleting a vector store. */\nexport interface VectorStoreDeletionStatusOutput {\n /** The ID of the resource specified for deletion. */\n id: string;\n /** A value indicating whether deletion was successful. */\n deleted: boolean;\n /** The object type, which is always 'vector_store.deleted'. */\n object: \"vector_store.deleted\";\n}\n\n/** The response data for a requested list of items. */\nexport interface OpenAIPageableListOfVectorStoreFileOutput {\n /** The object type, which is always list. */\n object: \"list\";\n /** The requested list of items. */\n data: Array<VectorStoreFileOutput>;\n /** The first ID represented in this list. */\n firstId: string;\n /** The last ID represented in this list. */\n lastId: string;\n /** A value indicating whether there are additional values available not captured in this list. */\n hasMore: boolean;\n}\n\n/** Description of a file attached to a vector store. */\nexport interface VectorStoreFileOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always `vector_store.file`. */\n object: \"vector_store.file\";\n /**\n * The total vector store usage in bytes. Note that this may be different from the original file\n * size.\n */\n usageBytes: number;\n /** The Unix timestamp (in seconds) for when the vector store file was created. */\n createdAt: Date;\n /** The ID of the vector store that the file is attached to. */\n vectorStoreId: string;\n /**\n * The status of the vector store file, which can be either `in_progress`, `completed`, `cancelled`, or `failed`. The status `completed` indicates that the vector store file is ready for use.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n status: VectorStoreFileStatusOutput;\n /** The last error associated with this vector store file. Will be `null` if there are no errors. */\n lastError: VectorStoreFileErrorOutput | null;\n /** The strategy used to chunk the file. */\n chunkingStrategy: VectorStoreChunkingStrategyResponseOutput;\n}\n\n/** Details on the error that may have occurred while processing a file for this vector store */\nexport interface VectorStoreFileErrorOutput {\n /**\n * One of `server_error` or `rate_limit_exceeded`.\n *\n * Possible values: \"server_error\", \"invalid_file\", \"unsupported_file\"\n */\n code: VectorStoreFileErrorCodeOutput;\n /** A human-readable description of the error. */\n message: string;\n}\n\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport interface VectorStoreChunkingStrategyResponseOutputParent {\n type: VectorStoreChunkingStrategyResponseTypeOutput;\n}\n\n/** This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API. */\nexport interface VectorStoreAutoChunkingStrategyResponseOutput\n extends VectorStoreChunkingStrategyResponseOutputParent {\n /** The object type, which is always 'other'. */\n type: \"other\";\n}\n\n/** A statically configured chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyResponseOutput\n extends VectorStoreChunkingStrategyResponseOutputParent {\n /** The object type, which is always 'static'. */\n type: \"static\";\n /** The options for the static chunking strategy. */\n static: VectorStoreStaticChunkingStrategyOptionsOutput;\n}\n\n/** Response object for deleting a vector store file relationship. */\nexport interface VectorStoreFileDeletionStatusOutput {\n /** The ID of the resource specified for deletion. */\n id: string;\n /** A value indicating whether deletion was successful. */\n deleted: boolean;\n /** The object type, which is always 'vector_store.deleted'. */\n object: \"vector_store.file.deleted\";\n}\n\n/** A batch of files attached to a vector store. */\nexport interface VectorStoreFileBatchOutput {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always `vector_store.file_batch`. */\n object: \"vector_store.files_batch\";\n /** The Unix timestamp (in seconds) for when the vector store files batch was created. */\n createdAt: Date;\n /** The ID of the vector store that the file is attached to. */\n vectorStoreId: string;\n /**\n * The status of the vector store files batch, which can be either `in_progress`, `completed`, `cancelled` or `failed`.\n *\n * Possible values: \"in_progress\", \"completed\", \"cancelled\", \"failed\"\n */\n status: VectorStoreFileBatchStatusOutput;\n /** Files count grouped by status processed or being processed by this vector store. */\n fileCounts: VectorStoreFileCountOutput;\n}\n\n/** Response from the Workspace - Get operation */\nexport interface GetWorkspaceResponseOutput {\n /** A unique identifier for the resource */\n id: string;\n /** The name of the resource */\n name: string;\n /** The properties of the resource */\n properties: WorkspacePropertiesOutput;\n}\n\n/** workspace properties */\nexport interface WorkspacePropertiesOutput {\n /** Authentication type of the connection target */\n applicationInsights: string;\n}\n\n/** Response from the list operation */\nexport interface ListConnectionsResponseOutput {\n /** A list of connection list secrets */\n value: Array<GetConnectionResponseOutput>;\n}\n\n/** Response from the listSecrets operation */\nexport interface GetConnectionResponseOutput {\n /** A unique identifier for the connection */\n id: string;\n /** The name of the resource */\n name: string;\n /** The properties of the resource */\n properties: InternalConnectionPropertiesOutput;\n}\n\n/** Connection properties */\nexport interface InternalConnectionPropertiesOutputParent {\n /** Category of the connection */\n category: ConnectionTypeOutput;\n /** The connection URL to be used for this service */\n target: string;\n authType: AuthenticationTypeOutput;\n}\n\n/** Connection properties for connections with API key authentication */\nexport interface InternalConnectionPropertiesApiKeyAuthOutput\n extends InternalConnectionPropertiesOutputParent {\n /** Authentication type of the connection target */\n authType: \"ApiKey\";\n /** Credentials will only be present for authType=ApiKey */\n credentials: CredentialsApiKeyAuthOutput;\n}\n\n/** The credentials needed for API key authentication */\nexport interface CredentialsApiKeyAuthOutput {\n /** The API key */\n key: string;\n}\n\n/** Connection properties for connections with AAD authentication (aka `Entra ID passthrough`) */\nexport interface InternalConnectionPropertiesAADAuthOutput\n extends InternalConnectionPropertiesOutputParent {\n /** Authentication type of the connection target */\n authType: \"AAD\";\n}\n\n/** Connection properties for connections with SAS authentication */\nexport interface InternalConnectionPropertiesSASAuthOutput\n extends InternalConnectionPropertiesOutputParent {\n /** Authentication type of the connection target */\n authType: \"SAS\";\n /** Credentials will only be present for authType=ApiKey */\n credentials: CredentialsSASAuthOutput;\n}\n\n/** The credentials needed for Shared Access Signatures (SAS) authentication */\nexport interface CredentialsSASAuthOutput {\n /** The Shared Access Signatures (SAS) token */\n SAS: string;\n}\n\n/** Response from getting properties of the Application Insights resource */\nexport interface GetAppInsightsResponseOutput {\n /** A unique identifier for the resource */\n id: string;\n /** The name of the resource */\n name: string;\n /** The properties of the resource */\n properties: AppInsightsPropertiesOutput;\n}\n\n/** The properties of the Application Insights resource */\nexport interface AppInsightsPropertiesOutput {\n /** Authentication type of the connection target */\n ConnectionString: string;\n}\n\n/** Evaluation Definition */\nexport interface EvaluationOutput {\n /** Identifier of the evaluation. */\n readonly id: string;\n /** Data for evaluation. */\n data: InputDataOutput;\n /** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */\n displayName?: string;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemDataOutput;\n /** Status of the evaluation. It is set by service and is read-only. */\n readonly status?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfigurationOutput>;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface InputDataOutputParent {\n type: string;\n}\n\n/** Data Source for Application Insights. */\nexport interface ApplicationInsightsConfigurationOutput extends InputDataOutputParent {\n readonly type: \"app_insights\";\n /** LogAnalytic Workspace resourceID associated with ApplicationInsights */\n resourceId: string;\n /** Query to fetch the data. */\n query: string;\n /** Service name. */\n serviceName: string;\n /** Connection String to connect to ApplicationInsights. */\n connectionString?: string;\n}\n\n/** Dataset as source for evaluation. */\nexport interface DatasetOutput extends InputDataOutputParent {\n readonly type: \"dataset\";\n /** Evaluation input data */\n id: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemDataOutput {\n /** The timestamp the resource was created at. */\n readonly createdAt?: string;\n /** The identity that created the resource. */\n readonly createdBy?: string;\n /** The identity type that created the resource. */\n readonly createdByType?: string;\n /** The timestamp of resource last modification (UTC) */\n readonly lastModifiedAt?: string;\n}\n\n/** Evaluator Configuration */\nexport interface EvaluatorConfigurationOutput {\n /** Identifier of the evaluator. */\n id: string;\n /** Initialization parameters of the evaluator. */\n initParams?: Record<string, any>;\n /** Data parameters of the evaluator. */\n dataMapping?: Record<string, string>;\n}\n\n/** Paged collection of Evaluation items */\nexport interface PagedEvaluationOutput {\n /** The Evaluation items on this page */\n value: Array<EvaluationOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Evaluation Schedule Definition */\nexport interface EvaluationScheduleOutput {\n /** Name of the schedule, which also serves as the unique identifier for the evaluation */\n readonly name: string;\n /** Data for evaluation. */\n data: ApplicationInsightsConfigurationOutput;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemDataOutput;\n /** Provisioning State of the evaluation. It is set by service and is read-only. */\n readonly provisioningState?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Enabled status of the evaluation. It is set by service and is read-only. */\n readonly isEnabled?: string;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfigurationOutput>;\n /** Trigger for the evaluation. */\n trigger: TriggerOutput;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface TriggerOutputParent {\n type: string;\n}\n\n/** Recurrence Trigger Definition */\nexport interface RecurrenceTriggerOutput extends TriggerOutputParent {\n readonly type: \"Recurrence\";\n /**\n * The frequency to trigger schedule.\n *\n * Possible values: \"Month\", \"Week\", \"Day\", \"Hour\", \"Minute\"\n */\n frequency: FrequencyOutput;\n /** Specifies schedule interval in conjunction with frequency */\n interval: number;\n /** The recurrence schedule. */\n schedule?: RecurrenceScheduleOutput;\n}\n\n/** RecurrenceSchedule Definition */\nexport interface RecurrenceScheduleOutput {\n /** List of hours for the schedule. */\n hours: number[];\n /** List of minutes for the schedule. */\n minutes: number[];\n /** List of days for the schedule. */\n weekDays?: WeekDaysOutput[];\n /** List of month days for the schedule */\n monthDays?: number[];\n}\n\n/** Cron Trigger Definition */\nexport interface CronTriggerOutput extends TriggerOutputParent {\n readonly type: \"Cron\";\n /** Cron expression for the trigger. */\n expression: string;\n}\n\n/** Paged collection of EvaluationSchedule items */\nexport interface PagedEvaluationScheduleOutput {\n /** The EvaluationSchedule items on this page */\n value: Array<EvaluationScheduleOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport type ToolDefinitionOutput =\n | ToolDefinitionOutputParent\n | CodeInterpreterToolDefinitionOutput\n | FileSearchToolDefinitionOutput\n | FunctionToolDefinitionOutput\n | BingGroundingToolDefinitionOutput\n | MicrosoftFabricToolDefinitionOutput\n | SharepointToolDefinitionOutput\n | AzureAISearchToolDefinitionOutput\n | OpenApiToolDefinitionOutput\n | BingCustomSearchToolDefinitionOutput\n | AzureFunctionToolDefinitionOutput;\n/** authentication details for OpenApiFunctionDefinition */\nexport type OpenApiAuthDetailsOutput =\n | OpenApiAuthDetailsOutputParent\n | OpenApiAnonymousAuthDetailsOutput\n | OpenApiConnectionAuthDetailsOutput\n | OpenApiManagedAuthDetailsOutput;\n/** An abstract representation of a single item of thread message content. */\nexport type MessageContentOutput =\n | MessageContentOutputParent\n | MessageTextContentOutput\n | MessageImageFileContentOutput;\n/** An abstract representation of an annotation to text thread message content. */\nexport type MessageTextAnnotationOutput =\n | MessageTextAnnotationOutputParent\n | MessageTextFileCitationAnnotationOutput\n | MessageTextFilePathAnnotationOutput;\n/** An abstract representation of a required action for an agent thread run to continue. */\nexport type RequiredActionOutput = RequiredActionOutputParent | SubmitToolOutputsActionOutput;\n/** An abstract representation of a tool invocation needed by the model to continue a run. */\nexport type RequiredToolCallOutput = RequiredToolCallOutputParent | RequiredFunctionToolCallOutput;\n/** An abstract representation of the details for a run step. */\nexport type RunStepDetailsOutput =\n | RunStepDetailsOutputParent\n | RunStepMessageCreationDetailsOutput\n | RunStepToolCallDetailsOutput;\n/** An abstract representation of a detailed tool call as recorded within a run step for an existing run. */\nexport type RunStepToolCallOutput =\n | RunStepToolCallOutputParent\n | RunStepCodeInterpreterToolCallOutput\n | RunStepFileSearchToolCallOutput\n | RunStepBingGroundingToolCallOutput\n | RunStepAzureAISearchToolCallOutput\n | RunStepSharepointToolCallOutput\n | RunStepMicrosoftFabricToolCallOutput\n | RunStepFunctionToolCallOutput;\n/** An abstract representation of an emitted output from a code interpreter tool. */\nexport type RunStepCodeInterpreterToolCallOutputOutput =\n | RunStepCodeInterpreterToolCallOutputOutputParent\n | RunStepCodeInterpreterLogOutputOutput\n | RunStepCodeInterpreterImageOutputOutput;\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport type VectorStoreChunkingStrategyResponseOutput =\n | VectorStoreChunkingStrategyResponseOutputParent\n | VectorStoreAutoChunkingStrategyResponseOutput\n | VectorStoreStaticChunkingStrategyResponseOutput;\n/** Connection properties */\nexport type InternalConnectionPropertiesOutput =\n | InternalConnectionPropertiesOutputParent\n | InternalConnectionPropertiesApiKeyAuthOutput\n | InternalConnectionPropertiesAADAuthOutput\n | InternalConnectionPropertiesSASAuthOutput;\n/** Abstract data class for input data configuration. */\nexport type InputDataOutput =\n | InputDataOutputParent\n | ApplicationInsightsConfigurationOutput\n | DatasetOutput;\n/** Abstract data class for input data configuration. */\nexport type TriggerOutput = TriggerOutputParent | RecurrenceTriggerOutput | CronTriggerOutput;\n/** Alias for OpenApiAuthTypeOutput */\nexport type OpenApiAuthTypeOutput = string;\n/** Alias for VectorStoreDataSourceAssetTypeOutput */\nexport type VectorStoreDataSourceAssetTypeOutput = string;\n/** Alias for AgentsApiResponseFormatModeOutput */\nexport type AgentsApiResponseFormatModeOutput = string;\n/** Alias for ResponseFormatOutput */\nexport type ResponseFormatOutput = string;\n/** Alias for AgentsApiResponseFormatOptionOutput */\nexport type AgentsApiResponseFormatOptionOutput =\n | string\n | AgentsApiResponseFormatModeOutput\n | AgentsApiResponseFormatOutput\n | ResponseFormatJsonSchemaTypeOutput;\n/** Alias for MessageRoleOutput */\nexport type MessageRoleOutput = string;\n/** Alias for MessageAttachmentToolDefinitionOutput */\nexport type MessageAttachmentToolDefinitionOutput =\n | CodeInterpreterToolDefinitionOutput\n | FileSearchToolDefinitionOutput;\n/** Alias for MessageStatusOutput */\nexport type MessageStatusOutput = string;\n/** Alias for MessageIncompleteDetailsReasonOutput */\nexport type MessageIncompleteDetailsReasonOutput = string;\n/** Alias for TruncationStrategyOutput */\nexport type TruncationStrategyOutput = string;\n/** Alias for AgentsApiToolChoiceOptionModeOutput */\nexport type AgentsApiToolChoiceOptionModeOutput = string;\n/** Alias for AgentsNamedToolChoiceTypeOutput */\nexport type AgentsNamedToolChoiceTypeOutput = string;\n/** Alias for AgentsApiToolChoiceOptionOutput */\nexport type AgentsApiToolChoiceOptionOutput =\n | string\n | AgentsApiToolChoiceOptionModeOutput\n | AgentsNamedToolChoiceOutput;\n/** Alias for RunStatusOutput */\nexport type RunStatusOutput = string;\n/** Alias for IncompleteDetailsReasonOutput */\nexport type IncompleteDetailsReasonOutput = string;\n/** Alias for RunStepTypeOutput */\nexport type RunStepTypeOutput = string;\n/** Alias for RunStepStatusOutput */\nexport type RunStepStatusOutput = string;\n/** Alias for RunStepErrorCodeOutput */\nexport type RunStepErrorCodeOutput = string;\n/** Alias for FilePurposeOutput */\nexport type FilePurposeOutput = string;\n/** Alias for FileStateOutput */\nexport type FileStateOutput = string;\n/** Alias for VectorStoreStatusOutput */\nexport type VectorStoreStatusOutput = string;\n/** Alias for VectorStoreExpirationPolicyAnchorOutput */\nexport type VectorStoreExpirationPolicyAnchorOutput = string;\n/** Alias for VectorStoreFileStatusOutput */\nexport type VectorStoreFileStatusOutput = string;\n/** Alias for VectorStoreFileErrorCodeOutput */\nexport type VectorStoreFileErrorCodeOutput = string;\n/** Alias for VectorStoreChunkingStrategyResponseTypeOutput */\nexport type VectorStoreChunkingStrategyResponseTypeOutput = string;\n/** Alias for VectorStoreFileBatchStatusOutput */\nexport type VectorStoreFileBatchStatusOutput = string;\n/** The Type (or category) of the connection */\nexport type ConnectionTypeOutput =\n | \"AzureOpenAI\"\n | \"Serverless\"\n | \"AzureBlob\"\n | \"AIServices\"\n | \"CognitiveSearch\";\n/** Authentication type used by Azure AI service to connect to another service */\nexport type AuthenticationTypeOutput = \"ApiKey\" | \"AAD\" | \"SAS\";\n/** Alias for FrequencyOutput */\nexport type FrequencyOutput = string;\n/** Alias for WeekDaysOutput */\nexport type WeekDaysOutput = string;\n"]}