@azure/ai-projects 1.0.0-alpha.20250428.1 → 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 (1502) 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/commonjs/tsdoc-metadata.json +1 -1
  336. package/dist/esm/aiProjectClient.d.ts +75 -0
  337. package/dist/esm/aiProjectClient.d.ts.map +1 -0
  338. package/dist/esm/aiProjectClient.js +77 -0
  339. package/dist/esm/aiProjectClient.js.map +1 -0
  340. package/dist/esm/api/aiProjectContext.d.ts +19 -0
  341. package/dist/esm/api/aiProjectContext.d.ts.map +1 -0
  342. package/dist/esm/api/aiProjectContext.js +38 -0
  343. package/dist/esm/api/aiProjectContext.js.map +1 -0
  344. package/dist/esm/api/connections/index.d.ts +3 -0
  345. package/dist/esm/api/connections/index.d.ts.map +1 -0
  346. package/dist/esm/api/connections/index.js +4 -0
  347. package/dist/esm/api/connections/index.js.map +1 -0
  348. package/dist/esm/api/connections/operations.d.ts +18 -0
  349. package/dist/esm/api/connections/operations.d.ts.map +1 -0
  350. package/dist/esm/api/connections/operations.js +85 -0
  351. package/dist/esm/api/connections/operations.js.map +1 -0
  352. package/dist/esm/api/connections/options.d.ts +28 -0
  353. package/dist/esm/api/connections/options.d.ts.map +1 -0
  354. package/dist/esm/api/connections/options.js +4 -0
  355. package/dist/esm/api/connections/options.js.map +1 -0
  356. package/dist/esm/api/datasets/index.d.ts +3 -0
  357. package/dist/esm/api/datasets/index.d.ts.map +1 -0
  358. package/dist/esm/api/datasets/index.js +4 -0
  359. package/dist/esm/api/datasets/index.js.map +1 -0
  360. package/dist/esm/api/datasets/operations.d.ts +41 -0
  361. package/dist/esm/api/datasets/operations.d.ts.map +1 -0
  362. package/dist/esm/api/datasets/operations.js +286 -0
  363. package/dist/esm/api/datasets/operations.js.map +1 -0
  364. package/dist/esm/api/datasets/options.d.ts +27 -0
  365. package/dist/esm/api/datasets/options.d.ts.map +1 -0
  366. package/dist/esm/api/datasets/options.js +2 -0
  367. package/dist/esm/api/datasets/options.js.map +1 -0
  368. package/dist/esm/api/deployments/index.d.ts +3 -0
  369. package/dist/esm/api/deployments/index.d.ts.map +1 -0
  370. package/dist/esm/api/deployments/index.js +4 -0
  371. package/dist/esm/api/deployments/index.js.map +1 -0
  372. package/dist/esm/api/deployments/operations.d.ts +14 -0
  373. package/dist/esm/api/deployments/operations.d.ts.map +1 -0
  374. package/dist/esm/api/deployments/operations.js +59 -0
  375. package/dist/esm/api/deployments/operations.js.map +1 -0
  376. package/dist/esm/api/deployments/options.d.ts +25 -0
  377. package/dist/esm/api/deployments/options.d.ts.map +1 -0
  378. package/dist/esm/api/deployments/options.js +4 -0
  379. package/dist/esm/api/deployments/options.js.map +1 -0
  380. package/dist/esm/api/evaluations/index.d.ts +3 -0
  381. package/dist/esm/api/evaluations/index.d.ts.map +1 -0
  382. package/dist/esm/api/evaluations/index.js +4 -0
  383. package/dist/esm/api/evaluations/index.js.map +1 -0
  384. package/dist/esm/api/evaluations/operations.d.ts +22 -0
  385. package/dist/esm/api/evaluations/operations.d.ts.map +1 -0
  386. package/dist/esm/api/evaluations/operations.js +102 -0
  387. package/dist/esm/api/evaluations/operations.js.map +1 -0
  388. package/dist/esm/api/evaluations/options.d.ts +24 -0
  389. package/dist/esm/api/evaluations/options.d.ts.map +1 -0
  390. package/dist/esm/api/evaluations/options.js +4 -0
  391. package/dist/esm/api/evaluations/options.js.map +1 -0
  392. package/dist/esm/api/index.d.ts +2 -0
  393. package/dist/esm/api/index.d.ts.map +1 -0
  394. package/dist/esm/api/index.js +4 -0
  395. package/dist/esm/api/index.js.map +1 -0
  396. package/dist/esm/api/indexes/index.d.ts +3 -0
  397. package/dist/esm/api/indexes/index.d.ts.map +1 -0
  398. package/dist/esm/api/indexes/index.js +4 -0
  399. package/dist/esm/api/indexes/index.js.map +1 -0
  400. package/dist/esm/api/indexes/operations.d.ts +31 -0
  401. package/dist/esm/api/indexes/operations.d.ts.map +1 -0
  402. package/dist/esm/api/indexes/operations.js +125 -0
  403. package/dist/esm/api/indexes/operations.js.map +1 -0
  404. package/dist/esm/api/indexes/options.d.ts +21 -0
  405. package/dist/esm/api/indexes/options.d.ts.map +1 -0
  406. package/dist/esm/api/indexes/options.js +4 -0
  407. package/dist/esm/api/indexes/options.js.map +1 -0
  408. package/dist/esm/api/inference/enableTelemetry.d.ts +21 -0
  409. package/dist/esm/api/inference/enableTelemetry.d.ts.map +1 -0
  410. package/dist/esm/api/inference/enableTelemetry.js +185 -0
  411. package/dist/esm/api/inference/enableTelemetry.js.map +1 -0
  412. package/dist/esm/api/inference/operations.d.ts +59 -0
  413. package/dist/esm/api/inference/operations.d.ts.map +1 -0
  414. package/dist/esm/api/inference/operations.js +179 -0
  415. package/dist/esm/api/inference/operations.js.map +1 -0
  416. package/dist/esm/api/inference/options.d.ts +18 -0
  417. package/dist/esm/api/inference/options.d.ts.map +1 -0
  418. package/dist/esm/api/inference/options.js +4 -0
  419. package/dist/esm/api/inference/options.js.map +1 -0
  420. package/dist/esm/api/redTeams/index.d.ts +3 -0
  421. package/dist/esm/api/redTeams/index.d.ts.map +1 -0
  422. package/dist/esm/api/redTeams/index.js +4 -0
  423. package/dist/esm/api/redTeams/index.js.map +1 -0
  424. package/dist/esm/api/redTeams/operations.d.ts +18 -0
  425. package/dist/esm/api/redTeams/operations.d.ts.map +1 -0
  426. package/dist/esm/api/redTeams/operations.js +77 -0
  427. package/dist/esm/api/redTeams/operations.js.map +1 -0
  428. package/dist/esm/api/redTeams/options.d.ts +21 -0
  429. package/dist/esm/api/redTeams/options.d.ts.map +1 -0
  430. package/dist/esm/api/redTeams/options.js +4 -0
  431. package/dist/esm/api/redTeams/options.js.map +1 -0
  432. package/dist/esm/api/telemetry/index.d.ts +2 -0
  433. package/dist/esm/api/telemetry/index.d.ts.map +1 -0
  434. package/dist/esm/api/telemetry/index.js +4 -0
  435. package/dist/esm/api/telemetry/index.js.map +1 -0
  436. package/dist/esm/api/telemetry/operations.d.ts +22 -0
  437. package/dist/esm/api/telemetry/operations.d.ts.map +1 -0
  438. package/dist/esm/api/telemetry/operations.js +70 -0
  439. package/dist/esm/api/telemetry/operations.js.map +1 -0
  440. package/dist/esm/classic/connections/index.d.ts +15 -0
  441. package/dist/esm/classic/connections/index.d.ts.map +1 -0
  442. package/dist/esm/classic/connections/index.js +14 -0
  443. package/dist/esm/classic/connections/index.js.map +1 -0
  444. package/dist/esm/classic/datasets/index.d.ts +32 -0
  445. package/dist/esm/classic/datasets/index.d.ts.map +1 -0
  446. package/dist/esm/classic/datasets/index.js +21 -0
  447. package/dist/esm/classic/datasets/index.js.map +1 -0
  448. package/dist/esm/classic/deployments/index.d.ts +13 -0
  449. package/dist/esm/classic/deployments/index.d.ts.map +1 -0
  450. package/dist/esm/classic/deployments/index.js +13 -0
  451. package/dist/esm/classic/deployments/index.js.map +1 -0
  452. package/dist/esm/classic/evaluations/index.d.ts +17 -0
  453. package/dist/esm/classic/evaluations/index.d.ts.map +1 -0
  454. package/dist/esm/classic/evaluations/index.js +15 -0
  455. package/dist/esm/classic/evaluations/index.js.map +1 -0
  456. package/dist/esm/classic/index.d.ts +8 -0
  457. package/dist/esm/classic/index.d.ts.map +1 -0
  458. package/dist/esm/classic/index.js +4 -0
  459. package/dist/esm/classic/index.js.map +1 -0
  460. package/dist/esm/classic/indexes/index.d.ts +24 -0
  461. package/dist/esm/classic/indexes/index.d.ts.map +1 -0
  462. package/dist/esm/classic/indexes/index.js +17 -0
  463. package/dist/esm/classic/indexes/index.js.map +1 -0
  464. package/dist/esm/classic/inference/index.d.ts +18 -0
  465. package/dist/esm/classic/inference/index.d.ts.map +1 -0
  466. package/dist/esm/classic/inference/index.js +15 -0
  467. package/dist/esm/classic/inference/index.js.map +1 -0
  468. package/dist/esm/classic/redTeams/index.d.ts +15 -0
  469. package/dist/esm/classic/redTeams/index.d.ts.map +1 -0
  470. package/dist/esm/classic/redTeams/index.js +14 -0
  471. package/dist/esm/classic/redTeams/index.js.map +1 -0
  472. package/dist/esm/classic/telemetry/index.d.ts +11 -0
  473. package/dist/esm/classic/telemetry/index.d.ts.map +1 -0
  474. package/dist/esm/classic/telemetry/index.js +14 -0
  475. package/dist/esm/classic/telemetry/index.js.map +1 -0
  476. package/dist/esm/index.d.ts +13 -9
  477. package/dist/esm/index.d.ts.map +1 -1
  478. package/dist/esm/index.js +2 -4
  479. package/dist/esm/index.js.map +1 -1
  480. package/dist/esm/logger.d.ts.map +1 -1
  481. package/dist/esm/logger.js +1 -2
  482. package/dist/esm/logger.js.map +1 -1
  483. package/dist/esm/models/evaluations.d.ts +55 -0
  484. package/dist/esm/models/evaluations.d.ts.map +1 -0
  485. package/dist/esm/models/evaluations.js +56 -0
  486. package/dist/esm/models/evaluations.js.map +1 -0
  487. package/dist/esm/models/index.d.ts +3 -0
  488. package/dist/esm/models/index.d.ts.map +1 -0
  489. package/dist/esm/models/index.js +5 -0
  490. package/dist/esm/models/index.js.map +1 -0
  491. package/dist/esm/models/models.d.ts +518 -0
  492. package/dist/esm/models/models.d.ts.map +1 -0
  493. package/dist/esm/models/models.js +634 -0
  494. package/dist/esm/models/models.js.map +1 -0
  495. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  496. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  497. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  498. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  499. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  500. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  501. package/dist/esm/static-helpers/urlTemplate.js +175 -0
  502. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  503. package/dist/react-native/aiProjectClient.d.ts +75 -0
  504. package/dist/react-native/aiProjectClient.d.ts.map +1 -0
  505. package/dist/react-native/aiProjectClient.js +77 -0
  506. package/dist/react-native/aiProjectClient.js.map +1 -0
  507. package/dist/react-native/api/aiProjectContext.d.ts +19 -0
  508. package/dist/react-native/api/aiProjectContext.d.ts.map +1 -0
  509. package/dist/react-native/api/aiProjectContext.js +38 -0
  510. package/dist/react-native/api/aiProjectContext.js.map +1 -0
  511. package/dist/react-native/api/connections/index.d.ts +3 -0
  512. package/dist/react-native/api/connections/index.d.ts.map +1 -0
  513. package/dist/react-native/api/connections/index.js +4 -0
  514. package/dist/react-native/api/connections/index.js.map +1 -0
  515. package/dist/react-native/api/connections/operations.d.ts +18 -0
  516. package/dist/react-native/api/connections/operations.d.ts.map +1 -0
  517. package/dist/react-native/api/connections/operations.js +85 -0
  518. package/dist/react-native/api/connections/operations.js.map +1 -0
  519. package/dist/react-native/api/connections/options.d.ts +28 -0
  520. package/dist/react-native/api/connections/options.d.ts.map +1 -0
  521. package/dist/react-native/api/connections/options.js +4 -0
  522. package/dist/react-native/api/connections/options.js.map +1 -0
  523. package/dist/react-native/api/datasets/index.d.ts +3 -0
  524. package/dist/react-native/api/datasets/index.d.ts.map +1 -0
  525. package/dist/react-native/api/datasets/index.js +4 -0
  526. package/dist/react-native/api/datasets/index.js.map +1 -0
  527. package/dist/react-native/api/datasets/operations.d.ts +41 -0
  528. package/dist/react-native/api/datasets/operations.d.ts.map +1 -0
  529. package/dist/react-native/api/datasets/operations.js +286 -0
  530. package/dist/react-native/api/datasets/operations.js.map +1 -0
  531. package/dist/react-native/api/datasets/options.d.ts +27 -0
  532. package/dist/react-native/api/datasets/options.d.ts.map +1 -0
  533. package/dist/react-native/api/datasets/options.js +2 -0
  534. package/dist/react-native/api/datasets/options.js.map +1 -0
  535. package/dist/react-native/api/deployments/index.d.ts +3 -0
  536. package/dist/react-native/api/deployments/index.d.ts.map +1 -0
  537. package/dist/react-native/api/deployments/index.js +4 -0
  538. package/dist/react-native/api/deployments/index.js.map +1 -0
  539. package/dist/react-native/api/deployments/operations.d.ts +14 -0
  540. package/dist/react-native/api/deployments/operations.d.ts.map +1 -0
  541. package/dist/react-native/api/deployments/operations.js +59 -0
  542. package/dist/react-native/api/deployments/operations.js.map +1 -0
  543. package/dist/react-native/api/deployments/options.d.ts +25 -0
  544. package/dist/react-native/api/deployments/options.d.ts.map +1 -0
  545. package/dist/react-native/api/deployments/options.js +4 -0
  546. package/dist/react-native/api/deployments/options.js.map +1 -0
  547. package/dist/react-native/api/evaluations/index.d.ts +3 -0
  548. package/dist/react-native/api/evaluations/index.d.ts.map +1 -0
  549. package/dist/react-native/api/evaluations/index.js +4 -0
  550. package/dist/react-native/api/evaluations/index.js.map +1 -0
  551. package/dist/react-native/api/evaluations/operations.d.ts +22 -0
  552. package/dist/react-native/api/evaluations/operations.d.ts.map +1 -0
  553. package/dist/react-native/api/evaluations/operations.js +102 -0
  554. package/dist/react-native/api/evaluations/operations.js.map +1 -0
  555. package/dist/react-native/api/evaluations/options.d.ts +24 -0
  556. package/dist/react-native/api/evaluations/options.d.ts.map +1 -0
  557. package/dist/react-native/api/evaluations/options.js +4 -0
  558. package/dist/react-native/api/evaluations/options.js.map +1 -0
  559. package/dist/react-native/api/index.d.ts +2 -0
  560. package/dist/react-native/api/index.d.ts.map +1 -0
  561. package/dist/react-native/api/index.js +4 -0
  562. package/dist/react-native/api/index.js.map +1 -0
  563. package/dist/react-native/api/indexes/index.d.ts +3 -0
  564. package/dist/react-native/api/indexes/index.d.ts.map +1 -0
  565. package/dist/react-native/api/indexes/index.js +4 -0
  566. package/dist/react-native/api/indexes/index.js.map +1 -0
  567. package/dist/react-native/api/indexes/operations.d.ts +31 -0
  568. package/dist/react-native/api/indexes/operations.d.ts.map +1 -0
  569. package/dist/react-native/api/indexes/operations.js +125 -0
  570. package/dist/react-native/api/indexes/operations.js.map +1 -0
  571. package/dist/react-native/api/indexes/options.d.ts +21 -0
  572. package/dist/react-native/api/indexes/options.d.ts.map +1 -0
  573. package/dist/react-native/api/indexes/options.js +4 -0
  574. package/dist/react-native/api/indexes/options.js.map +1 -0
  575. package/dist/react-native/api/inference/enableTelemetry.d.ts +21 -0
  576. package/dist/react-native/api/inference/enableTelemetry.d.ts.map +1 -0
  577. package/dist/react-native/api/inference/enableTelemetry.js +185 -0
  578. package/dist/react-native/api/inference/enableTelemetry.js.map +1 -0
  579. package/dist/react-native/api/inference/operations.d.ts +59 -0
  580. package/dist/react-native/api/inference/operations.d.ts.map +1 -0
  581. package/dist/react-native/api/inference/operations.js +179 -0
  582. package/dist/react-native/api/inference/operations.js.map +1 -0
  583. package/dist/react-native/api/inference/options.d.ts +18 -0
  584. package/dist/react-native/api/inference/options.d.ts.map +1 -0
  585. package/dist/react-native/api/inference/options.js +4 -0
  586. package/dist/react-native/api/inference/options.js.map +1 -0
  587. package/dist/react-native/api/redTeams/index.d.ts +3 -0
  588. package/dist/react-native/api/redTeams/index.d.ts.map +1 -0
  589. package/dist/react-native/api/redTeams/index.js +4 -0
  590. package/dist/react-native/api/redTeams/index.js.map +1 -0
  591. package/dist/react-native/api/redTeams/operations.d.ts +18 -0
  592. package/dist/react-native/api/redTeams/operations.d.ts.map +1 -0
  593. package/dist/react-native/api/redTeams/operations.js +77 -0
  594. package/dist/react-native/api/redTeams/operations.js.map +1 -0
  595. package/dist/react-native/api/redTeams/options.d.ts +21 -0
  596. package/dist/react-native/api/redTeams/options.d.ts.map +1 -0
  597. package/dist/react-native/api/redTeams/options.js +4 -0
  598. package/dist/react-native/api/redTeams/options.js.map +1 -0
  599. package/dist/react-native/api/telemetry/index.d.ts +2 -0
  600. package/dist/react-native/api/telemetry/index.d.ts.map +1 -0
  601. package/dist/react-native/api/telemetry/index.js +4 -0
  602. package/dist/react-native/api/telemetry/index.js.map +1 -0
  603. package/dist/react-native/api/telemetry/operations.d.ts +22 -0
  604. package/dist/react-native/api/telemetry/operations.d.ts.map +1 -0
  605. package/dist/react-native/api/telemetry/operations.js +70 -0
  606. package/dist/react-native/api/telemetry/operations.js.map +1 -0
  607. package/dist/react-native/classic/connections/index.d.ts +15 -0
  608. package/dist/react-native/classic/connections/index.d.ts.map +1 -0
  609. package/dist/react-native/classic/connections/index.js +14 -0
  610. package/dist/react-native/classic/connections/index.js.map +1 -0
  611. package/dist/react-native/classic/datasets/index.d.ts +32 -0
  612. package/dist/react-native/classic/datasets/index.d.ts.map +1 -0
  613. package/dist/react-native/classic/datasets/index.js +21 -0
  614. package/dist/react-native/classic/datasets/index.js.map +1 -0
  615. package/dist/react-native/classic/deployments/index.d.ts +13 -0
  616. package/dist/react-native/classic/deployments/index.d.ts.map +1 -0
  617. package/dist/react-native/classic/deployments/index.js +13 -0
  618. package/dist/react-native/classic/deployments/index.js.map +1 -0
  619. package/dist/react-native/classic/evaluations/index.d.ts +17 -0
  620. package/dist/react-native/classic/evaluations/index.d.ts.map +1 -0
  621. package/dist/react-native/classic/evaluations/index.js +15 -0
  622. package/dist/react-native/classic/evaluations/index.js.map +1 -0
  623. package/dist/react-native/classic/index.d.ts +8 -0
  624. package/dist/react-native/classic/index.d.ts.map +1 -0
  625. package/dist/react-native/classic/index.js +4 -0
  626. package/dist/react-native/classic/index.js.map +1 -0
  627. package/dist/react-native/classic/indexes/index.d.ts +24 -0
  628. package/dist/react-native/classic/indexes/index.d.ts.map +1 -0
  629. package/dist/react-native/classic/indexes/index.js +17 -0
  630. package/dist/react-native/classic/indexes/index.js.map +1 -0
  631. package/dist/react-native/classic/inference/index.d.ts +18 -0
  632. package/dist/react-native/classic/inference/index.d.ts.map +1 -0
  633. package/dist/react-native/classic/inference/index.js +15 -0
  634. package/dist/react-native/classic/inference/index.js.map +1 -0
  635. package/dist/react-native/classic/redTeams/index.d.ts +15 -0
  636. package/dist/react-native/classic/redTeams/index.d.ts.map +1 -0
  637. package/dist/react-native/classic/redTeams/index.js +14 -0
  638. package/dist/react-native/classic/redTeams/index.js.map +1 -0
  639. package/dist/react-native/classic/telemetry/index.d.ts +11 -0
  640. package/dist/react-native/classic/telemetry/index.d.ts.map +1 -0
  641. package/dist/react-native/classic/telemetry/index.js +14 -0
  642. package/dist/react-native/classic/telemetry/index.js.map +1 -0
  643. package/dist/react-native/index.d.ts +13 -9
  644. package/dist/react-native/index.d.ts.map +1 -1
  645. package/dist/react-native/index.js +2 -4
  646. package/dist/react-native/index.js.map +1 -1
  647. package/dist/react-native/logger.d.ts.map +1 -1
  648. package/dist/react-native/logger.js +1 -2
  649. package/dist/react-native/logger.js.map +1 -1
  650. package/dist/react-native/models/evaluations.d.ts +55 -0
  651. package/dist/react-native/models/evaluations.d.ts.map +1 -0
  652. package/dist/react-native/models/evaluations.js +56 -0
  653. package/dist/react-native/models/evaluations.js.map +1 -0
  654. package/dist/react-native/models/index.d.ts +3 -0
  655. package/dist/react-native/models/index.d.ts.map +1 -0
  656. package/dist/react-native/models/index.js +5 -0
  657. package/dist/react-native/models/index.js.map +1 -0
  658. package/dist/react-native/models/models.d.ts +518 -0
  659. package/dist/react-native/models/models.d.ts.map +1 -0
  660. package/dist/react-native/models/models.js +634 -0
  661. package/dist/react-native/models/models.js.map +1 -0
  662. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  663. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  664. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  665. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  666. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  667. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  668. package/dist/react-native/static-helpers/urlTemplate.js +175 -0
  669. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  670. package/package.json +22 -3
  671. package/dist/browser/agents/assistants.d.ts +0 -14
  672. package/dist/browser/agents/assistants.d.ts.map +0 -1
  673. package/dist/browser/agents/assistants.js +0 -164
  674. package/dist/browser/agents/assistants.js.map +0 -1
  675. package/dist/browser/agents/assistantsTrace.d.ts +0 -17
  676. package/dist/browser/agents/assistantsTrace.d.ts.map +0 -1
  677. package/dist/browser/agents/assistantsTrace.js +0 -42
  678. package/dist/browser/agents/assistantsTrace.js.map +0 -1
  679. package/dist/browser/agents/customModels.d.ts +0 -268
  680. package/dist/browser/agents/customModels.d.ts.map +0 -1
  681. package/dist/browser/agents/customModels.js +0 -4
  682. package/dist/browser/agents/customModels.js.map +0 -1
  683. package/dist/browser/agents/files.d.ts +0 -18
  684. package/dist/browser/agents/files.d.ts.map +0 -1
  685. package/dist/browser/agents/files.js +0 -130
  686. package/dist/browser/agents/files.js.map +0 -1
  687. package/dist/browser/agents/index.d.ts +0 -105
  688. package/dist/browser/agents/index.d.ts.map +0 -1
  689. package/dist/browser/agents/index.js +0 -63
  690. package/dist/browser/agents/index.js.map +0 -1
  691. package/dist/browser/agents/inputOutputs.d.ts +0 -10
  692. package/dist/browser/agents/inputOutputs.d.ts.map +0 -1
  693. package/dist/browser/agents/inputOutputs.js +0 -8
  694. package/dist/browser/agents/inputOutputs.js.map +0 -1
  695. package/dist/browser/agents/inputValidations.d.ts +0 -15
  696. package/dist/browser/agents/inputValidations.d.ts.map +0 -1
  697. package/dist/browser/agents/inputValidations.js +0 -116
  698. package/dist/browser/agents/inputValidations.js.map +0 -1
  699. package/dist/browser/agents/messages.d.ts +0 -11
  700. package/dist/browser/agents/messages.d.ts.map +0 -1
  701. package/dist/browser/agents/messages.js +0 -101
  702. package/dist/browser/agents/messages.js.map +0 -1
  703. package/dist/browser/agents/messagesTrace.d.ts +0 -9
  704. package/dist/browser/agents/messagesTrace.d.ts.map +0 -1
  705. package/dist/browser/agents/messagesTrace.js +0 -29
  706. package/dist/browser/agents/messagesTrace.js.map +0 -1
  707. package/dist/browser/agents/openAIError.d.ts +0 -15
  708. package/dist/browser/agents/openAIError.d.ts.map +0 -1
  709. package/dist/browser/agents/openAIError.js +0 -30
  710. package/dist/browser/agents/openAIError.js.map +0 -1
  711. package/dist/browser/agents/poller.d.ts +0 -9
  712. package/dist/browser/agents/poller.d.ts.map +0 -1
  713. package/dist/browser/agents/poller.js +0 -137
  714. package/dist/browser/agents/poller.js.map +0 -1
  715. package/dist/browser/agents/runSteps.d.ts +0 -8
  716. package/dist/browser/agents/runSteps.d.ts.map +0 -1
  717. package/dist/browser/agents/runSteps.js +0 -55
  718. package/dist/browser/agents/runSteps.js.map +0 -1
  719. package/dist/browser/agents/runTrace.d.ts +0 -9
  720. package/dist/browser/agents/runTrace.d.ts.map +0 -1
  721. package/dist/browser/agents/runTrace.js +0 -62
  722. package/dist/browser/agents/runTrace.js.map +0 -1
  723. package/dist/browser/agents/runs.d.ts +0 -19
  724. package/dist/browser/agents/runs.d.ts.map +0 -1
  725. package/dist/browser/agents/runs.js +0 -222
  726. package/dist/browser/agents/runs.js.map +0 -1
  727. package/dist/browser/agents/streaming.d.ts +0 -9
  728. package/dist/browser/agents/streaming.d.ts.map +0 -1
  729. package/dist/browser/agents/streaming.js +0 -135
  730. package/dist/browser/agents/streaming.js.map +0 -1
  731. package/dist/browser/agents/streamingModels.d.ts +0 -103
  732. package/dist/browser/agents/streamingModels.d.ts.map +0 -1
  733. package/dist/browser/agents/streamingModels.js +0 -75
  734. package/dist/browser/agents/streamingModels.js.map +0 -1
  735. package/dist/browser/agents/threads.d.ts +0 -14
  736. package/dist/browser/agents/threads.d.ts.map +0 -1
  737. package/dist/browser/agents/threads.js +0 -108
  738. package/dist/browser/agents/threads.js.map +0 -1
  739. package/dist/browser/agents/threadsTrace.d.ts +0 -6
  740. package/dist/browser/agents/threadsTrace.d.ts.map +0 -1
  741. package/dist/browser/agents/threadsTrace.js +0 -19
  742. package/dist/browser/agents/threadsTrace.js.map +0 -1
  743. package/dist/browser/agents/traceUtility.d.ts +0 -36
  744. package/dist/browser/agents/traceUtility.d.ts.map +0 -1
  745. package/dist/browser/agents/traceUtility.js +0 -127
  746. package/dist/browser/agents/traceUtility.js.map +0 -1
  747. package/dist/browser/agents/utils.d.ts +0 -222
  748. package/dist/browser/agents/utils.d.ts.map +0 -1
  749. package/dist/browser/agents/utils.js +0 -311
  750. package/dist/browser/agents/utils.js.map +0 -1
  751. package/dist/browser/agents/vectorStores.d.ts +0 -19
  752. package/dist/browser/agents/vectorStores.d.ts.map +0 -1
  753. package/dist/browser/agents/vectorStores.js +0 -134
  754. package/dist/browser/agents/vectorStores.js.map +0 -1
  755. package/dist/browser/agents/vectorStoresFileBatches.d.ts +0 -16
  756. package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +0 -1
  757. package/dist/browser/agents/vectorStoresFileBatches.js +0 -122
  758. package/dist/browser/agents/vectorStoresFileBatches.js.map +0 -1
  759. package/dist/browser/agents/vectorStoresFiles.d.ts +0 -18
  760. package/dist/browser/agents/vectorStoresFiles.d.ts.map +0 -1
  761. package/dist/browser/agents/vectorStoresFiles.js +0 -133
  762. package/dist/browser/agents/vectorStoresFiles.js.map +0 -1
  763. package/dist/browser/agents/vectorStoresModels.d.ts +0 -27
  764. package/dist/browser/agents/vectorStoresModels.d.ts.map +0 -1
  765. package/dist/browser/agents/vectorStoresModels.js +0 -4
  766. package/dist/browser/agents/vectorStoresModels.js.map +0 -1
  767. package/dist/browser/aiProjectsClient.d.ts +0 -34
  768. package/dist/browser/aiProjectsClient.d.ts.map +0 -1
  769. package/dist/browser/aiProjectsClient.js +0 -47
  770. package/dist/browser/aiProjectsClient.js.map +0 -1
  771. package/dist/browser/connections/connections.d.ts +0 -13
  772. package/dist/browser/connections/connections.d.ts.map +0 -1
  773. package/dist/browser/connections/connections.js +0 -47
  774. package/dist/browser/connections/connections.js.map +0 -1
  775. package/dist/browser/connections/customModels.d.ts +0 -27
  776. package/dist/browser/connections/customModels.d.ts.map +0 -1
  777. package/dist/browser/connections/customModels.js +0 -4
  778. package/dist/browser/connections/customModels.js.map +0 -1
  779. package/dist/browser/connections/index.d.ts +0 -9
  780. package/dist/browser/connections/index.d.ts.map +0 -1
  781. package/dist/browser/connections/index.js +0 -20
  782. package/dist/browser/connections/index.js.map +0 -1
  783. package/dist/browser/connections/inputOutput.d.ts +0 -4
  784. package/dist/browser/connections/inputOutput.d.ts.map +0 -1
  785. package/dist/browser/connections/inputOutput.js +0 -4
  786. package/dist/browser/connections/inputOutput.js.map +0 -1
  787. package/dist/browser/connections/internalModels.d.ts +0 -7
  788. package/dist/browser/connections/internalModels.d.ts.map +0 -1
  789. package/dist/browser/connections/internalModels.js +0 -4
  790. package/dist/browser/connections/internalModels.js.map +0 -1
  791. package/dist/browser/constants.d.ts +0 -9
  792. package/dist/browser/constants.d.ts.map +0 -1
  793. package/dist/browser/constants.js +0 -11
  794. package/dist/browser/constants.js.map +0 -1
  795. package/dist/browser/customization/convertModelsToWrite.d.ts +0 -14
  796. package/dist/browser/customization/convertModelsToWrite.d.ts.map +0 -1
  797. package/dist/browser/customization/convertModelsToWrite.js +0 -297
  798. package/dist/browser/customization/convertModelsToWrite.js.map +0 -1
  799. package/dist/browser/customization/convertOutputModelsFromWire.d.ts +0 -28
  800. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  801. package/dist/browser/customization/convertOutputModelsFromWire.js +0 -962
  802. package/dist/browser/customization/convertOutputModelsFromWire.js.map +0 -1
  803. package/dist/browser/customization/convertParametersToWire.d.ts +0 -18
  804. package/dist/browser/customization/convertParametersToWire.d.ts.map +0 -1
  805. package/dist/browser/customization/convertParametersToWire.js +0 -31
  806. package/dist/browser/customization/convertParametersToWire.js.map +0 -1
  807. package/dist/browser/customization/models.d.ts +0 -949
  808. package/dist/browser/customization/models.d.ts.map +0 -1
  809. package/dist/browser/customization/models.js +0 -4
  810. package/dist/browser/customization/models.js.map +0 -1
  811. package/dist/browser/customization/outputModels.d.ts +0 -1501
  812. package/dist/browser/customization/outputModels.d.ts.map +0 -1
  813. package/dist/browser/customization/outputModels.js +0 -4
  814. package/dist/browser/customization/outputModels.js.map +0 -1
  815. package/dist/browser/customization/parameters.d.ts +0 -394
  816. package/dist/browser/customization/parameters.d.ts.map +0 -1
  817. package/dist/browser/customization/parameters.js +0 -4
  818. package/dist/browser/customization/parameters.js.map +0 -1
  819. package/dist/browser/customization/streamingModels.d.ts +0 -226
  820. package/dist/browser/customization/streamingModels.d.ts.map +0 -1
  821. package/dist/browser/customization/streamingModels.js +0 -4
  822. package/dist/browser/customization/streamingModels.js.map +0 -1
  823. package/dist/browser/customization/streamingWireModels.d.ts +0 -222
  824. package/dist/browser/customization/streamingWireModels.d.ts.map +0 -1
  825. package/dist/browser/customization/streamingWireModels.js +0 -4
  826. package/dist/browser/customization/streamingWireModels.js.map +0 -1
  827. package/dist/browser/generated/src/clientDefinitions.d.ts +0 -260
  828. package/dist/browser/generated/src/clientDefinitions.d.ts.map +0 -1
  829. package/dist/browser/generated/src/clientDefinitions.js +0 -4
  830. package/dist/browser/generated/src/clientDefinitions.js.map +0 -1
  831. package/dist/browser/generated/src/index.d.ts +0 -11
  832. package/dist/browser/generated/src/index.d.ts.map +0 -1
  833. package/dist/browser/generated/src/index.js +0 -13
  834. package/dist/browser/generated/src/index.js.map +0 -1
  835. package/dist/browser/generated/src/isUnexpected.d.ts +0 -55
  836. package/dist/browser/generated/src/isUnexpected.d.ts.map +0 -1
  837. package/dist/browser/generated/src/isUnexpected.js +0 -124
  838. package/dist/browser/generated/src/isUnexpected.js.map +0 -1
  839. package/dist/browser/generated/src/logger.d.ts +0 -2
  840. package/dist/browser/generated/src/logger.d.ts.map +0 -1
  841. package/dist/browser/generated/src/logger.js +0 -5
  842. package/dist/browser/generated/src/logger.js.map +0 -1
  843. package/dist/browser/generated/src/models.d.ts +0 -937
  844. package/dist/browser/generated/src/models.d.ts.map +0 -1
  845. package/dist/browser/generated/src/models.js +0 -4
  846. package/dist/browser/generated/src/models.js.map +0 -1
  847. package/dist/browser/generated/src/outputModels.d.ts +0 -1621
  848. package/dist/browser/generated/src/outputModels.d.ts.map +0 -1
  849. package/dist/browser/generated/src/outputModels.js +0 -4
  850. package/dist/browser/generated/src/outputModels.js.map +0 -1
  851. package/dist/browser/generated/src/paginateHelper.d.ts +0 -68
  852. package/dist/browser/generated/src/paginateHelper.d.ts.map +0 -1
  853. package/dist/browser/generated/src/paginateHelper.js +0 -180
  854. package/dist/browser/generated/src/paginateHelper.js.map +0 -1
  855. package/dist/browser/generated/src/parameters.d.ts +0 -451
  856. package/dist/browser/generated/src/parameters.d.ts.map +0 -1
  857. package/dist/browser/generated/src/parameters.js +0 -4
  858. package/dist/browser/generated/src/parameters.js.map +0 -1
  859. package/dist/browser/generated/src/projectsClient.d.ts +0 -19
  860. package/dist/browser/generated/src/projectsClient.d.ts.map +0 -1
  861. package/dist/browser/generated/src/projectsClient.js +0 -48
  862. package/dist/browser/generated/src/projectsClient.js.map +0 -1
  863. package/dist/browser/generated/src/responses.d.ts +0 -791
  864. package/dist/browser/generated/src/responses.d.ts.map +0 -1
  865. package/dist/browser/generated/src/responses.js +0 -4
  866. package/dist/browser/generated/src/responses.js.map +0 -1
  867. package/dist/browser/telemetry/index.d.ts +0 -32
  868. package/dist/browser/telemetry/index.d.ts.map +0 -1
  869. package/dist/browser/telemetry/index.js +0 -17
  870. package/dist/browser/telemetry/index.js.map +0 -1
  871. package/dist/browser/telemetry/telemetry.d.ts +0 -30
  872. package/dist/browser/telemetry/telemetry.d.ts.map +0 -1
  873. package/dist/browser/telemetry/telemetry.js +0 -53
  874. package/dist/browser/telemetry/telemetry.js.map +0 -1
  875. package/dist/browser/tracing.d.ts +0 -80
  876. package/dist/browser/tracing.d.ts.map +0 -1
  877. package/dist/browser/tracing.js +0 -193
  878. package/dist/browser/tracing.js.map +0 -1
  879. package/dist/commonjs/agents/assistants.d.ts +0 -14
  880. package/dist/commonjs/agents/assistants.d.ts.map +0 -1
  881. package/dist/commonjs/agents/assistants.js +0 -172
  882. package/dist/commonjs/agents/assistants.js.map +0 -1
  883. package/dist/commonjs/agents/assistantsTrace.d.ts +0 -17
  884. package/dist/commonjs/agents/assistantsTrace.d.ts.map +0 -1
  885. package/dist/commonjs/agents/assistantsTrace.js +0 -46
  886. package/dist/commonjs/agents/assistantsTrace.js.map +0 -1
  887. package/dist/commonjs/agents/customModels.d.ts +0 -268
  888. package/dist/commonjs/agents/customModels.d.ts.map +0 -1
  889. package/dist/commonjs/agents/customModels.js +0 -5
  890. package/dist/commonjs/agents/customModels.js.map +0 -1
  891. package/dist/commonjs/agents/files.d.ts +0 -18
  892. package/dist/commonjs/agents/files.d.ts.map +0 -1
  893. package/dist/commonjs/agents/files.js +0 -140
  894. package/dist/commonjs/agents/files.js.map +0 -1
  895. package/dist/commonjs/agents/index.d.ts +0 -105
  896. package/dist/commonjs/agents/index.d.ts.map +0 -1
  897. package/dist/commonjs/agents/index.js +0 -66
  898. package/dist/commonjs/agents/index.js.map +0 -1
  899. package/dist/commonjs/agents/inputOutputs.d.ts +0 -10
  900. package/dist/commonjs/agents/inputOutputs.d.ts.map +0 -1
  901. package/dist/commonjs/agents/inputOutputs.js +0 -11
  902. package/dist/commonjs/agents/inputOutputs.js.map +0 -1
  903. package/dist/commonjs/agents/inputValidations.d.ts +0 -15
  904. package/dist/commonjs/agents/inputValidations.d.ts.map +0 -1
  905. package/dist/commonjs/agents/inputValidations.js +0 -131
  906. package/dist/commonjs/agents/inputValidations.js.map +0 -1
  907. package/dist/commonjs/agents/messages.d.ts +0 -11
  908. package/dist/commonjs/agents/messages.d.ts.map +0 -1
  909. package/dist/commonjs/agents/messages.js +0 -107
  910. package/dist/commonjs/agents/messages.js.map +0 -1
  911. package/dist/commonjs/agents/messagesTrace.d.ts +0 -9
  912. package/dist/commonjs/agents/messagesTrace.d.ts.map +0 -1
  913. package/dist/commonjs/agents/messagesTrace.js +0 -35
  914. package/dist/commonjs/agents/messagesTrace.js.map +0 -1
  915. package/dist/commonjs/agents/openAIError.d.ts +0 -15
  916. package/dist/commonjs/agents/openAIError.d.ts.map +0 -1
  917. package/dist/commonjs/agents/openAIError.js +0 -35
  918. package/dist/commonjs/agents/openAIError.js.map +0 -1
  919. package/dist/commonjs/agents/poller.d.ts +0 -9
  920. package/dist/commonjs/agents/poller.d.ts.map +0 -1
  921. package/dist/commonjs/agents/poller.js +0 -140
  922. package/dist/commonjs/agents/poller.js.map +0 -1
  923. package/dist/commonjs/agents/runSteps.d.ts +0 -8
  924. package/dist/commonjs/agents/runSteps.d.ts.map +0 -1
  925. package/dist/commonjs/agents/runSteps.js +0 -60
  926. package/dist/commonjs/agents/runSteps.js.map +0 -1
  927. package/dist/commonjs/agents/runTrace.d.ts +0 -9
  928. package/dist/commonjs/agents/runTrace.d.ts.map +0 -1
  929. package/dist/commonjs/agents/runTrace.js +0 -69
  930. package/dist/commonjs/agents/runTrace.js.map +0 -1
  931. package/dist/commonjs/agents/runs.d.ts +0 -19
  932. package/dist/commonjs/agents/runs.d.ts.map +0 -1
  933. package/dist/commonjs/agents/runs.js +0 -232
  934. package/dist/commonjs/agents/runs.js.map +0 -1
  935. package/dist/commonjs/agents/streaming.d.ts +0 -9
  936. package/dist/commonjs/agents/streaming.d.ts.map +0 -1
  937. package/dist/commonjs/agents/streaming.js +0 -140
  938. package/dist/commonjs/agents/streaming.js.map +0 -1
  939. package/dist/commonjs/agents/streamingModels.d.ts +0 -103
  940. package/dist/commonjs/agents/streamingModels.d.ts.map +0 -1
  941. package/dist/commonjs/agents/streamingModels.js +0 -78
  942. package/dist/commonjs/agents/streamingModels.js.map +0 -1
  943. package/dist/commonjs/agents/threads.d.ts +0 -14
  944. package/dist/commonjs/agents/threads.d.ts.map +0 -1
  945. package/dist/commonjs/agents/threads.js +0 -116
  946. package/dist/commonjs/agents/threads.js.map +0 -1
  947. package/dist/commonjs/agents/threadsTrace.d.ts +0 -6
  948. package/dist/commonjs/agents/threadsTrace.d.ts.map +0 -1
  949. package/dist/commonjs/agents/threadsTrace.js +0 -23
  950. package/dist/commonjs/agents/threadsTrace.js.map +0 -1
  951. package/dist/commonjs/agents/traceUtility.d.ts +0 -36
  952. package/dist/commonjs/agents/traceUtility.d.ts.map +0 -1
  953. package/dist/commonjs/agents/traceUtility.js +0 -136
  954. package/dist/commonjs/agents/traceUtility.js.map +0 -1
  955. package/dist/commonjs/agents/utils.d.ts +0 -222
  956. package/dist/commonjs/agents/utils.d.ts.map +0 -1
  957. package/dist/commonjs/agents/utils.js +0 -317
  958. package/dist/commonjs/agents/utils.js.map +0 -1
  959. package/dist/commonjs/agents/vectorStores.d.ts +0 -19
  960. package/dist/commonjs/agents/vectorStores.d.ts.map +0 -1
  961. package/dist/commonjs/agents/vectorStores.js +0 -143
  962. package/dist/commonjs/agents/vectorStores.js.map +0 -1
  963. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +0 -16
  964. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +0 -1
  965. package/dist/commonjs/agents/vectorStoresFileBatches.js +0 -131
  966. package/dist/commonjs/agents/vectorStoresFileBatches.js.map +0 -1
  967. package/dist/commonjs/agents/vectorStoresFiles.d.ts +0 -18
  968. package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +0 -1
  969. package/dist/commonjs/agents/vectorStoresFiles.js +0 -141
  970. package/dist/commonjs/agents/vectorStoresFiles.js.map +0 -1
  971. package/dist/commonjs/agents/vectorStoresModels.d.ts +0 -27
  972. package/dist/commonjs/agents/vectorStoresModels.d.ts.map +0 -1
  973. package/dist/commonjs/agents/vectorStoresModels.js +0 -5
  974. package/dist/commonjs/agents/vectorStoresModels.js.map +0 -1
  975. package/dist/commonjs/aiProjectsClient.d.ts +0 -34
  976. package/dist/commonjs/aiProjectsClient.d.ts.map +0 -1
  977. package/dist/commonjs/aiProjectsClient.js +0 -52
  978. package/dist/commonjs/aiProjectsClient.js.map +0 -1
  979. package/dist/commonjs/connections/connections.d.ts +0 -13
  980. package/dist/commonjs/connections/connections.d.ts.map +0 -1
  981. package/dist/commonjs/connections/connections.js +0 -53
  982. package/dist/commonjs/connections/connections.js.map +0 -1
  983. package/dist/commonjs/connections/customModels.d.ts +0 -27
  984. package/dist/commonjs/connections/customModels.d.ts.map +0 -1
  985. package/dist/commonjs/connections/customModels.js +0 -5
  986. package/dist/commonjs/connections/customModels.js.map +0 -1
  987. package/dist/commonjs/connections/index.d.ts +0 -9
  988. package/dist/commonjs/connections/index.d.ts.map +0 -1
  989. package/dist/commonjs/connections/index.js +0 -24
  990. package/dist/commonjs/connections/index.js.map +0 -1
  991. package/dist/commonjs/connections/inputOutput.d.ts +0 -4
  992. package/dist/commonjs/connections/inputOutput.d.ts.map +0 -1
  993. package/dist/commonjs/connections/inputOutput.js +0 -7
  994. package/dist/commonjs/connections/inputOutput.js.map +0 -1
  995. package/dist/commonjs/connections/internalModels.d.ts +0 -7
  996. package/dist/commonjs/connections/internalModels.d.ts.map +0 -1
  997. package/dist/commonjs/connections/internalModels.js +0 -5
  998. package/dist/commonjs/connections/internalModels.js.map +0 -1
  999. package/dist/commonjs/constants.d.ts +0 -9
  1000. package/dist/commonjs/constants.d.ts.map +0 -1
  1001. package/dist/commonjs/constants.js +0 -14
  1002. package/dist/commonjs/constants.js.map +0 -1
  1003. package/dist/commonjs/customization/convertModelsToWrite.d.ts +0 -14
  1004. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +0 -1
  1005. package/dist/commonjs/customization/convertModelsToWrite.js +0 -310
  1006. package/dist/commonjs/customization/convertModelsToWrite.js.map +0 -1
  1007. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +0 -28
  1008. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1009. package/dist/commonjs/customization/convertOutputModelsFromWire.js +0 -987
  1010. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +0 -1
  1011. package/dist/commonjs/customization/convertParametersToWire.d.ts +0 -18
  1012. package/dist/commonjs/customization/convertParametersToWire.d.ts.map +0 -1
  1013. package/dist/commonjs/customization/convertParametersToWire.js +0 -38
  1014. package/dist/commonjs/customization/convertParametersToWire.js.map +0 -1
  1015. package/dist/commonjs/customization/models.d.ts +0 -949
  1016. package/dist/commonjs/customization/models.d.ts.map +0 -1
  1017. package/dist/commonjs/customization/models.js +0 -5
  1018. package/dist/commonjs/customization/models.js.map +0 -1
  1019. package/dist/commonjs/customization/outputModels.d.ts +0 -1501
  1020. package/dist/commonjs/customization/outputModels.d.ts.map +0 -1
  1021. package/dist/commonjs/customization/outputModels.js +0 -5
  1022. package/dist/commonjs/customization/outputModels.js.map +0 -1
  1023. package/dist/commonjs/customization/parameters.d.ts +0 -394
  1024. package/dist/commonjs/customization/parameters.d.ts.map +0 -1
  1025. package/dist/commonjs/customization/parameters.js +0 -5
  1026. package/dist/commonjs/customization/parameters.js.map +0 -1
  1027. package/dist/commonjs/customization/streamingModels.d.ts +0 -226
  1028. package/dist/commonjs/customization/streamingModels.d.ts.map +0 -1
  1029. package/dist/commonjs/customization/streamingModels.js +0 -5
  1030. package/dist/commonjs/customization/streamingModels.js.map +0 -1
  1031. package/dist/commonjs/customization/streamingWireModels.d.ts +0 -222
  1032. package/dist/commonjs/customization/streamingWireModels.d.ts.map +0 -1
  1033. package/dist/commonjs/customization/streamingWireModels.js +0 -5
  1034. package/dist/commonjs/customization/streamingWireModels.js.map +0 -1
  1035. package/dist/commonjs/generated/src/clientDefinitions.d.ts +0 -260
  1036. package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +0 -1
  1037. package/dist/commonjs/generated/src/clientDefinitions.js +0 -5
  1038. package/dist/commonjs/generated/src/clientDefinitions.js.map +0 -1
  1039. package/dist/commonjs/generated/src/index.d.ts +0 -11
  1040. package/dist/commonjs/generated/src/index.d.ts.map +0 -1
  1041. package/dist/commonjs/generated/src/index.js +0 -16
  1042. package/dist/commonjs/generated/src/index.js.map +0 -1
  1043. package/dist/commonjs/generated/src/isUnexpected.d.ts +0 -55
  1044. package/dist/commonjs/generated/src/isUnexpected.d.ts.map +0 -1
  1045. package/dist/commonjs/generated/src/isUnexpected.js +0 -127
  1046. package/dist/commonjs/generated/src/isUnexpected.js.map +0 -1
  1047. package/dist/commonjs/generated/src/logger.d.ts +0 -2
  1048. package/dist/commonjs/generated/src/logger.d.ts.map +0 -1
  1049. package/dist/commonjs/generated/src/logger.js +0 -8
  1050. package/dist/commonjs/generated/src/logger.js.map +0 -1
  1051. package/dist/commonjs/generated/src/models.d.ts +0 -937
  1052. package/dist/commonjs/generated/src/models.d.ts.map +0 -1
  1053. package/dist/commonjs/generated/src/models.js +0 -5
  1054. package/dist/commonjs/generated/src/models.js.map +0 -1
  1055. package/dist/commonjs/generated/src/outputModels.d.ts +0 -1621
  1056. package/dist/commonjs/generated/src/outputModels.d.ts.map +0 -1
  1057. package/dist/commonjs/generated/src/outputModels.js +0 -5
  1058. package/dist/commonjs/generated/src/outputModels.js.map +0 -1
  1059. package/dist/commonjs/generated/src/paginateHelper.d.ts +0 -68
  1060. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +0 -1
  1061. package/dist/commonjs/generated/src/paginateHelper.js +0 -183
  1062. package/dist/commonjs/generated/src/paginateHelper.js.map +0 -1
  1063. package/dist/commonjs/generated/src/parameters.d.ts +0 -451
  1064. package/dist/commonjs/generated/src/parameters.d.ts.map +0 -1
  1065. package/dist/commonjs/generated/src/parameters.js +0 -5
  1066. package/dist/commonjs/generated/src/parameters.js.map +0 -1
  1067. package/dist/commonjs/generated/src/projectsClient.d.ts +0 -19
  1068. package/dist/commonjs/generated/src/projectsClient.d.ts.map +0 -1
  1069. package/dist/commonjs/generated/src/projectsClient.js +0 -51
  1070. package/dist/commonjs/generated/src/projectsClient.js.map +0 -1
  1071. package/dist/commonjs/generated/src/responses.d.ts +0 -791
  1072. package/dist/commonjs/generated/src/responses.d.ts.map +0 -1
  1073. package/dist/commonjs/generated/src/responses.js +0 -5
  1074. package/dist/commonjs/generated/src/responses.js.map +0 -1
  1075. package/dist/commonjs/telemetry/index.d.ts +0 -32
  1076. package/dist/commonjs/telemetry/index.d.ts.map +0 -1
  1077. package/dist/commonjs/telemetry/index.js +0 -20
  1078. package/dist/commonjs/telemetry/index.js.map +0 -1
  1079. package/dist/commonjs/telemetry/telemetry.d.ts +0 -30
  1080. package/dist/commonjs/telemetry/telemetry.d.ts.map +0 -1
  1081. package/dist/commonjs/telemetry/telemetry.js +0 -59
  1082. package/dist/commonjs/telemetry/telemetry.js.map +0 -1
  1083. package/dist/commonjs/tracing.d.ts +0 -80
  1084. package/dist/commonjs/tracing.d.ts.map +0 -1
  1085. package/dist/commonjs/tracing.js +0 -197
  1086. package/dist/commonjs/tracing.js.map +0 -1
  1087. package/dist/esm/agents/assistants.d.ts +0 -14
  1088. package/dist/esm/agents/assistants.d.ts.map +0 -1
  1089. package/dist/esm/agents/assistants.js +0 -164
  1090. package/dist/esm/agents/assistants.js.map +0 -1
  1091. package/dist/esm/agents/assistantsTrace.d.ts +0 -17
  1092. package/dist/esm/agents/assistantsTrace.d.ts.map +0 -1
  1093. package/dist/esm/agents/assistantsTrace.js +0 -42
  1094. package/dist/esm/agents/assistantsTrace.js.map +0 -1
  1095. package/dist/esm/agents/customModels.d.ts +0 -268
  1096. package/dist/esm/agents/customModels.d.ts.map +0 -1
  1097. package/dist/esm/agents/customModels.js +0 -4
  1098. package/dist/esm/agents/customModels.js.map +0 -1
  1099. package/dist/esm/agents/files.d.ts +0 -18
  1100. package/dist/esm/agents/files.d.ts.map +0 -1
  1101. package/dist/esm/agents/files.js +0 -130
  1102. package/dist/esm/agents/files.js.map +0 -1
  1103. package/dist/esm/agents/index.d.ts +0 -105
  1104. package/dist/esm/agents/index.d.ts.map +0 -1
  1105. package/dist/esm/agents/index.js +0 -63
  1106. package/dist/esm/agents/index.js.map +0 -1
  1107. package/dist/esm/agents/inputOutputs.d.ts +0 -10
  1108. package/dist/esm/agents/inputOutputs.d.ts.map +0 -1
  1109. package/dist/esm/agents/inputOutputs.js +0 -8
  1110. package/dist/esm/agents/inputOutputs.js.map +0 -1
  1111. package/dist/esm/agents/inputValidations.d.ts +0 -15
  1112. package/dist/esm/agents/inputValidations.d.ts.map +0 -1
  1113. package/dist/esm/agents/inputValidations.js +0 -116
  1114. package/dist/esm/agents/inputValidations.js.map +0 -1
  1115. package/dist/esm/agents/messages.d.ts +0 -11
  1116. package/dist/esm/agents/messages.d.ts.map +0 -1
  1117. package/dist/esm/agents/messages.js +0 -101
  1118. package/dist/esm/agents/messages.js.map +0 -1
  1119. package/dist/esm/agents/messagesTrace.d.ts +0 -9
  1120. package/dist/esm/agents/messagesTrace.d.ts.map +0 -1
  1121. package/dist/esm/agents/messagesTrace.js +0 -29
  1122. package/dist/esm/agents/messagesTrace.js.map +0 -1
  1123. package/dist/esm/agents/openAIError.d.ts +0 -15
  1124. package/dist/esm/agents/openAIError.d.ts.map +0 -1
  1125. package/dist/esm/agents/openAIError.js +0 -30
  1126. package/dist/esm/agents/openAIError.js.map +0 -1
  1127. package/dist/esm/agents/poller.d.ts +0 -9
  1128. package/dist/esm/agents/poller.d.ts.map +0 -1
  1129. package/dist/esm/agents/poller.js +0 -137
  1130. package/dist/esm/agents/poller.js.map +0 -1
  1131. package/dist/esm/agents/runSteps.d.ts +0 -8
  1132. package/dist/esm/agents/runSteps.d.ts.map +0 -1
  1133. package/dist/esm/agents/runSteps.js +0 -55
  1134. package/dist/esm/agents/runSteps.js.map +0 -1
  1135. package/dist/esm/agents/runTrace.d.ts +0 -9
  1136. package/dist/esm/agents/runTrace.d.ts.map +0 -1
  1137. package/dist/esm/agents/runTrace.js +0 -62
  1138. package/dist/esm/agents/runTrace.js.map +0 -1
  1139. package/dist/esm/agents/runs.d.ts +0 -19
  1140. package/dist/esm/agents/runs.d.ts.map +0 -1
  1141. package/dist/esm/agents/runs.js +0 -222
  1142. package/dist/esm/agents/runs.js.map +0 -1
  1143. package/dist/esm/agents/streaming.d.ts +0 -9
  1144. package/dist/esm/agents/streaming.d.ts.map +0 -1
  1145. package/dist/esm/agents/streaming.js +0 -135
  1146. package/dist/esm/agents/streaming.js.map +0 -1
  1147. package/dist/esm/agents/streamingModels.d.ts +0 -103
  1148. package/dist/esm/agents/streamingModels.d.ts.map +0 -1
  1149. package/dist/esm/agents/streamingModels.js +0 -75
  1150. package/dist/esm/agents/streamingModels.js.map +0 -1
  1151. package/dist/esm/agents/threads.d.ts +0 -14
  1152. package/dist/esm/agents/threads.d.ts.map +0 -1
  1153. package/dist/esm/agents/threads.js +0 -108
  1154. package/dist/esm/agents/threads.js.map +0 -1
  1155. package/dist/esm/agents/threadsTrace.d.ts +0 -6
  1156. package/dist/esm/agents/threadsTrace.d.ts.map +0 -1
  1157. package/dist/esm/agents/threadsTrace.js +0 -19
  1158. package/dist/esm/agents/threadsTrace.js.map +0 -1
  1159. package/dist/esm/agents/traceUtility.d.ts +0 -36
  1160. package/dist/esm/agents/traceUtility.d.ts.map +0 -1
  1161. package/dist/esm/agents/traceUtility.js +0 -127
  1162. package/dist/esm/agents/traceUtility.js.map +0 -1
  1163. package/dist/esm/agents/utils.d.ts +0 -222
  1164. package/dist/esm/agents/utils.d.ts.map +0 -1
  1165. package/dist/esm/agents/utils.js +0 -311
  1166. package/dist/esm/agents/utils.js.map +0 -1
  1167. package/dist/esm/agents/vectorStores.d.ts +0 -19
  1168. package/dist/esm/agents/vectorStores.d.ts.map +0 -1
  1169. package/dist/esm/agents/vectorStores.js +0 -134
  1170. package/dist/esm/agents/vectorStores.js.map +0 -1
  1171. package/dist/esm/agents/vectorStoresFileBatches.d.ts +0 -16
  1172. package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1173. package/dist/esm/agents/vectorStoresFileBatches.js +0 -122
  1174. package/dist/esm/agents/vectorStoresFileBatches.js.map +0 -1
  1175. package/dist/esm/agents/vectorStoresFiles.d.ts +0 -18
  1176. package/dist/esm/agents/vectorStoresFiles.d.ts.map +0 -1
  1177. package/dist/esm/agents/vectorStoresFiles.js +0 -133
  1178. package/dist/esm/agents/vectorStoresFiles.js.map +0 -1
  1179. package/dist/esm/agents/vectorStoresModels.d.ts +0 -27
  1180. package/dist/esm/agents/vectorStoresModels.d.ts.map +0 -1
  1181. package/dist/esm/agents/vectorStoresModels.js +0 -4
  1182. package/dist/esm/agents/vectorStoresModels.js.map +0 -1
  1183. package/dist/esm/aiProjectsClient.d.ts +0 -34
  1184. package/dist/esm/aiProjectsClient.d.ts.map +0 -1
  1185. package/dist/esm/aiProjectsClient.js +0 -47
  1186. package/dist/esm/aiProjectsClient.js.map +0 -1
  1187. package/dist/esm/connections/connections.d.ts +0 -13
  1188. package/dist/esm/connections/connections.d.ts.map +0 -1
  1189. package/dist/esm/connections/connections.js +0 -47
  1190. package/dist/esm/connections/connections.js.map +0 -1
  1191. package/dist/esm/connections/customModels.d.ts +0 -27
  1192. package/dist/esm/connections/customModels.d.ts.map +0 -1
  1193. package/dist/esm/connections/customModels.js +0 -4
  1194. package/dist/esm/connections/customModels.js.map +0 -1
  1195. package/dist/esm/connections/index.d.ts +0 -9
  1196. package/dist/esm/connections/index.d.ts.map +0 -1
  1197. package/dist/esm/connections/index.js +0 -20
  1198. package/dist/esm/connections/index.js.map +0 -1
  1199. package/dist/esm/connections/inputOutput.d.ts +0 -4
  1200. package/dist/esm/connections/inputOutput.d.ts.map +0 -1
  1201. package/dist/esm/connections/inputOutput.js +0 -4
  1202. package/dist/esm/connections/inputOutput.js.map +0 -1
  1203. package/dist/esm/connections/internalModels.d.ts +0 -7
  1204. package/dist/esm/connections/internalModels.d.ts.map +0 -1
  1205. package/dist/esm/connections/internalModels.js +0 -4
  1206. package/dist/esm/connections/internalModels.js.map +0 -1
  1207. package/dist/esm/constants.d.ts +0 -9
  1208. package/dist/esm/constants.d.ts.map +0 -1
  1209. package/dist/esm/constants.js +0 -11
  1210. package/dist/esm/constants.js.map +0 -1
  1211. package/dist/esm/customization/convertModelsToWrite.d.ts +0 -14
  1212. package/dist/esm/customization/convertModelsToWrite.d.ts.map +0 -1
  1213. package/dist/esm/customization/convertModelsToWrite.js +0 -297
  1214. package/dist/esm/customization/convertModelsToWrite.js.map +0 -1
  1215. package/dist/esm/customization/convertOutputModelsFromWire.d.ts +0 -28
  1216. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1217. package/dist/esm/customization/convertOutputModelsFromWire.js +0 -962
  1218. package/dist/esm/customization/convertOutputModelsFromWire.js.map +0 -1
  1219. package/dist/esm/customization/convertParametersToWire.d.ts +0 -18
  1220. package/dist/esm/customization/convertParametersToWire.d.ts.map +0 -1
  1221. package/dist/esm/customization/convertParametersToWire.js +0 -31
  1222. package/dist/esm/customization/convertParametersToWire.js.map +0 -1
  1223. package/dist/esm/customization/models.d.ts +0 -949
  1224. package/dist/esm/customization/models.d.ts.map +0 -1
  1225. package/dist/esm/customization/models.js +0 -4
  1226. package/dist/esm/customization/models.js.map +0 -1
  1227. package/dist/esm/customization/outputModels.d.ts +0 -1501
  1228. package/dist/esm/customization/outputModels.d.ts.map +0 -1
  1229. package/dist/esm/customization/outputModels.js +0 -4
  1230. package/dist/esm/customization/outputModels.js.map +0 -1
  1231. package/dist/esm/customization/parameters.d.ts +0 -394
  1232. package/dist/esm/customization/parameters.d.ts.map +0 -1
  1233. package/dist/esm/customization/parameters.js +0 -4
  1234. package/dist/esm/customization/parameters.js.map +0 -1
  1235. package/dist/esm/customization/streamingModels.d.ts +0 -226
  1236. package/dist/esm/customization/streamingModels.d.ts.map +0 -1
  1237. package/dist/esm/customization/streamingModels.js +0 -4
  1238. package/dist/esm/customization/streamingModels.js.map +0 -1
  1239. package/dist/esm/customization/streamingWireModels.d.ts +0 -222
  1240. package/dist/esm/customization/streamingWireModels.d.ts.map +0 -1
  1241. package/dist/esm/customization/streamingWireModels.js +0 -4
  1242. package/dist/esm/customization/streamingWireModels.js.map +0 -1
  1243. package/dist/esm/generated/src/clientDefinitions.d.ts +0 -260
  1244. package/dist/esm/generated/src/clientDefinitions.d.ts.map +0 -1
  1245. package/dist/esm/generated/src/clientDefinitions.js +0 -4
  1246. package/dist/esm/generated/src/clientDefinitions.js.map +0 -1
  1247. package/dist/esm/generated/src/index.d.ts +0 -11
  1248. package/dist/esm/generated/src/index.d.ts.map +0 -1
  1249. package/dist/esm/generated/src/index.js +0 -13
  1250. package/dist/esm/generated/src/index.js.map +0 -1
  1251. package/dist/esm/generated/src/isUnexpected.d.ts +0 -55
  1252. package/dist/esm/generated/src/isUnexpected.d.ts.map +0 -1
  1253. package/dist/esm/generated/src/isUnexpected.js +0 -124
  1254. package/dist/esm/generated/src/isUnexpected.js.map +0 -1
  1255. package/dist/esm/generated/src/logger.d.ts +0 -2
  1256. package/dist/esm/generated/src/logger.d.ts.map +0 -1
  1257. package/dist/esm/generated/src/logger.js +0 -5
  1258. package/dist/esm/generated/src/logger.js.map +0 -1
  1259. package/dist/esm/generated/src/models.d.ts +0 -937
  1260. package/dist/esm/generated/src/models.d.ts.map +0 -1
  1261. package/dist/esm/generated/src/models.js +0 -4
  1262. package/dist/esm/generated/src/models.js.map +0 -1
  1263. package/dist/esm/generated/src/outputModels.d.ts +0 -1621
  1264. package/dist/esm/generated/src/outputModels.d.ts.map +0 -1
  1265. package/dist/esm/generated/src/outputModels.js +0 -4
  1266. package/dist/esm/generated/src/outputModels.js.map +0 -1
  1267. package/dist/esm/generated/src/paginateHelper.d.ts +0 -68
  1268. package/dist/esm/generated/src/paginateHelper.d.ts.map +0 -1
  1269. package/dist/esm/generated/src/paginateHelper.js +0 -180
  1270. package/dist/esm/generated/src/paginateHelper.js.map +0 -1
  1271. package/dist/esm/generated/src/parameters.d.ts +0 -451
  1272. package/dist/esm/generated/src/parameters.d.ts.map +0 -1
  1273. package/dist/esm/generated/src/parameters.js +0 -4
  1274. package/dist/esm/generated/src/parameters.js.map +0 -1
  1275. package/dist/esm/generated/src/projectsClient.d.ts +0 -19
  1276. package/dist/esm/generated/src/projectsClient.d.ts.map +0 -1
  1277. package/dist/esm/generated/src/projectsClient.js +0 -48
  1278. package/dist/esm/generated/src/projectsClient.js.map +0 -1
  1279. package/dist/esm/generated/src/responses.d.ts +0 -791
  1280. package/dist/esm/generated/src/responses.d.ts.map +0 -1
  1281. package/dist/esm/generated/src/responses.js +0 -4
  1282. package/dist/esm/generated/src/responses.js.map +0 -1
  1283. package/dist/esm/telemetry/index.d.ts +0 -32
  1284. package/dist/esm/telemetry/index.d.ts.map +0 -1
  1285. package/dist/esm/telemetry/index.js +0 -17
  1286. package/dist/esm/telemetry/index.js.map +0 -1
  1287. package/dist/esm/telemetry/telemetry.d.ts +0 -30
  1288. package/dist/esm/telemetry/telemetry.d.ts.map +0 -1
  1289. package/dist/esm/telemetry/telemetry.js +0 -53
  1290. package/dist/esm/telemetry/telemetry.js.map +0 -1
  1291. package/dist/esm/tracing.d.ts +0 -80
  1292. package/dist/esm/tracing.d.ts.map +0 -1
  1293. package/dist/esm/tracing.js +0 -193
  1294. package/dist/esm/tracing.js.map +0 -1
  1295. package/dist/react-native/agents/assistants.d.ts +0 -14
  1296. package/dist/react-native/agents/assistants.d.ts.map +0 -1
  1297. package/dist/react-native/agents/assistants.js +0 -164
  1298. package/dist/react-native/agents/assistants.js.map +0 -1
  1299. package/dist/react-native/agents/assistantsTrace.d.ts +0 -17
  1300. package/dist/react-native/agents/assistantsTrace.d.ts.map +0 -1
  1301. package/dist/react-native/agents/assistantsTrace.js +0 -42
  1302. package/dist/react-native/agents/assistantsTrace.js.map +0 -1
  1303. package/dist/react-native/agents/customModels.d.ts +0 -268
  1304. package/dist/react-native/agents/customModels.d.ts.map +0 -1
  1305. package/dist/react-native/agents/customModels.js +0 -4
  1306. package/dist/react-native/agents/customModels.js.map +0 -1
  1307. package/dist/react-native/agents/files.d.ts +0 -18
  1308. package/dist/react-native/agents/files.d.ts.map +0 -1
  1309. package/dist/react-native/agents/files.js +0 -130
  1310. package/dist/react-native/agents/files.js.map +0 -1
  1311. package/dist/react-native/agents/index.d.ts +0 -105
  1312. package/dist/react-native/agents/index.d.ts.map +0 -1
  1313. package/dist/react-native/agents/index.js +0 -63
  1314. package/dist/react-native/agents/index.js.map +0 -1
  1315. package/dist/react-native/agents/inputOutputs.d.ts +0 -10
  1316. package/dist/react-native/agents/inputOutputs.d.ts.map +0 -1
  1317. package/dist/react-native/agents/inputOutputs.js +0 -8
  1318. package/dist/react-native/agents/inputOutputs.js.map +0 -1
  1319. package/dist/react-native/agents/inputValidations.d.ts +0 -15
  1320. package/dist/react-native/agents/inputValidations.d.ts.map +0 -1
  1321. package/dist/react-native/agents/inputValidations.js +0 -116
  1322. package/dist/react-native/agents/inputValidations.js.map +0 -1
  1323. package/dist/react-native/agents/messages.d.ts +0 -11
  1324. package/dist/react-native/agents/messages.d.ts.map +0 -1
  1325. package/dist/react-native/agents/messages.js +0 -101
  1326. package/dist/react-native/agents/messages.js.map +0 -1
  1327. package/dist/react-native/agents/messagesTrace.d.ts +0 -9
  1328. package/dist/react-native/agents/messagesTrace.d.ts.map +0 -1
  1329. package/dist/react-native/agents/messagesTrace.js +0 -29
  1330. package/dist/react-native/agents/messagesTrace.js.map +0 -1
  1331. package/dist/react-native/agents/openAIError.d.ts +0 -15
  1332. package/dist/react-native/agents/openAIError.d.ts.map +0 -1
  1333. package/dist/react-native/agents/openAIError.js +0 -30
  1334. package/dist/react-native/agents/openAIError.js.map +0 -1
  1335. package/dist/react-native/agents/poller.d.ts +0 -9
  1336. package/dist/react-native/agents/poller.d.ts.map +0 -1
  1337. package/dist/react-native/agents/poller.js +0 -137
  1338. package/dist/react-native/agents/poller.js.map +0 -1
  1339. package/dist/react-native/agents/runSteps.d.ts +0 -8
  1340. package/dist/react-native/agents/runSteps.d.ts.map +0 -1
  1341. package/dist/react-native/agents/runSteps.js +0 -55
  1342. package/dist/react-native/agents/runSteps.js.map +0 -1
  1343. package/dist/react-native/agents/runTrace.d.ts +0 -9
  1344. package/dist/react-native/agents/runTrace.d.ts.map +0 -1
  1345. package/dist/react-native/agents/runTrace.js +0 -62
  1346. package/dist/react-native/agents/runTrace.js.map +0 -1
  1347. package/dist/react-native/agents/runs.d.ts +0 -19
  1348. package/dist/react-native/agents/runs.d.ts.map +0 -1
  1349. package/dist/react-native/agents/runs.js +0 -222
  1350. package/dist/react-native/agents/runs.js.map +0 -1
  1351. package/dist/react-native/agents/streaming.d.ts +0 -9
  1352. package/dist/react-native/agents/streaming.d.ts.map +0 -1
  1353. package/dist/react-native/agents/streaming.js +0 -135
  1354. package/dist/react-native/agents/streaming.js.map +0 -1
  1355. package/dist/react-native/agents/streamingModels.d.ts +0 -103
  1356. package/dist/react-native/agents/streamingModels.d.ts.map +0 -1
  1357. package/dist/react-native/agents/streamingModels.js +0 -75
  1358. package/dist/react-native/agents/streamingModels.js.map +0 -1
  1359. package/dist/react-native/agents/threads.d.ts +0 -14
  1360. package/dist/react-native/agents/threads.d.ts.map +0 -1
  1361. package/dist/react-native/agents/threads.js +0 -108
  1362. package/dist/react-native/agents/threads.js.map +0 -1
  1363. package/dist/react-native/agents/threadsTrace.d.ts +0 -6
  1364. package/dist/react-native/agents/threadsTrace.d.ts.map +0 -1
  1365. package/dist/react-native/agents/threadsTrace.js +0 -19
  1366. package/dist/react-native/agents/threadsTrace.js.map +0 -1
  1367. package/dist/react-native/agents/traceUtility.d.ts +0 -36
  1368. package/dist/react-native/agents/traceUtility.d.ts.map +0 -1
  1369. package/dist/react-native/agents/traceUtility.js +0 -127
  1370. package/dist/react-native/agents/traceUtility.js.map +0 -1
  1371. package/dist/react-native/agents/utils.d.ts +0 -222
  1372. package/dist/react-native/agents/utils.d.ts.map +0 -1
  1373. package/dist/react-native/agents/utils.js +0 -311
  1374. package/dist/react-native/agents/utils.js.map +0 -1
  1375. package/dist/react-native/agents/vectorStores.d.ts +0 -19
  1376. package/dist/react-native/agents/vectorStores.d.ts.map +0 -1
  1377. package/dist/react-native/agents/vectorStores.js +0 -134
  1378. package/dist/react-native/agents/vectorStores.js.map +0 -1
  1379. package/dist/react-native/agents/vectorStoresFileBatches.d.ts +0 -16
  1380. package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1381. package/dist/react-native/agents/vectorStoresFileBatches.js +0 -122
  1382. package/dist/react-native/agents/vectorStoresFileBatches.js.map +0 -1
  1383. package/dist/react-native/agents/vectorStoresFiles.d.ts +0 -18
  1384. package/dist/react-native/agents/vectorStoresFiles.d.ts.map +0 -1
  1385. package/dist/react-native/agents/vectorStoresFiles.js +0 -133
  1386. package/dist/react-native/agents/vectorStoresFiles.js.map +0 -1
  1387. package/dist/react-native/agents/vectorStoresModels.d.ts +0 -27
  1388. package/dist/react-native/agents/vectorStoresModels.d.ts.map +0 -1
  1389. package/dist/react-native/agents/vectorStoresModels.js +0 -4
  1390. package/dist/react-native/agents/vectorStoresModels.js.map +0 -1
  1391. package/dist/react-native/aiProjectsClient.d.ts +0 -34
  1392. package/dist/react-native/aiProjectsClient.d.ts.map +0 -1
  1393. package/dist/react-native/aiProjectsClient.js +0 -47
  1394. package/dist/react-native/aiProjectsClient.js.map +0 -1
  1395. package/dist/react-native/connections/connections.d.ts +0 -13
  1396. package/dist/react-native/connections/connections.d.ts.map +0 -1
  1397. package/dist/react-native/connections/connections.js +0 -47
  1398. package/dist/react-native/connections/connections.js.map +0 -1
  1399. package/dist/react-native/connections/customModels.d.ts +0 -27
  1400. package/dist/react-native/connections/customModels.d.ts.map +0 -1
  1401. package/dist/react-native/connections/customModels.js +0 -4
  1402. package/dist/react-native/connections/customModels.js.map +0 -1
  1403. package/dist/react-native/connections/index.d.ts +0 -9
  1404. package/dist/react-native/connections/index.d.ts.map +0 -1
  1405. package/dist/react-native/connections/index.js +0 -20
  1406. package/dist/react-native/connections/index.js.map +0 -1
  1407. package/dist/react-native/connections/inputOutput.d.ts +0 -4
  1408. package/dist/react-native/connections/inputOutput.d.ts.map +0 -1
  1409. package/dist/react-native/connections/inputOutput.js +0 -4
  1410. package/dist/react-native/connections/inputOutput.js.map +0 -1
  1411. package/dist/react-native/connections/internalModels.d.ts +0 -7
  1412. package/dist/react-native/connections/internalModels.d.ts.map +0 -1
  1413. package/dist/react-native/connections/internalModels.js +0 -4
  1414. package/dist/react-native/connections/internalModels.js.map +0 -1
  1415. package/dist/react-native/constants.d.ts +0 -9
  1416. package/dist/react-native/constants.d.ts.map +0 -1
  1417. package/dist/react-native/constants.js +0 -11
  1418. package/dist/react-native/constants.js.map +0 -1
  1419. package/dist/react-native/customization/convertModelsToWrite.d.ts +0 -14
  1420. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +0 -1
  1421. package/dist/react-native/customization/convertModelsToWrite.js +0 -297
  1422. package/dist/react-native/customization/convertModelsToWrite.js.map +0 -1
  1423. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +0 -28
  1424. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1425. package/dist/react-native/customization/convertOutputModelsFromWire.js +0 -962
  1426. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +0 -1
  1427. package/dist/react-native/customization/convertParametersToWire.d.ts +0 -18
  1428. package/dist/react-native/customization/convertParametersToWire.d.ts.map +0 -1
  1429. package/dist/react-native/customization/convertParametersToWire.js +0 -31
  1430. package/dist/react-native/customization/convertParametersToWire.js.map +0 -1
  1431. package/dist/react-native/customization/models.d.ts +0 -949
  1432. package/dist/react-native/customization/models.d.ts.map +0 -1
  1433. package/dist/react-native/customization/models.js +0 -4
  1434. package/dist/react-native/customization/models.js.map +0 -1
  1435. package/dist/react-native/customization/outputModels.d.ts +0 -1501
  1436. package/dist/react-native/customization/outputModels.d.ts.map +0 -1
  1437. package/dist/react-native/customization/outputModels.js +0 -4
  1438. package/dist/react-native/customization/outputModels.js.map +0 -1
  1439. package/dist/react-native/customization/parameters.d.ts +0 -394
  1440. package/dist/react-native/customization/parameters.d.ts.map +0 -1
  1441. package/dist/react-native/customization/parameters.js +0 -4
  1442. package/dist/react-native/customization/parameters.js.map +0 -1
  1443. package/dist/react-native/customization/streamingModels.d.ts +0 -226
  1444. package/dist/react-native/customization/streamingModels.d.ts.map +0 -1
  1445. package/dist/react-native/customization/streamingModels.js +0 -4
  1446. package/dist/react-native/customization/streamingModels.js.map +0 -1
  1447. package/dist/react-native/customization/streamingWireModels.d.ts +0 -222
  1448. package/dist/react-native/customization/streamingWireModels.d.ts.map +0 -1
  1449. package/dist/react-native/customization/streamingWireModels.js +0 -4
  1450. package/dist/react-native/customization/streamingWireModels.js.map +0 -1
  1451. package/dist/react-native/generated/src/clientDefinitions.d.ts +0 -260
  1452. package/dist/react-native/generated/src/clientDefinitions.d.ts.map +0 -1
  1453. package/dist/react-native/generated/src/clientDefinitions.js +0 -4
  1454. package/dist/react-native/generated/src/clientDefinitions.js.map +0 -1
  1455. package/dist/react-native/generated/src/index.d.ts +0 -11
  1456. package/dist/react-native/generated/src/index.d.ts.map +0 -1
  1457. package/dist/react-native/generated/src/index.js +0 -13
  1458. package/dist/react-native/generated/src/index.js.map +0 -1
  1459. package/dist/react-native/generated/src/isUnexpected.d.ts +0 -55
  1460. package/dist/react-native/generated/src/isUnexpected.d.ts.map +0 -1
  1461. package/dist/react-native/generated/src/isUnexpected.js +0 -124
  1462. package/dist/react-native/generated/src/isUnexpected.js.map +0 -1
  1463. package/dist/react-native/generated/src/logger.d.ts +0 -2
  1464. package/dist/react-native/generated/src/logger.d.ts.map +0 -1
  1465. package/dist/react-native/generated/src/logger.js +0 -5
  1466. package/dist/react-native/generated/src/logger.js.map +0 -1
  1467. package/dist/react-native/generated/src/models.d.ts +0 -937
  1468. package/dist/react-native/generated/src/models.d.ts.map +0 -1
  1469. package/dist/react-native/generated/src/models.js +0 -4
  1470. package/dist/react-native/generated/src/models.js.map +0 -1
  1471. package/dist/react-native/generated/src/outputModels.d.ts +0 -1621
  1472. package/dist/react-native/generated/src/outputModels.d.ts.map +0 -1
  1473. package/dist/react-native/generated/src/outputModels.js +0 -4
  1474. package/dist/react-native/generated/src/outputModels.js.map +0 -1
  1475. package/dist/react-native/generated/src/paginateHelper.d.ts +0 -68
  1476. package/dist/react-native/generated/src/paginateHelper.d.ts.map +0 -1
  1477. package/dist/react-native/generated/src/paginateHelper.js +0 -180
  1478. package/dist/react-native/generated/src/paginateHelper.js.map +0 -1
  1479. package/dist/react-native/generated/src/parameters.d.ts +0 -451
  1480. package/dist/react-native/generated/src/parameters.d.ts.map +0 -1
  1481. package/dist/react-native/generated/src/parameters.js +0 -4
  1482. package/dist/react-native/generated/src/parameters.js.map +0 -1
  1483. package/dist/react-native/generated/src/projectsClient.d.ts +0 -19
  1484. package/dist/react-native/generated/src/projectsClient.d.ts.map +0 -1
  1485. package/dist/react-native/generated/src/projectsClient.js +0 -48
  1486. package/dist/react-native/generated/src/projectsClient.js.map +0 -1
  1487. package/dist/react-native/generated/src/responses.d.ts +0 -791
  1488. package/dist/react-native/generated/src/responses.d.ts.map +0 -1
  1489. package/dist/react-native/generated/src/responses.js +0 -4
  1490. package/dist/react-native/generated/src/responses.js.map +0 -1
  1491. package/dist/react-native/telemetry/index.d.ts +0 -32
  1492. package/dist/react-native/telemetry/index.d.ts.map +0 -1
  1493. package/dist/react-native/telemetry/index.js +0 -17
  1494. package/dist/react-native/telemetry/index.js.map +0 -1
  1495. package/dist/react-native/telemetry/telemetry.d.ts +0 -30
  1496. package/dist/react-native/telemetry/telemetry.d.ts.map +0 -1
  1497. package/dist/react-native/telemetry/telemetry.js +0 -53
  1498. package/dist/react-native/telemetry/telemetry.js.map +0 -1
  1499. package/dist/react-native/tracing.d.ts +0 -80
  1500. package/dist/react-native/tracing.d.ts.map +0 -1
  1501. package/dist/react-native/tracing.js +0 -193
  1502. package/dist/react-native/tracing.js.map +0 -1
