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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1485) hide show
  1. package/dist/browser/aiProjectClient.d.ts +83 -0
  2. package/dist/browser/aiProjectClient.d.ts.map +1 -0
  3. package/dist/browser/aiProjectClient.js +92 -0
  4. package/dist/browser/aiProjectClient.js.map +1 -0
  5. package/dist/browser/api/aiProjectContext.d.ts +23 -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 +28 -0
  14. package/dist/browser/api/connections/operations.d.ts.map +1 -0
  15. package/dist/browser/api/connections/operations.js +125 -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 +17 -0
  106. package/dist/browser/classic/connections/index.d.ts.map +1 -0
  107. package/dist/browser/classic/connections/index.js +15 -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 +83 -0
  169. package/dist/commonjs/aiProjectClient.d.ts.map +1 -0
  170. package/dist/commonjs/aiProjectClient.js +96 -0
  171. package/dist/commonjs/aiProjectClient.js.map +1 -0
  172. package/dist/commonjs/api/aiProjectContext.d.ts +23 -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 +11 -0
  179. package/dist/commonjs/api/connections/index.js.map +1 -0
  180. package/dist/commonjs/api/connections/operations.d.ts +28 -0
  181. package/dist/commonjs/api/connections/operations.d.ts.map +1 -0
  182. package/dist/commonjs/api/connections/operations.js +137 -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 +17 -0
  273. package/dist/commonjs/classic/connections/index.d.ts.map +1 -0
  274. package/dist/commonjs/classic/connections/index.js +18 -0
  275. package/dist/commonjs/classic/connections/index.js.map +1 -0
  276. package/dist/commonjs/classic/datasets/index.d.ts +32 -0
  277. package/dist/commonjs/classic/datasets/index.d.ts.map +1 -0
  278. package/dist/commonjs/classic/datasets/index.js +24 -0
  279. package/dist/commonjs/classic/datasets/index.js.map +1 -0
  280. package/dist/commonjs/classic/deployments/index.d.ts +13 -0
  281. package/dist/commonjs/classic/deployments/index.d.ts.map +1 -0
  282. package/dist/commonjs/classic/deployments/index.js +16 -0
  283. package/dist/commonjs/classic/deployments/index.js.map +1 -0
  284. package/dist/commonjs/classic/evaluations/index.d.ts +17 -0
  285. package/dist/commonjs/classic/evaluations/index.d.ts.map +1 -0
  286. package/dist/commonjs/classic/evaluations/index.js +18 -0
  287. package/dist/commonjs/classic/evaluations/index.js.map +1 -0
  288. package/dist/commonjs/classic/index.d.ts +8 -0
  289. package/dist/commonjs/classic/index.d.ts.map +1 -0
  290. package/dist/commonjs/classic/index.js +5 -0
  291. package/dist/commonjs/classic/index.js.map +1 -0
  292. package/dist/commonjs/classic/indexes/index.d.ts +24 -0
  293. package/dist/commonjs/classic/indexes/index.d.ts.map +1 -0
  294. package/dist/commonjs/classic/indexes/index.js +20 -0
  295. package/dist/commonjs/classic/indexes/index.js.map +1 -0
  296. package/dist/commonjs/classic/inference/index.d.ts +18 -0
  297. package/dist/commonjs/classic/inference/index.d.ts.map +1 -0
  298. package/dist/commonjs/classic/inference/index.js +18 -0
  299. package/dist/commonjs/classic/inference/index.js.map +1 -0
  300. package/dist/commonjs/classic/redTeams/index.d.ts +15 -0
  301. package/dist/commonjs/classic/redTeams/index.d.ts.map +1 -0
  302. package/dist/commonjs/classic/redTeams/index.js +17 -0
  303. package/dist/commonjs/classic/redTeams/index.js.map +1 -0
  304. package/dist/commonjs/classic/telemetry/index.d.ts +11 -0
  305. package/dist/commonjs/classic/telemetry/index.d.ts.map +1 -0
  306. package/dist/commonjs/classic/telemetry/index.js +19 -0
  307. package/dist/commonjs/classic/telemetry/index.js.map +1 -0
  308. package/dist/commonjs/index.d.ts +13 -9
  309. package/dist/commonjs/index.d.ts.map +1 -1
  310. package/dist/commonjs/index.js +6 -6
  311. package/dist/commonjs/index.js.map +1 -1
  312. package/dist/commonjs/logger.d.ts.map +1 -1
  313. package/dist/commonjs/logger.js +1 -2
  314. package/dist/commonjs/logger.js.map +1 -1
  315. package/dist/commonjs/models/evaluations.d.ts +55 -0
  316. package/dist/commonjs/models/evaluations.d.ts.map +1 -0
  317. package/dist/commonjs/models/evaluations.js +59 -0
  318. package/dist/commonjs/models/evaluations.js.map +1 -0
  319. package/dist/commonjs/models/index.d.ts +3 -0
  320. package/dist/commonjs/models/index.d.ts.map +1 -0
  321. package/dist/commonjs/models/index.js +10 -0
  322. package/dist/commonjs/models/index.js.map +1 -0
  323. package/dist/commonjs/models/models.d.ts +518 -0
  324. package/dist/commonjs/models/models.d.ts.map +1 -0
  325. package/dist/commonjs/models/models.js +717 -0
  326. package/dist/commonjs/models/models.js.map +1 -0
  327. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  328. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  329. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  330. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  331. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  332. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  333. package/dist/commonjs/static-helpers/urlTemplate.js +178 -0
  334. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  335. package/dist/esm/aiProjectClient.d.ts +83 -0
  336. package/dist/esm/aiProjectClient.d.ts.map +1 -0
  337. package/dist/esm/aiProjectClient.js +92 -0
  338. package/dist/esm/aiProjectClient.js.map +1 -0
  339. package/dist/esm/api/aiProjectContext.d.ts +23 -0
  340. package/dist/esm/api/aiProjectContext.d.ts.map +1 -0
  341. package/dist/esm/api/aiProjectContext.js +38 -0
  342. package/dist/esm/api/aiProjectContext.js.map +1 -0
  343. package/dist/esm/api/connections/index.d.ts +3 -0
  344. package/dist/esm/api/connections/index.d.ts.map +1 -0
  345. package/dist/esm/api/connections/index.js +4 -0
  346. package/dist/esm/api/connections/index.js.map +1 -0
  347. package/dist/esm/api/connections/operations.d.ts +28 -0
  348. package/dist/esm/api/connections/operations.d.ts.map +1 -0
  349. package/dist/esm/api/connections/operations.js +125 -0
  350. package/dist/esm/api/connections/operations.js.map +1 -0
  351. package/dist/esm/api/connections/options.d.ts +28 -0
  352. package/dist/esm/api/connections/options.d.ts.map +1 -0
  353. package/dist/esm/api/connections/options.js +4 -0
  354. package/dist/esm/api/connections/options.js.map +1 -0
  355. package/dist/esm/api/datasets/index.d.ts +3 -0
  356. package/dist/esm/api/datasets/index.d.ts.map +1 -0
  357. package/dist/esm/api/datasets/index.js +4 -0
  358. package/dist/esm/api/datasets/index.js.map +1 -0
  359. package/dist/esm/api/datasets/operations.d.ts +41 -0
  360. package/dist/esm/api/datasets/operations.d.ts.map +1 -0
  361. package/dist/esm/api/datasets/operations.js +286 -0
  362. package/dist/esm/api/datasets/operations.js.map +1 -0
  363. package/dist/esm/api/datasets/options.d.ts +27 -0
  364. package/dist/esm/api/datasets/options.d.ts.map +1 -0
  365. package/dist/esm/api/datasets/options.js +2 -0
  366. package/dist/esm/api/datasets/options.js.map +1 -0
  367. package/dist/esm/api/deployments/index.d.ts +3 -0
  368. package/dist/esm/api/deployments/index.d.ts.map +1 -0
  369. package/dist/esm/api/deployments/index.js +4 -0
  370. package/dist/esm/api/deployments/index.js.map +1 -0
  371. package/dist/esm/api/deployments/operations.d.ts +14 -0
  372. package/dist/esm/api/deployments/operations.d.ts.map +1 -0
  373. package/dist/esm/api/deployments/operations.js +59 -0
  374. package/dist/esm/api/deployments/operations.js.map +1 -0
  375. package/dist/esm/api/deployments/options.d.ts +25 -0
  376. package/dist/esm/api/deployments/options.d.ts.map +1 -0
  377. package/dist/esm/api/deployments/options.js +4 -0
  378. package/dist/esm/api/deployments/options.js.map +1 -0
  379. package/dist/esm/api/evaluations/index.d.ts +3 -0
  380. package/dist/esm/api/evaluations/index.d.ts.map +1 -0
  381. package/dist/esm/api/evaluations/index.js +4 -0
  382. package/dist/esm/api/evaluations/index.js.map +1 -0
  383. package/dist/esm/api/evaluations/operations.d.ts +22 -0
  384. package/dist/esm/api/evaluations/operations.d.ts.map +1 -0
  385. package/dist/esm/api/evaluations/operations.js +102 -0
  386. package/dist/esm/api/evaluations/operations.js.map +1 -0
  387. package/dist/esm/api/evaluations/options.d.ts +24 -0
  388. package/dist/esm/api/evaluations/options.d.ts.map +1 -0
  389. package/dist/esm/api/evaluations/options.js +4 -0
  390. package/dist/esm/api/evaluations/options.js.map +1 -0
  391. package/dist/esm/api/index.d.ts +2 -0
  392. package/dist/esm/api/index.d.ts.map +1 -0
  393. package/dist/esm/api/index.js +4 -0
  394. package/dist/esm/api/index.js.map +1 -0
  395. package/dist/esm/api/indexes/index.d.ts +3 -0
  396. package/dist/esm/api/indexes/index.d.ts.map +1 -0
  397. package/dist/esm/api/indexes/index.js +4 -0
  398. package/dist/esm/api/indexes/index.js.map +1 -0
  399. package/dist/esm/api/indexes/operations.d.ts +31 -0
  400. package/dist/esm/api/indexes/operations.d.ts.map +1 -0
  401. package/dist/esm/api/indexes/operations.js +125 -0
  402. package/dist/esm/api/indexes/operations.js.map +1 -0
  403. package/dist/esm/api/indexes/options.d.ts +21 -0
  404. package/dist/esm/api/indexes/options.d.ts.map +1 -0
  405. package/dist/esm/api/indexes/options.js +4 -0
  406. package/dist/esm/api/indexes/options.js.map +1 -0
  407. package/dist/esm/api/inference/enableTelemetry.d.ts +21 -0
  408. package/dist/esm/api/inference/enableTelemetry.d.ts.map +1 -0
  409. package/dist/esm/api/inference/enableTelemetry.js +185 -0
  410. package/dist/esm/api/inference/enableTelemetry.js.map +1 -0
  411. package/dist/esm/api/inference/operations.d.ts +59 -0
  412. package/dist/esm/api/inference/operations.d.ts.map +1 -0
  413. package/dist/esm/api/inference/operations.js +179 -0
  414. package/dist/esm/api/inference/operations.js.map +1 -0
  415. package/dist/esm/api/inference/options.d.ts +18 -0
  416. package/dist/esm/api/inference/options.d.ts.map +1 -0
  417. package/dist/esm/api/inference/options.js +4 -0
  418. package/dist/esm/api/inference/options.js.map +1 -0
  419. package/dist/esm/api/redTeams/index.d.ts +3 -0
  420. package/dist/esm/api/redTeams/index.d.ts.map +1 -0
  421. package/dist/esm/api/redTeams/index.js +4 -0
  422. package/dist/esm/api/redTeams/index.js.map +1 -0
  423. package/dist/esm/api/redTeams/operations.d.ts +18 -0
  424. package/dist/esm/api/redTeams/operations.d.ts.map +1 -0
  425. package/dist/esm/api/redTeams/operations.js +77 -0
  426. package/dist/esm/api/redTeams/operations.js.map +1 -0
  427. package/dist/esm/api/redTeams/options.d.ts +21 -0
  428. package/dist/esm/api/redTeams/options.d.ts.map +1 -0
  429. package/dist/esm/api/redTeams/options.js +4 -0
  430. package/dist/esm/api/redTeams/options.js.map +1 -0
  431. package/dist/esm/api/telemetry/index.d.ts +2 -0
  432. package/dist/esm/api/telemetry/index.d.ts.map +1 -0
  433. package/dist/esm/api/telemetry/index.js +4 -0
  434. package/dist/esm/api/telemetry/index.js.map +1 -0
  435. package/dist/esm/api/telemetry/operations.d.ts +22 -0
  436. package/dist/esm/api/telemetry/operations.d.ts.map +1 -0
  437. package/dist/esm/api/telemetry/operations.js +70 -0
  438. package/dist/esm/api/telemetry/operations.js.map +1 -0
  439. package/dist/esm/classic/connections/index.d.ts +17 -0
  440. package/dist/esm/classic/connections/index.d.ts.map +1 -0
  441. package/dist/esm/classic/connections/index.js +15 -0
  442. package/dist/esm/classic/connections/index.js.map +1 -0
  443. package/dist/esm/classic/datasets/index.d.ts +32 -0
  444. package/dist/esm/classic/datasets/index.d.ts.map +1 -0
  445. package/dist/esm/classic/datasets/index.js +21 -0
  446. package/dist/esm/classic/datasets/index.js.map +1 -0
  447. package/dist/esm/classic/deployments/index.d.ts +13 -0
  448. package/dist/esm/classic/deployments/index.d.ts.map +1 -0
  449. package/dist/esm/classic/deployments/index.js +13 -0
  450. package/dist/esm/classic/deployments/index.js.map +1 -0
  451. package/dist/esm/classic/evaluations/index.d.ts +17 -0
  452. package/dist/esm/classic/evaluations/index.d.ts.map +1 -0
  453. package/dist/esm/classic/evaluations/index.js +15 -0
  454. package/dist/esm/classic/evaluations/index.js.map +1 -0
  455. package/dist/esm/classic/index.d.ts +8 -0
  456. package/dist/esm/classic/index.d.ts.map +1 -0
  457. package/dist/esm/classic/index.js +4 -0
  458. package/dist/esm/classic/index.js.map +1 -0
  459. package/dist/esm/classic/indexes/index.d.ts +24 -0
  460. package/dist/esm/classic/indexes/index.d.ts.map +1 -0
  461. package/dist/esm/classic/indexes/index.js +17 -0
  462. package/dist/esm/classic/indexes/index.js.map +1 -0
  463. package/dist/esm/classic/inference/index.d.ts +18 -0
  464. package/dist/esm/classic/inference/index.d.ts.map +1 -0
  465. package/dist/esm/classic/inference/index.js +15 -0
  466. package/dist/esm/classic/inference/index.js.map +1 -0
  467. package/dist/esm/classic/redTeams/index.d.ts +15 -0
  468. package/dist/esm/classic/redTeams/index.d.ts.map +1 -0
  469. package/dist/esm/classic/redTeams/index.js +14 -0
  470. package/dist/esm/classic/redTeams/index.js.map +1 -0
  471. package/dist/esm/classic/telemetry/index.d.ts +11 -0
  472. package/dist/esm/classic/telemetry/index.d.ts.map +1 -0
  473. package/dist/esm/classic/telemetry/index.js +14 -0
  474. package/dist/esm/classic/telemetry/index.js.map +1 -0
  475. package/dist/esm/index.d.ts +13 -9
  476. package/dist/esm/index.d.ts.map +1 -1
  477. package/dist/esm/index.js +2 -4
  478. package/dist/esm/index.js.map +1 -1
  479. package/dist/esm/logger.d.ts.map +1 -1
  480. package/dist/esm/logger.js +1 -2
  481. package/dist/esm/logger.js.map +1 -1
  482. package/dist/esm/models/evaluations.d.ts +55 -0
  483. package/dist/esm/models/evaluations.d.ts.map +1 -0
  484. package/dist/esm/models/evaluations.js +56 -0
  485. package/dist/esm/models/evaluations.js.map +1 -0
  486. package/dist/esm/models/index.d.ts +3 -0
  487. package/dist/esm/models/index.d.ts.map +1 -0
  488. package/dist/esm/models/index.js +5 -0
  489. package/dist/esm/models/index.js.map +1 -0
  490. package/dist/esm/models/models.d.ts +518 -0
  491. package/dist/esm/models/models.d.ts.map +1 -0
  492. package/dist/esm/models/models.js +634 -0
  493. package/dist/esm/models/models.js.map +1 -0
  494. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  495. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  496. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  497. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  498. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  499. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  500. package/dist/esm/static-helpers/urlTemplate.js +175 -0
  501. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  502. package/dist/react-native/aiProjectClient.d.ts +83 -0
  503. package/dist/react-native/aiProjectClient.d.ts.map +1 -0
  504. package/dist/react-native/aiProjectClient.js +92 -0
  505. package/dist/react-native/aiProjectClient.js.map +1 -0
  506. package/dist/react-native/api/aiProjectContext.d.ts +23 -0
  507. package/dist/react-native/api/aiProjectContext.d.ts.map +1 -0
  508. package/dist/react-native/api/aiProjectContext.js +38 -0
  509. package/dist/react-native/api/aiProjectContext.js.map +1 -0
  510. package/dist/react-native/api/connections/index.d.ts +3 -0
  511. package/dist/react-native/api/connections/index.d.ts.map +1 -0
  512. package/dist/react-native/api/connections/index.js +4 -0
  513. package/dist/react-native/api/connections/index.js.map +1 -0
  514. package/dist/react-native/api/connections/operations.d.ts +28 -0
  515. package/dist/react-native/api/connections/operations.d.ts.map +1 -0
  516. package/dist/react-native/api/connections/operations.js +125 -0
  517. package/dist/react-native/api/connections/operations.js.map +1 -0
  518. package/dist/react-native/api/connections/options.d.ts +28 -0
  519. package/dist/react-native/api/connections/options.d.ts.map +1 -0
  520. package/dist/react-native/api/connections/options.js +4 -0
  521. package/dist/react-native/api/connections/options.js.map +1 -0
  522. package/dist/react-native/api/datasets/index.d.ts +3 -0
  523. package/dist/react-native/api/datasets/index.d.ts.map +1 -0
  524. package/dist/react-native/api/datasets/index.js +4 -0
  525. package/dist/react-native/api/datasets/index.js.map +1 -0
  526. package/dist/react-native/api/datasets/operations.d.ts +41 -0
  527. package/dist/react-native/api/datasets/operations.d.ts.map +1 -0
  528. package/dist/react-native/api/datasets/operations.js +286 -0
  529. package/dist/react-native/api/datasets/operations.js.map +1 -0
  530. package/dist/react-native/api/datasets/options.d.ts +27 -0
  531. package/dist/react-native/api/datasets/options.d.ts.map +1 -0
  532. package/dist/react-native/api/datasets/options.js +2 -0
  533. package/dist/react-native/api/datasets/options.js.map +1 -0
  534. package/dist/react-native/api/deployments/index.d.ts +3 -0
  535. package/dist/react-native/api/deployments/index.d.ts.map +1 -0
  536. package/dist/react-native/api/deployments/index.js +4 -0
  537. package/dist/react-native/api/deployments/index.js.map +1 -0
  538. package/dist/react-native/api/deployments/operations.d.ts +14 -0
  539. package/dist/react-native/api/deployments/operations.d.ts.map +1 -0
  540. package/dist/react-native/api/deployments/operations.js +59 -0
  541. package/dist/react-native/api/deployments/operations.js.map +1 -0
  542. package/dist/react-native/api/deployments/options.d.ts +25 -0
  543. package/dist/react-native/api/deployments/options.d.ts.map +1 -0
  544. package/dist/react-native/api/deployments/options.js +4 -0
  545. package/dist/react-native/api/deployments/options.js.map +1 -0
  546. package/dist/react-native/api/evaluations/index.d.ts +3 -0
  547. package/dist/react-native/api/evaluations/index.d.ts.map +1 -0
  548. package/dist/react-native/api/evaluations/index.js +4 -0
  549. package/dist/react-native/api/evaluations/index.js.map +1 -0
  550. package/dist/react-native/api/evaluations/operations.d.ts +22 -0
  551. package/dist/react-native/api/evaluations/operations.d.ts.map +1 -0
  552. package/dist/react-native/api/evaluations/operations.js +102 -0
  553. package/dist/react-native/api/evaluations/operations.js.map +1 -0
  554. package/dist/react-native/api/evaluations/options.d.ts +24 -0
  555. package/dist/react-native/api/evaluations/options.d.ts.map +1 -0
  556. package/dist/react-native/api/evaluations/options.js +4 -0
  557. package/dist/react-native/api/evaluations/options.js.map +1 -0
  558. package/dist/react-native/api/index.d.ts +2 -0
  559. package/dist/react-native/api/index.d.ts.map +1 -0
  560. package/dist/react-native/api/index.js +4 -0
  561. package/dist/react-native/api/index.js.map +1 -0
  562. package/dist/react-native/api/indexes/index.d.ts +3 -0
  563. package/dist/react-native/api/indexes/index.d.ts.map +1 -0
  564. package/dist/react-native/api/indexes/index.js +4 -0
  565. package/dist/react-native/api/indexes/index.js.map +1 -0
  566. package/dist/react-native/api/indexes/operations.d.ts +31 -0
  567. package/dist/react-native/api/indexes/operations.d.ts.map +1 -0
  568. package/dist/react-native/api/indexes/operations.js +125 -0
  569. package/dist/react-native/api/indexes/operations.js.map +1 -0
  570. package/dist/react-native/api/indexes/options.d.ts +21 -0
  571. package/dist/react-native/api/indexes/options.d.ts.map +1 -0
  572. package/dist/react-native/api/indexes/options.js +4 -0
  573. package/dist/react-native/api/indexes/options.js.map +1 -0
  574. package/dist/react-native/api/inference/enableTelemetry.d.ts +21 -0
  575. package/dist/react-native/api/inference/enableTelemetry.d.ts.map +1 -0
  576. package/dist/react-native/api/inference/enableTelemetry.js +185 -0
  577. package/dist/react-native/api/inference/enableTelemetry.js.map +1 -0
  578. package/dist/react-native/api/inference/operations.d.ts +59 -0
  579. package/dist/react-native/api/inference/operations.d.ts.map +1 -0
  580. package/dist/react-native/api/inference/operations.js +179 -0
  581. package/dist/react-native/api/inference/operations.js.map +1 -0
  582. package/dist/react-native/api/inference/options.d.ts +18 -0
  583. package/dist/react-native/api/inference/options.d.ts.map +1 -0
  584. package/dist/react-native/api/inference/options.js +4 -0
  585. package/dist/react-native/api/inference/options.js.map +1 -0
  586. package/dist/react-native/api/redTeams/index.d.ts +3 -0
  587. package/dist/react-native/api/redTeams/index.d.ts.map +1 -0
  588. package/dist/react-native/api/redTeams/index.js +4 -0
  589. package/dist/react-native/api/redTeams/index.js.map +1 -0
  590. package/dist/react-native/api/redTeams/operations.d.ts +18 -0
  591. package/dist/react-native/api/redTeams/operations.d.ts.map +1 -0
  592. package/dist/react-native/api/redTeams/operations.js +77 -0
  593. package/dist/react-native/api/redTeams/operations.js.map +1 -0
  594. package/dist/react-native/api/redTeams/options.d.ts +21 -0
  595. package/dist/react-native/api/redTeams/options.d.ts.map +1 -0
  596. package/dist/react-native/api/redTeams/options.js +4 -0
  597. package/dist/react-native/api/redTeams/options.js.map +1 -0
  598. package/dist/react-native/api/telemetry/index.d.ts +2 -0
  599. package/dist/react-native/api/telemetry/index.d.ts.map +1 -0
  600. package/dist/react-native/api/telemetry/index.js +4 -0
  601. package/dist/react-native/api/telemetry/index.js.map +1 -0
  602. package/dist/react-native/api/telemetry/operations.d.ts +22 -0
  603. package/dist/react-native/api/telemetry/operations.d.ts.map +1 -0
  604. package/dist/react-native/api/telemetry/operations.js +70 -0
  605. package/dist/react-native/api/telemetry/operations.js.map +1 -0
  606. package/dist/react-native/classic/connections/index.d.ts +17 -0
  607. package/dist/react-native/classic/connections/index.d.ts.map +1 -0
  608. package/dist/react-native/classic/connections/index.js +15 -0
  609. package/dist/react-native/classic/connections/index.js.map +1 -0
  610. package/dist/react-native/classic/datasets/index.d.ts +32 -0
  611. package/dist/react-native/classic/datasets/index.d.ts.map +1 -0
  612. package/dist/react-native/classic/datasets/index.js +21 -0
  613. package/dist/react-native/classic/datasets/index.js.map +1 -0
  614. package/dist/react-native/classic/deployments/index.d.ts +13 -0
  615. package/dist/react-native/classic/deployments/index.d.ts.map +1 -0
  616. package/dist/react-native/classic/deployments/index.js +13 -0
  617. package/dist/react-native/classic/deployments/index.js.map +1 -0
  618. package/dist/react-native/classic/evaluations/index.d.ts +17 -0
  619. package/dist/react-native/classic/evaluations/index.d.ts.map +1 -0
  620. package/dist/react-native/classic/evaluations/index.js +15 -0
  621. package/dist/react-native/classic/evaluations/index.js.map +1 -0
  622. package/dist/react-native/classic/index.d.ts +8 -0
  623. package/dist/react-native/classic/index.d.ts.map +1 -0
  624. package/dist/react-native/classic/index.js +4 -0
  625. package/dist/react-native/classic/index.js.map +1 -0
  626. package/dist/react-native/classic/indexes/index.d.ts +24 -0
  627. package/dist/react-native/classic/indexes/index.d.ts.map +1 -0
  628. package/dist/react-native/classic/indexes/index.js +17 -0
  629. package/dist/react-native/classic/indexes/index.js.map +1 -0
  630. package/dist/react-native/classic/inference/index.d.ts +18 -0
  631. package/dist/react-native/classic/inference/index.d.ts.map +1 -0
  632. package/dist/react-native/classic/inference/index.js +15 -0
  633. package/dist/react-native/classic/inference/index.js.map +1 -0
  634. package/dist/react-native/classic/redTeams/index.d.ts +15 -0
  635. package/dist/react-native/classic/redTeams/index.d.ts.map +1 -0
  636. package/dist/react-native/classic/redTeams/index.js +14 -0
  637. package/dist/react-native/classic/redTeams/index.js.map +1 -0
  638. package/dist/react-native/classic/telemetry/index.d.ts +11 -0
  639. package/dist/react-native/classic/telemetry/index.d.ts.map +1 -0
  640. package/dist/react-native/classic/telemetry/index.js +14 -0
  641. package/dist/react-native/classic/telemetry/index.js.map +1 -0
  642. package/dist/react-native/index.d.ts +13 -9
  643. package/dist/react-native/index.d.ts.map +1 -1
  644. package/dist/react-native/index.js +2 -4
  645. package/dist/react-native/index.js.map +1 -1
  646. package/dist/react-native/logger.d.ts.map +1 -1
  647. package/dist/react-native/logger.js +1 -2
  648. package/dist/react-native/logger.js.map +1 -1
  649. package/dist/react-native/models/evaluations.d.ts +55 -0
  650. package/dist/react-native/models/evaluations.d.ts.map +1 -0
  651. package/dist/react-native/models/evaluations.js +56 -0
  652. package/dist/react-native/models/evaluations.js.map +1 -0
  653. package/dist/react-native/models/index.d.ts +3 -0
  654. package/dist/react-native/models/index.d.ts.map +1 -0
  655. package/dist/react-native/models/index.js +5 -0
  656. package/dist/react-native/models/index.js.map +1 -0
  657. package/dist/react-native/models/models.d.ts +518 -0
  658. package/dist/react-native/models/models.d.ts.map +1 -0
  659. package/dist/react-native/models/models.js +634 -0
  660. package/dist/react-native/models/models.js.map +1 -0
  661. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  662. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  663. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  664. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  665. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  666. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  667. package/dist/react-native/static-helpers/urlTemplate.js +175 -0
  668. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  669. package/package.json +34 -19
  670. package/dist/browser/agents/assistants.d.ts +0 -14
  671. package/dist/browser/agents/assistants.d.ts.map +0 -1
  672. package/dist/browser/agents/assistants.js +0 -164
  673. package/dist/browser/agents/assistants.js.map +0 -1
  674. package/dist/browser/agents/assistantsTrace.d.ts +0 -17
  675. package/dist/browser/agents/assistantsTrace.d.ts.map +0 -1
  676. package/dist/browser/agents/assistantsTrace.js +0 -42
  677. package/dist/browser/agents/assistantsTrace.js.map +0 -1
  678. package/dist/browser/agents/customModels.d.ts +0 -268
  679. package/dist/browser/agents/customModels.d.ts.map +0 -1
  680. package/dist/browser/agents/customModels.js +0 -4
  681. package/dist/browser/agents/customModels.js.map +0 -1
  682. package/dist/browser/agents/files.d.ts +0 -18
  683. package/dist/browser/agents/files.d.ts.map +0 -1
  684. package/dist/browser/agents/files.js +0 -130
  685. package/dist/browser/agents/files.js.map +0 -1
  686. package/dist/browser/agents/index.d.ts +0 -105
  687. package/dist/browser/agents/index.d.ts.map +0 -1
  688. package/dist/browser/agents/index.js +0 -63
  689. package/dist/browser/agents/index.js.map +0 -1
  690. package/dist/browser/agents/inputOutputs.d.ts +0 -10
  691. package/dist/browser/agents/inputOutputs.d.ts.map +0 -1
  692. package/dist/browser/agents/inputOutputs.js +0 -8
  693. package/dist/browser/agents/inputOutputs.js.map +0 -1
  694. package/dist/browser/agents/inputValidations.d.ts +0 -15
  695. package/dist/browser/agents/inputValidations.d.ts.map +0 -1
  696. package/dist/browser/agents/inputValidations.js +0 -116
  697. package/dist/browser/agents/inputValidations.js.map +0 -1
  698. package/dist/browser/agents/messages.d.ts +0 -11
  699. package/dist/browser/agents/messages.d.ts.map +0 -1
  700. package/dist/browser/agents/messages.js +0 -101
  701. package/dist/browser/agents/messages.js.map +0 -1
  702. package/dist/browser/agents/messagesTrace.d.ts +0 -9
  703. package/dist/browser/agents/messagesTrace.d.ts.map +0 -1
  704. package/dist/browser/agents/messagesTrace.js +0 -29
  705. package/dist/browser/agents/messagesTrace.js.map +0 -1
  706. package/dist/browser/agents/openAIError.d.ts +0 -15
  707. package/dist/browser/agents/openAIError.d.ts.map +0 -1
  708. package/dist/browser/agents/openAIError.js +0 -30
  709. package/dist/browser/agents/openAIError.js.map +0 -1
  710. package/dist/browser/agents/poller.d.ts +0 -9
  711. package/dist/browser/agents/poller.d.ts.map +0 -1
  712. package/dist/browser/agents/poller.js +0 -137
  713. package/dist/browser/agents/poller.js.map +0 -1
  714. package/dist/browser/agents/runSteps.d.ts +0 -8
  715. package/dist/browser/agents/runSteps.d.ts.map +0 -1
  716. package/dist/browser/agents/runSteps.js +0 -55
  717. package/dist/browser/agents/runSteps.js.map +0 -1
  718. package/dist/browser/agents/runTrace.d.ts +0 -9
  719. package/dist/browser/agents/runTrace.d.ts.map +0 -1
  720. package/dist/browser/agents/runTrace.js +0 -62
  721. package/dist/browser/agents/runTrace.js.map +0 -1
  722. package/dist/browser/agents/runs.d.ts +0 -19
  723. package/dist/browser/agents/runs.d.ts.map +0 -1
  724. package/dist/browser/agents/runs.js +0 -222
  725. package/dist/browser/agents/runs.js.map +0 -1
  726. package/dist/browser/agents/streaming.d.ts +0 -9
  727. package/dist/browser/agents/streaming.d.ts.map +0 -1
  728. package/dist/browser/agents/streaming.js +0 -135
  729. package/dist/browser/agents/streaming.js.map +0 -1
  730. package/dist/browser/agents/streamingModels.d.ts +0 -103
  731. package/dist/browser/agents/streamingModels.d.ts.map +0 -1
  732. package/dist/browser/agents/streamingModels.js +0 -75
  733. package/dist/browser/agents/streamingModels.js.map +0 -1
  734. package/dist/browser/agents/threads.d.ts +0 -14
  735. package/dist/browser/agents/threads.d.ts.map +0 -1
  736. package/dist/browser/agents/threads.js +0 -108
  737. package/dist/browser/agents/threads.js.map +0 -1
  738. package/dist/browser/agents/threadsTrace.d.ts +0 -6
  739. package/dist/browser/agents/threadsTrace.d.ts.map +0 -1
  740. package/dist/browser/agents/threadsTrace.js +0 -19
  741. package/dist/browser/agents/threadsTrace.js.map +0 -1
  742. package/dist/browser/agents/traceUtility.d.ts +0 -36
  743. package/dist/browser/agents/traceUtility.d.ts.map +0 -1
  744. package/dist/browser/agents/traceUtility.js +0 -127
  745. package/dist/browser/agents/traceUtility.js.map +0 -1
  746. package/dist/browser/agents/utils.d.ts +0 -222
  747. package/dist/browser/agents/utils.d.ts.map +0 -1
  748. package/dist/browser/agents/utils.js +0 -311
  749. package/dist/browser/agents/utils.js.map +0 -1
  750. package/dist/browser/agents/vectorStores.d.ts +0 -19
  751. package/dist/browser/agents/vectorStores.d.ts.map +0 -1
  752. package/dist/browser/agents/vectorStores.js +0 -134
  753. package/dist/browser/agents/vectorStores.js.map +0 -1
  754. package/dist/browser/agents/vectorStoresFileBatches.d.ts +0 -16
  755. package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +0 -1
  756. package/dist/browser/agents/vectorStoresFileBatches.js +0 -122
  757. package/dist/browser/agents/vectorStoresFileBatches.js.map +0 -1
  758. package/dist/browser/agents/vectorStoresFiles.d.ts +0 -18
  759. package/dist/browser/agents/vectorStoresFiles.d.ts.map +0 -1
  760. package/dist/browser/agents/vectorStoresFiles.js +0 -133
  761. package/dist/browser/agents/vectorStoresFiles.js.map +0 -1
  762. package/dist/browser/agents/vectorStoresModels.d.ts +0 -27
  763. package/dist/browser/agents/vectorStoresModels.d.ts.map +0 -1
  764. package/dist/browser/agents/vectorStoresModels.js +0 -4
  765. package/dist/browser/agents/vectorStoresModels.js.map +0 -1
  766. package/dist/browser/aiProjectsClient.d.ts +0 -34
  767. package/dist/browser/aiProjectsClient.d.ts.map +0 -1
  768. package/dist/browser/aiProjectsClient.js +0 -47
  769. package/dist/browser/aiProjectsClient.js.map +0 -1
  770. package/dist/browser/connections/connections.d.ts +0 -13
  771. package/dist/browser/connections/connections.d.ts.map +0 -1
  772. package/dist/browser/connections/connections.js +0 -47
  773. package/dist/browser/connections/connections.js.map +0 -1
  774. package/dist/browser/connections/customModels.d.ts +0 -27
  775. package/dist/browser/connections/customModels.d.ts.map +0 -1
  776. package/dist/browser/connections/customModels.js +0 -4
  777. package/dist/browser/connections/customModels.js.map +0 -1
  778. package/dist/browser/connections/index.d.ts +0 -9
  779. package/dist/browser/connections/index.d.ts.map +0 -1
  780. package/dist/browser/connections/index.js +0 -20
  781. package/dist/browser/connections/index.js.map +0 -1
  782. package/dist/browser/connections/inputOutput.d.ts +0 -4
  783. package/dist/browser/connections/inputOutput.d.ts.map +0 -1
  784. package/dist/browser/connections/inputOutput.js +0 -4
  785. package/dist/browser/connections/inputOutput.js.map +0 -1
  786. package/dist/browser/connections/internalModels.d.ts +0 -7
  787. package/dist/browser/connections/internalModels.d.ts.map +0 -1
  788. package/dist/browser/connections/internalModels.js +0 -4
  789. package/dist/browser/connections/internalModels.js.map +0 -1
  790. package/dist/browser/customization/convertModelsToWrite.d.ts +0 -14
  791. package/dist/browser/customization/convertModelsToWrite.d.ts.map +0 -1
  792. package/dist/browser/customization/convertModelsToWrite.js +0 -297
  793. package/dist/browser/customization/convertModelsToWrite.js.map +0 -1
  794. package/dist/browser/customization/convertOutputModelsFromWire.d.ts +0 -28
  795. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  796. package/dist/browser/customization/convertOutputModelsFromWire.js +0 -962
  797. package/dist/browser/customization/convertOutputModelsFromWire.js.map +0 -1
  798. package/dist/browser/customization/convertParametersToWire.d.ts +0 -18
  799. package/dist/browser/customization/convertParametersToWire.d.ts.map +0 -1
  800. package/dist/browser/customization/convertParametersToWire.js +0 -31
  801. package/dist/browser/customization/convertParametersToWire.js.map +0 -1
  802. package/dist/browser/customization/models.d.ts +0 -949
  803. package/dist/browser/customization/models.d.ts.map +0 -1
  804. package/dist/browser/customization/models.js +0 -4
  805. package/dist/browser/customization/models.js.map +0 -1
  806. package/dist/browser/customization/outputModels.d.ts +0 -1501
  807. package/dist/browser/customization/outputModels.d.ts.map +0 -1
  808. package/dist/browser/customization/outputModels.js +0 -4
  809. package/dist/browser/customization/outputModels.js.map +0 -1
  810. package/dist/browser/customization/parameters.d.ts +0 -394
  811. package/dist/browser/customization/parameters.d.ts.map +0 -1
  812. package/dist/browser/customization/parameters.js +0 -4
  813. package/dist/browser/customization/parameters.js.map +0 -1
  814. package/dist/browser/customization/streamingModels.d.ts +0 -226
  815. package/dist/browser/customization/streamingModels.d.ts.map +0 -1
  816. package/dist/browser/customization/streamingModels.js +0 -4
  817. package/dist/browser/customization/streamingModels.js.map +0 -1
  818. package/dist/browser/customization/streamingWireModels.d.ts +0 -222
  819. package/dist/browser/customization/streamingWireModels.d.ts.map +0 -1
  820. package/dist/browser/customization/streamingWireModels.js +0 -4
  821. package/dist/browser/customization/streamingWireModels.js.map +0 -1
  822. package/dist/browser/generated/src/clientDefinitions.d.ts +0 -260
  823. package/dist/browser/generated/src/clientDefinitions.d.ts.map +0 -1
  824. package/dist/browser/generated/src/clientDefinitions.js +0 -4
  825. package/dist/browser/generated/src/clientDefinitions.js.map +0 -1
  826. package/dist/browser/generated/src/index.d.ts +0 -11
  827. package/dist/browser/generated/src/index.d.ts.map +0 -1
  828. package/dist/browser/generated/src/index.js +0 -13
  829. package/dist/browser/generated/src/index.js.map +0 -1
  830. package/dist/browser/generated/src/isUnexpected.d.ts +0 -55
  831. package/dist/browser/generated/src/isUnexpected.d.ts.map +0 -1
  832. package/dist/browser/generated/src/isUnexpected.js +0 -124
  833. package/dist/browser/generated/src/isUnexpected.js.map +0 -1
  834. package/dist/browser/generated/src/logger.d.ts +0 -2
  835. package/dist/browser/generated/src/logger.d.ts.map +0 -1
  836. package/dist/browser/generated/src/logger.js +0 -5
  837. package/dist/browser/generated/src/logger.js.map +0 -1
  838. package/dist/browser/generated/src/models.d.ts +0 -937
  839. package/dist/browser/generated/src/models.d.ts.map +0 -1
  840. package/dist/browser/generated/src/models.js +0 -4
  841. package/dist/browser/generated/src/models.js.map +0 -1
  842. package/dist/browser/generated/src/outputModels.d.ts +0 -1621
  843. package/dist/browser/generated/src/outputModels.d.ts.map +0 -1
  844. package/dist/browser/generated/src/outputModels.js +0 -4
  845. package/dist/browser/generated/src/outputModels.js.map +0 -1
  846. package/dist/browser/generated/src/paginateHelper.d.ts +0 -68
  847. package/dist/browser/generated/src/paginateHelper.d.ts.map +0 -1
  848. package/dist/browser/generated/src/paginateHelper.js +0 -180
  849. package/dist/browser/generated/src/paginateHelper.js.map +0 -1
  850. package/dist/browser/generated/src/parameters.d.ts +0 -451
  851. package/dist/browser/generated/src/parameters.d.ts.map +0 -1
  852. package/dist/browser/generated/src/parameters.js +0 -4
  853. package/dist/browser/generated/src/parameters.js.map +0 -1
  854. package/dist/browser/generated/src/projectsClient.d.ts +0 -19
  855. package/dist/browser/generated/src/projectsClient.d.ts.map +0 -1
  856. package/dist/browser/generated/src/projectsClient.js +0 -48
  857. package/dist/browser/generated/src/projectsClient.js.map +0 -1
  858. package/dist/browser/generated/src/responses.d.ts +0 -791
  859. package/dist/browser/generated/src/responses.d.ts.map +0 -1
  860. package/dist/browser/generated/src/responses.js +0 -4
  861. package/dist/browser/generated/src/responses.js.map +0 -1
  862. package/dist/browser/telemetry/index.d.ts +0 -32
  863. package/dist/browser/telemetry/index.d.ts.map +0 -1
  864. package/dist/browser/telemetry/index.js +0 -17
  865. package/dist/browser/telemetry/index.js.map +0 -1
  866. package/dist/browser/telemetry/telemetry.d.ts +0 -30
  867. package/dist/browser/telemetry/telemetry.d.ts.map +0 -1
  868. package/dist/browser/telemetry/telemetry.js +0 -53
  869. package/dist/browser/telemetry/telemetry.js.map +0 -1
  870. package/dist/browser/tracing.d.ts +0 -80
  871. package/dist/browser/tracing.d.ts.map +0 -1
  872. package/dist/browser/tracing.js +0 -193
  873. package/dist/browser/tracing.js.map +0 -1
  874. package/dist/commonjs/agents/assistants.d.ts +0 -14
  875. package/dist/commonjs/agents/assistants.d.ts.map +0 -1
  876. package/dist/commonjs/agents/assistants.js +0 -172
  877. package/dist/commonjs/agents/assistants.js.map +0 -1
  878. package/dist/commonjs/agents/assistantsTrace.d.ts +0 -17
  879. package/dist/commonjs/agents/assistantsTrace.d.ts.map +0 -1
  880. package/dist/commonjs/agents/assistantsTrace.js +0 -46
  881. package/dist/commonjs/agents/assistantsTrace.js.map +0 -1
  882. package/dist/commonjs/agents/customModels.d.ts +0 -268
  883. package/dist/commonjs/agents/customModels.d.ts.map +0 -1
  884. package/dist/commonjs/agents/customModels.js +0 -5
  885. package/dist/commonjs/agents/customModels.js.map +0 -1
  886. package/dist/commonjs/agents/files.d.ts +0 -18
  887. package/dist/commonjs/agents/files.d.ts.map +0 -1
  888. package/dist/commonjs/agents/files.js +0 -140
  889. package/dist/commonjs/agents/files.js.map +0 -1
  890. package/dist/commonjs/agents/index.d.ts +0 -105
  891. package/dist/commonjs/agents/index.d.ts.map +0 -1
  892. package/dist/commonjs/agents/index.js +0 -66
  893. package/dist/commonjs/agents/index.js.map +0 -1
  894. package/dist/commonjs/agents/inputOutputs.d.ts +0 -10
  895. package/dist/commonjs/agents/inputOutputs.d.ts.map +0 -1
  896. package/dist/commonjs/agents/inputOutputs.js +0 -11
  897. package/dist/commonjs/agents/inputOutputs.js.map +0 -1
  898. package/dist/commonjs/agents/inputValidations.d.ts +0 -15
  899. package/dist/commonjs/agents/inputValidations.d.ts.map +0 -1
  900. package/dist/commonjs/agents/inputValidations.js +0 -131
  901. package/dist/commonjs/agents/inputValidations.js.map +0 -1
  902. package/dist/commonjs/agents/messages.d.ts +0 -11
  903. package/dist/commonjs/agents/messages.d.ts.map +0 -1
  904. package/dist/commonjs/agents/messages.js +0 -107
  905. package/dist/commonjs/agents/messages.js.map +0 -1
  906. package/dist/commonjs/agents/messagesTrace.d.ts +0 -9
  907. package/dist/commonjs/agents/messagesTrace.d.ts.map +0 -1
  908. package/dist/commonjs/agents/messagesTrace.js +0 -35
  909. package/dist/commonjs/agents/messagesTrace.js.map +0 -1
  910. package/dist/commonjs/agents/openAIError.d.ts +0 -15
  911. package/dist/commonjs/agents/openAIError.d.ts.map +0 -1
  912. package/dist/commonjs/agents/openAIError.js +0 -35
  913. package/dist/commonjs/agents/openAIError.js.map +0 -1
  914. package/dist/commonjs/agents/poller.d.ts +0 -9
  915. package/dist/commonjs/agents/poller.d.ts.map +0 -1
  916. package/dist/commonjs/agents/poller.js +0 -140
  917. package/dist/commonjs/agents/poller.js.map +0 -1
  918. package/dist/commonjs/agents/runSteps.d.ts +0 -8
  919. package/dist/commonjs/agents/runSteps.d.ts.map +0 -1
  920. package/dist/commonjs/agents/runSteps.js +0 -60
  921. package/dist/commonjs/agents/runSteps.js.map +0 -1
  922. package/dist/commonjs/agents/runTrace.d.ts +0 -9
  923. package/dist/commonjs/agents/runTrace.d.ts.map +0 -1
  924. package/dist/commonjs/agents/runTrace.js +0 -69
  925. package/dist/commonjs/agents/runTrace.js.map +0 -1
  926. package/dist/commonjs/agents/runs.d.ts +0 -19
  927. package/dist/commonjs/agents/runs.d.ts.map +0 -1
  928. package/dist/commonjs/agents/runs.js +0 -232
  929. package/dist/commonjs/agents/runs.js.map +0 -1
  930. package/dist/commonjs/agents/streaming.d.ts +0 -9
  931. package/dist/commonjs/agents/streaming.d.ts.map +0 -1
  932. package/dist/commonjs/agents/streaming.js +0 -140
  933. package/dist/commonjs/agents/streaming.js.map +0 -1
  934. package/dist/commonjs/agents/streamingModels.d.ts +0 -103
  935. package/dist/commonjs/agents/streamingModels.d.ts.map +0 -1
  936. package/dist/commonjs/agents/streamingModels.js +0 -78
  937. package/dist/commonjs/agents/streamingModels.js.map +0 -1
  938. package/dist/commonjs/agents/threads.d.ts +0 -14
  939. package/dist/commonjs/agents/threads.d.ts.map +0 -1
  940. package/dist/commonjs/agents/threads.js +0 -116
  941. package/dist/commonjs/agents/threads.js.map +0 -1
  942. package/dist/commonjs/agents/threadsTrace.d.ts +0 -6
  943. package/dist/commonjs/agents/threadsTrace.d.ts.map +0 -1
  944. package/dist/commonjs/agents/threadsTrace.js +0 -23
  945. package/dist/commonjs/agents/threadsTrace.js.map +0 -1
  946. package/dist/commonjs/agents/traceUtility.d.ts +0 -36
  947. package/dist/commonjs/agents/traceUtility.d.ts.map +0 -1
  948. package/dist/commonjs/agents/traceUtility.js +0 -136
  949. package/dist/commonjs/agents/traceUtility.js.map +0 -1
  950. package/dist/commonjs/agents/utils.d.ts +0 -222
  951. package/dist/commonjs/agents/utils.d.ts.map +0 -1
  952. package/dist/commonjs/agents/utils.js +0 -317
  953. package/dist/commonjs/agents/utils.js.map +0 -1
  954. package/dist/commonjs/agents/vectorStores.d.ts +0 -19
  955. package/dist/commonjs/agents/vectorStores.d.ts.map +0 -1
  956. package/dist/commonjs/agents/vectorStores.js +0 -143
  957. package/dist/commonjs/agents/vectorStores.js.map +0 -1
  958. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +0 -16
  959. package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +0 -1
  960. package/dist/commonjs/agents/vectorStoresFileBatches.js +0 -131
  961. package/dist/commonjs/agents/vectorStoresFileBatches.js.map +0 -1
  962. package/dist/commonjs/agents/vectorStoresFiles.d.ts +0 -18
  963. package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +0 -1
  964. package/dist/commonjs/agents/vectorStoresFiles.js +0 -141
  965. package/dist/commonjs/agents/vectorStoresFiles.js.map +0 -1
  966. package/dist/commonjs/agents/vectorStoresModels.d.ts +0 -27
  967. package/dist/commonjs/agents/vectorStoresModels.d.ts.map +0 -1
  968. package/dist/commonjs/agents/vectorStoresModels.js +0 -5
  969. package/dist/commonjs/agents/vectorStoresModels.js.map +0 -1
  970. package/dist/commonjs/aiProjectsClient.d.ts +0 -34
  971. package/dist/commonjs/aiProjectsClient.d.ts.map +0 -1
  972. package/dist/commonjs/aiProjectsClient.js +0 -52
  973. package/dist/commonjs/aiProjectsClient.js.map +0 -1
  974. package/dist/commonjs/connections/connections.d.ts +0 -13
  975. package/dist/commonjs/connections/connections.d.ts.map +0 -1
  976. package/dist/commonjs/connections/connections.js +0 -53
  977. package/dist/commonjs/connections/connections.js.map +0 -1
  978. package/dist/commonjs/connections/customModels.d.ts +0 -27
  979. package/dist/commonjs/connections/customModels.d.ts.map +0 -1
  980. package/dist/commonjs/connections/customModels.js +0 -5
  981. package/dist/commonjs/connections/customModels.js.map +0 -1
  982. package/dist/commonjs/connections/index.d.ts +0 -9
  983. package/dist/commonjs/connections/index.d.ts.map +0 -1
  984. package/dist/commonjs/connections/index.js +0 -24
  985. package/dist/commonjs/connections/index.js.map +0 -1
  986. package/dist/commonjs/connections/inputOutput.d.ts +0 -4
  987. package/dist/commonjs/connections/inputOutput.d.ts.map +0 -1
  988. package/dist/commonjs/connections/inputOutput.js +0 -7
  989. package/dist/commonjs/connections/inputOutput.js.map +0 -1
  990. package/dist/commonjs/connections/internalModels.d.ts +0 -7
  991. package/dist/commonjs/connections/internalModels.d.ts.map +0 -1
  992. package/dist/commonjs/connections/internalModels.js +0 -5
  993. package/dist/commonjs/connections/internalModels.js.map +0 -1
  994. package/dist/commonjs/customization/convertModelsToWrite.d.ts +0 -14
  995. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +0 -1
  996. package/dist/commonjs/customization/convertModelsToWrite.js +0 -310
  997. package/dist/commonjs/customization/convertModelsToWrite.js.map +0 -1
  998. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +0 -28
  999. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1000. package/dist/commonjs/customization/convertOutputModelsFromWire.js +0 -987
  1001. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +0 -1
  1002. package/dist/commonjs/customization/convertParametersToWire.d.ts +0 -18
  1003. package/dist/commonjs/customization/convertParametersToWire.d.ts.map +0 -1
  1004. package/dist/commonjs/customization/convertParametersToWire.js +0 -38
  1005. package/dist/commonjs/customization/convertParametersToWire.js.map +0 -1
  1006. package/dist/commonjs/customization/models.d.ts +0 -949
  1007. package/dist/commonjs/customization/models.d.ts.map +0 -1
  1008. package/dist/commonjs/customization/models.js +0 -5
  1009. package/dist/commonjs/customization/models.js.map +0 -1
  1010. package/dist/commonjs/customization/outputModels.d.ts +0 -1501
  1011. package/dist/commonjs/customization/outputModels.d.ts.map +0 -1
  1012. package/dist/commonjs/customization/outputModels.js +0 -5
  1013. package/dist/commonjs/customization/outputModels.js.map +0 -1
  1014. package/dist/commonjs/customization/parameters.d.ts +0 -394
  1015. package/dist/commonjs/customization/parameters.d.ts.map +0 -1
  1016. package/dist/commonjs/customization/parameters.js +0 -5
  1017. package/dist/commonjs/customization/parameters.js.map +0 -1
  1018. package/dist/commonjs/customization/streamingModels.d.ts +0 -226
  1019. package/dist/commonjs/customization/streamingModels.d.ts.map +0 -1
  1020. package/dist/commonjs/customization/streamingModels.js +0 -5
  1021. package/dist/commonjs/customization/streamingModels.js.map +0 -1
  1022. package/dist/commonjs/customization/streamingWireModels.d.ts +0 -222
  1023. package/dist/commonjs/customization/streamingWireModels.d.ts.map +0 -1
  1024. package/dist/commonjs/customization/streamingWireModels.js +0 -5
  1025. package/dist/commonjs/customization/streamingWireModels.js.map +0 -1
  1026. package/dist/commonjs/generated/src/clientDefinitions.d.ts +0 -260
  1027. package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +0 -1
  1028. package/dist/commonjs/generated/src/clientDefinitions.js +0 -5
  1029. package/dist/commonjs/generated/src/clientDefinitions.js.map +0 -1
  1030. package/dist/commonjs/generated/src/index.d.ts +0 -11
  1031. package/dist/commonjs/generated/src/index.d.ts.map +0 -1
  1032. package/dist/commonjs/generated/src/index.js +0 -16
  1033. package/dist/commonjs/generated/src/index.js.map +0 -1
  1034. package/dist/commonjs/generated/src/isUnexpected.d.ts +0 -55
  1035. package/dist/commonjs/generated/src/isUnexpected.d.ts.map +0 -1
  1036. package/dist/commonjs/generated/src/isUnexpected.js +0 -127
  1037. package/dist/commonjs/generated/src/isUnexpected.js.map +0 -1
  1038. package/dist/commonjs/generated/src/logger.d.ts +0 -2
  1039. package/dist/commonjs/generated/src/logger.d.ts.map +0 -1
  1040. package/dist/commonjs/generated/src/logger.js +0 -8
  1041. package/dist/commonjs/generated/src/logger.js.map +0 -1
  1042. package/dist/commonjs/generated/src/models.d.ts +0 -937
  1043. package/dist/commonjs/generated/src/models.d.ts.map +0 -1
  1044. package/dist/commonjs/generated/src/models.js +0 -5
  1045. package/dist/commonjs/generated/src/models.js.map +0 -1
  1046. package/dist/commonjs/generated/src/outputModels.d.ts +0 -1621
  1047. package/dist/commonjs/generated/src/outputModels.d.ts.map +0 -1
  1048. package/dist/commonjs/generated/src/outputModels.js +0 -5
  1049. package/dist/commonjs/generated/src/outputModels.js.map +0 -1
  1050. package/dist/commonjs/generated/src/paginateHelper.d.ts +0 -68
  1051. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +0 -1
  1052. package/dist/commonjs/generated/src/paginateHelper.js +0 -183
  1053. package/dist/commonjs/generated/src/paginateHelper.js.map +0 -1
  1054. package/dist/commonjs/generated/src/parameters.d.ts +0 -451
  1055. package/dist/commonjs/generated/src/parameters.d.ts.map +0 -1
  1056. package/dist/commonjs/generated/src/parameters.js +0 -5
  1057. package/dist/commonjs/generated/src/parameters.js.map +0 -1
  1058. package/dist/commonjs/generated/src/projectsClient.d.ts +0 -19
  1059. package/dist/commonjs/generated/src/projectsClient.d.ts.map +0 -1
  1060. package/dist/commonjs/generated/src/projectsClient.js +0 -51
  1061. package/dist/commonjs/generated/src/projectsClient.js.map +0 -1
  1062. package/dist/commonjs/generated/src/responses.d.ts +0 -791
  1063. package/dist/commonjs/generated/src/responses.d.ts.map +0 -1
  1064. package/dist/commonjs/generated/src/responses.js +0 -5
  1065. package/dist/commonjs/generated/src/responses.js.map +0 -1
  1066. package/dist/commonjs/telemetry/index.d.ts +0 -32
  1067. package/dist/commonjs/telemetry/index.d.ts.map +0 -1
  1068. package/dist/commonjs/telemetry/index.js +0 -20
  1069. package/dist/commonjs/telemetry/index.js.map +0 -1
  1070. package/dist/commonjs/telemetry/telemetry.d.ts +0 -30
  1071. package/dist/commonjs/telemetry/telemetry.d.ts.map +0 -1
  1072. package/dist/commonjs/telemetry/telemetry.js +0 -59
  1073. package/dist/commonjs/telemetry/telemetry.js.map +0 -1
  1074. package/dist/commonjs/tracing.d.ts +0 -80
  1075. package/dist/commonjs/tracing.d.ts.map +0 -1
  1076. package/dist/commonjs/tracing.js +0 -197
  1077. package/dist/commonjs/tracing.js.map +0 -1
  1078. package/dist/esm/agents/assistants.d.ts +0 -14
  1079. package/dist/esm/agents/assistants.d.ts.map +0 -1
  1080. package/dist/esm/agents/assistants.js +0 -164
  1081. package/dist/esm/agents/assistants.js.map +0 -1
  1082. package/dist/esm/agents/assistantsTrace.d.ts +0 -17
  1083. package/dist/esm/agents/assistantsTrace.d.ts.map +0 -1
  1084. package/dist/esm/agents/assistantsTrace.js +0 -42
  1085. package/dist/esm/agents/assistantsTrace.js.map +0 -1
  1086. package/dist/esm/agents/customModels.d.ts +0 -268
  1087. package/dist/esm/agents/customModels.d.ts.map +0 -1
  1088. package/dist/esm/agents/customModels.js +0 -4
  1089. package/dist/esm/agents/customModels.js.map +0 -1
  1090. package/dist/esm/agents/files.d.ts +0 -18
  1091. package/dist/esm/agents/files.d.ts.map +0 -1
  1092. package/dist/esm/agents/files.js +0 -130
  1093. package/dist/esm/agents/files.js.map +0 -1
  1094. package/dist/esm/agents/index.d.ts +0 -105
  1095. package/dist/esm/agents/index.d.ts.map +0 -1
  1096. package/dist/esm/agents/index.js +0 -63
  1097. package/dist/esm/agents/index.js.map +0 -1
  1098. package/dist/esm/agents/inputOutputs.d.ts +0 -10
  1099. package/dist/esm/agents/inputOutputs.d.ts.map +0 -1
  1100. package/dist/esm/agents/inputOutputs.js +0 -8
  1101. package/dist/esm/agents/inputOutputs.js.map +0 -1
  1102. package/dist/esm/agents/inputValidations.d.ts +0 -15
  1103. package/dist/esm/agents/inputValidations.d.ts.map +0 -1
  1104. package/dist/esm/agents/inputValidations.js +0 -116
  1105. package/dist/esm/agents/inputValidations.js.map +0 -1
  1106. package/dist/esm/agents/messages.d.ts +0 -11
  1107. package/dist/esm/agents/messages.d.ts.map +0 -1
  1108. package/dist/esm/agents/messages.js +0 -101
  1109. package/dist/esm/agents/messages.js.map +0 -1
  1110. package/dist/esm/agents/messagesTrace.d.ts +0 -9
  1111. package/dist/esm/agents/messagesTrace.d.ts.map +0 -1
  1112. package/dist/esm/agents/messagesTrace.js +0 -29
  1113. package/dist/esm/agents/messagesTrace.js.map +0 -1
  1114. package/dist/esm/agents/openAIError.d.ts +0 -15
  1115. package/dist/esm/agents/openAIError.d.ts.map +0 -1
  1116. package/dist/esm/agents/openAIError.js +0 -30
  1117. package/dist/esm/agents/openAIError.js.map +0 -1
  1118. package/dist/esm/agents/poller.d.ts +0 -9
  1119. package/dist/esm/agents/poller.d.ts.map +0 -1
  1120. package/dist/esm/agents/poller.js +0 -137
  1121. package/dist/esm/agents/poller.js.map +0 -1
  1122. package/dist/esm/agents/runSteps.d.ts +0 -8
  1123. package/dist/esm/agents/runSteps.d.ts.map +0 -1
  1124. package/dist/esm/agents/runSteps.js +0 -55
  1125. package/dist/esm/agents/runSteps.js.map +0 -1
  1126. package/dist/esm/agents/runTrace.d.ts +0 -9
  1127. package/dist/esm/agents/runTrace.d.ts.map +0 -1
  1128. package/dist/esm/agents/runTrace.js +0 -62
  1129. package/dist/esm/agents/runTrace.js.map +0 -1
  1130. package/dist/esm/agents/runs.d.ts +0 -19
  1131. package/dist/esm/agents/runs.d.ts.map +0 -1
  1132. package/dist/esm/agents/runs.js +0 -222
  1133. package/dist/esm/agents/runs.js.map +0 -1
  1134. package/dist/esm/agents/streaming.d.ts +0 -9
  1135. package/dist/esm/agents/streaming.d.ts.map +0 -1
  1136. package/dist/esm/agents/streaming.js +0 -135
  1137. package/dist/esm/agents/streaming.js.map +0 -1
  1138. package/dist/esm/agents/streamingModels.d.ts +0 -103
  1139. package/dist/esm/agents/streamingModels.d.ts.map +0 -1
  1140. package/dist/esm/agents/streamingModels.js +0 -75
  1141. package/dist/esm/agents/streamingModels.js.map +0 -1
  1142. package/dist/esm/agents/threads.d.ts +0 -14
  1143. package/dist/esm/agents/threads.d.ts.map +0 -1
  1144. package/dist/esm/agents/threads.js +0 -108
  1145. package/dist/esm/agents/threads.js.map +0 -1
  1146. package/dist/esm/agents/threadsTrace.d.ts +0 -6
  1147. package/dist/esm/agents/threadsTrace.d.ts.map +0 -1
  1148. package/dist/esm/agents/threadsTrace.js +0 -19
  1149. package/dist/esm/agents/threadsTrace.js.map +0 -1
  1150. package/dist/esm/agents/traceUtility.d.ts +0 -36
  1151. package/dist/esm/agents/traceUtility.d.ts.map +0 -1
  1152. package/dist/esm/agents/traceUtility.js +0 -127
  1153. package/dist/esm/agents/traceUtility.js.map +0 -1
  1154. package/dist/esm/agents/utils.d.ts +0 -222
  1155. package/dist/esm/agents/utils.d.ts.map +0 -1
  1156. package/dist/esm/agents/utils.js +0 -311
  1157. package/dist/esm/agents/utils.js.map +0 -1
  1158. package/dist/esm/agents/vectorStores.d.ts +0 -19
  1159. package/dist/esm/agents/vectorStores.d.ts.map +0 -1
  1160. package/dist/esm/agents/vectorStores.js +0 -134
  1161. package/dist/esm/agents/vectorStores.js.map +0 -1
  1162. package/dist/esm/agents/vectorStoresFileBatches.d.ts +0 -16
  1163. package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1164. package/dist/esm/agents/vectorStoresFileBatches.js +0 -122
  1165. package/dist/esm/agents/vectorStoresFileBatches.js.map +0 -1
  1166. package/dist/esm/agents/vectorStoresFiles.d.ts +0 -18
  1167. package/dist/esm/agents/vectorStoresFiles.d.ts.map +0 -1
  1168. package/dist/esm/agents/vectorStoresFiles.js +0 -133
  1169. package/dist/esm/agents/vectorStoresFiles.js.map +0 -1
  1170. package/dist/esm/agents/vectorStoresModels.d.ts +0 -27
  1171. package/dist/esm/agents/vectorStoresModels.d.ts.map +0 -1
  1172. package/dist/esm/agents/vectorStoresModels.js +0 -4
  1173. package/dist/esm/agents/vectorStoresModels.js.map +0 -1
  1174. package/dist/esm/aiProjectsClient.d.ts +0 -34
  1175. package/dist/esm/aiProjectsClient.d.ts.map +0 -1
  1176. package/dist/esm/aiProjectsClient.js +0 -47
  1177. package/dist/esm/aiProjectsClient.js.map +0 -1
  1178. package/dist/esm/connections/connections.d.ts +0 -13
  1179. package/dist/esm/connections/connections.d.ts.map +0 -1
  1180. package/dist/esm/connections/connections.js +0 -47
  1181. package/dist/esm/connections/connections.js.map +0 -1
  1182. package/dist/esm/connections/customModels.d.ts +0 -27
  1183. package/dist/esm/connections/customModels.d.ts.map +0 -1
  1184. package/dist/esm/connections/customModels.js +0 -4
  1185. package/dist/esm/connections/customModels.js.map +0 -1
  1186. package/dist/esm/connections/index.d.ts +0 -9
  1187. package/dist/esm/connections/index.d.ts.map +0 -1
  1188. package/dist/esm/connections/index.js +0 -20
  1189. package/dist/esm/connections/index.js.map +0 -1
  1190. package/dist/esm/connections/inputOutput.d.ts +0 -4
  1191. package/dist/esm/connections/inputOutput.d.ts.map +0 -1
  1192. package/dist/esm/connections/inputOutput.js +0 -4
  1193. package/dist/esm/connections/inputOutput.js.map +0 -1
  1194. package/dist/esm/connections/internalModels.d.ts +0 -7
  1195. package/dist/esm/connections/internalModels.d.ts.map +0 -1
  1196. package/dist/esm/connections/internalModels.js +0 -4
  1197. package/dist/esm/connections/internalModels.js.map +0 -1
  1198. package/dist/esm/customization/convertModelsToWrite.d.ts +0 -14
  1199. package/dist/esm/customization/convertModelsToWrite.d.ts.map +0 -1
  1200. package/dist/esm/customization/convertModelsToWrite.js +0 -297
  1201. package/dist/esm/customization/convertModelsToWrite.js.map +0 -1
  1202. package/dist/esm/customization/convertOutputModelsFromWire.d.ts +0 -28
  1203. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1204. package/dist/esm/customization/convertOutputModelsFromWire.js +0 -962
  1205. package/dist/esm/customization/convertOutputModelsFromWire.js.map +0 -1
  1206. package/dist/esm/customization/convertParametersToWire.d.ts +0 -18
  1207. package/dist/esm/customization/convertParametersToWire.d.ts.map +0 -1
  1208. package/dist/esm/customization/convertParametersToWire.js +0 -31
  1209. package/dist/esm/customization/convertParametersToWire.js.map +0 -1
  1210. package/dist/esm/customization/models.d.ts +0 -949
  1211. package/dist/esm/customization/models.d.ts.map +0 -1
  1212. package/dist/esm/customization/models.js +0 -4
  1213. package/dist/esm/customization/models.js.map +0 -1
  1214. package/dist/esm/customization/outputModels.d.ts +0 -1501
  1215. package/dist/esm/customization/outputModels.d.ts.map +0 -1
  1216. package/dist/esm/customization/outputModels.js +0 -4
  1217. package/dist/esm/customization/outputModels.js.map +0 -1
  1218. package/dist/esm/customization/parameters.d.ts +0 -394
  1219. package/dist/esm/customization/parameters.d.ts.map +0 -1
  1220. package/dist/esm/customization/parameters.js +0 -4
  1221. package/dist/esm/customization/parameters.js.map +0 -1
  1222. package/dist/esm/customization/streamingModels.d.ts +0 -226
  1223. package/dist/esm/customization/streamingModels.d.ts.map +0 -1
  1224. package/dist/esm/customization/streamingModels.js +0 -4
  1225. package/dist/esm/customization/streamingModels.js.map +0 -1
  1226. package/dist/esm/customization/streamingWireModels.d.ts +0 -222
  1227. package/dist/esm/customization/streamingWireModels.d.ts.map +0 -1
  1228. package/dist/esm/customization/streamingWireModels.js +0 -4
  1229. package/dist/esm/customization/streamingWireModels.js.map +0 -1
  1230. package/dist/esm/generated/src/clientDefinitions.d.ts +0 -260
  1231. package/dist/esm/generated/src/clientDefinitions.d.ts.map +0 -1
  1232. package/dist/esm/generated/src/clientDefinitions.js +0 -4
  1233. package/dist/esm/generated/src/clientDefinitions.js.map +0 -1
  1234. package/dist/esm/generated/src/index.d.ts +0 -11
  1235. package/dist/esm/generated/src/index.d.ts.map +0 -1
  1236. package/dist/esm/generated/src/index.js +0 -13
  1237. package/dist/esm/generated/src/index.js.map +0 -1
  1238. package/dist/esm/generated/src/isUnexpected.d.ts +0 -55
  1239. package/dist/esm/generated/src/isUnexpected.d.ts.map +0 -1
  1240. package/dist/esm/generated/src/isUnexpected.js +0 -124
  1241. package/dist/esm/generated/src/isUnexpected.js.map +0 -1
  1242. package/dist/esm/generated/src/logger.d.ts +0 -2
  1243. package/dist/esm/generated/src/logger.d.ts.map +0 -1
  1244. package/dist/esm/generated/src/logger.js +0 -5
  1245. package/dist/esm/generated/src/logger.js.map +0 -1
  1246. package/dist/esm/generated/src/models.d.ts +0 -937
  1247. package/dist/esm/generated/src/models.d.ts.map +0 -1
  1248. package/dist/esm/generated/src/models.js +0 -4
  1249. package/dist/esm/generated/src/models.js.map +0 -1
  1250. package/dist/esm/generated/src/outputModels.d.ts +0 -1621
  1251. package/dist/esm/generated/src/outputModels.d.ts.map +0 -1
  1252. package/dist/esm/generated/src/outputModels.js +0 -4
  1253. package/dist/esm/generated/src/outputModels.js.map +0 -1
  1254. package/dist/esm/generated/src/paginateHelper.d.ts +0 -68
  1255. package/dist/esm/generated/src/paginateHelper.d.ts.map +0 -1
  1256. package/dist/esm/generated/src/paginateHelper.js +0 -180
  1257. package/dist/esm/generated/src/paginateHelper.js.map +0 -1
  1258. package/dist/esm/generated/src/parameters.d.ts +0 -451
  1259. package/dist/esm/generated/src/parameters.d.ts.map +0 -1
  1260. package/dist/esm/generated/src/parameters.js +0 -4
  1261. package/dist/esm/generated/src/parameters.js.map +0 -1
  1262. package/dist/esm/generated/src/projectsClient.d.ts +0 -19
  1263. package/dist/esm/generated/src/projectsClient.d.ts.map +0 -1
  1264. package/dist/esm/generated/src/projectsClient.js +0 -48
  1265. package/dist/esm/generated/src/projectsClient.js.map +0 -1
  1266. package/dist/esm/generated/src/responses.d.ts +0 -791
  1267. package/dist/esm/generated/src/responses.d.ts.map +0 -1
  1268. package/dist/esm/generated/src/responses.js +0 -4
  1269. package/dist/esm/generated/src/responses.js.map +0 -1
  1270. package/dist/esm/telemetry/index.d.ts +0 -32
  1271. package/dist/esm/telemetry/index.d.ts.map +0 -1
  1272. package/dist/esm/telemetry/index.js +0 -17
  1273. package/dist/esm/telemetry/index.js.map +0 -1
  1274. package/dist/esm/telemetry/telemetry.d.ts +0 -30
  1275. package/dist/esm/telemetry/telemetry.d.ts.map +0 -1
  1276. package/dist/esm/telemetry/telemetry.js +0 -53
  1277. package/dist/esm/telemetry/telemetry.js.map +0 -1
  1278. package/dist/esm/tracing.d.ts +0 -80
  1279. package/dist/esm/tracing.d.ts.map +0 -1
  1280. package/dist/esm/tracing.js +0 -193
  1281. package/dist/esm/tracing.js.map +0 -1
  1282. package/dist/react-native/agents/assistants.d.ts +0 -14
  1283. package/dist/react-native/agents/assistants.d.ts.map +0 -1
  1284. package/dist/react-native/agents/assistants.js +0 -164
  1285. package/dist/react-native/agents/assistants.js.map +0 -1
  1286. package/dist/react-native/agents/assistantsTrace.d.ts +0 -17
  1287. package/dist/react-native/agents/assistantsTrace.d.ts.map +0 -1
  1288. package/dist/react-native/agents/assistantsTrace.js +0 -42
  1289. package/dist/react-native/agents/assistantsTrace.js.map +0 -1
  1290. package/dist/react-native/agents/customModels.d.ts +0 -268
  1291. package/dist/react-native/agents/customModels.d.ts.map +0 -1
  1292. package/dist/react-native/agents/customModels.js +0 -4
  1293. package/dist/react-native/agents/customModels.js.map +0 -1
  1294. package/dist/react-native/agents/files.d.ts +0 -18
  1295. package/dist/react-native/agents/files.d.ts.map +0 -1
  1296. package/dist/react-native/agents/files.js +0 -130
  1297. package/dist/react-native/agents/files.js.map +0 -1
  1298. package/dist/react-native/agents/index.d.ts +0 -105
  1299. package/dist/react-native/agents/index.d.ts.map +0 -1
  1300. package/dist/react-native/agents/index.js +0 -63
  1301. package/dist/react-native/agents/index.js.map +0 -1
  1302. package/dist/react-native/agents/inputOutputs.d.ts +0 -10
  1303. package/dist/react-native/agents/inputOutputs.d.ts.map +0 -1
  1304. package/dist/react-native/agents/inputOutputs.js +0 -8
  1305. package/dist/react-native/agents/inputOutputs.js.map +0 -1
  1306. package/dist/react-native/agents/inputValidations.d.ts +0 -15
  1307. package/dist/react-native/agents/inputValidations.d.ts.map +0 -1
  1308. package/dist/react-native/agents/inputValidations.js +0 -116
  1309. package/dist/react-native/agents/inputValidations.js.map +0 -1
  1310. package/dist/react-native/agents/messages.d.ts +0 -11
  1311. package/dist/react-native/agents/messages.d.ts.map +0 -1
  1312. package/dist/react-native/agents/messages.js +0 -101
  1313. package/dist/react-native/agents/messages.js.map +0 -1
  1314. package/dist/react-native/agents/messagesTrace.d.ts +0 -9
  1315. package/dist/react-native/agents/messagesTrace.d.ts.map +0 -1
  1316. package/dist/react-native/agents/messagesTrace.js +0 -29
  1317. package/dist/react-native/agents/messagesTrace.js.map +0 -1
  1318. package/dist/react-native/agents/openAIError.d.ts +0 -15
  1319. package/dist/react-native/agents/openAIError.d.ts.map +0 -1
  1320. package/dist/react-native/agents/openAIError.js +0 -30
  1321. package/dist/react-native/agents/openAIError.js.map +0 -1
  1322. package/dist/react-native/agents/poller.d.ts +0 -9
  1323. package/dist/react-native/agents/poller.d.ts.map +0 -1
  1324. package/dist/react-native/agents/poller.js +0 -137
  1325. package/dist/react-native/agents/poller.js.map +0 -1
  1326. package/dist/react-native/agents/runSteps.d.ts +0 -8
  1327. package/dist/react-native/agents/runSteps.d.ts.map +0 -1
  1328. package/dist/react-native/agents/runSteps.js +0 -55
  1329. package/dist/react-native/agents/runSteps.js.map +0 -1
  1330. package/dist/react-native/agents/runTrace.d.ts +0 -9
  1331. package/dist/react-native/agents/runTrace.d.ts.map +0 -1
  1332. package/dist/react-native/agents/runTrace.js +0 -62
  1333. package/dist/react-native/agents/runTrace.js.map +0 -1
  1334. package/dist/react-native/agents/runs.d.ts +0 -19
  1335. package/dist/react-native/agents/runs.d.ts.map +0 -1
  1336. package/dist/react-native/agents/runs.js +0 -222
  1337. package/dist/react-native/agents/runs.js.map +0 -1
  1338. package/dist/react-native/agents/streaming.d.ts +0 -9
  1339. package/dist/react-native/agents/streaming.d.ts.map +0 -1
  1340. package/dist/react-native/agents/streaming.js +0 -135
  1341. package/dist/react-native/agents/streaming.js.map +0 -1
  1342. package/dist/react-native/agents/streamingModels.d.ts +0 -103
  1343. package/dist/react-native/agents/streamingModels.d.ts.map +0 -1
  1344. package/dist/react-native/agents/streamingModels.js +0 -75
  1345. package/dist/react-native/agents/streamingModels.js.map +0 -1
  1346. package/dist/react-native/agents/threads.d.ts +0 -14
  1347. package/dist/react-native/agents/threads.d.ts.map +0 -1
  1348. package/dist/react-native/agents/threads.js +0 -108
  1349. package/dist/react-native/agents/threads.js.map +0 -1
  1350. package/dist/react-native/agents/threadsTrace.d.ts +0 -6
  1351. package/dist/react-native/agents/threadsTrace.d.ts.map +0 -1
  1352. package/dist/react-native/agents/threadsTrace.js +0 -19
  1353. package/dist/react-native/agents/threadsTrace.js.map +0 -1
  1354. package/dist/react-native/agents/traceUtility.d.ts +0 -36
  1355. package/dist/react-native/agents/traceUtility.d.ts.map +0 -1
  1356. package/dist/react-native/agents/traceUtility.js +0 -127
  1357. package/dist/react-native/agents/traceUtility.js.map +0 -1
  1358. package/dist/react-native/agents/utils.d.ts +0 -222
  1359. package/dist/react-native/agents/utils.d.ts.map +0 -1
  1360. package/dist/react-native/agents/utils.js +0 -311
  1361. package/dist/react-native/agents/utils.js.map +0 -1
  1362. package/dist/react-native/agents/vectorStores.d.ts +0 -19
  1363. package/dist/react-native/agents/vectorStores.d.ts.map +0 -1
  1364. package/dist/react-native/agents/vectorStores.js +0 -134
  1365. package/dist/react-native/agents/vectorStores.js.map +0 -1
  1366. package/dist/react-native/agents/vectorStoresFileBatches.d.ts +0 -16
  1367. package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +0 -1
  1368. package/dist/react-native/agents/vectorStoresFileBatches.js +0 -122
  1369. package/dist/react-native/agents/vectorStoresFileBatches.js.map +0 -1
  1370. package/dist/react-native/agents/vectorStoresFiles.d.ts +0 -18
  1371. package/dist/react-native/agents/vectorStoresFiles.d.ts.map +0 -1
  1372. package/dist/react-native/agents/vectorStoresFiles.js +0 -133
  1373. package/dist/react-native/agents/vectorStoresFiles.js.map +0 -1
  1374. package/dist/react-native/agents/vectorStoresModels.d.ts +0 -27
  1375. package/dist/react-native/agents/vectorStoresModels.d.ts.map +0 -1
  1376. package/dist/react-native/agents/vectorStoresModels.js +0 -4
  1377. package/dist/react-native/agents/vectorStoresModels.js.map +0 -1
  1378. package/dist/react-native/aiProjectsClient.d.ts +0 -34
  1379. package/dist/react-native/aiProjectsClient.d.ts.map +0 -1
  1380. package/dist/react-native/aiProjectsClient.js +0 -47
  1381. package/dist/react-native/aiProjectsClient.js.map +0 -1
  1382. package/dist/react-native/connections/connections.d.ts +0 -13
  1383. package/dist/react-native/connections/connections.d.ts.map +0 -1
  1384. package/dist/react-native/connections/connections.js +0 -47
  1385. package/dist/react-native/connections/connections.js.map +0 -1
  1386. package/dist/react-native/connections/customModels.d.ts +0 -27
  1387. package/dist/react-native/connections/customModels.d.ts.map +0 -1
  1388. package/dist/react-native/connections/customModels.js +0 -4
  1389. package/dist/react-native/connections/customModels.js.map +0 -1
  1390. package/dist/react-native/connections/index.d.ts +0 -9
  1391. package/dist/react-native/connections/index.d.ts.map +0 -1
  1392. package/dist/react-native/connections/index.js +0 -20
  1393. package/dist/react-native/connections/index.js.map +0 -1
  1394. package/dist/react-native/connections/inputOutput.d.ts +0 -4
  1395. package/dist/react-native/connections/inputOutput.d.ts.map +0 -1
  1396. package/dist/react-native/connections/inputOutput.js +0 -4
  1397. package/dist/react-native/connections/inputOutput.js.map +0 -1
  1398. package/dist/react-native/connections/internalModels.d.ts +0 -7
  1399. package/dist/react-native/connections/internalModels.d.ts.map +0 -1
  1400. package/dist/react-native/connections/internalModels.js +0 -4
  1401. package/dist/react-native/connections/internalModels.js.map +0 -1
  1402. package/dist/react-native/customization/convertModelsToWrite.d.ts +0 -14
  1403. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +0 -1
  1404. package/dist/react-native/customization/convertModelsToWrite.js +0 -297
  1405. package/dist/react-native/customization/convertModelsToWrite.js.map +0 -1
  1406. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +0 -28
  1407. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +0 -1
  1408. package/dist/react-native/customization/convertOutputModelsFromWire.js +0 -962
  1409. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +0 -1
  1410. package/dist/react-native/customization/convertParametersToWire.d.ts +0 -18
  1411. package/dist/react-native/customization/convertParametersToWire.d.ts.map +0 -1
  1412. package/dist/react-native/customization/convertParametersToWire.js +0 -31
  1413. package/dist/react-native/customization/convertParametersToWire.js.map +0 -1
  1414. package/dist/react-native/customization/models.d.ts +0 -949
  1415. package/dist/react-native/customization/models.d.ts.map +0 -1
  1416. package/dist/react-native/customization/models.js +0 -4
  1417. package/dist/react-native/customization/models.js.map +0 -1
  1418. package/dist/react-native/customization/outputModels.d.ts +0 -1501
  1419. package/dist/react-native/customization/outputModels.d.ts.map +0 -1
  1420. package/dist/react-native/customization/outputModels.js +0 -4
  1421. package/dist/react-native/customization/outputModels.js.map +0 -1
  1422. package/dist/react-native/customization/parameters.d.ts +0 -394
  1423. package/dist/react-native/customization/parameters.d.ts.map +0 -1
  1424. package/dist/react-native/customization/parameters.js +0 -4
  1425. package/dist/react-native/customization/parameters.js.map +0 -1
  1426. package/dist/react-native/customization/streamingModels.d.ts +0 -226
  1427. package/dist/react-native/customization/streamingModels.d.ts.map +0 -1
  1428. package/dist/react-native/customization/streamingModels.js +0 -4
  1429. package/dist/react-native/customization/streamingModels.js.map +0 -1
  1430. package/dist/react-native/customization/streamingWireModels.d.ts +0 -222
  1431. package/dist/react-native/customization/streamingWireModels.d.ts.map +0 -1
  1432. package/dist/react-native/customization/streamingWireModels.js +0 -4
  1433. package/dist/react-native/customization/streamingWireModels.js.map +0 -1
  1434. package/dist/react-native/generated/src/clientDefinitions.d.ts +0 -260
  1435. package/dist/react-native/generated/src/clientDefinitions.d.ts.map +0 -1
  1436. package/dist/react-native/generated/src/clientDefinitions.js +0 -4
  1437. package/dist/react-native/generated/src/clientDefinitions.js.map +0 -1
  1438. package/dist/react-native/generated/src/index.d.ts +0 -11
  1439. package/dist/react-native/generated/src/index.d.ts.map +0 -1
  1440. package/dist/react-native/generated/src/index.js +0 -13
  1441. package/dist/react-native/generated/src/index.js.map +0 -1
  1442. package/dist/react-native/generated/src/isUnexpected.d.ts +0 -55
  1443. package/dist/react-native/generated/src/isUnexpected.d.ts.map +0 -1
  1444. package/dist/react-native/generated/src/isUnexpected.js +0 -124
  1445. package/dist/react-native/generated/src/isUnexpected.js.map +0 -1
  1446. package/dist/react-native/generated/src/logger.d.ts +0 -2
  1447. package/dist/react-native/generated/src/logger.d.ts.map +0 -1
  1448. package/dist/react-native/generated/src/logger.js +0 -5
  1449. package/dist/react-native/generated/src/logger.js.map +0 -1
  1450. package/dist/react-native/generated/src/models.d.ts +0 -937
  1451. package/dist/react-native/generated/src/models.d.ts.map +0 -1
  1452. package/dist/react-native/generated/src/models.js +0 -4
  1453. package/dist/react-native/generated/src/models.js.map +0 -1
  1454. package/dist/react-native/generated/src/outputModels.d.ts +0 -1621
  1455. package/dist/react-native/generated/src/outputModels.d.ts.map +0 -1
  1456. package/dist/react-native/generated/src/outputModels.js +0 -4
  1457. package/dist/react-native/generated/src/outputModels.js.map +0 -1
  1458. package/dist/react-native/generated/src/paginateHelper.d.ts +0 -68
  1459. package/dist/react-native/generated/src/paginateHelper.d.ts.map +0 -1
  1460. package/dist/react-native/generated/src/paginateHelper.js +0 -180
  1461. package/dist/react-native/generated/src/paginateHelper.js.map +0 -1
  1462. package/dist/react-native/generated/src/parameters.d.ts +0 -451
  1463. package/dist/react-native/generated/src/parameters.d.ts.map +0 -1
  1464. package/dist/react-native/generated/src/parameters.js +0 -4
  1465. package/dist/react-native/generated/src/parameters.js.map +0 -1
  1466. package/dist/react-native/generated/src/projectsClient.d.ts +0 -19
  1467. package/dist/react-native/generated/src/projectsClient.d.ts.map +0 -1
  1468. package/dist/react-native/generated/src/projectsClient.js +0 -48
  1469. package/dist/react-native/generated/src/projectsClient.js.map +0 -1
  1470. package/dist/react-native/generated/src/responses.d.ts +0 -791
  1471. package/dist/react-native/generated/src/responses.d.ts.map +0 -1
  1472. package/dist/react-native/generated/src/responses.js +0 -4
  1473. package/dist/react-native/generated/src/responses.js.map +0 -1
  1474. package/dist/react-native/telemetry/index.d.ts +0 -32
  1475. package/dist/react-native/telemetry/index.d.ts.map +0 -1
  1476. package/dist/react-native/telemetry/index.js +0 -17
  1477. package/dist/react-native/telemetry/index.js.map +0 -1
  1478. package/dist/react-native/telemetry/telemetry.d.ts +0 -30
  1479. package/dist/react-native/telemetry/telemetry.d.ts.map +0 -1
  1480. package/dist/react-native/telemetry/telemetry.js +0 -53
  1481. package/dist/react-native/telemetry/telemetry.js.map +0 -1
  1482. package/dist/react-native/tracing.d.ts +0 -80
  1483. package/dist/react-native/tracing.d.ts.map +0 -1
  1484. package/dist/react-native/tracing.js +0 -193
  1485. 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