@@ -1,937 +0,0 @@
1
- /** The request details to use when creating a new agent. */
2
- export interface CreateAgentOptions {
3
- /** The ID of the model to use. */
4
- model: string;
5
- /** The name of the new agent. */
6
- name?: string | null;
7
- /** The description of the new agent. */
8
- description?: string | null;
9
- /** The system instructions for the new agent to use. */
10
- instructions?: string | null;
11
- /** The collection of tools to enable for the new agent. */
12
- tools?: Array<ToolDefinition>;
13
- /**
14
- * 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`
15
- * tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.
16
- */
17
- tool_resources?: ToolResources | null;
18
- /**
19
- * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,
20
- * while lower values like 0.2 will make it more focused and deterministic.
21
- */
22
- temperature?: number | null;
23
- /**
24
- * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
25
- * So 0.1 means only the tokens comprising the top 10% probability mass are considered.
26
- *
27
- * We generally recommend altering this or temperature but not both.
28
- */
29
- top_p?: number | null;
30
- /** The response format of the tool calls used by this agent. */
31
- response_format?: AgentsApiResponseFormatOption | null;
32
- /** 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. */
33
- metadata?: Record<string, string> | null;
34
- }
35
- /** An abstract representation of an input tool definition that an agent can use. */
36
- export interface ToolDefinitionParent {
37
- type: string;
38
- }
39
- /** The input definition information for a code interpreter tool as used to configure an agent. */
40
- export interface CodeInterpreterToolDefinition extends ToolDefinitionParent {
41
- /** The object type, which is always 'code_interpreter'. */
42
- type: "code_interpreter";
43
- }
44
- /** The input definition information for a file search tool as used to configure an agent. */
45
- export interface FileSearchToolDefinition extends ToolDefinitionParent {
46
- /** The object type, which is always 'file_search'. */
47
- type: "file_search";
48
- /** Options overrides for the file search tool. */
49
- file_search?: FileSearchToolDefinitionDetails;
50
- }
51
- /** Options overrides for the file search tool. */
52
- export interface FileSearchToolDefinitionDetails {
53
- /**
54
- * 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.
55
- *
56
- * Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
57
- */
58
- max_num_results?: number;
59
- /** Ranking options for file search. */
60
- ranking_options?: FileSearchRankingOptions;
61
- }
62
- /** Ranking options for file search. */
63
- export interface FileSearchRankingOptions {
64
- /** File search ranker. */
65
- ranker: string;
66
- /** Ranker search threshold. */
67
- score_threshold: number;
68
- }
69
- /** The input definition information for a function tool as used to configure an agent. */
70
- export interface FunctionToolDefinition extends ToolDefinitionParent {
71
- /** The object type, which is always 'function'. */
72
- type: "function";
73
- /** The definition of the concrete function that the function tool should call. */
74
- function: FunctionDefinition;
75
- }
76
- /** The input definition information for a function. */
77
- export interface FunctionDefinition {
78
- /** The name of the function to be called. */
79
- name: string;
80
- /** A description of what the function does, used by the model to choose when and how to call the function. */
81
- description?: string;
82
- /** The parameters the functions accepts, described as a JSON Schema object. */
83
- parameters: unknown;
84
- }
85
- /** The input definition information for a bing grounding search tool as used to configure an agent. */
86
- export interface BingGroundingToolDefinition extends ToolDefinitionParent {
87
- /** The object type, which is always 'bing_grounding'. */
88
- type: "bing_grounding";
89
- /** The list of connections used by the bing grounding tool. */
90
- bing_grounding: ToolConnectionList;
91
- }
92
- /** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
93
- export interface ToolConnectionList {
94
- /**
95
- * The connections attached to this tool. There can be a maximum of 1 connection
96
- * resource attached to the tool.
97
- */
98
- connections?: Array<ToolConnection>;
99
- }
100
- /** A connection resource. */
101
- export interface ToolConnection {
102
- /** A connection in a ToolConnectionList attached to this tool. */
103
- connection_id: string;
104
- }
105
- /** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
106
- export interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {
107
- /** The object type, which is always 'fabric_dataagent'. */
108
- type: "fabric_dataagent";
109
- /** The list of connections used by the Microsoft Fabric tool. */
110
- fabric_dataagent: ToolConnectionList;
111
- }
112
- /** The input definition information for a sharepoint tool as used to configure an agent. */
113
- export interface SharepointToolDefinition extends ToolDefinitionParent {
114
- /** The object type, which is always 'sharepoint_grounding'. */
115
- type: "sharepoint_grounding";
116
- /** The list of connections used by the SharePoint tool. */
117
- sharepoint_grounding: ToolConnectionList;
118
- }
119
- /** The input definition information for an Azure AI search tool as used to configure an agent. */
120
- export interface AzureAISearchToolDefinition extends ToolDefinitionParent {
121
- /** The object type, which is always 'azure_ai_search'. */
122
- type: "azure_ai_search";
123
- }
124
- /** The input definition information for an OpenAPI tool as used to configure an agent. */
125
- export interface OpenApiToolDefinition extends ToolDefinitionParent {
126
- /** The object type, which is always 'openapi'. */
127
- type: "openapi";
128
- /** The openapi function definition. */
129
- openapi: OpenApiFunctionDefinition;
130
- }
131
- /** The input definition information for an openapi function. */
132
- export interface OpenApiFunctionDefinition {
133
- /** The name of the function to be called. */
134
- name: string;
135
- /** A description of what the function does, used by the model to choose when and how to call the function. */
136
- description?: string;
137
- /** The openapi function shape, described as a JSON Schema object. */
138
- spec: unknown;
139
- /** Open API authentication details */
140
- auth: OpenApiAuthDetails;
141
- /** List of OpenAPI spec parameters that will use user-provided defaults */
142
- default_params?: string[];
143
- }
144
- /** authentication details for OpenApiFunctionDefinition */
145
- export interface OpenApiAuthDetailsParent {
146
- type: OpenApiAuthType;
147
- }
148
- /** Security details for OpenApi anonymous authentication */
149
- export interface OpenApiAnonymousAuthDetails extends OpenApiAuthDetailsParent {
150
- /** The object type, which is always 'anonymous'. */
151
- type: "anonymous";
152
- }
153
- /** Security details for OpenApi connection authentication */
154
- export interface OpenApiConnectionAuthDetails extends OpenApiAuthDetailsParent {
155
- /** The object type, which is always 'connection'. */
156
- type: "connection";
157
- /** Connection auth security details */
158
- security_scheme: OpenApiConnectionSecurityScheme;
159
- }
160
- /** Security scheme for OpenApi managed_identity authentication */
161
- export interface OpenApiConnectionSecurityScheme {
162
- /** Connection id for Connection auth type */
163
- connection_id: string;
164
- }
165
- /** Security details for OpenApi managed_identity authentication */
166
- export interface OpenApiManagedAuthDetails extends OpenApiAuthDetailsParent {
167
- /** The object type, which is always 'managed_identity'. */
168
- type: "managed_identity";
169
- /** Connection auth security details */
170
- security_scheme: OpenApiManagedSecurityScheme;
171
- }
172
- /** Security scheme for OpenApi managed_identity authentication */
173
- export interface OpenApiManagedSecurityScheme {
174
- /** Authentication scope for managed_identity auth type */
175
- audience: string;
176
- }
177
- /** The input definition information for a Bing custom search tool as used to configure an agent. */
178
- export interface BingCustomSearchToolDefinition extends ToolDefinitionParent {
179
- /** The object type, which is always 'bing_custom_search'. */
180
- type: "bing_custom_search";
181
- /** The list of search configurations used by the bing custom search tool. */
182
- bing_custom_search: SearchConfigurationList;
183
- }
184
- /** A list of search configurations currently used by the `bing_custom_search` tool. */
185
- export interface SearchConfigurationList {
186
- /**
187
- * The connections attached to this tool. There can be a maximum of 1 connection
188
- * resource attached to the tool.
189
- */
190
- search_configurations: Array<SearchConfiguration>;
191
- }
192
- /** A custom search configuration. */
193
- export interface SearchConfiguration {
194
- /** A connection in a ToolConnectionList attached to this tool. */
195
- connection_id: string;
196
- /** Name of the custom configuration instance given to config. */
197
- instance_name: string;
198
- }
199
- /** The input definition information for a connected agent tool which defines a domain specific sub-agent */
200
- export interface ConnectedAgentToolDefinition extends ToolDefinitionParent {
201
- /** The object type, which is always 'connected_agent'. */
202
- type: "connected_agent";
203
- /** The sub-agent to connect */
204
- connected_agent: ConnectedAgentDetails;
205
- }
206
- /** Information for connecting one agent to another as a tool */
207
- export interface ConnectedAgentDetails {
208
- /** The identifier of the child agent. */
209
- id: string;
210
- /** The name of the agent to be called. */
211
- name: string;
212
- /** A description of what the agent does, used by the model to choose when and how to call the agent. */
213
- description: string;
214
- }
215
- /** The input definition information for a azure function tool as used to configure an agent. */
216
- export interface AzureFunctionToolDefinition extends ToolDefinitionParent {
217
- /** The object type, which is always 'azure_function'. */
218
- type: "azure_function";
219
- /** The definition of the concrete function that the function tool should call. */
220
- azure_function: AzureFunctionDefinition;
221
- }
222
- /** The definition of Azure function. */
223
- export interface AzureFunctionDefinition {
224
- /** The definition of azure function and its parameters. */
225
- function: FunctionDefinition;
226
- /** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
227
- input_binding: AzureFunctionBinding;
228
- /** Output storage queue. The function writes output to this queue when the input items are processed. */
229
- output_binding: AzureFunctionBinding;
230
- }
231
- /** The structure for keeping storage queue name and URI. */
232
- export interface AzureFunctionBinding {
233
- /** The type of binding, which is always 'storage_queue'. */
234
- type: "storage_queue";
235
- /** Storage queue. */
236
- storage_queue: AzureFunctionStorageQueue;
237
- }
238
- /** The structure for keeping storage queue name and URI. */
239
- export interface AzureFunctionStorageQueue {
240
- /** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
241
- queue_service_endpoint: string;
242
- /** The name of an Azure function storage queue. */
243
- queue_name: string;
244
- }
245
- /**
246
- * A set of resources that are used by the agent's tools. The resources are specific to the type of
247
- * tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
248
- * tool requires a list of vector store IDs.
249
- */
250
- export interface ToolResources {
251
- /** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
252
- code_interpreter?: CodeInterpreterToolResource;
253
- /** Resources to be used by the `file_search` tool consisting of vector store IDs. */
254
- file_search?: FileSearchToolResource;
255
- /** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
256
- azure_ai_search?: AzureAISearchResource;
257
- }
258
- /** A set of resources that are used by the `code_interpreter` tool. */
259
- export interface CodeInterpreterToolResource {
260
- /**
261
- * A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
262
- * associated with the tool.
263
- */
264
- file_ids?: string[];
265
- /** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
266
- data_sources?: Array<VectorStoreDataSource>;
267
- }
268
- /**
269
- * The structure, containing Azure asset URI path and the asset type of the file used as a data source
270
- * for the enterprise file search.
271
- */
272
- export interface VectorStoreDataSource {
273
- /** Asset URI. */
274
- uri: string;
275
- /**
276
- * The asset type
277
- *
278
- * Possible values: "uri_asset", "id_asset"
279
- */
280
- type: VectorStoreDataSourceAssetType;
281
- }
282
- /** A set of resources that are used by the `file_search` tool. */
283
- export interface FileSearchToolResource {
284
- /**
285
- * The ID of the vector store attached to this agent. There can be a maximum of 1 vector
286
- * store attached to the agent.
287
- */
288
- vector_store_ids?: string[];
289
- /**
290
- * The list of vector store configuration objects from Azure.
291
- * This list is limited to one element.
292
- * The only element of this list contains the list of azure asset IDs used by the search tool.
293
- */
294
- vector_stores?: Array<VectorStoreConfigurations>;
295
- }
296
- /** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */
297
- export interface VectorStoreConfigurations {
298
- /** Name */
299
- name: string;
300
- /** Configurations */
301
- configuration: VectorStoreConfiguration;
302
- }
303
- /**
304
- * Vector storage configuration is the list of data sources, used when multiple
305
- * files can be used for the enterprise file search.
306
- */
307
- export interface VectorStoreConfiguration {
308
- /** Data sources */
309
- data_sources: Array<VectorStoreDataSource>;
310
- }
311
- /** A set of index resources used by the `azure_ai_search` tool. */
312
- export interface AzureAISearchResource {
313
- /**
314
- * The indices attached to this agent. There can be a maximum of 1 index
315
- * resource attached to the agent.
316
- */
317
- indexes?: Array<AISearchIndexResource>;
318
- }
319
- /** A AI Search Index resource. */
320
- export interface AISearchIndexResource {
321
- /** An index connection id in an IndexResource attached to this agent. */
322
- index_connection_id: string;
323
- /** The name of an index in an IndexResource attached to this agent. */
324
- index_name: string;
325
- /**
326
- * Type of query in an AIIndexResource attached to this agent.
327
- *
328
- * Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
329
- */
330
- query_type?: AzureAISearchQueryType;
331
- /** Number of documents to retrieve from search and present to the model. */
332
- top_k?: number;
333
- /** Odata filter string for search resource. */
334
- filter?: string;
335
- }
336
- /**
337
- * An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
338
- * If `text` the model can return text or any value needed.
339
- */
340
- export interface AgentsApiResponseFormat {
341
- /**
342
- * Must be one of `text` or `json_object`.
343
- *
344
- * Possible values: "text", "json_object"
345
- */
346
- type?: ResponseFormat;
347
- }
348
- /** The type of response format being defined: `json_schema` */
349
- export interface ResponseFormatJsonSchemaType {
350
- /** Type */
351
- type: "json_schema";
352
- /** The JSON schema, describing response format. */
353
- json_schema: ResponseFormatJsonSchema;
354
- }
355
- /** A description of what the response format is for, used by the model to determine how to respond in the format. */
356
- export interface ResponseFormatJsonSchema {
357
- /** A description of what the response format is for, used by the model to determine how to respond in the format. */
358
- description?: string;
359
- /** The name of a schema. */
360
- name: string;
361
- /** The JSON schema object, describing the response format. */
362
- schema: unknown;
363
- }
364
- /** The request details to use when modifying an existing agent. */
365
- export interface UpdateAgentOptions {
366
- /** The ID of the model to use. */
367
- model?: string;
368
- /** The modified name for the agent to use. */
369
- name?: string | null;
370
- /** The modified description for the agent to use. */
371
- description?: string | null;
372
- /** The modified system instructions for the new agent to use. */
373
- instructions?: string | null;
374
- /** The modified collection of tools to enable for the agent. */
375
- tools?: Array<ToolDefinition>;
376
- /**
377
- * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example,
378
- * the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.
379
- */
380
- tool_resources?: ToolResources;
381
- /**
382
- * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,
383
- * while lower values like 0.2 will make it more focused and deterministic.
384
- */
385
- temperature?: number | null;
386
- /**
387
- * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
388
- * So 0.1 means only the tokens comprising the top 10% probability mass are considered.
389
- *
390
- * We generally recommend altering this or temperature but not both.
391
- */
392
- top_p?: number | null;
393
- /** The response format of the tool calls used by this agent. */
394
- response_format?: AgentsApiResponseFormatOption | null;
395
- /** 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. */
396
- metadata?: Record<string, string> | null;
397
- }
398
- /** The details used to create a new agent thread. */
399
- export interface AgentThreadCreationOptions {
400
- /** The initial messages to associate with the new thread. */
401
- messages?: Array<ThreadMessageOptions>;
402
- /**
403
- * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the
404
- * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires
405
- * a list of vector store IDs.
406
- */
407
- tool_resources?: ToolResources | null;
408
- /** 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. */
409
- metadata?: Record<string, string> | null;
410
- }
411
- /**
412
- * A single message within an agent thread,
413
- * as provided during that thread's creation for its initial state.
414
- */
415
- export interface ThreadMessageOptions {
416
- /**
417
- * The role of the entity that is creating the message. Allowed values include:
418
- * `user`, which indicates the message is sent by an actual user (and should be
419
- * used in most cases to represent user-generated messages), and `assistant`,
420
- * which indicates the message is generated by the agent (use this value to insert
421
- * messages from the agent into the conversation).
422
- *
423
- * Possible values: "user", "assistant"
424
- */
425
- role: MessageRole;
426
- /**
427
- * The content of the initial message. This may be a basic string (if you only
428
- * need text) or an array of typed content blocks (for example, text, image_file,
429
- * image_url, and so on).
430
- */
431
- content: MessageInputContent;
432
- /** A list of files attached to the message, and the tools they should be added to. */
433
- attachments?: Array<MessageAttachment> | null;
434
- /** 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. */
435
- metadata?: Record<string, string> | null;
436
- }
437
- /** Defines a single content block when creating a message. The 'type' field determines whether it is text, an image file, or an external image URL, etc. */
438
- export interface MessageInputContentBlockParent {
439
- type: MessageBlockType;
440
- }
441
- /** A text block in a new message, containing plain text content. */
442
- export interface MessageInputTextBlock extends MessageInputContentBlockParent {
443
- /** Must be 'text' for a text block. */
444
- type: "text";
445
- /** The plain text content for this block. */
446
- text: string;
447
- }
448
- /** An image-file block in a new message, referencing an internally uploaded image by file ID. */
449
- export interface MessageInputImageFileBlock extends MessageInputContentBlockParent {
450
- /** Must be 'image_file' for an internally uploaded image block. */
451
- type: "image_file";
452
- /** Information about the referenced image file, including file ID and optional detail level. */
453
- image_file: MessageImageFileParam;
454
- }
455
- /** Defines how an internally uploaded image file is referenced when creating an image-file block. */
456
- export interface MessageImageFileParam {
457
- /** The ID of the previously uploaded image file. */
458
- file_id: string;
459
- /**
460
- * Optional detail level for the image (auto, low, or high).
461
- *
462
- * Possible values: "auto", "low", "high"
463
- */
464
- detail?: ImageDetailLevel;
465
- }
466
- /** An image-URL block in a new message, referencing an external image by URL. */
467
- export interface MessageInputImageUrlBlock extends MessageInputContentBlockParent {
468
- /** Must be 'image_url' for an externally hosted image block. */
469
- type: "image_url";
470
- /** Information about the external image URL, including the URL and optional detail level. */
471
- image_url: MessageImageUrlParam;
472
- }
473
- /** Defines how an external image URL is referenced when creating an image-URL block. */
474
- export interface MessageImageUrlParam {
475
- /** The publicly accessible URL of the external image. */
476
- url: string;
477
- /**
478
- * Optional detail level for the image (auto, low, or high). Defaults to 'auto' if not specified.
479
- *
480
- * Possible values: "auto", "low", "high"
481
- */
482
- detail?: ImageDetailLevel;
483
- }
484
- /** This describes to which tools a file has been attached. */
485
- export interface MessageAttachment {
486
- /** The ID of the file to attach to the message. */
487
- file_id?: string;
488
- /** Azure asset ID. */
489
- data_source?: VectorStoreDataSource;
490
- /** The tools to add to this file. */
491
- tools: Array<MessageAttachmentToolDefinition>;
492
- }
493
- /** The details used to update an existing agent thread */
494
- export interface UpdateAgentThreadOptions {
495
- /**
496
- * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the
497
- * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires
498
- * a list of vector store IDs
499
- */
500
- tool_resources?: ToolResources | null;
501
- /** 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. */
502
- metadata?: Record<string, string> | null;
503
- }
504
- /** The details used when creating a new run of an agent thread. */
505
- export interface CreateRunOptions {
506
- /** The ID of the agent that should run the thread. */
507
- assistant_id: string;
508
- /** The overridden model name that the agent should use to run the thread. */
509
- model?: string | null;
510
- /** The overridden system instructions that the agent should use to run the thread. */
511
- instructions?: string | null;
512
- /**
513
- * Additional instructions to append at the end of the instructions for the run. This is useful for modifying the behavior
514
- * on a per-run basis without overriding other instructions.
515
- */
516
- additional_instructions?: string | null;
517
- /** Adds additional messages to the thread before creating the run. */
518
- additional_messages?: Array<ThreadMessageOptions> | null;
519
- /** The overridden list of enabled tools that the agent should use to run the thread. */
520
- tools?: Array<ToolDefinition> | null;
521
- /**
522
- * If `true`, returns a stream of events that happen during the Run as server-sent events,
523
- * terminating when the Run enters a terminal state with a `data: [DONE]` message.
524
- */
525
- stream?: boolean;
526
- /**
527
- * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output
528
- * more random, while lower values like 0.2 will make it more focused and deterministic.
529
- */
530
- temperature?: number | null;
531
- /**
532
- * An alternative to sampling with temperature, called nucleus sampling, where the model
533
- * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens
534
- * comprising the top 10% probability mass are considered.
535
- *
536
- * We generally recommend altering this or temperature but not both.
537
- */
538
- top_p?: number | null;
539
- /**
540
- * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only
541
- * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,
542
- * the run will end with status `incomplete`. See `incomplete_details` for more info.
543
- */
544
- max_prompt_tokens?: number | null;
545
- /**
546
- * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort
547
- * to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of
548
- * completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.
549
- */
550
- max_completion_tokens?: number | null;
551
- /** The strategy to use for dropping messages as the context windows moves forward. */
552
- truncation_strategy?: TruncationObject | null;
553
- /** Controls whether or not and which tool is called by the model. */
554
- tool_choice?: AgentsApiToolChoiceOption | null;
555
- /** Specifies the format that the model must output. */
556
- response_format?: AgentsApiResponseFormatOption | null;
557
- /** If `true` functions will run in parallel during tool use. */
558
- parallel_tool_calls?: boolean;
559
- /** 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. */
560
- metadata?: Record<string, string> | null;
561
- }
562
- /**
563
- * Controls for how a thread will be truncated prior to the run. Use this to control the initial
564
- * context window of the run.
565
- */
566
- export interface TruncationObject {
567
- /**
568
- * The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will
569
- * be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread
570
- * will be dropped to fit the context length of the model, `max_prompt_tokens`.
571
- *
572
- * Possible values: "auto", "last_messages"
573
- */
574
- type: TruncationStrategy;
575
- /** The number of most recent messages from the thread when constructing the context for the run. */
576
- last_messages?: number | null;
577
- }
578
- /** Specifies a tool the model should use. Use to force the model to call a specific tool. */
579
- export interface AgentsNamedToolChoice {
580
- /**
581
- * the type of tool. If type is `function`, the function name must be set.
582
- *
583
- * Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search", "bing_custom_search", "connected_agent"
584
- */
585
- type: AgentsNamedToolChoiceType;
586
- /** The name of the function to call */
587
- function?: FunctionName;
588
- }
589
- /** The function name that will be used, if using the `function` tool */
590
- export interface FunctionName {
591
- /** The name of the function to call */
592
- name: string;
593
- }
594
- /**
595
- * Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.
596
- * For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of
597
- * vector store IDs.
598
- */
599
- export interface UpdateToolResourcesOptions {
600
- /**
601
- * Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
602
- * associated with the tool.
603
- */
604
- code_interpreter?: UpdateCodeInterpreterToolResourceOptions;
605
- /** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */
606
- file_search?: UpdateFileSearchToolResourceOptions;
607
- /** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
608
- azure_ai_search?: AzureAISearchResource;
609
- }
610
- /** Request object to update `code_interpreted` tool resources. */
611
- export interface UpdateCodeInterpreterToolResourceOptions {
612
- /** A list of file IDs to override the current list of the agent. */
613
- file_ids?: string[];
614
- }
615
- /** Request object to update `file_search` tool resources. */
616
- export interface UpdateFileSearchToolResourceOptions {
617
- /** A list of vector store IDs to override the current list of the agent. */
618
- vector_store_ids?: string[];
619
- }
620
- /** The data provided during a tool outputs submission to resolve pending tool calls and allow the model to continue. */
621
- export interface ToolOutput {
622
- /** The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. */
623
- tool_call_id?: string;
624
- /** The output from the tool to be submitted. */
625
- output?: string;
626
- }
627
- /** The details used when creating and immediately running a new agent thread. */
628
- export interface CreateAndRunThreadOptions {
629
- /** The ID of the agent for which the thread should be created. */
630
- assistant_id: string;
631
- /** The details used to create the new thread. If no thread is provided, an empty one will be created. */
632
- thread?: AgentThreadCreationOptions;
633
- /** The overridden model that the agent should use to run the thread. */
634
- model?: string | null;
635
- /** The overridden system instructions the agent should use to run the thread. */
636
- instructions?: string | null;
637
- /** The overridden list of enabled tools the agent should use to run the thread. */
638
- tools?: Array<ToolDefinition> | null;
639
- /** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */
640
- tool_resources?: UpdateToolResourcesOptions | null;
641
- /**
642
- * If `true`, returns a stream of events that happen during the Run as server-sent events,
643
- * terminating when the Run enters a terminal state with a `data: [DONE]` message.
644
- */
645
- stream?: boolean;
646
- /**
647
- * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output
648
- * more random, while lower values like 0.2 will make it more focused and deterministic.
649
- */
650
- temperature?: number | null;
651
- /**
652
- * An alternative to sampling with temperature, called nucleus sampling, where the model
653
- * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens
654
- * comprising the top 10% probability mass are considered.
655
- *
656
- * We generally recommend altering this or temperature but not both.
657
- */
658
- top_p?: number | null;
659
- /**
660
- * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only
661
- * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,
662
- * the run will end with status `incomplete`. See `incomplete_details` for more info.
663
- */
664
- max_prompt_tokens?: number | null;
665
- /**
666
- * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only
667
- * the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens
668
- * specified, the run will end with status `incomplete`. See `incomplete_details` for more info.
669
- */
670
- max_completion_tokens?: number | null;
671
- /** The strategy to use for dropping messages as the context windows moves forward. */
672
- truncation_strategy?: TruncationObject | null;
673
- /** Controls whether or not and which tool is called by the model. */
674
- tool_choice?: AgentsApiToolChoiceOption | null;
675
- /** Specifies the format that the model must output. */
676
- response_format?: AgentsApiResponseFormatOption | null;
677
- /** If `true` functions will run in parallel during tool use. */
678
- parallel_tool_calls?: boolean;
679
- /** 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. */
680
- metadata?: Record<string, string> | null;
681
- }
682
- export interface HttpPartFile {
683
- }
684
- export interface HttpPartFilePurpose {
685
- }
686
- export interface HttpPartString {
687
- }
688
- /** The expiration policy for a vector store. */
689
- export interface VectorStoreExpirationPolicy {
690
- /**
691
- * Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.
692
- *
693
- * Possible values: "last_active_at"
694
- */
695
- anchor: VectorStoreExpirationPolicyAnchor;
696
- /** The anchor timestamp after which the expiration policy applies. */
697
- days: number;
698
- }
699
- /** Request object for creating a vector store. */
700
- export interface VectorStoreOptions {
701
- /** A list of file IDs that the vector store should use. Useful for tools like `file_search` that can access files. */
702
- file_ids?: string[];
703
- /** The name of the vector store. */
704
- name?: string;
705
- /** The vector store configuration, used when vector store is created from Azure asset URIs. */
706
- configuration?: VectorStoreConfiguration;
707
- /** Details on when this vector store expires */
708
- expires_after?: VectorStoreExpirationPolicy;
709
- /** The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Only applicable if file_ids is non-empty. */
710
- chunking_strategy?: VectorStoreChunkingStrategyRequest;
711
- /** 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. */
712
- metadata?: Record<string, string> | null;
713
- }
714
- /** An abstract representation of a vector store chunking strategy configuration. */
715
- export interface VectorStoreChunkingStrategyRequestParent {
716
- type: VectorStoreChunkingStrategyRequestType;
717
- }
718
- /** The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400. */
719
- export interface VectorStoreAutoChunkingStrategyRequest extends VectorStoreChunkingStrategyRequestParent {
720
- /** The object type, which is always 'auto'. */
721
- type: "auto";
722
- }
723
- /** A statically configured chunking strategy. */
724
- export interface VectorStoreStaticChunkingStrategyRequest extends VectorStoreChunkingStrategyRequestParent {
725
- /** The object type, which is always 'static'. */
726
- type: "static";
727
- /** The options for the static chunking strategy. */
728
- static: VectorStoreStaticChunkingStrategyOptions;
729
- }
730
- /** Options to configure a vector store static chunking strategy. */
731
- export interface VectorStoreStaticChunkingStrategyOptions {
732
- /** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */
733
- max_chunk_size_tokens: number;
734
- /**
735
- * The number of tokens that overlap between chunks. The default value is 400.
736
- * Note that the overlap must not exceed half of max_chunk_size_tokens.
737
- */
738
- chunk_overlap_tokens: number;
739
- }
740
- /** Request object for updating a vector store. */
741
- export interface VectorStoreUpdateOptions {
742
- /** The name of the vector store. */
743
- name?: string | null;
744
- /** Details on when this vector store expires */
745
- expires_after?: VectorStoreExpirationPolicy | null;
746
- /** 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. */
747
- metadata?: Record<string, string> | null;
748
- }
749
- /** Evaluation Definition */
750
- export interface Evaluation {
751
- /** Data for evaluation. */
752
- data: InputData;
753
- /** Evaluation target specifying the model config and parameters */
754
- target?: EvaluationTarget;
755
- /** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
756
- displayName?: string;
757
- /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
758
- description?: string;
759
- /** Evaluation's tags. Unlike properties, tags are fully mutable. */
760
- tags?: Record<string, string>;
761
- /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
762
- properties?: Record<string, string>;
763
- /** Evaluators to be used for the evaluation. */
764
- evaluators: Record<string, EvaluatorConfiguration>;
765
- }
766
- /** Abstract data class for input data configuration. */
767
- export interface InputDataParent {
768
- type: string;
769
- }
770
- /** Data Source for Application Insights. */
771
- export interface ApplicationInsightsConfiguration extends InputDataParent {
772
- /** LogAnalytic Workspace resourceID associated with ApplicationInsights */
773
- resourceId: string;
774
- /** Query to fetch the data. */
775
- query: string;
776
- /** Service name. */
777
- serviceName?: string;
778
- /** Connection String to connect to ApplicationInsights. */
779
- connectionString?: string;
780
- }
781
- /** Dataset as source for evaluation. */
782
- export interface Dataset extends InputDataParent {
783
- /** Evaluation input data */
784
- id: string;
785
- }
786
- /** Target for the evaluation process. */
787
- export interface EvaluationTarget {
788
- /** System message related to the evaluation target. */
789
- systemMessage: string;
790
- /** Model configuration for the evaluation. */
791
- modelConfig: TargetModelConfig;
792
- /** A dictionary of parameters for the model. */
793
- modelParams?: Record<string, unknown>;
794
- }
795
- /** Abstract class for model configuration. */
796
- export interface TargetModelConfigParent {
797
- type: string;
798
- }
799
- /** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
800
- export interface AoaiModelConfig extends TargetModelConfigParent {
801
- /** Endpoint targetURI for AOAI model. */
802
- azureEndpoint: string;
803
- /** API Key for AOAI model. */
804
- apiKey: string;
805
- /** Deployment name for AOAI model. */
806
- azureDeployment: string;
807
- }
808
- /** MaaS model configuration. The API version would be selected by the service for querying the model. */
809
- export interface MaasModelConfig extends TargetModelConfigParent {
810
- /** Endpoint targetURI for MAAS model. */
811
- azureEndpoint: string;
812
- /** API Key for MAAS model. */
813
- apiKey: string;
814
- }
815
- /** Metadata pertaining to creation and last modification of the resource. */
816
- export interface SystemData {
817
- }
818
- /** Evaluator Configuration */
819
- export interface EvaluatorConfiguration {
820
- /** Identifier of the evaluator. */
821
- id: string;
822
- /** Initialization parameters of the evaluator. */
823
- initParams?: Record<string, unknown>;
824
- /** Data parameters of the evaluator. */
825
- dataMapping?: Record<string, string>;
826
- }
827
- /** Evaluation Schedule Definition */
828
- export interface EvaluationSchedule {
829
- /** Data for evaluation. */
830
- data: ApplicationInsightsConfiguration;
831
- /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
832
- description?: string;
833
- /** Evaluation's tags. Unlike properties, tags are fully mutable. */
834
- tags?: Record<string, string>;
835
- /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
836
- properties?: Record<string, string>;
837
- /** Evaluators to be used for the evaluation. */
838
- evaluators: Record<string, EvaluatorConfiguration>;
839
- /** Trigger for the evaluation. */
840
- trigger: Trigger;
841
- }
842
- /** Abstract data class for input data configuration. */
843
- export interface TriggerParent {
844
- type: string;
845
- }
846
- /** Recurrence Trigger Definition */
847
- export interface RecurrenceTrigger extends TriggerParent {
848
- /**
849
- * The frequency to trigger schedule.
850
- *
851
- * Possible values: "Month", "Week", "Day", "Hour", "Minute"
852
- */
853
- frequency: Frequency;
854
- /** Specifies schedule interval in conjunction with frequency */
855
- interval: number;
856
- /** The recurrence schedule. */
857
- schedule?: RecurrenceSchedule;
858
- }
859
- /** RecurrenceSchedule Definition */
860
- export interface RecurrenceSchedule {
861
- /** List of hours for the schedule. */
862
- hours: number[];
863
- /** List of minutes for the schedule. */
864
- minutes: number[];
865
- /** List of days for the schedule. */
866
- weekDays?: WeekDays[];
867
- /** List of month days for the schedule */
868
- monthDays?: number[];
869
- }
870
- /** Cron Trigger Definition */
871
- export interface CronTrigger extends TriggerParent {
872
- /** Cron expression for the trigger. */
873
- expression: string;
874
- }
875
- /** An abstract representation of an input tool definition that an agent can use. */
876
- export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition | OpenApiToolDefinition | BingCustomSearchToolDefinition | ConnectedAgentToolDefinition | AzureFunctionToolDefinition;
877
- /** authentication details for OpenApiFunctionDefinition */
878
- export type OpenApiAuthDetails = OpenApiAuthDetailsParent | OpenApiAnonymousAuthDetails | OpenApiConnectionAuthDetails | OpenApiManagedAuthDetails;
879
- /** Defines a single content block when creating a message. The 'type' field determines whether it is text, an image file, or an external image URL, etc. */
880
- export type MessageInputContentBlock = MessageInputContentBlockParent | MessageInputTextBlock | MessageInputImageFileBlock | MessageInputImageUrlBlock;
881
- /** An abstract representation of a vector store chunking strategy configuration. */
882
- export type VectorStoreChunkingStrategyRequest = VectorStoreChunkingStrategyRequestParent | VectorStoreAutoChunkingStrategyRequest | VectorStoreStaticChunkingStrategyRequest;
883
- /** Abstract data class for input data configuration. */
884
- export type InputData = InputDataParent | ApplicationInsightsConfiguration | Dataset;
885
- /** Abstract class for model configuration. */
886
- export type TargetModelConfig = TargetModelConfigParent | AoaiModelConfig | MaasModelConfig;
887
- /** Abstract data class for input data configuration. */
888
- export type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;
889
- /** Alias for OpenApiAuthType */
890
- export type OpenApiAuthType = string;
891
- /** Alias for VectorStoreDataSourceAssetType */
892
- export type VectorStoreDataSourceAssetType = string;
893
- /** Alias for AzureAISearchQueryType */
894
- export type AzureAISearchQueryType = string;
895
- /** Alias for AgentsApiResponseFormatMode */
896
- export type AgentsApiResponseFormatMode = string;
897
- /** Alias for ResponseFormat */
898
- export type ResponseFormat = string;
899
- /** Alias for AgentsApiResponseFormatOption */
900
- export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat | ResponseFormatJsonSchemaType;
901
- /** Alias for ListSortOrder */
902
- export type ListSortOrder = string;
903
- /** Alias for MessageRole */
904
- export type MessageRole = string;
905
- /** Alias for MessageBlockType */
906
- export type MessageBlockType = string;
907
- /** Alias for ImageDetailLevel */
908
- export type ImageDetailLevel = string;
909
- /** Alias for MessageInputContent */
910
- export type MessageInputContent = string | Array<MessageInputContentBlock>;
911
- /** Alias for MessageAttachmentToolDefinition */
912
- export type MessageAttachmentToolDefinition = CodeInterpreterToolDefinition | FileSearchToolDefinition;
913
- /** Alias for RunAdditionalFieldList */
914
- export type RunAdditionalFieldList = string;
915
- /** Alias for TruncationStrategy */
916
- export type TruncationStrategy = string;
917
- /** Alias for AgentsApiToolChoiceOptionMode */
918
- export type AgentsApiToolChoiceOptionMode = string;
919
- /** Alias for AgentsNamedToolChoiceType */
920
- export type AgentsNamedToolChoiceType = string;
921
- /** Alias for AgentsApiToolChoiceOption */
922
- export type AgentsApiToolChoiceOption = string | AgentsApiToolChoiceOptionMode | AgentsNamedToolChoice;
923
- /** Alias for FilePurpose */
924
- export type FilePurpose = string;
925
- /** Alias for VectorStoreExpirationPolicyAnchor */
926
- export type VectorStoreExpirationPolicyAnchor = string;
927
- /** Alias for VectorStoreChunkingStrategyRequestType */
928
- export type VectorStoreChunkingStrategyRequestType = string;
929
- /** Alias for VectorStoreFileStatusFilter */
930
- export type VectorStoreFileStatusFilter = string;
931
- /** Alias for ConnectionType */
932
- export type ConnectionType = string;
933
- /** Alias for Frequency */
934
- export type Frequency = string;
935
- /** Alias for WeekDays */
936
- export type WeekDays = string;
937
- //# sourceMappingURL=models.d.ts.map