@azure/ai-projects 2.1.0 → 2.2.0

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 (807) hide show
  1. package/README.md +28 -4
  2. package/dist/browser/aiProjectClient.d.ts +4 -0
  3. package/dist/browser/aiProjectClient.d.ts.map +1 -1
  4. package/dist/browser/aiProjectClient.js +7 -1
  5. package/dist/browser/aiProjectClient.js.map +1 -1
  6. package/dist/browser/api/agents/operations.d.ts +10 -2
  7. package/dist/browser/api/agents/operations.d.ts.map +1 -1
  8. package/dist/browser/api/agents/operations.js +28 -8
  9. package/dist/browser/api/agents/operations.js.map +1 -1
  10. package/dist/browser/api/agents/options.d.ts +7 -3
  11. package/dist/browser/api/agents/options.d.ts.map +1 -1
  12. package/dist/browser/api/agents/options.js.map +1 -1
  13. package/dist/browser/api/aiProjectContext.js +2 -2
  14. package/dist/browser/api/aiProjectContext.js.map +1 -1
  15. package/dist/browser/api/beta/agents/index.d.ts +2 -2
  16. package/dist/browser/api/beta/agents/index.d.ts.map +1 -1
  17. package/dist/browser/api/beta/agents/index.js +1 -1
  18. package/dist/browser/api/beta/agents/index.js.map +1 -1
  19. package/dist/browser/api/beta/agents/operations.d.ts +114 -15
  20. package/dist/browser/api/beta/agents/operations.d.ts.map +1 -1
  21. package/dist/browser/api/beta/agents/operations.js +590 -36
  22. package/dist/browser/api/beta/agents/operations.js.map +1 -1
  23. package/dist/browser/api/beta/agents/options.d.ts +174 -2
  24. package/dist/browser/api/beta/agents/options.d.ts.map +1 -1
  25. package/dist/browser/api/beta/agents/options.js.map +1 -1
  26. package/dist/browser/api/beta/datasets/index.d.ts +3 -0
  27. package/dist/browser/api/beta/datasets/index.d.ts.map +1 -0
  28. package/dist/browser/api/beta/datasets/index.js +4 -0
  29. package/dist/browser/api/beta/datasets/index.js.map +1 -0
  30. package/dist/browser/api/beta/datasets/operations.d.ts +26 -0
  31. package/dist/browser/api/beta/datasets/operations.d.ts.map +1 -0
  32. package/dist/browser/api/beta/datasets/operations.js +170 -0
  33. package/dist/browser/api/beta/datasets/operations.js.map +1 -0
  34. package/dist/browser/api/beta/datasets/options.d.ts +56 -0
  35. package/dist/browser/api/beta/datasets/options.d.ts.map +1 -0
  36. package/dist/browser/api/beta/datasets/options.js +4 -0
  37. package/dist/browser/api/beta/datasets/options.js.map +1 -0
  38. package/dist/browser/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
  39. package/dist/browser/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
  40. package/dist/browser/api/beta/evaluationTaxonomies/operations.js +8 -8
  41. package/dist/browser/api/beta/evaluationTaxonomies/operations.js.map +1 -1
  42. package/dist/browser/api/beta/evaluators/index.d.ts +2 -2
  43. package/dist/browser/api/beta/evaluators/index.d.ts.map +1 -1
  44. package/dist/browser/api/beta/evaluators/index.js +1 -1
  45. package/dist/browser/api/beta/evaluators/index.js.map +1 -1
  46. package/dist/browser/api/beta/evaluators/operations.d.ts +37 -3
  47. package/dist/browser/api/beta/evaluators/operations.d.ts.map +1 -1
  48. package/dist/browser/api/beta/evaluators/operations.js +226 -1
  49. package/dist/browser/api/beta/evaluators/operations.js.map +1 -1
  50. package/dist/browser/api/beta/evaluators/options.d.ts +62 -1
  51. package/dist/browser/api/beta/evaluators/options.d.ts.map +1 -1
  52. package/dist/browser/api/beta/evaluators/options.js.map +1 -1
  53. package/dist/browser/api/beta/insights/index.d.ts +1 -1
  54. package/dist/browser/api/beta/insights/index.d.ts.map +1 -1
  55. package/dist/browser/api/beta/insights/index.js.map +1 -1
  56. package/dist/browser/api/beta/insights/operations.d.ts +3 -3
  57. package/dist/browser/api/beta/insights/operations.d.ts.map +1 -1
  58. package/dist/browser/api/beta/insights/operations.js +5 -2
  59. package/dist/browser/api/beta/insights/operations.js.map +1 -1
  60. package/dist/browser/api/beta/insights/options.d.ts +14 -1
  61. package/dist/browser/api/beta/insights/options.d.ts.map +1 -1
  62. package/dist/browser/api/beta/insights/options.js.map +1 -1
  63. package/dist/browser/api/beta/memoryStores/index.d.ts +2 -2
  64. package/dist/browser/api/beta/memoryStores/index.d.ts.map +1 -1
  65. package/dist/browser/api/beta/memoryStores/index.js +1 -1
  66. package/dist/browser/api/beta/memoryStores/index.js.map +1 -1
  67. package/dist/browser/api/beta/memoryStores/operations.d.ts +22 -2
  68. package/dist/browser/api/beta/memoryStores/operations.d.ts.map +1 -1
  69. package/dist/browser/api/beta/memoryStores/operations.js +176 -2
  70. package/dist/browser/api/beta/memoryStores/operations.js.map +1 -1
  71. package/dist/browser/api/beta/memoryStores/options.d.ts +40 -1
  72. package/dist/browser/api/beta/memoryStores/options.d.ts.map +1 -1
  73. package/dist/browser/api/beta/memoryStores/options.js.map +1 -1
  74. package/dist/browser/api/beta/models/index.d.ts +3 -0
  75. package/dist/browser/api/beta/models/index.d.ts.map +1 -0
  76. package/dist/browser/api/beta/models/index.js +4 -0
  77. package/dist/browser/api/beta/models/index.js.map +1 -0
  78. package/dist/browser/api/beta/models/operations.d.ts +45 -0
  79. package/dist/browser/api/beta/models/operations.d.ts.map +1 -0
  80. package/dist/browser/api/beta/models/operations.js +305 -0
  81. package/dist/browser/api/beta/models/operations.js.map +1 -0
  82. package/dist/browser/api/beta/models/options.d.ts +42 -0
  83. package/dist/browser/api/beta/models/options.d.ts.map +1 -0
  84. package/dist/browser/api/beta/models/options.js +4 -0
  85. package/dist/browser/api/beta/models/options.js.map +1 -0
  86. package/dist/browser/api/beta/routines/index.d.ts +3 -0
  87. package/dist/browser/api/beta/routines/index.d.ts.map +1 -0
  88. package/dist/browser/api/beta/routines/index.js +4 -0
  89. package/dist/browser/api/beta/routines/index.js.map +1 -0
  90. package/dist/browser/api/beta/routines/operations.d.ts +38 -0
  91. package/dist/browser/api/beta/routines/operations.d.ts.map +1 -0
  92. package/dist/browser/api/beta/routines/operations.js +293 -0
  93. package/dist/browser/api/beta/routines/operations.js.map +1 -0
  94. package/dist/browser/api/beta/routines/options.d.ts +71 -0
  95. package/dist/browser/api/beta/routines/options.d.ts.map +1 -0
  96. package/dist/browser/api/beta/routines/options.js +4 -0
  97. package/dist/browser/api/beta/routines/options.js.map +1 -0
  98. package/dist/browser/api/beta/schedules/operations.d.ts +8 -8
  99. package/dist/browser/api/beta/schedules/operations.d.ts.map +1 -1
  100. package/dist/browser/api/beta/schedules/operations.js +16 -16
  101. package/dist/browser/api/beta/schedules/operations.js.map +1 -1
  102. package/dist/browser/api/beta/skills/index.d.ts +2 -2
  103. package/dist/browser/api/beta/skills/index.d.ts.map +1 -1
  104. package/dist/browser/api/beta/skills/index.js +1 -1
  105. package/dist/browser/api/beta/skills/index.js.map +1 -1
  106. package/dist/browser/api/beta/skills/operations.d.ts +38 -22
  107. package/dist/browser/api/beta/skills/operations.d.ts.map +1 -1
  108. package/dist/browser/api/beta/skills/operations.js +180 -49
  109. package/dist/browser/api/beta/skills/operations.js.map +1 -1
  110. package/dist/browser/api/beta/skills/options.d.ts +44 -32
  111. package/dist/browser/api/beta/skills/options.d.ts.map +1 -1
  112. package/dist/browser/api/beta/skills/options.js.map +1 -1
  113. package/dist/browser/api/beta/toolboxes/index.d.ts +1 -1
  114. package/dist/browser/api/beta/toolboxes/index.d.ts.map +1 -1
  115. package/dist/browser/api/beta/toolboxes/index.js.map +1 -1
  116. package/dist/browser/api/beta/toolboxes/operations.d.ts +15 -15
  117. package/dist/browser/api/beta/toolboxes/operations.d.ts.map +1 -1
  118. package/dist/browser/api/beta/toolboxes/operations.js +43 -36
  119. package/dist/browser/api/beta/toolboxes/operations.js.map +1 -1
  120. package/dist/browser/api/beta/toolboxes/options.d.ts +7 -5
  121. package/dist/browser/api/beta/toolboxes/options.d.ts.map +1 -1
  122. package/dist/browser/api/beta/toolboxes/options.js.map +1 -1
  123. package/dist/browser/api/evaluationRules/operations.d.ts.map +1 -1
  124. package/dist/browser/api/evaluationRules/operations.js +3 -0
  125. package/dist/browser/api/evaluationRules/operations.js.map +1 -1
  126. package/dist/browser/api/evaluationRules/options.d.ts +2 -0
  127. package/dist/browser/api/evaluationRules/options.d.ts.map +1 -1
  128. package/dist/browser/api/evaluationRules/options.js.map +1 -1
  129. package/dist/browser/classic/agents/index.d.ts +12 -4
  130. package/dist/browser/classic/agents/index.d.ts.map +1 -1
  131. package/dist/browser/classic/agents/index.js.map +1 -1
  132. package/dist/browser/classic/beta/agents/index.d.ts +82 -9
  133. package/dist/browser/classic/beta/agents/index.d.ts.map +1 -1
  134. package/dist/browser/classic/beta/agents/index.js +23 -8
  135. package/dist/browser/classic/beta/agents/index.js.map +1 -1
  136. package/dist/browser/classic/beta/datasets/index.d.ts +19 -0
  137. package/dist/browser/classic/beta/datasets/index.d.ts.map +1 -0
  138. package/dist/browser/classic/beta/datasets/index.js +18 -0
  139. package/dist/browser/classic/beta/datasets/index.js.map +1 -0
  140. package/dist/browser/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
  141. package/dist/browser/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
  142. package/dist/browser/classic/beta/evaluationTaxonomies/index.js +2 -2
  143. package/dist/browser/classic/beta/evaluationTaxonomies/index.js.map +1 -1
  144. package/dist/browser/classic/beta/evaluators/index.d.ts +22 -2
  145. package/dist/browser/classic/beta/evaluators/index.d.ts.map +1 -1
  146. package/dist/browser/classic/beta/evaluators/index.js +8 -1
  147. package/dist/browser/classic/beta/evaluators/index.js.map +1 -1
  148. package/dist/browser/classic/beta/index.d.ts +9 -0
  149. package/dist/browser/classic/beta/index.d.ts.map +1 -1
  150. package/dist/browser/classic/beta/index.js +9 -0
  151. package/dist/browser/classic/beta/index.js.map +1 -1
  152. package/dist/browser/classic/beta/insights/index.d.ts +2 -2
  153. package/dist/browser/classic/beta/insights/index.d.ts.map +1 -1
  154. package/dist/browser/classic/beta/insights/index.js.map +1 -1
  155. package/dist/browser/classic/beta/memoryStores/index.d.ts +12 -2
  156. package/dist/browser/classic/beta/memoryStores/index.d.ts.map +1 -1
  157. package/dist/browser/classic/beta/memoryStores/index.js +6 -1
  158. package/dist/browser/classic/beta/memoryStores/index.js.map +1 -1
  159. package/dist/browser/classic/beta/models/index.d.ts +27 -0
  160. package/dist/browser/classic/beta/models/index.d.ts.map +1 -0
  161. package/dist/browser/classic/beta/models/index.js +21 -0
  162. package/dist/browser/classic/beta/models/index.js.map +1 -0
  163. package/dist/browser/classic/beta/routines/index.d.ts +25 -0
  164. package/dist/browser/classic/beta/routines/index.d.ts.map +1 -0
  165. package/dist/browser/classic/beta/routines/index.js +21 -0
  166. package/dist/browser/classic/beta/routines/index.js.map +1 -0
  167. package/dist/browser/classic/beta/schedules/index.d.ts +4 -4
  168. package/dist/browser/classic/beta/schedules/index.d.ts.map +1 -1
  169. package/dist/browser/classic/beta/schedules/index.js +4 -4
  170. package/dist/browser/classic/beta/schedules/index.js.map +1 -1
  171. package/dist/browser/classic/beta/skills/index.d.ts +21 -13
  172. package/dist/browser/classic/beta/skills/index.d.ts.map +1 -1
  173. package/dist/browser/classic/beta/skills/index.js +11 -7
  174. package/dist/browser/classic/beta/skills/index.js.map +1 -1
  175. package/dist/browser/classic/beta/toolboxes/index.d.ts +8 -8
  176. package/dist/browser/classic/beta/toolboxes/index.d.ts.map +1 -1
  177. package/dist/browser/classic/beta/toolboxes/index.js +7 -7
  178. package/dist/browser/classic/beta/toolboxes/index.js.map +1 -1
  179. package/dist/browser/classic/index.d.ts +3 -0
  180. package/dist/browser/classic/index.d.ts.map +1 -1
  181. package/dist/browser/classic/index.js.map +1 -1
  182. package/dist/browser/constants.d.ts +1 -1
  183. package/dist/browser/constants.js +1 -1
  184. package/dist/browser/constants.js.map +1 -1
  185. package/dist/browser/index.d.ts +16 -10
  186. package/dist/browser/index.d.ts.map +1 -1
  187. package/dist/browser/index.js.map +1 -1
  188. package/dist/browser/models/index.d.ts +1 -1
  189. package/dist/browser/models/index.d.ts.map +1 -1
  190. package/dist/browser/models/index.js.map +1 -1
  191. package/dist/browser/models/models.d.ts +1817 -157
  192. package/dist/browser/models/models.d.ts.map +1 -1
  193. package/dist/browser/models/models.js +2013 -197
  194. package/dist/browser/models/models.js.map +1 -1
  195. package/dist/browser/static-helpers/multipartHelpers.d.ts +17 -0
  196. package/dist/browser/static-helpers/multipartHelpers.d.ts.map +1 -0
  197. package/dist/browser/static-helpers/multipartHelpers.js +20 -0
  198. package/dist/browser/static-helpers/multipartHelpers.js.map +1 -0
  199. package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
  200. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -1
  201. package/dist/browser/static-helpers/pagingHelpers.js +15 -1
  202. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  203. package/dist/commonjs/aiProjectClient.d.ts +4 -0
  204. package/dist/commonjs/aiProjectClient.d.ts.map +1 -1
  205. package/dist/commonjs/aiProjectClient.js +3 -1
  206. package/dist/commonjs/aiProjectClient.js.map +2 -2
  207. package/dist/commonjs/api/agents/operations.d.ts +10 -2
  208. package/dist/commonjs/api/agents/operations.d.ts.map +1 -1
  209. package/dist/commonjs/api/agents/operations.js +17 -5
  210. package/dist/commonjs/api/agents/operations.js.map +2 -2
  211. package/dist/commonjs/api/agents/options.d.ts +7 -3
  212. package/dist/commonjs/api/agents/options.d.ts.map +1 -1
  213. package/dist/commonjs/api/agents/options.js.map +1 -1
  214. package/dist/commonjs/api/aiProjectContext.js +1 -1
  215. package/dist/commonjs/api/aiProjectContext.js.map +2 -2
  216. package/dist/commonjs/api/beta/agents/index.d.ts +2 -2
  217. package/dist/commonjs/api/beta/agents/index.d.ts.map +1 -1
  218. package/dist/commonjs/api/beta/agents/index.js +32 -2
  219. package/dist/commonjs/api/beta/agents/index.js.map +2 -2
  220. package/dist/commonjs/api/beta/agents/operations.d.ts +114 -15
  221. package/dist/commonjs/api/beta/agents/operations.d.ts.map +1 -1
  222. package/dist/commonjs/api/beta/agents/operations.js +706 -42
  223. package/dist/commonjs/api/beta/agents/operations.js.map +2 -2
  224. package/dist/commonjs/api/beta/agents/options.d.ts +174 -2
  225. package/dist/commonjs/api/beta/agents/options.d.ts.map +1 -1
  226. package/dist/commonjs/api/beta/agents/options.js.map +1 -1
  227. package/dist/commonjs/api/beta/datasets/index.d.ts +3 -0
  228. package/dist/commonjs/api/beta/datasets/index.d.ts.map +1 -0
  229. package/dist/commonjs/api/beta/datasets/index.js +36 -0
  230. package/dist/commonjs/api/beta/datasets/index.js.map +7 -0
  231. package/dist/commonjs/api/beta/datasets/operations.d.ts +26 -0
  232. package/dist/commonjs/api/beta/datasets/operations.d.ts.map +1 -0
  233. package/dist/commonjs/api/beta/datasets/operations.js +233 -0
  234. package/dist/commonjs/api/beta/datasets/operations.js.map +7 -0
  235. package/dist/commonjs/api/beta/datasets/options.d.ts +56 -0
  236. package/dist/commonjs/api/beta/datasets/options.d.ts.map +1 -0
  237. package/dist/commonjs/api/beta/datasets/options.js +16 -0
  238. package/dist/commonjs/api/beta/datasets/options.js.map +7 -0
  239. package/dist/commonjs/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
  240. package/dist/commonjs/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
  241. package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js +8 -8
  242. package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js.map +2 -2
  243. package/dist/commonjs/api/beta/evaluators/index.d.ts +2 -2
  244. package/dist/commonjs/api/beta/evaluators/index.d.ts.map +1 -1
  245. package/dist/commonjs/api/beta/evaluators/index.js +14 -0
  246. package/dist/commonjs/api/beta/evaluators/index.js.map +2 -2
  247. package/dist/commonjs/api/beta/evaluators/operations.d.ts +37 -3
  248. package/dist/commonjs/api/beta/evaluators/operations.d.ts.map +1 -1
  249. package/dist/commonjs/api/beta/evaluators/operations.js +288 -0
  250. package/dist/commonjs/api/beta/evaluators/operations.js.map +2 -2
  251. package/dist/commonjs/api/beta/evaluators/options.d.ts +62 -1
  252. package/dist/commonjs/api/beta/evaluators/options.d.ts.map +1 -1
  253. package/dist/commonjs/api/beta/evaluators/options.js.map +1 -1
  254. package/dist/commonjs/api/beta/insights/index.d.ts +1 -1
  255. package/dist/commonjs/api/beta/insights/index.d.ts.map +1 -1
  256. package/dist/commonjs/api/beta/insights/index.js.map +1 -1
  257. package/dist/commonjs/api/beta/insights/operations.d.ts +3 -3
  258. package/dist/commonjs/api/beta/insights/operations.d.ts.map +1 -1
  259. package/dist/commonjs/api/beta/insights/operations.js +4 -1
  260. package/dist/commonjs/api/beta/insights/operations.js.map +2 -2
  261. package/dist/commonjs/api/beta/insights/options.d.ts +14 -1
  262. package/dist/commonjs/api/beta/insights/options.d.ts.map +1 -1
  263. package/dist/commonjs/api/beta/insights/options.js.map +1 -1
  264. package/dist/commonjs/api/beta/memoryStores/index.d.ts +2 -2
  265. package/dist/commonjs/api/beta/memoryStores/index.d.ts.map +1 -1
  266. package/dist/commonjs/api/beta/memoryStores/index.js +12 -2
  267. package/dist/commonjs/api/beta/memoryStores/index.js.map +2 -2
  268. package/dist/commonjs/api/beta/memoryStores/operations.d.ts +22 -2
  269. package/dist/commonjs/api/beta/memoryStores/operations.d.ts.map +1 -1
  270. package/dist/commonjs/api/beta/memoryStores/operations.js +227 -4
  271. package/dist/commonjs/api/beta/memoryStores/operations.js.map +2 -2
  272. package/dist/commonjs/api/beta/memoryStores/options.d.ts +40 -1
  273. package/dist/commonjs/api/beta/memoryStores/options.d.ts.map +1 -1
  274. package/dist/commonjs/api/beta/memoryStores/options.js.map +1 -1
  275. package/dist/commonjs/api/beta/models/index.d.ts +3 -0
  276. package/dist/commonjs/api/beta/models/index.d.ts.map +1 -0
  277. package/dist/commonjs/api/beta/models/index.js +42 -0
  278. package/dist/commonjs/api/beta/models/index.js.map +7 -0
  279. package/dist/commonjs/api/beta/models/operations.d.ts +45 -0
  280. package/dist/commonjs/api/beta/models/operations.d.ts.map +1 -0
  281. package/dist/commonjs/api/beta/models/operations.js +420 -0
  282. package/dist/commonjs/api/beta/models/operations.js.map +7 -0
  283. package/dist/commonjs/api/beta/models/options.d.ts +42 -0
  284. package/dist/commonjs/api/beta/models/options.d.ts.map +1 -0
  285. package/dist/commonjs/api/beta/models/options.js +16 -0
  286. package/dist/commonjs/api/beta/models/options.js.map +7 -0
  287. package/dist/commonjs/api/beta/routines/index.d.ts +3 -0
  288. package/dist/commonjs/api/beta/routines/index.d.ts.map +1 -0
  289. package/dist/commonjs/api/beta/routines/index.js +42 -0
  290. package/dist/commonjs/api/beta/routines/index.js.map +7 -0
  291. package/dist/commonjs/api/beta/routines/operations.d.ts +38 -0
  292. package/dist/commonjs/api/beta/routines/operations.d.ts.map +1 -0
  293. package/dist/commonjs/api/beta/routines/operations.js +379 -0
  294. package/dist/commonjs/api/beta/routines/operations.js.map +7 -0
  295. package/dist/commonjs/api/beta/routines/options.d.ts +71 -0
  296. package/dist/commonjs/api/beta/routines/options.d.ts.map +1 -0
  297. package/dist/commonjs/api/beta/routines/options.js +16 -0
  298. package/dist/commonjs/api/beta/routines/options.js.map +7 -0
  299. package/dist/commonjs/api/beta/schedules/operations.d.ts +8 -8
  300. package/dist/commonjs/api/beta/schedules/operations.d.ts.map +1 -1
  301. package/dist/commonjs/api/beta/schedules/operations.js +16 -16
  302. package/dist/commonjs/api/beta/schedules/operations.js.map +2 -2
  303. package/dist/commonjs/api/beta/skills/index.d.ts +2 -2
  304. package/dist/commonjs/api/beta/skills/index.d.ts.map +1 -1
  305. package/dist/commonjs/api/beta/skills/index.js +10 -2
  306. package/dist/commonjs/api/beta/skills/index.js.map +2 -2
  307. package/dist/commonjs/api/beta/skills/operations.d.ts +38 -22
  308. package/dist/commonjs/api/beta/skills/operations.d.ts.map +1 -1
  309. package/dist/commonjs/api/beta/skills/operations.js +223 -52
  310. package/dist/commonjs/api/beta/skills/operations.js.map +2 -2
  311. package/dist/commonjs/api/beta/skills/options.d.ts +44 -32
  312. package/dist/commonjs/api/beta/skills/options.d.ts.map +1 -1
  313. package/dist/commonjs/api/beta/skills/options.js.map +1 -1
  314. package/dist/commonjs/api/beta/toolboxes/index.d.ts +1 -1
  315. package/dist/commonjs/api/beta/toolboxes/index.d.ts.map +1 -1
  316. package/dist/commonjs/api/beta/toolboxes/index.js.map +1 -1
  317. package/dist/commonjs/api/beta/toolboxes/operations.d.ts +15 -15
  318. package/dist/commonjs/api/beta/toolboxes/operations.d.ts.map +1 -1
  319. package/dist/commonjs/api/beta/toolboxes/operations.js +42 -37
  320. package/dist/commonjs/api/beta/toolboxes/operations.js.map +2 -2
  321. package/dist/commonjs/api/beta/toolboxes/options.d.ts +7 -5
  322. package/dist/commonjs/api/beta/toolboxes/options.d.ts.map +1 -1
  323. package/dist/commonjs/api/beta/toolboxes/options.js.map +1 -1
  324. package/dist/commonjs/api/evaluationRules/operations.d.ts.map +1 -1
  325. package/dist/commonjs/api/evaluationRules/operations.js +1 -0
  326. package/dist/commonjs/api/evaluationRules/operations.js.map +2 -2
  327. package/dist/commonjs/api/evaluationRules/options.d.ts +2 -0
  328. package/dist/commonjs/api/evaluationRules/options.d.ts.map +1 -1
  329. package/dist/commonjs/api/evaluationRules/options.js.map +1 -1
  330. package/dist/commonjs/classic/agents/index.d.ts +12 -4
  331. package/dist/commonjs/classic/agents/index.d.ts.map +1 -1
  332. package/dist/commonjs/classic/agents/index.js.map +2 -2
  333. package/dist/commonjs/classic/beta/agents/index.d.ts +82 -9
  334. package/dist/commonjs/classic/beta/agents/index.d.ts.map +1 -1
  335. package/dist/commonjs/classic/beta/agents/index.js +22 -7
  336. package/dist/commonjs/classic/beta/agents/index.js.map +2 -2
  337. package/dist/commonjs/classic/beta/datasets/index.d.ts +19 -0
  338. package/dist/commonjs/classic/beta/datasets/index.d.ts.map +1 -0
  339. package/dist/commonjs/classic/beta/datasets/index.js +42 -0
  340. package/dist/commonjs/classic/beta/datasets/index.js.map +7 -0
  341. package/dist/commonjs/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
  342. package/dist/commonjs/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
  343. package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js +2 -2
  344. package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js.map +2 -2
  345. package/dist/commonjs/classic/beta/evaluators/index.d.ts +22 -2
  346. package/dist/commonjs/classic/beta/evaluators/index.d.ts.map +1 -1
  347. package/dist/commonjs/classic/beta/evaluators/index.js +7 -0
  348. package/dist/commonjs/classic/beta/evaluators/index.js.map +2 -2
  349. package/dist/commonjs/classic/beta/index.d.ts +9 -0
  350. package/dist/commonjs/classic/beta/index.d.ts.map +1 -1
  351. package/dist/commonjs/classic/beta/index.js +9 -0
  352. package/dist/commonjs/classic/beta/index.js.map +2 -2
  353. package/dist/commonjs/classic/beta/insights/index.d.ts +2 -2
  354. package/dist/commonjs/classic/beta/insights/index.d.ts.map +1 -1
  355. package/dist/commonjs/classic/beta/insights/index.js.map +2 -2
  356. package/dist/commonjs/classic/beta/memoryStores/index.d.ts +12 -2
  357. package/dist/commonjs/classic/beta/memoryStores/index.d.ts.map +1 -1
  358. package/dist/commonjs/classic/beta/memoryStores/index.js +5 -0
  359. package/dist/commonjs/classic/beta/memoryStores/index.js.map +2 -2
  360. package/dist/commonjs/classic/beta/models/index.d.ts +27 -0
  361. package/dist/commonjs/classic/beta/models/index.d.ts.map +1 -0
  362. package/dist/commonjs/classic/beta/models/index.js +45 -0
  363. package/dist/commonjs/classic/beta/models/index.js.map +7 -0
  364. package/dist/commonjs/classic/beta/routines/index.d.ts +25 -0
  365. package/dist/commonjs/classic/beta/routines/index.d.ts.map +1 -0
  366. package/dist/commonjs/classic/beta/routines/index.js +45 -0
  367. package/dist/commonjs/classic/beta/routines/index.js.map +7 -0
  368. package/dist/commonjs/classic/beta/schedules/index.d.ts +4 -4
  369. package/dist/commonjs/classic/beta/schedules/index.d.ts.map +1 -1
  370. package/dist/commonjs/classic/beta/schedules/index.js +4 -4
  371. package/dist/commonjs/classic/beta/schedules/index.js.map +2 -2
  372. package/dist/commonjs/classic/beta/skills/index.d.ts +21 -13
  373. package/dist/commonjs/classic/beta/skills/index.d.ts.map +1 -1
  374. package/dist/commonjs/classic/beta/skills/index.js +10 -6
  375. package/dist/commonjs/classic/beta/skills/index.js.map +2 -2
  376. package/dist/commonjs/classic/beta/toolboxes/index.d.ts +8 -8
  377. package/dist/commonjs/classic/beta/toolboxes/index.d.ts.map +1 -1
  378. package/dist/commonjs/classic/beta/toolboxes/index.js +7 -7
  379. package/dist/commonjs/classic/beta/toolboxes/index.js.map +2 -2
  380. package/dist/commonjs/classic/index.d.ts +3 -0
  381. package/dist/commonjs/classic/index.d.ts.map +1 -1
  382. package/dist/commonjs/classic/index.js.map +1 -1
  383. package/dist/commonjs/constants.d.ts +1 -1
  384. package/dist/commonjs/constants.js +1 -1
  385. package/dist/commonjs/constants.js.map +1 -1
  386. package/dist/commonjs/index.d.ts +16 -10
  387. package/dist/commonjs/index.d.ts.map +1 -1
  388. package/dist/commonjs/index.js.map +1 -1
  389. package/dist/commonjs/models/index.d.ts +1 -1
  390. package/dist/commonjs/models/index.d.ts.map +1 -1
  391. package/dist/commonjs/models/index.js.map +1 -1
  392. package/dist/commonjs/models/models.d.ts +1817 -157
  393. package/dist/commonjs/models/models.d.ts.map +1 -1
  394. package/dist/commonjs/models/models.js +2309 -255
  395. package/dist/commonjs/models/models.js.map +2 -2
  396. package/dist/commonjs/static-helpers/multipartHelpers.d.ts +17 -0
  397. package/dist/commonjs/static-helpers/multipartHelpers.d.ts.map +1 -0
  398. package/dist/commonjs/static-helpers/multipartHelpers.js +43 -0
  399. package/dist/commonjs/static-helpers/multipartHelpers.js.map +7 -0
  400. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
  401. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -1
  402. package/dist/commonjs/static-helpers/pagingHelpers.js +15 -1
  403. package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
  404. package/dist/commonjs/tsdoc-metadata.json +1 -1
  405. package/dist/esm/aiProjectClient.d.ts +4 -0
  406. package/dist/esm/aiProjectClient.d.ts.map +1 -1
  407. package/dist/esm/aiProjectClient.js +7 -1
  408. package/dist/esm/aiProjectClient.js.map +1 -1
  409. package/dist/esm/api/agents/operations.d.ts +10 -2
  410. package/dist/esm/api/agents/operations.d.ts.map +1 -1
  411. package/dist/esm/api/agents/operations.js +28 -8
  412. package/dist/esm/api/agents/operations.js.map +1 -1
  413. package/dist/esm/api/agents/options.d.ts +7 -3
  414. package/dist/esm/api/agents/options.d.ts.map +1 -1
  415. package/dist/esm/api/agents/options.js.map +1 -1
  416. package/dist/esm/api/aiProjectContext.js +2 -2
  417. package/dist/esm/api/aiProjectContext.js.map +1 -1
  418. package/dist/esm/api/beta/agents/index.d.ts +2 -2
  419. package/dist/esm/api/beta/agents/index.d.ts.map +1 -1
  420. package/dist/esm/api/beta/agents/index.js +1 -1
  421. package/dist/esm/api/beta/agents/index.js.map +1 -1
  422. package/dist/esm/api/beta/agents/operations.d.ts +114 -15
  423. package/dist/esm/api/beta/agents/operations.d.ts.map +1 -1
  424. package/dist/esm/api/beta/agents/operations.js +590 -36
  425. package/dist/esm/api/beta/agents/operations.js.map +1 -1
  426. package/dist/esm/api/beta/agents/options.d.ts +174 -2
  427. package/dist/esm/api/beta/agents/options.d.ts.map +1 -1
  428. package/dist/esm/api/beta/agents/options.js.map +1 -1
  429. package/dist/esm/api/beta/datasets/index.d.ts +3 -0
  430. package/dist/esm/api/beta/datasets/index.d.ts.map +1 -0
  431. package/dist/esm/api/beta/datasets/index.js +4 -0
  432. package/dist/esm/api/beta/datasets/index.js.map +1 -0
  433. package/dist/esm/api/beta/datasets/operations.d.ts +26 -0
  434. package/dist/esm/api/beta/datasets/operations.d.ts.map +1 -0
  435. package/dist/esm/api/beta/datasets/operations.js +170 -0
  436. package/dist/esm/api/beta/datasets/operations.js.map +1 -0
  437. package/dist/esm/api/beta/datasets/options.d.ts +56 -0
  438. package/dist/esm/api/beta/datasets/options.d.ts.map +1 -0
  439. package/dist/esm/api/beta/datasets/options.js +4 -0
  440. package/dist/esm/api/beta/datasets/options.js.map +1 -0
  441. package/dist/esm/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
  442. package/dist/esm/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
  443. package/dist/esm/api/beta/evaluationTaxonomies/operations.js +8 -8
  444. package/dist/esm/api/beta/evaluationTaxonomies/operations.js.map +1 -1
  445. package/dist/esm/api/beta/evaluators/index.d.ts +2 -2
  446. package/dist/esm/api/beta/evaluators/index.d.ts.map +1 -1
  447. package/dist/esm/api/beta/evaluators/index.js +1 -1
  448. package/dist/esm/api/beta/evaluators/index.js.map +1 -1
  449. package/dist/esm/api/beta/evaluators/operations.d.ts +37 -3
  450. package/dist/esm/api/beta/evaluators/operations.d.ts.map +1 -1
  451. package/dist/esm/api/beta/evaluators/operations.js +226 -1
  452. package/dist/esm/api/beta/evaluators/operations.js.map +1 -1
  453. package/dist/esm/api/beta/evaluators/options.d.ts +62 -1
  454. package/dist/esm/api/beta/evaluators/options.d.ts.map +1 -1
  455. package/dist/esm/api/beta/evaluators/options.js.map +1 -1
  456. package/dist/esm/api/beta/insights/index.d.ts +1 -1
  457. package/dist/esm/api/beta/insights/index.d.ts.map +1 -1
  458. package/dist/esm/api/beta/insights/index.js.map +1 -1
  459. package/dist/esm/api/beta/insights/operations.d.ts +3 -3
  460. package/dist/esm/api/beta/insights/operations.d.ts.map +1 -1
  461. package/dist/esm/api/beta/insights/operations.js +5 -2
  462. package/dist/esm/api/beta/insights/operations.js.map +1 -1
  463. package/dist/esm/api/beta/insights/options.d.ts +14 -1
  464. package/dist/esm/api/beta/insights/options.d.ts.map +1 -1
  465. package/dist/esm/api/beta/insights/options.js.map +1 -1
  466. package/dist/esm/api/beta/memoryStores/index.d.ts +2 -2
  467. package/dist/esm/api/beta/memoryStores/index.d.ts.map +1 -1
  468. package/dist/esm/api/beta/memoryStores/index.js +1 -1
  469. package/dist/esm/api/beta/memoryStores/index.js.map +1 -1
  470. package/dist/esm/api/beta/memoryStores/operations.d.ts +22 -2
  471. package/dist/esm/api/beta/memoryStores/operations.d.ts.map +1 -1
  472. package/dist/esm/api/beta/memoryStores/operations.js +176 -2
  473. package/dist/esm/api/beta/memoryStores/operations.js.map +1 -1
  474. package/dist/esm/api/beta/memoryStores/options.d.ts +40 -1
  475. package/dist/esm/api/beta/memoryStores/options.d.ts.map +1 -1
  476. package/dist/esm/api/beta/memoryStores/options.js.map +1 -1
  477. package/dist/esm/api/beta/models/index.d.ts +3 -0
  478. package/dist/esm/api/beta/models/index.d.ts.map +1 -0
  479. package/dist/esm/api/beta/models/index.js +4 -0
  480. package/dist/esm/api/beta/models/index.js.map +1 -0
  481. package/dist/esm/api/beta/models/operations.d.ts +45 -0
  482. package/dist/esm/api/beta/models/operations.d.ts.map +1 -0
  483. package/dist/esm/api/beta/models/operations.js +305 -0
  484. package/dist/esm/api/beta/models/operations.js.map +1 -0
  485. package/dist/esm/api/beta/models/options.d.ts +42 -0
  486. package/dist/esm/api/beta/models/options.d.ts.map +1 -0
  487. package/dist/esm/api/beta/models/options.js +4 -0
  488. package/dist/esm/api/beta/models/options.js.map +1 -0
  489. package/dist/esm/api/beta/routines/index.d.ts +3 -0
  490. package/dist/esm/api/beta/routines/index.d.ts.map +1 -0
  491. package/dist/esm/api/beta/routines/index.js +4 -0
  492. package/dist/esm/api/beta/routines/index.js.map +1 -0
  493. package/dist/esm/api/beta/routines/operations.d.ts +38 -0
  494. package/dist/esm/api/beta/routines/operations.d.ts.map +1 -0
  495. package/dist/esm/api/beta/routines/operations.js +293 -0
  496. package/dist/esm/api/beta/routines/operations.js.map +1 -0
  497. package/dist/esm/api/beta/routines/options.d.ts +71 -0
  498. package/dist/esm/api/beta/routines/options.d.ts.map +1 -0
  499. package/dist/esm/api/beta/routines/options.js +4 -0
  500. package/dist/esm/api/beta/routines/options.js.map +1 -0
  501. package/dist/esm/api/beta/schedules/operations.d.ts +8 -8
  502. package/dist/esm/api/beta/schedules/operations.d.ts.map +1 -1
  503. package/dist/esm/api/beta/schedules/operations.js +16 -16
  504. package/dist/esm/api/beta/schedules/operations.js.map +1 -1
  505. package/dist/esm/api/beta/skills/index.d.ts +2 -2
  506. package/dist/esm/api/beta/skills/index.d.ts.map +1 -1
  507. package/dist/esm/api/beta/skills/index.js +1 -1
  508. package/dist/esm/api/beta/skills/index.js.map +1 -1
  509. package/dist/esm/api/beta/skills/operations.d.ts +38 -22
  510. package/dist/esm/api/beta/skills/operations.d.ts.map +1 -1
  511. package/dist/esm/api/beta/skills/operations.js +180 -49
  512. package/dist/esm/api/beta/skills/operations.js.map +1 -1
  513. package/dist/esm/api/beta/skills/options.d.ts +44 -32
  514. package/dist/esm/api/beta/skills/options.d.ts.map +1 -1
  515. package/dist/esm/api/beta/skills/options.js.map +1 -1
  516. package/dist/esm/api/beta/toolboxes/index.d.ts +1 -1
  517. package/dist/esm/api/beta/toolboxes/index.d.ts.map +1 -1
  518. package/dist/esm/api/beta/toolboxes/index.js.map +1 -1
  519. package/dist/esm/api/beta/toolboxes/operations.d.ts +15 -15
  520. package/dist/esm/api/beta/toolboxes/operations.d.ts.map +1 -1
  521. package/dist/esm/api/beta/toolboxes/operations.js +43 -36
  522. package/dist/esm/api/beta/toolboxes/operations.js.map +1 -1
  523. package/dist/esm/api/beta/toolboxes/options.d.ts +7 -5
  524. package/dist/esm/api/beta/toolboxes/options.d.ts.map +1 -1
  525. package/dist/esm/api/beta/toolboxes/options.js.map +1 -1
  526. package/dist/esm/api/evaluationRules/operations.d.ts.map +1 -1
  527. package/dist/esm/api/evaluationRules/operations.js +3 -0
  528. package/dist/esm/api/evaluationRules/operations.js.map +1 -1
  529. package/dist/esm/api/evaluationRules/options.d.ts +2 -0
  530. package/dist/esm/api/evaluationRules/options.d.ts.map +1 -1
  531. package/dist/esm/api/evaluationRules/options.js.map +1 -1
  532. package/dist/esm/classic/agents/index.d.ts +12 -4
  533. package/dist/esm/classic/agents/index.d.ts.map +1 -1
  534. package/dist/esm/classic/agents/index.js.map +1 -1
  535. package/dist/esm/classic/beta/agents/index.d.ts +82 -9
  536. package/dist/esm/classic/beta/agents/index.d.ts.map +1 -1
  537. package/dist/esm/classic/beta/agents/index.js +23 -8
  538. package/dist/esm/classic/beta/agents/index.js.map +1 -1
  539. package/dist/esm/classic/beta/datasets/index.d.ts +19 -0
  540. package/dist/esm/classic/beta/datasets/index.d.ts.map +1 -0
  541. package/dist/esm/classic/beta/datasets/index.js +18 -0
  542. package/dist/esm/classic/beta/datasets/index.js.map +1 -0
  543. package/dist/esm/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
  544. package/dist/esm/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
  545. package/dist/esm/classic/beta/evaluationTaxonomies/index.js +2 -2
  546. package/dist/esm/classic/beta/evaluationTaxonomies/index.js.map +1 -1
  547. package/dist/esm/classic/beta/evaluators/index.d.ts +22 -2
  548. package/dist/esm/classic/beta/evaluators/index.d.ts.map +1 -1
  549. package/dist/esm/classic/beta/evaluators/index.js +8 -1
  550. package/dist/esm/classic/beta/evaluators/index.js.map +1 -1
  551. package/dist/esm/classic/beta/index.d.ts +9 -0
  552. package/dist/esm/classic/beta/index.d.ts.map +1 -1
  553. package/dist/esm/classic/beta/index.js +9 -0
  554. package/dist/esm/classic/beta/index.js.map +1 -1
  555. package/dist/esm/classic/beta/insights/index.d.ts +2 -2
  556. package/dist/esm/classic/beta/insights/index.d.ts.map +1 -1
  557. package/dist/esm/classic/beta/insights/index.js.map +1 -1
  558. package/dist/esm/classic/beta/memoryStores/index.d.ts +12 -2
  559. package/dist/esm/classic/beta/memoryStores/index.d.ts.map +1 -1
  560. package/dist/esm/classic/beta/memoryStores/index.js +6 -1
  561. package/dist/esm/classic/beta/memoryStores/index.js.map +1 -1
  562. package/dist/esm/classic/beta/models/index.d.ts +27 -0
  563. package/dist/esm/classic/beta/models/index.d.ts.map +1 -0
  564. package/dist/esm/classic/beta/models/index.js +21 -0
  565. package/dist/esm/classic/beta/models/index.js.map +1 -0
  566. package/dist/esm/classic/beta/routines/index.d.ts +25 -0
  567. package/dist/esm/classic/beta/routines/index.d.ts.map +1 -0
  568. package/dist/esm/classic/beta/routines/index.js +21 -0
  569. package/dist/esm/classic/beta/routines/index.js.map +1 -0
  570. package/dist/esm/classic/beta/schedules/index.d.ts +4 -4
  571. package/dist/esm/classic/beta/schedules/index.d.ts.map +1 -1
  572. package/dist/esm/classic/beta/schedules/index.js +4 -4
  573. package/dist/esm/classic/beta/schedules/index.js.map +1 -1
  574. package/dist/esm/classic/beta/skills/index.d.ts +21 -13
  575. package/dist/esm/classic/beta/skills/index.d.ts.map +1 -1
  576. package/dist/esm/classic/beta/skills/index.js +11 -7
  577. package/dist/esm/classic/beta/skills/index.js.map +1 -1
  578. package/dist/esm/classic/beta/toolboxes/index.d.ts +8 -8
  579. package/dist/esm/classic/beta/toolboxes/index.d.ts.map +1 -1
  580. package/dist/esm/classic/beta/toolboxes/index.js +7 -7
  581. package/dist/esm/classic/beta/toolboxes/index.js.map +1 -1
  582. package/dist/esm/classic/index.d.ts +3 -0
  583. package/dist/esm/classic/index.d.ts.map +1 -1
  584. package/dist/esm/classic/index.js.map +1 -1
  585. package/dist/esm/constants.d.ts +1 -1
  586. package/dist/esm/constants.js +1 -1
  587. package/dist/esm/constants.js.map +1 -1
  588. package/dist/esm/index.d.ts +16 -10
  589. package/dist/esm/index.d.ts.map +1 -1
  590. package/dist/esm/index.js.map +1 -1
  591. package/dist/esm/models/index.d.ts +1 -1
  592. package/dist/esm/models/index.d.ts.map +1 -1
  593. package/dist/esm/models/index.js.map +1 -1
  594. package/dist/esm/models/models.d.ts +1817 -157
  595. package/dist/esm/models/models.d.ts.map +1 -1
  596. package/dist/esm/models/models.js +2013 -197
  597. package/dist/esm/models/models.js.map +1 -1
  598. package/dist/esm/static-helpers/multipartHelpers.d.ts +17 -0
  599. package/dist/esm/static-helpers/multipartHelpers.d.ts.map +1 -0
  600. package/dist/esm/static-helpers/multipartHelpers.js +20 -0
  601. package/dist/esm/static-helpers/multipartHelpers.js.map +1 -0
  602. package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
  603. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -1
  604. package/dist/esm/static-helpers/pagingHelpers.js +15 -1
  605. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  606. package/dist/react-native/aiProjectClient.d.ts +4 -0
  607. package/dist/react-native/aiProjectClient.d.ts.map +1 -1
  608. package/dist/react-native/aiProjectClient.js +7 -1
  609. package/dist/react-native/aiProjectClient.js.map +1 -1
  610. package/dist/react-native/api/agents/operations.d.ts +10 -2
  611. package/dist/react-native/api/agents/operations.d.ts.map +1 -1
  612. package/dist/react-native/api/agents/operations.js +28 -8
  613. package/dist/react-native/api/agents/operations.js.map +1 -1
  614. package/dist/react-native/api/agents/options.d.ts +7 -3
  615. package/dist/react-native/api/agents/options.d.ts.map +1 -1
  616. package/dist/react-native/api/agents/options.js.map +1 -1
  617. package/dist/react-native/api/aiProjectContext.js +2 -2
  618. package/dist/react-native/api/aiProjectContext.js.map +1 -1
  619. package/dist/react-native/api/beta/agents/index.d.ts +2 -2
  620. package/dist/react-native/api/beta/agents/index.d.ts.map +1 -1
  621. package/dist/react-native/api/beta/agents/index.js +1 -1
  622. package/dist/react-native/api/beta/agents/index.js.map +1 -1
  623. package/dist/react-native/api/beta/agents/operations.d.ts +114 -15
  624. package/dist/react-native/api/beta/agents/operations.d.ts.map +1 -1
  625. package/dist/react-native/api/beta/agents/operations.js +590 -36
  626. package/dist/react-native/api/beta/agents/operations.js.map +1 -1
  627. package/dist/react-native/api/beta/agents/options.d.ts +174 -2
  628. package/dist/react-native/api/beta/agents/options.d.ts.map +1 -1
  629. package/dist/react-native/api/beta/agents/options.js.map +1 -1
  630. package/dist/react-native/api/beta/datasets/index.d.ts +3 -0
  631. package/dist/react-native/api/beta/datasets/index.d.ts.map +1 -0
  632. package/dist/react-native/api/beta/datasets/index.js +4 -0
  633. package/dist/react-native/api/beta/datasets/index.js.map +1 -0
  634. package/dist/react-native/api/beta/datasets/operations.d.ts +26 -0
  635. package/dist/react-native/api/beta/datasets/operations.d.ts.map +1 -0
  636. package/dist/react-native/api/beta/datasets/operations.js +170 -0
  637. package/dist/react-native/api/beta/datasets/operations.js.map +1 -0
  638. package/dist/react-native/api/beta/datasets/options.d.ts +56 -0
  639. package/dist/react-native/api/beta/datasets/options.d.ts.map +1 -0
  640. package/dist/react-native/api/beta/datasets/options.js +4 -0
  641. package/dist/react-native/api/beta/datasets/options.js.map +1 -0
  642. package/dist/react-native/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
  643. package/dist/react-native/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
  644. package/dist/react-native/api/beta/evaluationTaxonomies/operations.js +8 -8
  645. package/dist/react-native/api/beta/evaluationTaxonomies/operations.js.map +1 -1
  646. package/dist/react-native/api/beta/evaluators/index.d.ts +2 -2
  647. package/dist/react-native/api/beta/evaluators/index.d.ts.map +1 -1
  648. package/dist/react-native/api/beta/evaluators/index.js +1 -1
  649. package/dist/react-native/api/beta/evaluators/index.js.map +1 -1
  650. package/dist/react-native/api/beta/evaluators/operations.d.ts +37 -3
  651. package/dist/react-native/api/beta/evaluators/operations.d.ts.map +1 -1
  652. package/dist/react-native/api/beta/evaluators/operations.js +226 -1
  653. package/dist/react-native/api/beta/evaluators/operations.js.map +1 -1
  654. package/dist/react-native/api/beta/evaluators/options.d.ts +62 -1
  655. package/dist/react-native/api/beta/evaluators/options.d.ts.map +1 -1
  656. package/dist/react-native/api/beta/evaluators/options.js.map +1 -1
  657. package/dist/react-native/api/beta/insights/index.d.ts +1 -1
  658. package/dist/react-native/api/beta/insights/index.d.ts.map +1 -1
  659. package/dist/react-native/api/beta/insights/index.js.map +1 -1
  660. package/dist/react-native/api/beta/insights/operations.d.ts +3 -3
  661. package/dist/react-native/api/beta/insights/operations.d.ts.map +1 -1
  662. package/dist/react-native/api/beta/insights/operations.js +5 -2
  663. package/dist/react-native/api/beta/insights/operations.js.map +1 -1
  664. package/dist/react-native/api/beta/insights/options.d.ts +14 -1
  665. package/dist/react-native/api/beta/insights/options.d.ts.map +1 -1
  666. package/dist/react-native/api/beta/insights/options.js.map +1 -1
  667. package/dist/react-native/api/beta/memoryStores/index.d.ts +2 -2
  668. package/dist/react-native/api/beta/memoryStores/index.d.ts.map +1 -1
  669. package/dist/react-native/api/beta/memoryStores/index.js +1 -1
  670. package/dist/react-native/api/beta/memoryStores/index.js.map +1 -1
  671. package/dist/react-native/api/beta/memoryStores/operations.d.ts +22 -2
  672. package/dist/react-native/api/beta/memoryStores/operations.d.ts.map +1 -1
  673. package/dist/react-native/api/beta/memoryStores/operations.js +176 -2
  674. package/dist/react-native/api/beta/memoryStores/operations.js.map +1 -1
  675. package/dist/react-native/api/beta/memoryStores/options.d.ts +40 -1
  676. package/dist/react-native/api/beta/memoryStores/options.d.ts.map +1 -1
  677. package/dist/react-native/api/beta/memoryStores/options.js.map +1 -1
  678. package/dist/react-native/api/beta/models/index.d.ts +3 -0
  679. package/dist/react-native/api/beta/models/index.d.ts.map +1 -0
  680. package/dist/react-native/api/beta/models/index.js +4 -0
  681. package/dist/react-native/api/beta/models/index.js.map +1 -0
  682. package/dist/react-native/api/beta/models/operations.d.ts +45 -0
  683. package/dist/react-native/api/beta/models/operations.d.ts.map +1 -0
  684. package/dist/react-native/api/beta/models/operations.js +305 -0
  685. package/dist/react-native/api/beta/models/operations.js.map +1 -0
  686. package/dist/react-native/api/beta/models/options.d.ts +42 -0
  687. package/dist/react-native/api/beta/models/options.d.ts.map +1 -0
  688. package/dist/react-native/api/beta/models/options.js +4 -0
  689. package/dist/react-native/api/beta/models/options.js.map +1 -0
  690. package/dist/react-native/api/beta/routines/index.d.ts +3 -0
  691. package/dist/react-native/api/beta/routines/index.d.ts.map +1 -0
  692. package/dist/react-native/api/beta/routines/index.js +4 -0
  693. package/dist/react-native/api/beta/routines/index.js.map +1 -0
  694. package/dist/react-native/api/beta/routines/operations.d.ts +38 -0
  695. package/dist/react-native/api/beta/routines/operations.d.ts.map +1 -0
  696. package/dist/react-native/api/beta/routines/operations.js +293 -0
  697. package/dist/react-native/api/beta/routines/operations.js.map +1 -0
  698. package/dist/react-native/api/beta/routines/options.d.ts +71 -0
  699. package/dist/react-native/api/beta/routines/options.d.ts.map +1 -0
  700. package/dist/react-native/api/beta/routines/options.js +4 -0
  701. package/dist/react-native/api/beta/routines/options.js.map +1 -0
  702. package/dist/react-native/api/beta/schedules/operations.d.ts +8 -8
  703. package/dist/react-native/api/beta/schedules/operations.d.ts.map +1 -1
  704. package/dist/react-native/api/beta/schedules/operations.js +16 -16
  705. package/dist/react-native/api/beta/schedules/operations.js.map +1 -1
  706. package/dist/react-native/api/beta/skills/index.d.ts +2 -2
  707. package/dist/react-native/api/beta/skills/index.d.ts.map +1 -1
  708. package/dist/react-native/api/beta/skills/index.js +1 -1
  709. package/dist/react-native/api/beta/skills/index.js.map +1 -1
  710. package/dist/react-native/api/beta/skills/operations.d.ts +38 -22
  711. package/dist/react-native/api/beta/skills/operations.d.ts.map +1 -1
  712. package/dist/react-native/api/beta/skills/operations.js +180 -49
  713. package/dist/react-native/api/beta/skills/operations.js.map +1 -1
  714. package/dist/react-native/api/beta/skills/options.d.ts +44 -32
  715. package/dist/react-native/api/beta/skills/options.d.ts.map +1 -1
  716. package/dist/react-native/api/beta/skills/options.js.map +1 -1
  717. package/dist/react-native/api/beta/toolboxes/index.d.ts +1 -1
  718. package/dist/react-native/api/beta/toolboxes/index.d.ts.map +1 -1
  719. package/dist/react-native/api/beta/toolboxes/index.js.map +1 -1
  720. package/dist/react-native/api/beta/toolboxes/operations.d.ts +15 -15
  721. package/dist/react-native/api/beta/toolboxes/operations.d.ts.map +1 -1
  722. package/dist/react-native/api/beta/toolboxes/operations.js +43 -36
  723. package/dist/react-native/api/beta/toolboxes/operations.js.map +1 -1
  724. package/dist/react-native/api/beta/toolboxes/options.d.ts +7 -5
  725. package/dist/react-native/api/beta/toolboxes/options.d.ts.map +1 -1
  726. package/dist/react-native/api/beta/toolboxes/options.js.map +1 -1
  727. package/dist/react-native/api/evaluationRules/operations.d.ts.map +1 -1
  728. package/dist/react-native/api/evaluationRules/operations.js +3 -0
  729. package/dist/react-native/api/evaluationRules/operations.js.map +1 -1
  730. package/dist/react-native/api/evaluationRules/options.d.ts +2 -0
  731. package/dist/react-native/api/evaluationRules/options.d.ts.map +1 -1
  732. package/dist/react-native/api/evaluationRules/options.js.map +1 -1
  733. package/dist/react-native/classic/agents/index.d.ts +12 -4
  734. package/dist/react-native/classic/agents/index.d.ts.map +1 -1
  735. package/dist/react-native/classic/agents/index.js.map +1 -1
  736. package/dist/react-native/classic/beta/agents/index.d.ts +82 -9
  737. package/dist/react-native/classic/beta/agents/index.d.ts.map +1 -1
  738. package/dist/react-native/classic/beta/agents/index.js +23 -8
  739. package/dist/react-native/classic/beta/agents/index.js.map +1 -1
  740. package/dist/react-native/classic/beta/datasets/index.d.ts +19 -0
  741. package/dist/react-native/classic/beta/datasets/index.d.ts.map +1 -0
  742. package/dist/react-native/classic/beta/datasets/index.js +18 -0
  743. package/dist/react-native/classic/beta/datasets/index.js.map +1 -0
  744. package/dist/react-native/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
  745. package/dist/react-native/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
  746. package/dist/react-native/classic/beta/evaluationTaxonomies/index.js +2 -2
  747. package/dist/react-native/classic/beta/evaluationTaxonomies/index.js.map +1 -1
  748. package/dist/react-native/classic/beta/evaluators/index.d.ts +22 -2
  749. package/dist/react-native/classic/beta/evaluators/index.d.ts.map +1 -1
  750. package/dist/react-native/classic/beta/evaluators/index.js +8 -1
  751. package/dist/react-native/classic/beta/evaluators/index.js.map +1 -1
  752. package/dist/react-native/classic/beta/index.d.ts +9 -0
  753. package/dist/react-native/classic/beta/index.d.ts.map +1 -1
  754. package/dist/react-native/classic/beta/index.js +9 -0
  755. package/dist/react-native/classic/beta/index.js.map +1 -1
  756. package/dist/react-native/classic/beta/insights/index.d.ts +2 -2
  757. package/dist/react-native/classic/beta/insights/index.d.ts.map +1 -1
  758. package/dist/react-native/classic/beta/insights/index.js.map +1 -1
  759. package/dist/react-native/classic/beta/memoryStores/index.d.ts +12 -2
  760. package/dist/react-native/classic/beta/memoryStores/index.d.ts.map +1 -1
  761. package/dist/react-native/classic/beta/memoryStores/index.js +6 -1
  762. package/dist/react-native/classic/beta/memoryStores/index.js.map +1 -1
  763. package/dist/react-native/classic/beta/models/index.d.ts +27 -0
  764. package/dist/react-native/classic/beta/models/index.d.ts.map +1 -0
  765. package/dist/react-native/classic/beta/models/index.js +21 -0
  766. package/dist/react-native/classic/beta/models/index.js.map +1 -0
  767. package/dist/react-native/classic/beta/routines/index.d.ts +25 -0
  768. package/dist/react-native/classic/beta/routines/index.d.ts.map +1 -0
  769. package/dist/react-native/classic/beta/routines/index.js +21 -0
  770. package/dist/react-native/classic/beta/routines/index.js.map +1 -0
  771. package/dist/react-native/classic/beta/schedules/index.d.ts +4 -4
  772. package/dist/react-native/classic/beta/schedules/index.d.ts.map +1 -1
  773. package/dist/react-native/classic/beta/schedules/index.js +4 -4
  774. package/dist/react-native/classic/beta/schedules/index.js.map +1 -1
  775. package/dist/react-native/classic/beta/skills/index.d.ts +21 -13
  776. package/dist/react-native/classic/beta/skills/index.d.ts.map +1 -1
  777. package/dist/react-native/classic/beta/skills/index.js +11 -7
  778. package/dist/react-native/classic/beta/skills/index.js.map +1 -1
  779. package/dist/react-native/classic/beta/toolboxes/index.d.ts +8 -8
  780. package/dist/react-native/classic/beta/toolboxes/index.d.ts.map +1 -1
  781. package/dist/react-native/classic/beta/toolboxes/index.js +7 -7
  782. package/dist/react-native/classic/beta/toolboxes/index.js.map +1 -1
  783. package/dist/react-native/classic/index.d.ts +3 -0
  784. package/dist/react-native/classic/index.d.ts.map +1 -1
  785. package/dist/react-native/classic/index.js.map +1 -1
  786. package/dist/react-native/constants.d.ts +1 -1
  787. package/dist/react-native/constants.js +1 -1
  788. package/dist/react-native/constants.js.map +1 -1
  789. package/dist/react-native/index.d.ts +16 -10
  790. package/dist/react-native/index.d.ts.map +1 -1
  791. package/dist/react-native/index.js.map +1 -1
  792. package/dist/react-native/models/index.d.ts +1 -1
  793. package/dist/react-native/models/index.d.ts.map +1 -1
  794. package/dist/react-native/models/index.js.map +1 -1
  795. package/dist/react-native/models/models.d.ts +1817 -157
  796. package/dist/react-native/models/models.d.ts.map +1 -1
  797. package/dist/react-native/models/models.js +2013 -197
  798. package/dist/react-native/models/models.js.map +1 -1
  799. package/dist/react-native/static-helpers/multipartHelpers.d.ts +17 -0
  800. package/dist/react-native/static-helpers/multipartHelpers.d.ts.map +1 -0
  801. package/dist/react-native/static-helpers/multipartHelpers.js +20 -0
  802. package/dist/react-native/static-helpers/multipartHelpers.js.map +1 -0
  803. package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
  804. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -1
  805. package/dist/react-native/static-helpers/pagingHelpers.js +15 -1
  806. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  807. package/package.json +21 -10
@@ -1,3 +1,4 @@
1
+ import type { FileContents } from "../static-helpers/multipartHelpers.js";
1
2
  /**
2
3
  * This file contains only generated model types and their (de)serializers.
3
4
  * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
@@ -15,7 +16,7 @@ export interface Agent {
15
16
  latest: AgentVersion;
16
17
  };
17
18
  /** The endpoint configuration for the agent */
18
- agent_endpoint?: AgentEndpoint;
19
+ agent_endpoint?: AgentEndpointConfig;
19
20
  /** The instance identity of the agent */
20
21
  readonly instance_identity?: AgentIdentity;
21
22
  /** The blueprint for the agent */
@@ -60,14 +61,14 @@ export interface AgentVersion {
60
61
  created_at: Date;
61
62
  /** The definition of the agent. */
62
63
  definition: AgentDefinitionUnion;
64
+ /** The provisioning status of the agent version. Defaults to 'active' for non-hosted agents. For hosted agents, reflects infrastructure readiness. */
65
+ status?: AgentVersionStatus;
63
66
  /** The instance identity of the agent */
64
67
  readonly instance_identity?: AgentIdentity;
65
68
  /** The blueprint for the agent */
66
69
  readonly blueprint?: AgentIdentity;
67
70
  /** The blueprint for the agent */
68
71
  readonly blueprint_reference?: AgentBlueprintReferenceUnion;
69
- /** The current status of the agent version. */
70
- status?: "creating" | "active" | "failed" | "deleting" | "deleted";
71
72
  /** The unique GUID identifier of the agent. */
72
73
  readonly agent_guid?: string;
73
74
  }
@@ -86,16 +87,16 @@ export declare function agentDefinitionSerializer(item: AgentDefinition): any;
86
87
  export declare function agentDefinitionDeserializer(item: any): AgentDefinition;
87
88
  /**
88
89
  * Union type for all agent definition types.
89
- * Supports workflow, hosted, container app, and prompt agents.
90
+ * Supports workflow, hosted, container app, prompt and external agents.
90
91
  */
91
- export type AgentDefinitionUnion = HostedAgentDefinition | PromptAgentDefinition | WorkflowAgentDefinition | AgentDefinition;
92
+ export type AgentDefinitionUnion = HostedAgentDefinition | PromptAgentDefinition | WorkflowAgentDefinition | ExternalAgentDefinition | AgentDefinition;
92
93
  export declare function agentDefinitionUnionSerializer(item: AgentDefinitionUnion): any;
93
94
  export declare function agentDefinitionUnionDeserializer(item: any): AgentDefinitionUnion;
94
95
  /**
95
96
  * Defines the type/kind of agent.
96
97
  * Determines which agent definition structure is used.
97
98
  */
98
- export type AgentKind = "prompt" | "hosted" | "workflow";
99
+ export type AgentKind = "prompt" | "hosted" | "workflow" | "external";
99
100
  /** Configuration for Responsible AI (RAI) content filtering and safety features. */
100
101
  export interface RaiConfig {
101
102
  /** The name of the RAI policy to apply. */
@@ -111,22 +112,20 @@ export interface HostedAgentDefinition extends AgentDefinition {
111
112
  * can specify which tool to use by setting the `tool_choice` parameter.
112
113
  */
113
114
  tools?: ToolUnion[];
114
- /** The protocols that the agent supports for ingress communication of the containers. */
115
- container_protocol_versions?: ProtocolVersionRecord[];
116
115
  /** The CPU configuration for the hosted agent. */
117
116
  cpu: string;
118
117
  /** The memory configuration for the hosted agent. */
119
118
  memory: string;
120
119
  /** Environment variables to set in the hosted agent container. */
121
120
  environment_variables?: Record<string, string>;
122
- /** The image ID for the agent, applicable to image-based hosted agents. */
123
- image?: string;
124
121
  /** Container-based deployment configuration. Provide this for image-based deployments. Mutually exclusive with code_configuration — the service validates that exactly one is set. */
125
122
  container_configuration?: ContainerConfiguration;
126
123
  /** The protocols that the agent supports for ingress communication. */
127
124
  protocol_versions?: ProtocolVersionRecord[];
128
125
  /** Code-based deployment configuration. Provide this for code-based deployments. Mutually exclusive with container_configuration — the service validates that exactly one is set. */
129
126
  code_configuration?: CodeConfiguration;
127
+ /** Optional customer-supplied telemetry configuration for exporting container logs, traces, and metrics. */
128
+ telemetry_config?: TelemetryConfig;
130
129
  }
131
130
  export declare function hostedAgentDefinitionSerializer(item: HostedAgentDefinition): any;
132
131
  export declare function hostedAgentDefinitionDeserializer(item: any): HostedAgentDefinition;
@@ -140,20 +139,47 @@ export interface Tool {
140
139
  export declare function toolSerializer(item: Tool): any;
141
140
  export declare function toolDeserializer(item: any): Tool;
142
141
  /** Alias for ToolUnion */
143
- export type ToolUnion = BingGroundingTool | MicrosoftFabricPreviewTool | SharepointPreviewTool | AzureAISearchTool | OpenApiTool | BingCustomSearchPreviewTool | BrowserAutomationPreviewTool | AzureFunctionTool | CaptureStructuredOutputsTool | A2APreviewTool | WorkIQPreviewTool | MemorySearchPreviewTool | CodeInterpreterTool | FunctionTool | FileSearchTool | ComputerUsePreviewTool | WebSearchTool | MCPTool | ImageGenTool | LocalShellToolParam | FunctionShellToolParam | CustomToolParam | WebSearchPreviewTool | ApplyPatchToolParam | ComputerTool | NamespaceToolParam | ToolSearchToolParam | Tool;
142
+ export type ToolUnion = BingGroundingTool | MicrosoftFabricPreviewTool | SharepointPreviewTool | AzureAISearchTool | OpenApiTool | BingCustomSearchPreviewTool | BrowserAutomationPreviewTool | AzureFunctionTool | CaptureStructuredOutputsTool | A2APreviewTool | WorkIQPreviewTool | FabricIQPreviewTool | MemorySearchPreviewTool | ToolboxSearchPreviewTool | CodeInterpreterTool | FunctionTool | FileSearchTool | ComputerUsePreviewTool | WebSearchTool | MCPTool | ImageGenTool | LocalShellToolParam | FunctionShellToolParam | CustomToolParam | WebSearchPreviewTool | ApplyPatchToolParam | ComputerTool | NamespaceToolParam | ToolSearchToolParam | Tool;
144
143
  export declare function toolUnionSerializer(item: ToolUnion): any;
145
144
  export declare function toolUnionDeserializer(item: any): ToolUnion;
146
145
  /** Type of ToolType */
147
- export type ToolType = "function" | "file_search" | "computer" | "computer_use_preview" | "web_search" | "mcp" | "code_interpreter" | "image_generation" | "local_shell" | "shell" | "custom" | "namespace" | "tool_search" | "web_search_preview" | "apply_patch" | "a2a_preview" | "bing_custom_search_preview" | "browser_automation_preview" | "fabric_dataagent_preview" | "sharepoint_grounding_preview" | "memory_search_preview" | "work_iq_preview" | "azure_ai_search" | "azure_function" | "bing_grounding" | "capture_structured_outputs" | "openapi";
146
+ export type ToolType = "function" | "file_search" | "computer" | "computer_use_preview" | "web_search" | "mcp" | "code_interpreter" | "image_generation" | "local_shell" | "shell" | "custom" | "namespace" | "tool_search" | "web_search_preview" | "apply_patch" | "a2a_preview" | "bing_custom_search_preview" | "browser_automation_preview" | "fabric_dataagent_preview" | "sharepoint_grounding_preview" | "memory_search_preview" | "work_iq_preview" | "fabric_iq_preview" | "toolbox_search_preview" | "azure_ai_search" | "azure_function" | "bing_grounding" | "capture_structured_outputs" | "openapi";
148
147
  /** The input definition information for a bing grounding search tool as used to configure an agent. */
149
148
  export interface BingGroundingTool extends Tool {
150
149
  /** The object type, which is always 'bing_grounding'. */
151
150
  type: "bing_grounding";
151
+ /** Optional user-defined name for this tool or configuration. */
152
+ name?: string;
153
+ /** Optional user-defined description for this tool or configuration. */
154
+ description?: string;
155
+ /**
156
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
157
+ * Resolution order: exact tool name match takes priority over `*`.
158
+ * Unknown tool names are silently ignored at runtime.
159
+ */
160
+ tool_configs?: Record<string, ToolConfig>;
152
161
  /** The bing grounding search tool parameters. */
153
162
  bing_grounding: BingGroundingSearchToolParameters;
154
163
  }
155
164
  export declare function bingGroundingToolSerializer(item: BingGroundingTool): any;
156
165
  export declare function bingGroundingToolDeserializer(item: any): BingGroundingTool;
166
+ export declare function toolConfigRecordSerializer(item: Record<string, ToolConfig>): Record<string, any>;
167
+ export declare function toolConfigRecordDeserializer(item: Record<string, any>): Record<string, ToolConfig>;
168
+ /** Per-tool configuration that controls tool visibility and search behavior. */
169
+ export interface ToolConfig {
170
+ /**
171
+ * When true, the tool is always included in agent context and visible in `tools/list`.
172
+ * When false (default), the tool is hidden from `tools/list` and only discoverable via `tool_search`.
173
+ */
174
+ pin?: boolean;
175
+ /**
176
+ * Additional text indexed for tool_search. Supplements the native tool description
177
+ * to improve discoverability. Does not alter `tools/list` output.
178
+ */
179
+ additional_search_text?: string;
180
+ }
181
+ export declare function toolConfigSerializer(item: ToolConfig): any;
182
+ export declare function toolConfigDeserializer(item: any): ToolConfig;
157
183
  /** The bing grounding search tool parameters. */
158
184
  export interface BingGroundingSearchToolParameters {
159
185
  /**
@@ -185,6 +211,16 @@ export declare function bingGroundingSearchConfigurationDeserializer(item: any):
185
211
  export interface MicrosoftFabricPreviewTool extends Tool {
186
212
  /** The object type, which is always 'fabric_dataagent_preview'. */
187
213
  type: "fabric_dataagent_preview";
214
+ /** Optional user-defined name for this tool or configuration. */
215
+ name?: string;
216
+ /** Optional user-defined description for this tool or configuration. */
217
+ description?: string;
218
+ /**
219
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
220
+ * Resolution order: exact tool name match takes priority over `*`.
221
+ * Unknown tool names are silently ignored at runtime.
222
+ */
223
+ tool_configs?: Record<string, ToolConfig>;
188
224
  /** The fabric data agent tool parameters. */
189
225
  fabric_dataagent_preview: FabricDataAgentToolParameters;
190
226
  }
@@ -213,6 +249,16 @@ export declare function toolProjectConnectionDeserializer(item: any): ToolProjec
213
249
  export interface SharepointPreviewTool extends Tool {
214
250
  /** The object type, which is always 'sharepoint_grounding_preview'. */
215
251
  type: "sharepoint_grounding_preview";
252
+ /** Optional user-defined name for this tool or configuration. */
253
+ name?: string;
254
+ /** Optional user-defined description for this tool or configuration. */
255
+ description?: string;
256
+ /**
257
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
258
+ * Resolution order: exact tool name match takes priority over `*`.
259
+ * Unknown tool names are silently ignored at runtime.
260
+ */
261
+ tool_configs?: Record<string, ToolConfig>;
216
262
  /** The sharepoint grounding tool parameters. */
217
263
  sharepoint_grounding_preview: SharepointGroundingToolParameters;
218
264
  }
@@ -232,6 +278,16 @@ export declare function sharepointGroundingToolParametersDeserializer(item: any)
232
278
  export interface AzureAISearchTool extends Tool {
233
279
  /** The object type, which is always 'azure_ai_search'. */
234
280
  type: "azure_ai_search";
281
+ /** Optional user-defined name for this tool or configuration. */
282
+ name?: string;
283
+ /** Optional user-defined description for this tool or configuration. */
284
+ description?: string;
285
+ /**
286
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
287
+ * Resolution order: exact tool name match takes priority over `*`.
288
+ * Unknown tool names are silently ignored at runtime.
289
+ */
290
+ tool_configs?: Record<string, ToolConfig>;
235
291
  /** The azure ai search index resource. */
236
292
  azure_ai_search: AzureAISearchToolResource;
237
293
  }
@@ -274,6 +330,12 @@ export interface OpenApiTool extends Tool {
274
330
  type: "openapi";
275
331
  /** The openapi function definition. */
276
332
  openapi: OpenApiFunctionDefinition;
333
+ /**
334
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
335
+ * Resolution order: exact tool name match takes priority over `*`.
336
+ * Unknown tool names are silently ignored at runtime.
337
+ */
338
+ tool_configs?: Record<string, ToolConfig>;
277
339
  }
278
340
  export declare function openApiToolSerializer(item: OpenApiTool): any;
279
341
  export declare function openApiToolDeserializer(item: any): OpenApiTool;
@@ -371,6 +433,16 @@ export declare function _openApiFunctionDefinitionFunctionDeserializer(item: any
371
433
  export interface BingCustomSearchPreviewTool extends Tool {
372
434
  /** The object type, which is always 'bing_custom_search_preview'. */
373
435
  type: "bing_custom_search_preview";
436
+ /** Optional user-defined name for this tool or configuration. */
437
+ name?: string;
438
+ /** Optional user-defined description for this tool or configuration. */
439
+ description?: string;
440
+ /**
441
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
442
+ * Resolution order: exact tool name match takes priority over `*`.
443
+ * Unknown tool names are silently ignored at runtime.
444
+ */
445
+ tool_configs?: Record<string, ToolConfig>;
374
446
  /** The bing custom search tool parameters. */
375
447
  bing_custom_search_preview: BingCustomSearchToolParameters;
376
448
  }
@@ -409,6 +481,16 @@ export declare function bingCustomSearchConfigurationDeserializer(item: any): Bi
409
481
  export interface BrowserAutomationPreviewTool extends Tool {
410
482
  /** The object type, which is always 'browser_automation_preview'. */
411
483
  type: "browser_automation_preview";
484
+ /** Optional user-defined name for this tool or configuration. */
485
+ name?: string;
486
+ /** Optional user-defined description for this tool or configuration. */
487
+ description?: string;
488
+ /**
489
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
490
+ * Resolution order: exact tool name match takes priority over `*`.
491
+ * Unknown tool names are silently ignored at runtime.
492
+ */
493
+ tool_configs?: Record<string, ToolConfig>;
412
494
  /** The Browser Automation Tool parameters. */
413
495
  browser_automation_preview: BrowserAutomationToolParameters;
414
496
  }
@@ -434,6 +516,12 @@ export interface AzureFunctionTool extends Tool {
434
516
  type: "azure_function";
435
517
  /** The Azure Function Tool definition. */
436
518
  azure_function: AzureFunctionDefinition;
519
+ /**
520
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
521
+ * Resolution order: exact tool name match takes priority over `*`.
522
+ * Unknown tool names are silently ignored at runtime.
523
+ */
524
+ tool_configs?: Record<string, ToolConfig>;
437
525
  }
438
526
  export declare function azureFunctionToolSerializer(item: AzureFunctionTool): any;
439
527
  export declare function azureFunctionToolDeserializer(item: any): AzureFunctionTool;
@@ -489,6 +577,12 @@ export interface CaptureStructuredOutputsTool extends Tool {
489
577
  name?: string;
490
578
  /** Optional user-defined description for this tool or configuration. */
491
579
  description?: string;
580
+ /**
581
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
582
+ * Resolution order: exact tool name match takes priority over `*`.
583
+ * Unknown tool names are silently ignored at runtime.
584
+ */
585
+ tool_configs?: Record<string, ToolConfig>;
492
586
  /** The structured outputs to capture from the model. */
493
587
  outputs: StructuredOutputDefinition;
494
588
  }
@@ -511,6 +605,16 @@ export declare function structuredOutputDefinitionDeserializer(item: any): Struc
511
605
  export interface A2APreviewTool extends Tool {
512
606
  /** The type of the tool. Always `"a2a_preview`. */
513
607
  type: "a2a_preview";
608
+ /** Optional user-defined name for this tool or configuration. */
609
+ name?: string;
610
+ /** Optional user-defined description for this tool or configuration. */
611
+ description?: string;
612
+ /**
613
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
614
+ * Resolution order: exact tool name match takes priority over `*`.
615
+ * Unknown tool names are silently ignored at runtime.
616
+ */
617
+ tool_configs?: Record<string, ToolConfig>;
514
618
  /** Base URL of the agent. */
515
619
  base_url?: string;
516
620
  /**
@@ -530,26 +634,84 @@ export declare function a2APreviewToolDeserializer(item: any): A2APreviewTool;
530
634
  export interface WorkIQPreviewTool extends Tool {
531
635
  /** The object type, which is always 'work_iq_preview'. */
532
636
  type: "work_iq_preview";
637
+ /** The ID of the WorkIQ project connection. */
638
+ project_connection_id: string;
533
639
  /** Optional user-defined name for this tool or configuration. */
534
640
  name?: string;
535
641
  /** Optional user-defined description for this tool or configuration. */
536
642
  description?: string;
537
- /** The WorkIQ tool parameters. */
538
- work_iq_preview: WorkIQPreviewToolParameters;
643
+ /**
644
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
645
+ * Resolution order: exact tool name match takes priority over `*`.
646
+ * Unknown tool names are silently ignored at runtime.
647
+ */
648
+ tool_configs?: Record<string, ToolConfig>;
539
649
  }
540
650
  export declare function workIQPreviewToolSerializer(item: WorkIQPreviewTool): any;
541
651
  export declare function workIQPreviewToolDeserializer(item: any): WorkIQPreviewTool;
542
- /** The WorkIQ tool parameters. */
543
- export interface WorkIQPreviewToolParameters {
544
- /** The ID of the WorkIQ project connection. */
652
+ /** A FabricIQ server-side tool. */
653
+ export interface FabricIQPreviewTool extends Tool {
654
+ /** The object type, which is always 'fabric_iq_preview'. */
655
+ type: "fabric_iq_preview";
656
+ /** The ID of the FabricIQ project connection. */
545
657
  project_connection_id: string;
658
+ /** (Optional) The label of the FabricIQ MCP server to connect to. */
659
+ server_label?: string;
660
+ /** (Optional) The URL of the FabricIQ MCP server. If not provided, the URL from the project connection will be used. */
661
+ server_url?: string;
662
+ /** (Optional) Whether the agent requires approval before executing actions. Default is always. */
663
+ require_approval?: MCPToolRequireApproval | string;
664
+ /** Optional user-defined name for this tool or configuration. */
665
+ name?: string;
666
+ /** Optional user-defined description for this tool or configuration. */
667
+ description?: string;
668
+ /**
669
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
670
+ * Resolution order: exact tool name match takes priority over `*`.
671
+ * Unknown tool names are silently ignored at runtime.
672
+ */
673
+ tool_configs?: Record<string, ToolConfig>;
674
+ }
675
+ export declare function fabricIQPreviewToolSerializer(item: FabricIQPreviewTool): any;
676
+ export declare function fabricIQPreviewToolDeserializer(item: any): FabricIQPreviewTool;
677
+ /** Alias for _FabricIQPreviewToolRequireApproval */
678
+ export type _FabricIQPreviewToolRequireApproval = MCPToolRequireApproval | string;
679
+ export declare function _fabricIQPreviewToolRequireApprovalSerializer(item: _FabricIQPreviewToolRequireApproval): any;
680
+ export declare function _fabricIQPreviewToolRequireApprovalDeserializer(item: any): _FabricIQPreviewToolRequireApproval;
681
+ /** model interface MCPToolRequireApproval */
682
+ export interface MCPToolRequireApproval {
683
+ always?: MCPToolFilter;
684
+ never?: MCPToolFilter;
546
685
  }
547
- export declare function workIQPreviewToolParametersSerializer(item: WorkIQPreviewToolParameters): any;
548
- export declare function workIQPreviewToolParametersDeserializer(item: any): WorkIQPreviewToolParameters;
686
+ export declare function mcpToolRequireApprovalSerializer(item: MCPToolRequireApproval): any;
687
+ export declare function mcpToolRequireApprovalDeserializer(item: any): MCPToolRequireApproval;
688
+ /** A filter object to specify which tools are allowed. */
689
+ export interface MCPToolFilter {
690
+ /** List of allowed tool names. */
691
+ tool_names?: string[];
692
+ /**
693
+ * Indicates whether or not a tool modifies data or is read-only. If an
694
+ * MCP server is [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
695
+ * it will match this filter.
696
+ */
697
+ read_only?: boolean;
698
+ }
699
+ export declare function mcpToolFilterSerializer(item: MCPToolFilter): any;
700
+ export declare function mcpToolFilterDeserializer(item: any): MCPToolFilter;
549
701
  /** A tool for integrating memories into the agent. */
550
702
  export interface MemorySearchPreviewTool extends Tool {
551
703
  /** The type of the tool. Always `memory_search_preview`. */
552
704
  type: "memory_search_preview";
705
+ /** Optional user-defined name for this tool or configuration. */
706
+ name?: string;
707
+ /** Optional user-defined description for this tool or configuration. */
708
+ description?: string;
709
+ /**
710
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
711
+ * Resolution order: exact tool name match takes priority over `*`.
712
+ * Unknown tool names are silently ignored at runtime.
713
+ */
714
+ tool_configs?: Record<string, ToolConfig>;
553
715
  /** The name of the memory store to use. */
554
716
  memory_store_name: string;
555
717
  /**
@@ -572,6 +734,27 @@ export interface MemorySearchOptions {
572
734
  }
573
735
  export declare function memorySearchOptionsSerializer(item: MemorySearchOptions): any;
574
736
  export declare function memorySearchOptionsDeserializer(item: any): MemorySearchOptions;
737
+ /**
738
+ * A tool for searching over the agent's toolbox.
739
+ * When present, deferred tools are hidden from `tools/list` and only
740
+ * discoverable via `search_tools` queries at runtime.
741
+ */
742
+ export interface ToolboxSearchPreviewTool extends Tool {
743
+ /** The type of the tool. Always `toolbox_search_preview`. */
744
+ type: "toolbox_search_preview";
745
+ /** Optional user-defined name for this tool or configuration. */
746
+ name?: string;
747
+ /** Optional user-defined description for this tool or configuration. */
748
+ description?: string;
749
+ /**
750
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
751
+ * Resolution order: exact tool name match takes priority over `*`.
752
+ * Unknown tool names are silently ignored at runtime.
753
+ */
754
+ tool_configs?: Record<string, ToolConfig>;
755
+ }
756
+ export declare function toolboxSearchPreviewToolSerializer(item: ToolboxSearchPreviewTool): any;
757
+ export declare function toolboxSearchPreviewToolDeserializer(item: any): ToolboxSearchPreviewTool;
575
758
  /** A tool that runs Python code to help generate a response to a prompt. */
576
759
  export interface CodeInterpreterTool extends Tool {
577
760
  /** The type of the code interpreter tool. Always `code_interpreter`. */
@@ -580,6 +763,12 @@ export interface CodeInterpreterTool extends Tool {
580
763
  name?: string;
581
764
  /** Optional user-defined description for this tool or configuration. */
582
765
  description?: string;
766
+ /**
767
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
768
+ * Resolution order: exact tool name match takes priority over `*`.
769
+ * Unknown tool names are silently ignored at runtime.
770
+ */
771
+ tool_configs?: Record<string, ToolConfig>;
583
772
  /**
584
773
  * The code interpreter container. Can be a container ID or an object that
585
774
  * specifies uploaded file IDs to make available to your code, along with an
@@ -686,6 +875,12 @@ export interface FileSearchTool extends Tool {
686
875
  name?: string;
687
876
  /** Optional user-defined description for this tool or configuration. */
688
877
  description?: string;
878
+ /**
879
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
880
+ * Resolution order: exact tool name match takes priority over `*`.
881
+ * Unknown tool names are silently ignored at runtime.
882
+ */
883
+ tool_configs?: Record<string, ToolConfig>;
689
884
  }
690
885
  export declare function fileSearchToolSerializer(item: FileSearchTool): any;
691
886
  export declare function fileSearchToolDeserializer(item: any): FileSearchTool;
@@ -732,20 +927,22 @@ export interface ComparisonFilter {
732
927
  /** The key to compare against the value. */
733
928
  key: string;
734
929
  /** The value to compare against the attribute key; supports string, number, or boolean types. */
735
- value: string | number | boolean | ComparisonFilterValueItems[];
930
+ value: string | number | boolean | _FileSearchToolFiltersValue[];
736
931
  }
737
932
  export declare function comparisonFilterSerializer(item: ComparisonFilter): any;
738
933
  export declare function comparisonFilterDeserializer(item: any): ComparisonFilter;
739
- /** Alias for _ComparisonFilterValue */
740
- export type _ComparisonFilterValue = string | number | boolean | ComparisonFilterValueItems[];
741
- export declare function _comparisonFilterValueSerializer(item: _ComparisonFilterValue): any;
742
- export declare function _comparisonFilterValueDeserializer(item: any): _ComparisonFilterValue;
743
- export declare function comparisonFilterValueItemsArraySerializer(result: Array<ComparisonFilterValueItems>): any[];
744
- export declare function comparisonFilterValueItemsArrayDeserializer(result: Array<ComparisonFilterValueItems>): any[];
934
+ /** Alias for FileSearchToolFiltersValue */
935
+ export type FileSearchToolFiltersValue = string | number | boolean | _FileSearchToolFiltersValue[];
936
+ export declare function _fileSearchToolFiltersValueSerializer(item: FileSearchToolFiltersValue): any;
937
+ export declare function _fileSearchToolFiltersValueDeserializer(item: any): FileSearchToolFiltersValue;
938
+ export declare function _fileSearchToolFiltersValue1ArraySerializer(result: Array<_FileSearchToolFiltersValue>): any[];
939
+ export declare function _fileSearchToolFiltersValue1ArrayDeserializer(result: Array<_FileSearchToolFiltersValue>): any[];
940
+ /** Alias for _FileSearchToolFiltersValue */
941
+ export type _FileSearchToolFiltersValue = string | number;
745
942
  /** Alias for ComparisonFilterValueItems */
746
- export type ComparisonFilterValueItems = string | number;
747
- export declare function comparisonFilterValueItemsSerializer(item: ComparisonFilterValueItems): any;
748
- export declare function comparisonFilterValueItemsDeserializer(item: any): ComparisonFilterValueItems;
943
+ export type ComparisonFilterValueItems = _FileSearchToolFiltersValue;
944
+ export declare function _fileSearchToolFiltersValue1Serializer(item: _FileSearchToolFiltersValue): any;
945
+ export declare function _fileSearchToolFiltersValue1Deserializer(item: any): _FileSearchToolFiltersValue;
749
946
  /** Combine multiple filters using `and` or `or`. */
750
947
  export interface CompoundFilter {
751
948
  /** Type of operation: `and` or `or`. */
@@ -755,12 +952,12 @@ export interface CompoundFilter {
755
952
  }
756
953
  export declare function compoundFilterSerializer(item: CompoundFilter): any;
757
954
  export declare function compoundFilterDeserializer(item: any): CompoundFilter;
758
- export declare function _compoundFilterFilterArraySerializer(result: Array<_CompoundFilterFilter>): any[];
759
- export declare function _compoundFilterFilterArrayDeserializer(result: Array<_CompoundFilterFilter>): any[];
760
- /** Alias for _CompoundFilterFilter */
761
- export type _CompoundFilterFilter = ComparisonFilter | CompoundFilter;
762
- export declare function _compoundFilterFilterSerializer(item: _CompoundFilterFilter): any;
763
- export declare function _compoundFilterFilterDeserializer(item: any): _CompoundFilterFilter;
955
+ export declare function _fileSearchToolFiltersFilterArraySerializer(result: Array<_FileSearchToolFiltersFilter>): any[];
956
+ export declare function _fileSearchToolFiltersFilterArrayDeserializer(result: Array<_FileSearchToolFiltersFilter>): any[];
957
+ /** Alias for _FileSearchToolFiltersFilter */
958
+ export type _FileSearchToolFiltersFilter = ComparisonFilter | CompoundFilter;
959
+ export declare function _fileSearchToolFiltersFilterSerializer(item: _FileSearchToolFiltersFilter): any;
960
+ export declare function _fileSearchToolFiltersFilterDeserializer(item: any): _FileSearchToolFiltersFilter;
764
961
  /** A tool that controls a virtual computer. Learn more about the [computer tool](https://platform.openai.com/docs/guides/tools-computer-use). */
765
962
  export interface ComputerUsePreviewTool extends Tool {
766
963
  /** The type of the computer use tool. Always `computer_use_preview`. */
@@ -793,6 +990,12 @@ export interface WebSearchTool extends Tool {
793
990
  name?: string;
794
991
  /** Optional user-defined description for this tool or configuration. */
795
992
  description?: string;
993
+ /**
994
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
995
+ * Resolution order: exact tool name match takes priority over `*`.
996
+ * Unknown tool names are silently ignored at runtime.
997
+ */
998
+ tool_configs?: Record<string, ToolConfig>;
796
999
  /**
797
1000
  * The project connections attached to this tool. There can be a maximum of 1 connection
798
1001
  * resource attached to the tool.
@@ -879,6 +1082,12 @@ export interface MCPTool extends Tool {
879
1082
  defer_loading?: boolean;
880
1083
  /** The connection ID in the project for the MCP server. The connection stores authentication and other connection details needed to connect to the MCP server. */
881
1084
  project_connection_id?: string;
1085
+ /**
1086
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
1087
+ * Resolution order: exact tool name match takes priority over `*`.
1088
+ * Unknown tool names are silently ignored at runtime.
1089
+ */
1090
+ tool_configs?: Record<string, ToolConfig>;
882
1091
  }
883
1092
  export declare function mcpToolSerializer(item: MCPTool): any;
884
1093
  export declare function mcpToolDeserializer(item: any): MCPTool;
@@ -886,32 +1095,10 @@ export declare function mcpToolDeserializer(item: any): MCPTool;
886
1095
  export type _MCPToolAllowedTools = string[] | MCPToolFilter;
887
1096
  export declare function _mcpToolAllowedToolsSerializer(item: _MCPToolAllowedTools): any;
888
1097
  export declare function _mcpToolAllowedToolsDeserializer(item: any): _MCPToolAllowedTools;
889
- /** A filter object to specify which tools are allowed. */
890
- export interface MCPToolFilter {
891
- /** List of allowed tool names. */
892
- tool_names?: string[];
893
- /**
894
- * Indicates whether or not a tool modifies data or is read-only. If an
895
- * MCP server is [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),
896
- * it will match this filter.
897
- */
898
- read_only?: boolean;
899
- }
900
- export declare function mcpToolFilterSerializer(item: MCPToolFilter): any;
901
- export declare function mcpToolFilterDeserializer(item: any): MCPToolFilter;
902
1098
  /** Alias for _MCPToolRequireApproval */
903
1099
  export type _MCPToolRequireApproval = MCPToolRequireApproval | "always" | "never";
904
1100
  export declare function _mcpToolRequireApprovalSerializer(item: _MCPToolRequireApproval): any;
905
1101
  export declare function _mcpToolRequireApprovalDeserializer(item: any): _MCPToolRequireApproval;
906
- /** model interface MCPToolRequireApproval */
907
- export interface MCPToolRequireApproval {
908
- /** Tools that always require approval before execution. */
909
- always?: MCPToolFilter;
910
- /** Tools that never require approval before execution. */
911
- never?: MCPToolFilter;
912
- }
913
- export declare function mcpToolRequireApprovalSerializer(item: MCPToolRequireApproval): any;
914
- export declare function mcpToolRequireApprovalDeserializer(item: any): MCPToolRequireApproval;
915
1102
  /** A tool that generates images using the GPT image models. */
916
1103
  export interface ImageGenTool extends Tool {
917
1104
  /** The type of the image generation tool. Always `image_generation`. */
@@ -957,6 +1144,12 @@ export interface ImageGenTool extends Tool {
957
1144
  name?: string;
958
1145
  /** Optional user-defined description for this tool or configuration. */
959
1146
  description?: string;
1147
+ /**
1148
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
1149
+ * Resolution order: exact tool name match takes priority over `*`.
1150
+ * Unknown tool names are silently ignored at runtime.
1151
+ */
1152
+ tool_configs?: Record<string, ToolConfig>;
960
1153
  }
961
1154
  export declare function imageGenToolSerializer(item: ImageGenTool): any;
962
1155
  export declare function imageGenToolDeserializer(item: any): ImageGenTool;
@@ -981,6 +1174,12 @@ export interface LocalShellToolParam extends Tool {
981
1174
  name?: string;
982
1175
  /** Optional user-defined description for this tool or configuration. */
983
1176
  description?: string;
1177
+ /**
1178
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
1179
+ * Resolution order: exact tool name match takes priority over `*`.
1180
+ * Unknown tool names are silently ignored at runtime.
1181
+ */
1182
+ tool_configs?: Record<string, ToolConfig>;
984
1183
  }
985
1184
  export declare function localShellToolParamSerializer(item: LocalShellToolParam): any;
986
1185
  export declare function localShellToolParamDeserializer(item: any): LocalShellToolParam;
@@ -994,6 +1193,12 @@ export interface FunctionShellToolParam extends Tool {
994
1193
  name?: string;
995
1194
  /** Optional user-defined description for this tool or configuration. */
996
1195
  description?: string;
1196
+ /**
1197
+ * Per-tool configuration map. Keys are tool names or `*` (catch-all default).
1198
+ * Resolution order: exact tool name match takes priority over `*`.
1199
+ * Unknown tool names are silently ignored at runtime.
1200
+ */
1201
+ tool_configs?: Record<string, ToolConfig>;
997
1202
  }
998
1203
  export declare function functionShellToolParamSerializer(item: FunctionShellToolParam): any;
999
1204
  export declare function functionShellToolParamDeserializer(item: any): FunctionShellToolParam;
@@ -1248,35 +1453,115 @@ export declare function toolSearchToolParamSerializer(item: ToolSearchToolParam)
1248
1453
  export declare function toolSearchToolParamDeserializer(item: any): ToolSearchToolParam;
1249
1454
  /** Type of ToolSearchExecutionType */
1250
1455
  export type ToolSearchExecutionType = "server" | "client";
1456
+ /** Container-based deployment configuration for a hosted agent. */
1457
+ export interface ContainerConfiguration {
1458
+ /** The container image for the hosted agent. */
1459
+ image: string;
1460
+ }
1461
+ export declare function containerConfigurationSerializer(item: ContainerConfiguration): any;
1462
+ export declare function containerConfigurationDeserializer(item: any): ContainerConfiguration;
1251
1463
  export declare function protocolVersionRecordArraySerializer(result: Array<ProtocolVersionRecord>): any[];
1252
1464
  export declare function protocolVersionRecordArrayDeserializer(result: Array<ProtocolVersionRecord>): any[];
1253
1465
  /** A record mapping for a single protocol and its version. */
1254
1466
  export interface ProtocolVersionRecord {
1255
1467
  /** The protocol type. */
1256
1468
  protocol: AgentProtocol;
1257
- /** The version string for the protocol, e.g. 'v0.1.1'. */
1469
+ /** The version string for the protocol, e.g. '1.0.0'. */
1258
1470
  version: string;
1259
1471
  }
1260
1472
  export declare function protocolVersionRecordSerializer(item: ProtocolVersionRecord): any;
1261
1473
  export declare function protocolVersionRecordDeserializer(item: any): ProtocolVersionRecord;
1262
1474
  /** Type of AgentProtocol */
1263
- export type AgentProtocol = "activity_protocol" | "responses" | "invocations";
1264
- /** Container-based deployment configuration for a hosted agent. */
1265
- export interface ContainerConfiguration {
1266
- /** The container image for the hosted agent. */
1267
- image: string;
1268
- }
1269
- export declare function containerConfigurationSerializer(item: ContainerConfiguration): any;
1270
- export declare function containerConfigurationDeserializer(item: any): ContainerConfiguration;
1475
+ export type AgentProtocol = "activity_protocol" | "responses" | "mcp" | "invocations" | "invocations_ws";
1271
1476
  /** Code-based deployment configuration for a hosted agent. */
1272
1477
  export interface CodeConfiguration {
1273
1478
  /** The runtime identifier for code execution (e.g., 'python_3_11', 'python_3_12', 'python_3_13'). */
1274
1479
  runtime: string;
1275
1480
  /** The entry point command and arguments for the code execution. */
1276
1481
  entry_point: string[];
1482
+ /**
1483
+ * How package dependencies are resolved at deployment time. Defaults to `bundled`,
1484
+ * where the caller bundles all dependencies into the uploaded zip and the service
1485
+ * performs no remote build. `remote_build` instructs the service to build
1486
+ * dependencies remotely from the manifest included in the uploaded zip.
1487
+ */
1488
+ dependency_resolution: CodeDependencyResolution;
1489
+ /** The SHA-256 hex digest of the uploaded code zip. Set by the service from the `x-ms-code-zip-sha256` request header; read-only in responses and never accepted in request payloads. */
1490
+ readonly content_hash?: string;
1277
1491
  }
1278
1492
  export declare function codeConfigurationSerializer(item: CodeConfiguration): any;
1279
1493
  export declare function codeConfigurationDeserializer(item: any): CodeConfiguration;
1494
+ /** How package dependencies are resolved at deployment time for a code-based hosted agent. */
1495
+ export type CodeDependencyResolution = "bundled" | "remote_build";
1496
+ /** Customer-supplied telemetry configuration for exporting container logs, traces, and metrics. */
1497
+ export interface TelemetryConfig {
1498
+ /** Customer-supplied telemetry export endpoint configurations. */
1499
+ endpoints: TelemetryEndpointUnion[];
1500
+ }
1501
+ export declare function telemetryConfigSerializer(item: TelemetryConfig): any;
1502
+ export declare function telemetryConfigDeserializer(item: any): TelemetryConfig;
1503
+ export declare function telemetryEndpointUnionArraySerializer(result: Array<TelemetryEndpointUnion>): any[];
1504
+ export declare function telemetryEndpointUnionArrayDeserializer(result: Array<TelemetryEndpointUnion>): any[];
1505
+ /** A telemetry export endpoint configuration. */
1506
+ export interface TelemetryEndpoint {
1507
+ /** The telemetry export endpoint kind. */
1508
+ /** The discriminator possible values: OTLP */
1509
+ kind: TelemetryEndpointKind;
1510
+ /** Data types to export to this endpoint. Use an empty array to export no data. */
1511
+ data: TelemetryDataKind[];
1512
+ /** Optional authentication configuration. */
1513
+ auth?: TelemetryEndpointAuthUnion;
1514
+ }
1515
+ export declare function telemetryEndpointSerializer(item: TelemetryEndpoint): any;
1516
+ export declare function telemetryEndpointDeserializer(item: any): TelemetryEndpoint;
1517
+ /** Alias for TelemetryEndpointUnion */
1518
+ export type TelemetryEndpointUnion = OtlpTelemetryEndpoint | TelemetryEndpoint;
1519
+ export declare function telemetryEndpointUnionSerializer(item: TelemetryEndpointUnion): any;
1520
+ export declare function telemetryEndpointUnionDeserializer(item: any): TelemetryEndpointUnion;
1521
+ /** The kind of telemetry export endpoint. */
1522
+ export type TelemetryEndpointKind = "OTLP";
1523
+ /** The type of telemetry data to export. */
1524
+ export type TelemetryDataKind = "ContainerStdoutStderr" | "ContainerOtel" | "Metrics";
1525
+ /** Authentication configuration for a telemetry endpoint. */
1526
+ export interface TelemetryEndpointAuth {
1527
+ /** The authentication type. */
1528
+ /** The discriminator possible values: header */
1529
+ type: TelemetryEndpointAuthType;
1530
+ }
1531
+ export declare function telemetryEndpointAuthSerializer(item: TelemetryEndpointAuth): any;
1532
+ export declare function telemetryEndpointAuthDeserializer(item: any): TelemetryEndpointAuth;
1533
+ /** Alias for TelemetryEndpointAuthUnion */
1534
+ export type TelemetryEndpointAuthUnion = HeaderTelemetryEndpointAuth | TelemetryEndpointAuth;
1535
+ export declare function telemetryEndpointAuthUnionSerializer(item: TelemetryEndpointAuthUnion): any;
1536
+ export declare function telemetryEndpointAuthUnionDeserializer(item: any): TelemetryEndpointAuthUnion;
1537
+ /** The type of authentication for a telemetry endpoint. */
1538
+ export type TelemetryEndpointAuthType = "header";
1539
+ /** Header-based secret authentication for a telemetry endpoint. The resolved secret value is injected as an HTTP header. */
1540
+ export interface HeaderTelemetryEndpointAuth extends TelemetryEndpointAuth {
1541
+ /** The authentication type, always 'header' for header-based secret authentication. */
1542
+ type: "header";
1543
+ /** The name of the HTTP header to inject the secret value into. */
1544
+ header_name: string;
1545
+ /** The identifier of the secret store or connection. */
1546
+ secret_id: string;
1547
+ /** The key within the secret to retrieve the authentication value. */
1548
+ secret_key: string;
1549
+ }
1550
+ export declare function headerTelemetryEndpointAuthSerializer(item: HeaderTelemetryEndpointAuth): any;
1551
+ export declare function headerTelemetryEndpointAuthDeserializer(item: any): HeaderTelemetryEndpointAuth;
1552
+ /** An OTLP (OpenTelemetry Protocol) telemetry export endpoint. */
1553
+ export interface OtlpTelemetryEndpoint extends TelemetryEndpoint {
1554
+ /** The endpoint kind, always 'OTLP' for OpenTelemetry Protocol endpoints. */
1555
+ kind: "OTLP";
1556
+ /** The OTLP collector endpoint URL. */
1557
+ endpoint: string;
1558
+ /** The transport protocol for the OTLP endpoint. */
1559
+ protocol: TelemetryTransportProtocol;
1560
+ }
1561
+ export declare function otlpTelemetryEndpointSerializer(item: OtlpTelemetryEndpoint): any;
1562
+ export declare function otlpTelemetryEndpointDeserializer(item: any): OtlpTelemetryEndpoint;
1563
+ /** The transport protocol for telemetry export. */
1564
+ export type TelemetryTransportProtocol = "Http" | "Grpc";
1280
1565
  /** The prompt agent definition */
1281
1566
  export interface PromptAgentDefinition extends AgentDefinition {
1282
1567
  kind: "prompt";
@@ -1286,16 +1571,15 @@ export interface PromptAgentDefinition extends AgentDefinition {
1286
1571
  instructions?: string;
1287
1572
  /**
1288
1573
  * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
1289
- * We generally recommend altering this or `top_p` but not both.
1574
+ * We generally recommend altering this or `top_p` but not both. Defaults to `1`.
1290
1575
  */
1291
1576
  temperature?: number;
1292
1577
  /**
1293
1578
  * An alternative to sampling with temperature, called nucleus sampling,
1294
1579
  * where the model considers the results of the tokens with top_p probability
1295
1580
  * mass. So 0.1 means only the tokens comprising the top 10% probability mass
1296
- * are considered.
1297
- *
1298
- * We generally recommend altering this or `temperature` but not both.
1581
+ * are considered. We generally recommend altering this or `temperature` but not both.
1582
+ * Defaults to `1`.
1299
1583
  */
1300
1584
  top_p?: number;
1301
1585
  reasoning?: Reasoning;
@@ -1579,7 +1863,7 @@ export interface StructuredInputDefinition {
1579
1863
  default_value?: unknown;
1580
1864
  /** The JSON schema for the structured input (optional). */
1581
1865
  schema?: Record<string, unknown>;
1582
- /** Whether the input property is required when the agent is invoked. */
1866
+ /** Whether the input property is required when the agent is invoked. Defaults to `false`. */
1583
1867
  required?: boolean;
1584
1868
  }
1585
1869
  export declare function structuredInputDefinitionSerializer(item: StructuredInputDefinition): any;
@@ -1592,6 +1876,26 @@ export interface WorkflowAgentDefinition extends AgentDefinition {
1592
1876
  }
1593
1877
  export declare function workflowAgentDefinitionSerializer(item: WorkflowAgentDefinition): any;
1594
1878
  export declare function workflowAgentDefinitionDeserializer(item: any): WorkflowAgentDefinition;
1879
+ /**
1880
+ * The external agent definition. Represents a third-party agent hosted outside Foundry (for example, on GCP or AWS).
1881
+ * Registration is metadata-only: Foundry records the agent definition to light up observability experiences (traces, evaluations)
1882
+ * over customer-emitted OpenTelemetry data.
1883
+ */
1884
+ export interface ExternalAgentDefinition extends AgentDefinition {
1885
+ kind: "external";
1886
+ /**
1887
+ * The OpenTelemetry agent identifier used to attribute customer-emitted spans to this Foundry agent.
1888
+ * Spans must include the attribute `gen_ai.agent.id = <otel_agent_id>` to appear under this registration.
1889
+ * Defaults to the top-level agent name when omitted. Provide an explicit value only for migration scenarios
1890
+ * where the running external agent already emits a stable id that differs from the Foundry agent name.
1891
+ * The resolved value is always echoed on read.
1892
+ */
1893
+ otel_agent_id?: string;
1894
+ }
1895
+ export declare function externalAgentDefinitionSerializer(item: ExternalAgentDefinition): any;
1896
+ export declare function externalAgentDefinitionDeserializer(item: any): ExternalAgentDefinition;
1897
+ /** The provisioning status of an agent version. */
1898
+ export type AgentVersionStatus = "creating" | "active" | "failed" | "deleting" | "deleted";
1595
1899
  /** model interface AgentIdentity */
1596
1900
  export interface AgentIdentity {
1597
1901
  /** The principal ID of the agent instance */
@@ -1620,8 +1924,8 @@ export interface ManagedAgentIdentityBlueprintReference extends AgentBlueprintRe
1620
1924
  }
1621
1925
  export declare function managedAgentIdentityBlueprintReferenceSerializer(item: ManagedAgentIdentityBlueprintReference): any;
1622
1926
  export declare function managedAgentIdentityBlueprintReferenceDeserializer(item: any): ManagedAgentIdentityBlueprintReference;
1623
- /** model interface AgentEndpoint */
1624
- export interface AgentEndpoint {
1927
+ /** model interface AgentEndpointConfig */
1928
+ export interface AgentEndpointConfig {
1625
1929
  /** The version selector of the agent endpoint determines how traffic is routed to different versions of the agent. */
1626
1930
  version_selector?: VersionSelector;
1627
1931
  /** The protocols that the agent supports */
@@ -1629,8 +1933,10 @@ export interface AgentEndpoint {
1629
1933
  /** The authorization schemes supported by the agent endpoint */
1630
1934
  authorization_schemes?: AgentEndpointAuthorizationSchemeUnion[];
1631
1935
  }
1632
- export declare function agentEndpointSerializer(item: AgentEndpoint): any;
1633
- export declare function agentEndpointDeserializer(item: any): AgentEndpoint;
1936
+ export declare function agentEndpointConfigSerializer(item: AgentEndpointConfig): any;
1937
+ export declare function agentEndpointConfigDeserializer(item: any): AgentEndpointConfig;
1938
+ /** @deprecated Use AgentEndpointConfig instead. */
1939
+ export type AgentEndpoint = AgentEndpointConfig;
1634
1940
  /** model interface VersionSelector */
1635
1941
  export interface VersionSelector {
1636
1942
  version_selection_rules: VersionSelectionRuleUnion[];
@@ -1662,7 +1968,7 @@ export interface FixedRatioVersionSelectionRule extends VersionSelectionRule {
1662
1968
  export declare function fixedRatioVersionSelectionRuleSerializer(item: FixedRatioVersionSelectionRule): any;
1663
1969
  export declare function fixedRatioVersionSelectionRuleDeserializer(item: any): FixedRatioVersionSelectionRule;
1664
1970
  /** Type of AgentEndpointProtocol */
1665
- export type AgentEndpointProtocol = "activity" | "responses" | "a2a" | "invocations";
1971
+ export type AgentEndpointProtocol = "activity" | "responses" | "a2a" | "mcp" | "invocations" | "invocations_ws";
1666
1972
  export declare function agentEndpointAuthorizationSchemeUnionArraySerializer(result: Array<AgentEndpointAuthorizationSchemeUnion>): any[];
1667
1973
  export declare function agentEndpointAuthorizationSchemeUnionArrayDeserializer(result: Array<AgentEndpointAuthorizationSchemeUnion>): any[];
1668
1974
  /** model interface AgentEndpointAuthorizationScheme */
@@ -1680,7 +1986,8 @@ export type AgentEndpointAuthorizationSchemeType = "Entra" | "BotService" | "Bot
1680
1986
  /** model interface EntraAuthorizationScheme */
1681
1987
  export interface EntraAuthorizationScheme extends AgentEndpointAuthorizationScheme {
1682
1988
  type: "Entra";
1683
- isolation_key_source: IsolationKeySourceUnion;
1989
+ /** The source from which the per-user isolation key is derived for requests authorized via this scheme. Defaults to Entra-based isolation when omitted. */
1990
+ isolation_key_source?: IsolationKeySourceUnion;
1684
1991
  }
1685
1992
  export declare function entraAuthorizationSchemeSerializer(item: EntraAuthorizationScheme): any;
1686
1993
  export declare function entraAuthorizationSchemeDeserializer(item: any): EntraAuthorizationScheme;
@@ -1705,10 +2012,6 @@ export declare function entraIsolationKeySourceDeserializer(item: any): EntraIso
1705
2012
  /** model interface HeaderIsolationKeySource */
1706
2013
  export interface HeaderIsolationKeySource extends IsolationKeySource {
1707
2014
  kind: "Header";
1708
- /** The user isolation key header value */
1709
- user_isolation_key: string;
1710
- /** The chat isolation key header value */
1711
- chat_isolation_key: string;
1712
2015
  }
1713
2016
  export declare function headerIsolationKeySourceSerializer(item: HeaderIsolationKeySource): any;
1714
2017
  export declare function headerIsolationKeySourceDeserializer(item: any): HeaderIsolationKeySource;
@@ -1775,8 +2078,8 @@ export interface ErrorModel {
1775
2078
  /** Debug information for the error. */
1776
2079
  debugInfo?: Record<string, unknown>;
1777
2080
  }
1778
- export declare function errorDeserializer(item: any): ErrorModel;
1779
- export declare function errorArrayDeserializer(result: Array<ErrorModel>): any[];
2081
+ export declare function apiErrorDeserializer(item: any): ErrorModel;
2082
+ export declare function apiErrorArrayDeserializer(result: Array<ErrorModel>): any[];
1780
2083
  /** A deleted agent Object */
1781
2084
  export interface DeleteAgentResponse {
1782
2085
  /** The object type. Always 'agent.deleted'. */
@@ -2042,7 +2345,7 @@ export interface PendingUploadRequest {
2042
2345
  pendingUploadId?: string;
2043
2346
  /** Azure Storage Account connection name to use for generating temporary SAS token */
2044
2347
  connectionName?: string;
2045
- /** BlobReference is the only supported type. */
2348
+ /** The type of pending upload. */
2046
2349
  pendingUploadType: "BlobReference";
2047
2350
  }
2048
2351
  export declare function pendingUploadRequestSerializer(item: PendingUploadRequest): any;
@@ -2054,7 +2357,7 @@ export interface PendingUploadResponse {
2054
2357
  pendingUploadId: string;
2055
2358
  /** Version of asset to be created if user did not specify version when initially creating upload */
2056
2359
  version?: string;
2057
- /** BlobReference is the only supported type */
2360
+ /** The type of pending upload. */
2058
2361
  pendingUploadType: "BlobReference";
2059
2362
  }
2060
2363
  export declare function pendingUploadResponseDeserializer(item: any): PendingUploadResponse;
@@ -2076,6 +2379,8 @@ export interface SasCredential {
2076
2379
  readonly type: "SAS";
2077
2380
  }
2078
2381
  export declare function blobReferenceSasCredentialDeserializer(item: any): SasCredential;
2382
+ /** Type alias for BlobReferenceSasCredential - same as SasCredential */
2383
+ export type BlobReferenceSasCredential = SasCredential;
2079
2384
  /** Represents a reference to a blob for consumption */
2080
2385
  export interface DatasetCredential {
2081
2386
  /** Credential info to access the storage account. */
@@ -2236,6 +2541,42 @@ export interface EmbeddingConfiguration {
2236
2541
  }
2237
2542
  export declare function embeddingConfigurationSerializer(item: EmbeddingConfiguration): any;
2238
2543
  export declare function embeddingConfigurationDeserializer(item: any): EmbeddingConfiguration;
2544
+ /** File contents with optional metadata for multipart uploads. */
2545
+ export interface FileWithMetadata {
2546
+ contents: FileContents;
2547
+ contentType?: string;
2548
+ filename?: string;
2549
+ }
2550
+ /** Multipart request body for updating or versioning a code-based agent (POST /agents/{name} and POST /agents/{name}/versions). */
2551
+ export interface CreateAgentVersionFromCodeContent {
2552
+ /** JSON metadata including description and hosted definition. */
2553
+ metadata: CreateAgentVersionFromCodeMetadata;
2554
+ /** The code zip file (max 250 MB). */
2555
+ code: FileContents | FileWithMetadata;
2556
+ }
2557
+ export declare function createAgentVersionFromCodeContentSerializer(item: CreateAgentVersionFromCodeContent): any;
2558
+ /**
2559
+ * JSON metadata for code-based agent operations (create, update, create version).
2560
+ * The agent name comes from the URL path parameter or the `x-ms-agent-name` header,
2561
+ * so it is not included in this model.
2562
+ * The content hash (SHA-256 of the zip) is carried in the `x-ms-code-zip-sha256` header.
2563
+ */
2564
+ export interface CreateAgentVersionFromCodeMetadata {
2565
+ /** A human-readable description of the agent. */
2566
+ description?: string;
2567
+ /**
2568
+ * Set of 16 key-value pairs that can be attached to an object. This can be
2569
+ * useful for storing additional information about the object in a structured
2570
+ * format, and querying for objects via API or the dashboard.
2571
+ *
2572
+ * Keys are strings with a maximum length of 64 characters. Values are strings
2573
+ * with a maximum length of 512 characters.
2574
+ */
2575
+ metadata?: Record<string, string>;
2576
+ /** The hosted agent definition including code_configuration (runtime, entry_point), cpu, memory, and protocol_versions. */
2577
+ definition: HostedAgentDefinition;
2578
+ }
2579
+ export declare function createAgentVersionFromCodeMetadataSerializer(item: CreateAgentVersionFromCodeMetadata): any;
2239
2580
  /** Version indicator determining which agent version backs the session. */
2240
2581
  export interface VersionIndicator {
2241
2582
  /** The type of version indicator. */
@@ -2290,6 +2631,39 @@ export interface _AgentsPagedResultAgentSessionResource {
2290
2631
  }
2291
2632
  export declare function _agentsPagedResultAgentSessionResourceDeserializer(item: any): _AgentsPagedResultAgentSessionResource;
2292
2633
  export declare function agentSessionResourceArrayDeserializer(result: Array<AgentSessionResource>): any[];
2634
+ /**
2635
+ * A single Server-Sent Event frame emitted by the hosted agent session log stream.
2636
+ *
2637
+ * Each frame contains an `event` field identifying the event type and a `data`
2638
+ * field carrying the payload as plain text. Although the current `data` payload
2639
+ * is JSON-formatted, its schema is not contractual — additional keys may appear
2640
+ * and the format may change over time. Clients should treat `data` as an
2641
+ * opaque string and optionally attempt JSON parsing.
2642
+ *
2643
+ * New event types may be added in the future. Clients should gracefully
2644
+ * ignore unrecognized event types.
2645
+ *
2646
+ * Wire format:
2647
+ * ```
2648
+ * event: log
2649
+ * data: {"timestamp":"2026-03-10T09:33:17.121Z","stream":"stdout","message":"Starting server on port 18080"}
2650
+ *
2651
+ * event: log
2652
+ * data: {"timestamp":"2026-03-10T09:34:52.714Z","stream":"status","message":"Successfully connected to container"}
2653
+ * ```
2654
+ */
2655
+ export interface SessionLogEvent {
2656
+ /** The SSE event type. Currently `log`, but additional event types may be added in the future. Clients should ignore unrecognized event types. */
2657
+ event: SessionLogEventType;
2658
+ /** The event payload as plain text. Currently JSON-formatted but the schema is not contractual and may change. */
2659
+ data: string;
2660
+ }
2661
+ export declare function sessionLogEventDeserializer(item: any): SessionLogEvent;
2662
+ /**
2663
+ * Known SSE event types emitted by the hosted agent session log stream.
2664
+ * Additional event types may be introduced in future versions.
2665
+ */
2666
+ export type SessionLogEventType = "log";
2293
2667
  /** Response from uploading a file to a session sandbox. */
2294
2668
  export interface SessionFileWriteResponse {
2295
2669
  /** The path where the file was written, relative to the session home directory. */
@@ -2300,6 +2674,12 @@ export interface SessionFileWriteResponse {
2300
2674
  export declare function sessionFileWriteResponseDeserializer(item: any): SessionFileWriteResponse;
2301
2675
  /** Response from listing a directory in a session sandbox. */
2302
2676
  export interface SessionDirectoryListResponse {
2677
+ /** The first ID represented in this list. */
2678
+ first_id?: string;
2679
+ /** The last ID represented in this list. */
2680
+ last_id?: string;
2681
+ /** A value indicating whether there are additional values available not captured in this list. */
2682
+ has_more: boolean;
2303
2683
  /** The path that was listed, relative to the session home directory. */
2304
2684
  path: string;
2305
2685
  /** The directory entries. */
@@ -2315,10 +2695,308 @@ export interface SessionDirectoryEntry {
2315
2695
  size: number;
2316
2696
  /** Whether this entry is a directory. */
2317
2697
  is_directory: boolean;
2318
- /** The last modification time in UTC (ISO 8601). */
2698
+ /** The Unix timestamp (in seconds) when the file was last modified. */
2319
2699
  modified_time: Date;
2320
2700
  }
2321
2701
  export declare function sessionDirectoryEntryDeserializer(item: any): SessionDirectoryEntry;
2702
+ /** Caller-supplied inputs for an optimization job. */
2703
+ export interface OptimizationJobInputs {
2704
+ /** The agent (and pinned version) being optimized. */
2705
+ agent: AgentIdentifier;
2706
+ /** Reference to a registered training dataset (required). */
2707
+ train_dataset_reference: DatasetRef;
2708
+ /** Optional held-out validation dataset for measuring generalization of the final candidate. */
2709
+ validation_dataset_reference?: DatasetRef;
2710
+ /** Job-level evaluators (referenced by name). Per-task criteria may override. Default: ['task_adherence']. */
2711
+ evaluators?: string[];
2712
+ /** Tuning knobs and run-mode. */
2713
+ options?: OptimizationOptions;
2714
+ }
2715
+ export declare function optimizationJobInputsSerializer(item: OptimizationJobInputs): any;
2716
+ export declare function optimizationJobInputsDeserializer(item: any): OptimizationJobInputs;
2717
+ /** Identifies the registered Foundry agent to optimize (request-only). Skills, tools, and system_prompt are specified in options.optimization_config. */
2718
+ export interface AgentIdentifier {
2719
+ /** Registered Foundry agent name (required). */
2720
+ agent_name: string;
2721
+ /** Pinned agent version. Defaults to latest if omitted. */
2722
+ agent_version?: string;
2723
+ }
2724
+ export declare function agentIdentifierSerializer(item: AgentIdentifier): any;
2725
+ export declare function agentIdentifierDeserializer(item: any): AgentIdentifier;
2726
+ /** Reference to a registered dataset in the Foundry Dataset Service. */
2727
+ export interface DatasetRef {
2728
+ /** Dataset name. */
2729
+ name: string;
2730
+ /** Dataset version. If not specified, the latest version is used. */
2731
+ version?: string;
2732
+ }
2733
+ export declare function datasetRefSerializer(item: DatasetRef): any;
2734
+ export declare function datasetRefDeserializer(item: any): DatasetRef;
2735
+ /** Tuning knobs and run-mode for an optimization job. */
2736
+ export interface OptimizationOptions {
2737
+ /** Maximum optimization iterations per strategy. Must be >= 1. Default: 5. */
2738
+ max_iterations?: number;
2739
+ /** Per-target-attribute configuration overrides. Contains skills, tools, system_prompt for the agent, plus model space for model optimization. */
2740
+ optimization_config?: Record<string, any>;
2741
+ /** Model deployment used for evaluation. Defaults to server config (typically 'gpt-4o'). */
2742
+ eval_model?: string;
2743
+ /** Model deployment for optimization reasoning (must be gpt-5 family). Falls back to the default eval model when not set. */
2744
+ optimization_model?: string;
2745
+ /** Evaluation granularity. Null/omitted means per-item single-turn. Set to 'conversation' for per-conversation multi-turn simulation scoring. */
2746
+ evaluation_level?: EvaluationLevel;
2747
+ }
2748
+ export declare function optimizationOptionsSerializer(item: OptimizationOptions): any;
2749
+ export declare function optimizationOptionsDeserializer(item: any): OptimizationOptions;
2750
+ /** The level at which evaluation is performed. */
2751
+ export type EvaluationLevel = "turn" | "conversation";
2752
+ /** Agent optimization job resource — a long-running job that optimizes an agent's configuration (instructions, model, skills, tools) to maximize evaluation scores. On success, the result contains scored candidates. */
2753
+ export interface OptimizationJob {
2754
+ /** Server-assigned unique identifier. */
2755
+ readonly id: string;
2756
+ /** Current lifecycle status. */
2757
+ readonly status: JobStatus;
2758
+ /** Error details — populated only on failure. */
2759
+ readonly error?: ErrorModel;
2760
+ /** Result produced on success. */
2761
+ readonly result?: OptimizationJobResult;
2762
+ /** Caller-supplied inputs. */
2763
+ inputs?: OptimizationJobInputs;
2764
+ /** The timestamp when the job was created, represented in Unix time. */
2765
+ readonly created_at: Date;
2766
+ /** The timestamp when the job was last updated (status, progress, or result change), represented in Unix time. */
2767
+ readonly updated_at?: Date;
2768
+ /** Progress while in flight. Absent in terminal states. */
2769
+ readonly progress?: OptimizationJobProgress;
2770
+ /** Metadata about the dataset used for this optimization job. */
2771
+ readonly dataset?: DatasetInfo;
2772
+ }
2773
+ export declare function optimizationJobDeserializer(item: any): OptimizationJob;
2774
+ /** Extensible status values shared by Foundry jobs. */
2775
+ export type JobStatus = "queued" | "in_progress" | "succeeded" | "failed" | "cancelled";
2776
+ /** Terminal-state result body. Populated when status is succeeded or failed. */
2777
+ export interface OptimizationJobResult {
2778
+ /** Evaluation scores for the original (un-optimized) agent configuration. */
2779
+ baseline?: OptimizationCandidate;
2780
+ /** The highest-scoring candidate found during optimization. */
2781
+ best?: OptimizationCandidate;
2782
+ /** All evaluated candidates including baseline. */
2783
+ candidates?: OptimizationCandidate[];
2784
+ /** The options used for this optimization run. */
2785
+ options?: OptimizationOptions;
2786
+ /** Non-fatal warnings from the optimization run (e.g., target attribute failures that were skipped). */
2787
+ warnings?: string[];
2788
+ /** True when all target attributes failed — only the baseline was evaluated. */
2789
+ all_target_attributes_failed?: boolean;
2790
+ }
2791
+ export declare function optimizationJobResultDeserializer(item: any): OptimizationJobResult;
2792
+ /** Aggregated evaluation result for a single candidate agent configuration across all tasks. */
2793
+ export interface OptimizationCandidate {
2794
+ /** Server-assigned candidate identifier. Use with GET /candidates/{id} sub-endpoints. */
2795
+ candidate_id?: string;
2796
+ /** Display name of the candidate (e.g., 'baseline', 'instruction-v2'). */
2797
+ name: string;
2798
+ /** The agent configuration that produced this candidate. */
2799
+ config: OptimizationAgentDefinition;
2800
+ /** What was mutated from the baseline (e.g., {system_prompt: 'new prompt'}). */
2801
+ mutations: Record<string, any>;
2802
+ /** Average composite score across all tasks. */
2803
+ avg_score: number;
2804
+ /** Average token usage across all tasks. */
2805
+ avg_tokens: number;
2806
+ /** Fraction of tasks that met the pass threshold. */
2807
+ pass_rate: number;
2808
+ /** Individual task-level scores. */
2809
+ task_scores: OptimizationTaskResult[];
2810
+ /** Whether this candidate is on the Pareto frontier (score vs cost). */
2811
+ is_pareto_optimal: boolean;
2812
+ /** Foundry evaluation identifier used to score this candidate. */
2813
+ eval_id?: string;
2814
+ /** Foundry evaluation run identifier for this candidate's scoring run. */
2815
+ eval_run_id?: string;
2816
+ /** Promotion metadata. Null if the candidate has not been promoted. */
2817
+ promotion?: PromotionInfo;
2818
+ }
2819
+ export declare function optimizationCandidateDeserializer(item: any): OptimizationCandidate;
2820
+ /** Agent definition returned in response payloads (includes resolved config). */
2821
+ export interface OptimizationAgentDefinition {
2822
+ /** Agent name. */
2823
+ agent_name?: string;
2824
+ /** Agent version. */
2825
+ agent_version?: string;
2826
+ /** Model deployment name. */
2827
+ model?: string;
2828
+ /** System prompt / instructions. */
2829
+ system_prompt?: string;
2830
+ /** Agent skills. */
2831
+ skills?: Record<string, any>[];
2832
+ /** Agent tools. */
2833
+ tools?: Record<string, any>[];
2834
+ }
2835
+ export declare function optimizationAgentDefinitionDeserializer(item: any): OptimizationAgentDefinition;
2836
+ export declare function optimizationTaskResultArrayDeserializer(result: Array<OptimizationTaskResult>): any[];
2837
+ /** Per-task evaluation result for a single candidate. */
2838
+ export interface OptimizationTaskResult {
2839
+ /** Task name (from the dataset). */
2840
+ task_name: string;
2841
+ /** The user query / input for the task. */
2842
+ query?: string;
2843
+ /** Per-evaluator scores keyed by evaluator name. */
2844
+ scores: Record<string, number>;
2845
+ /** Composite score combining all evaluator scores. */
2846
+ composite_score: number;
2847
+ /** Total tokens consumed during the agent run for this task. */
2848
+ tokens: number;
2849
+ /** Wall-clock seconds for this task's agent execution. */
2850
+ duration_seconds: number;
2851
+ /** Whether the task met the pass threshold. */
2852
+ passed: boolean;
2853
+ /** Error message if the task failed during execution. */
2854
+ error_message?: string;
2855
+ /** Per-evaluator reasoning keyed by evaluator name. */
2856
+ rationales?: Record<string, string>;
2857
+ /** Raw agent response text. */
2858
+ response?: string;
2859
+ /** Identifier of the agent run that produced this result. */
2860
+ run_id?: string;
2861
+ }
2862
+ export declare function optimizationTaskResultDeserializer(item: any): OptimizationTaskResult;
2863
+ /** Promotion metadata recorded when a candidate is deployed to a Foundry agent. */
2864
+ export interface PromotionInfo {
2865
+ /** Timestamp when promotion occurred, represented in Unix time. */
2866
+ promoted_at: Date;
2867
+ /** Name of the Foundry agent this candidate was promoted to. */
2868
+ agent_name: string;
2869
+ /** Version of the Foundry agent this candidate was promoted to. */
2870
+ agent_version: string;
2871
+ }
2872
+ export declare function promotionInfoDeserializer(item: any): PromotionInfo;
2873
+ export declare function optimizationCandidateArrayDeserializer(result: Array<OptimizationCandidate>): any[];
2874
+ /** In-flight progress; only populated while status is queued or in_progress. */
2875
+ export interface OptimizationJobProgress {
2876
+ /** 1-based current iteration index. */
2877
+ current_iteration: number;
2878
+ /** Best score observed so far across all candidates. */
2879
+ best_score: number;
2880
+ /** Wall-clock time elapsed in seconds since the job began executing. */
2881
+ elapsed_seconds: number;
2882
+ }
2883
+ export declare function optimizationJobProgressDeserializer(item: any): OptimizationJobProgress;
2884
+ /** Metadata about the dataset used for optimization, surfaced in the response. */
2885
+ export interface DatasetInfo {
2886
+ /** Dataset name when using a registered dataset reference. Null for inline datasets. */
2887
+ name?: string;
2888
+ /** Dataset version when using a registered dataset reference. Null for inline datasets. */
2889
+ version?: string;
2890
+ /** Number of tasks/rows in the dataset. */
2891
+ task_count: number;
2892
+ /** True when the dataset was provided inline in the request body. */
2893
+ is_inline: boolean;
2894
+ }
2895
+ export declare function datasetInfoDeserializer(item: any): DatasetInfo;
2896
+ /** The response data for a requested list of items. */
2897
+ export interface _AgentsPagedResultOptimizationJob {
2898
+ /** The requested list of items. */
2899
+ data: OptimizationJob[];
2900
+ /** The first ID represented in this list. */
2901
+ first_id?: string;
2902
+ /** The last ID represented in this list. */
2903
+ last_id?: string;
2904
+ /** A value indicating whether there are additional values available not captured in this list. */
2905
+ has_more: boolean;
2906
+ }
2907
+ export declare function _agentsPagedResultOptimizationJobDeserializer(item: any): _AgentsPagedResultOptimizationJob;
2908
+ export declare function optimizationJobArrayDeserializer(result: Array<OptimizationJob>): any[];
2909
+ /** The response data for a requested list of items. */
2910
+ export interface AgentsPagedResultOptimizationCandidate {
2911
+ /** The requested list of items. */
2912
+ data: OptimizationCandidate[];
2913
+ /** The first ID represented in this list. */
2914
+ first_id?: string;
2915
+ /** The last ID represented in this list. */
2916
+ last_id?: string;
2917
+ /** A value indicating whether there are additional values available not captured in this list. */
2918
+ has_more: boolean;
2919
+ }
2920
+ export declare function agentsPagedResultOptimizationCandidateDeserializer(item: any): AgentsPagedResultOptimizationCandidate;
2921
+ /** Candidate metadata returned by GET /candidates/{id}. */
2922
+ export interface CandidateMetadata {
2923
+ /** Server-assigned candidate identifier. */
2924
+ candidate_id: string;
2925
+ /** Owning optimization job id. */
2926
+ job_id: string;
2927
+ /** Display name of the candidate. */
2928
+ candidate_name: string;
2929
+ /** Candidate lifecycle status. */
2930
+ status: string;
2931
+ /** Candidate's aggregate score. */
2932
+ score?: number;
2933
+ /** Whether detailed results are available for this candidate. */
2934
+ has_results: boolean;
2935
+ /** Timestamp when the candidate was created, represented in Unix time. */
2936
+ created_at: Date;
2937
+ /** Timestamp when the candidate was last updated, represented in Unix time. */
2938
+ updated_at: Date;
2939
+ /** Promotion metadata. Null if not promoted. */
2940
+ promotion?: PromotionInfo;
2941
+ /** Files in the candidate's blob directory. */
2942
+ files: CandidateFileInfo[];
2943
+ }
2944
+ export declare function candidateMetadataDeserializer(item: any): CandidateMetadata;
2945
+ export declare function candidateFileInfoArrayDeserializer(result: Array<CandidateFileInfo>): any[];
2946
+ /** File entry in a candidate's blob directory. */
2947
+ export interface CandidateFileInfo {
2948
+ /** Relative path of the file. */
2949
+ path: string;
2950
+ /** File type category (e.g. 'config', 'results'). */
2951
+ type: string;
2952
+ /** File size in bytes. */
2953
+ size_bytes: number;
2954
+ }
2955
+ export declare function candidateFileInfoDeserializer(item: any): CandidateFileInfo;
2956
+ /** Deploy-config blob for a candidate. Suitable for setting OPTIMIZATION_CONFIG on a hosted-agent version. */
2957
+ export interface CandidateDeployConfig {
2958
+ /** System prompt / instructions. */
2959
+ instructions?: string;
2960
+ /** Foundry deployment name. */
2961
+ model?: string;
2962
+ /** Optional sampling temperature. */
2963
+ temperature?: number;
2964
+ /** Optional skill overrides. */
2965
+ skills?: Record<string, any>[];
2966
+ /** Optional tool overrides. */
2967
+ tools?: Record<string, any>[];
2968
+ }
2969
+ export declare function candidateDeployConfigDeserializer(item: any): CandidateDeployConfig;
2970
+ /** Full per-task evaluation results for a candidate, returned by GET /candidates/{id}/results. */
2971
+ export interface CandidateResults {
2972
+ /** Owning candidate id. */
2973
+ candidate_id: string;
2974
+ /** Per-task evaluation rows. */
2975
+ results: OptimizationTaskResult[];
2976
+ }
2977
+ export declare function candidateResultsDeserializer(item: any): CandidateResults;
2978
+ /** Request body for promoting a candidate to a Foundry agent version. */
2979
+ export interface PromoteCandidateRequest {
2980
+ /** Name of the Foundry agent to promote to. */
2981
+ agent_name: string;
2982
+ /** Version of the Foundry agent to promote to. */
2983
+ agent_version: string;
2984
+ }
2985
+ export declare function promoteCandidateRequestSerializer(item: PromoteCandidateRequest): any;
2986
+ /** Response after successfully promoting a candidate. */
2987
+ export interface PromoteCandidateResponse {
2988
+ /** The promoted candidate id. */
2989
+ candidate_id: string;
2990
+ /** Status after promotion. */
2991
+ status: string;
2992
+ /** Timestamp when promotion occurred, represented in Unix time. */
2993
+ promoted_at: Date;
2994
+ /** Name of the Foundry agent promoted to. */
2995
+ agent_name: string;
2996
+ /** Version of the Foundry agent promoted to. */
2997
+ agent_version: string;
2998
+ }
2999
+ export declare function promoteCandidateResponseDeserializer(item: any): PromoteCandidateResponse;
2322
3000
  /** Evaluation Taxonomy Definition */
2323
3001
  export interface EvaluationTaxonomy {
2324
3002
  /** Asset ID, a unique identifier for the asset */
@@ -2359,26 +3037,26 @@ export interface AgentTaxonomyInput extends EvaluationTaxonomyInput {
2359
3037
  /** Input type of the evaluation taxonomy. */
2360
3038
  type: "agent";
2361
3039
  /** Target configuration for the agent. */
2362
- target: TargetUnion;
3040
+ target: EvaluationTargetUnion;
2363
3041
  /** List of risk categories to evaluate against. */
2364
3042
  riskCategories: RiskCategory[];
2365
3043
  }
2366
3044
  export declare function agentTaxonomyInputSerializer(item: AgentTaxonomyInput): any;
2367
3045
  export declare function agentTaxonomyInputDeserializer(item: any): AgentTaxonomyInput;
2368
3046
  /** Base class for targets with discriminator support. */
2369
- export interface Target {
3047
+ export interface EvaluationTarget {
2370
3048
  /** The type of target. */
2371
3049
  /** The discriminator possible values: azure_ai_model, azure_ai_agent */
2372
3050
  type: string;
2373
3051
  }
2374
- export declare function targetSerializer(item: Target): any;
2375
- export declare function targetDeserializer(item: any): Target;
2376
- /** Alias for TargetUnion */
2377
- export type TargetUnion = AzureAIModelTarget | AzureAIAgentTarget | Target;
2378
- export declare function targetUnionSerializer(item: TargetUnion): any;
2379
- export declare function targetUnionDeserializer(item: any): TargetUnion;
3052
+ export declare function evaluationTargetSerializer(item: EvaluationTarget): any;
3053
+ export declare function evaluationTargetDeserializer(item: any): EvaluationTarget;
3054
+ /** Alias for EvaluationTargetUnion */
3055
+ export type EvaluationTargetUnion = AzureAIModelTarget | AzureAIAgentTarget | EvaluationTarget;
3056
+ export declare function evaluationTargetUnionSerializer(item: EvaluationTargetUnion): any;
3057
+ export declare function evaluationTargetUnionDeserializer(item: any): EvaluationTargetUnion;
2380
3058
  /** Represents a target specifying an Azure AI model for operations requiring model selection. */
2381
- export interface AzureAIModelTarget extends Target {
3059
+ export interface AzureAIModelTarget extends EvaluationTarget {
2382
3060
  /** The type of target, always `azure_ai_model`. */
2383
3061
  type: "azure_ai_model";
2384
3062
  /** The unique identifier of the Azure AI model. */
@@ -2390,19 +3068,19 @@ export declare function azureAIModelTargetSerializer(item: AzureAIModelTarget):
2390
3068
  export declare function azureAIModelTargetDeserializer(item: any): AzureAIModelTarget;
2391
3069
  /** Represents a set of parameters used to control the sampling behavior of a language model during text generation. */
2392
3070
  export interface ModelSamplingParams {
2393
- /** The temperature parameter for sampling. */
2394
- temperature: number;
2395
- /** The top-p parameter for nucleus sampling. */
2396
- top_p: number;
2397
- /** The random seed for reproducibility. */
2398
- seed: number;
3071
+ /** The temperature parameter for sampling. Defaults to 1.0. */
3072
+ temperature?: number;
3073
+ /** The top-p parameter for nucleus sampling. Defaults to 1.0. */
3074
+ top_p?: number;
3075
+ /** The random seed for reproducibility. Defaults to 42. */
3076
+ seed?: number;
2399
3077
  /** The maximum number of tokens allowed in the completion. */
2400
- max_completion_tokens: number;
3078
+ max_completion_tokens?: number;
2401
3079
  }
2402
3080
  export declare function modelSamplingParamsSerializer(item: ModelSamplingParams): any;
2403
3081
  export declare function modelSamplingParamsDeserializer(item: any): ModelSamplingParams;
2404
3082
  /** Represents a target specifying an Azure AI agent. */
2405
- export interface AzureAIAgentTarget extends Target {
3083
+ export interface AzureAIAgentTarget extends EvaluationTarget {
2406
3084
  /** The type of target, always `azure_ai_agent`. */
2407
3085
  type: "azure_ai_agent";
2408
3086
  /** The unique identifier of the Azure AI agent. */
@@ -2411,6 +3089,7 @@ export interface AzureAIAgentTarget extends Target {
2411
3089
  version?: string;
2412
3090
  /** The parameters used to control the sampling behavior of the agent during text generation. */
2413
3091
  tool_descriptions?: ToolDescription[];
3092
+ tools?: ToolUnion[];
2414
3093
  }
2415
3094
  export declare function azureAIAgentTargetSerializer(item: AzureAIAgentTarget): any;
2416
3095
  export declare function azureAIAgentTargetDeserializer(item: any): AzureAIAgentTarget;
@@ -2495,6 +3174,8 @@ export interface EvaluatorVersion {
2495
3174
  categories: EvaluatorCategory[];
2496
3175
  /** Definition of the evaluator */
2497
3176
  definition: EvaluatorDefinitionUnion;
3177
+ /** Provenance artifacts from the generation pipeline. Read-only; present only on evaluator versions created via an EvaluatorGenerationJob. Each artifact resolves to a versioned Foundry Dataset. */
3178
+ readonly generation_artifacts?: EvaluatorGenerationArtifacts;
2498
3179
  /** Creator of the evaluator */
2499
3180
  readonly created_by?: string;
2500
3181
  /** Creation date/time of the evaluator */
@@ -2521,7 +3202,7 @@ export type EvaluatorCategory = "quality" | "safety" | "agents";
2521
3202
  /** Base evaluator configuration with discriminator */
2522
3203
  export interface EvaluatorDefinition {
2523
3204
  /** The type of evaluator definition */
2524
- /** The discriminator possible values: code, prompt */
3205
+ /** The discriminator possible values: code, prompt, rubric */
2525
3206
  type: EvaluatorDefinitionType;
2526
3207
  /** The JSON schema (Draft 2020-12) for the evaluator's input parameters. This includes parameters like type, properties, required. */
2527
3208
  init_parameters?: Record<string, unknown>;
@@ -2533,11 +3214,11 @@ export interface EvaluatorDefinition {
2533
3214
  export declare function evaluatorDefinitionSerializer(item: EvaluatorDefinition): any;
2534
3215
  export declare function evaluatorDefinitionDeserializer(item: any): EvaluatorDefinition;
2535
3216
  /** Alias for EvaluatorDefinitionUnion */
2536
- export type EvaluatorDefinitionUnion = CodeBasedEvaluatorDefinition | PromptBasedEvaluatorDefinition | EvaluatorDefinition;
3217
+ export type EvaluatorDefinitionUnion = CodeBasedEvaluatorDefinition | PromptBasedEvaluatorDefinition | RubricBasedEvaluatorDefinition | EvaluatorDefinition;
2537
3218
  export declare function evaluatorDefinitionUnionSerializer(item: EvaluatorDefinitionUnion): any;
2538
3219
  export declare function evaluatorDefinitionUnionDeserializer(item: any): EvaluatorDefinitionUnion;
2539
3220
  /** The type of evaluator definition */
2540
- export type EvaluatorDefinitionType = "prompt" | "code" | "prompt_and_code" | "service" | "openai_graders";
3221
+ export type EvaluatorDefinitionType = "prompt" | "code" | "prompt_and_code" | "service" | "openai_graders" | "rubric";
2541
3222
  export declare function evaluatorMetricRecordSerializer(item: Record<string, EvaluatorMetric>): Record<string, any>;
2542
3223
  export declare function evaluatorMetricRecordDeserializer(item: Record<string, any>): Record<string, EvaluatorMetric>;
2543
3224
  /** Evaluator Metric */
@@ -2585,14 +3266,193 @@ export interface PromptBasedEvaluatorDefinition extends EvaluatorDefinition {
2585
3266
  }
2586
3267
  export declare function promptBasedEvaluatorDefinitionSerializer(item: PromptBasedEvaluatorDefinition): any;
2587
3268
  export declare function promptBasedEvaluatorDefinitionDeserializer(item: any): PromptBasedEvaluatorDefinition;
3269
+ /** Rubric-based evaluator definition — stores dimensions produced by the generate API. Used for both quality and safety evaluators. */
3270
+ export interface RubricBasedEvaluatorDefinition extends EvaluatorDefinition {
3271
+ type: "rubric";
3272
+ /** The set of dimensions — the scoring blueprint used by the LLM judge. Quality evaluators include a non-editable residual dimension with id 'general_quality' (always_applicable: true); safety evaluators include 'general_policy_compliance'. Both use the same Dimension structure. */
3273
+ dimensions: Dimension[];
3274
+ /** Pass/fail threshold for the aggregate rubric score, on the same normalized 0.0-1.0 scale as the emitted `score`. When the runtime weighted average meets or exceeds this value, the result is `pass`. Defaults to 0.5 (equivalent to a raw 1-5 weighted average of 3.0). The 'any dimension scored 1 → fail' rule still applies regardless of this threshold. */
3275
+ pass_threshold?: number;
3276
+ }
3277
+ export declare function rubricBasedEvaluatorDefinitionSerializer(item: RubricBasedEvaluatorDefinition): any;
3278
+ export declare function rubricBasedEvaluatorDefinitionDeserializer(item: any): RubricBasedEvaluatorDefinition;
3279
+ export declare function dimensionArraySerializer(result: Array<Dimension>): any[];
3280
+ export declare function dimensionArrayDeserializer(result: Array<Dimension>): any[];
3281
+ /** A single dimension — one independent, measurable quality dimension within a rubric evaluator's scoring blueprint. */
3282
+ export interface Dimension {
3283
+ /** Stable identifier for this dimension (snake_case, e.g., `correct_resolution`). Required. Provided by the user when manually creating a rubric evaluator or during human-in-the-loop review of a generated set; the generation pipeline produces an initial value the user can edit. Editable when saving new versions. */
3284
+ id: string;
3285
+ /** What this dimension measures (e.g., 'Correctly identifies the user's reservation intent and pursues the appropriate workflow'). */
3286
+ description: string;
3287
+ /** Relative weight of this dimension (1-10). The generation pipeline assigns exactly one dimension weight 8-10; all others use 1-6. User edits are not constrained by this heuristic. */
3288
+ weight: number;
3289
+ /** When true, the LLM judge always scores this dimension regardless of relevance (skips applicability assessment). The service-generated general quality/policy dimension has this set to true and is non-editable. Users may set this on their own custom dimensions. */
3290
+ always_applicable?: boolean;
3291
+ }
3292
+ export declare function dimensionSerializer(item: Dimension): any;
3293
+ export declare function dimensionDeserializer(item: any): Dimension;
3294
+ /** Service-managed provenance artifacts produced by an evaluator generation job. Present only on EvaluatorVersion resources created via the generation pipeline. The combined-JSONL Foundry Dataset is read-only and resolves to a versioned dataset in a service-reserved namespace. */
3295
+ export interface EvaluatorGenerationArtifacts {
3296
+ /** Reference to the single Foundry Dataset (one combined JSONL file, version-aligned to `EvaluatorVersion.version`) holding all artifacts produced by the generation pipeline. Each row in the JSONL carries a `kind` field discriminating its content (e.g. `spec`, `tools`, `context`). */
3297
+ dataset: DatasetReference;
3298
+ /** The kinds of rows present in `dataset`. Always contains `"spec"` (the generated evaluation specification, a Markdown document describing what the evaluator measures). May additionally contain `"tools"` (when the generation pipeline produced or inferred OpenAI tool schemas) and/or `"context"` (when supplementary materials such as file uploads or trace samples were used during generation). */
3299
+ kinds: string[];
3300
+ }
3301
+ export declare function evaluatorGenerationArtifactsDeserializer(item: any): EvaluatorGenerationArtifacts;
3302
+ /** Reference to a versioned Foundry Dataset. */
3303
+ export interface DatasetReference {
3304
+ /** Dataset name. */
3305
+ name: string;
3306
+ /** Dataset version. */
3307
+ version: string;
3308
+ }
3309
+ export declare function datasetReferenceDeserializer(item: any): DatasetReference;
3310
+ /** Request body for getting evaluator credentials */
3311
+ export interface EvaluatorCredentialRequest {
3312
+ /** The blob URI for the evaluator storage. Example: `https://account.blob.core.windows.net:443/container` */
3313
+ blob_uri: string;
3314
+ }
3315
+ export declare function evaluatorCredentialRequestSerializer(item: EvaluatorCredentialRequest): any;
3316
+ /** Evaluator Generation Job resource — a long-running job that generates rubric-based evaluator definitions from source materials. On success, the result is the persisted EvaluatorVersion. */
3317
+ export interface EvaluatorGenerationJob {
3318
+ /** Server-assigned unique identifier. */
3319
+ readonly id?: string;
3320
+ /** Caller-supplied inputs. */
3321
+ inputs?: EvaluatorGenerationInputs;
3322
+ /** Result produced on success. */
3323
+ readonly result?: EvaluatorVersion;
3324
+ /** Current lifecycle status. */
3325
+ readonly status?: JobStatus;
3326
+ /** Error details — populated only on failure. */
3327
+ readonly error?: ErrorModel;
3328
+ /** The timestamp when the job was created, represented in Unix time (seconds since January 1, 1970). */
3329
+ readonly created_at?: Date;
3330
+ /** The timestamp when the job finished, represented in Unix time (seconds since January 1, 1970). */
3331
+ readonly finished_at?: Date;
3332
+ /** Token consumption summary. Populated when the job reaches a terminal state. */
3333
+ readonly usage?: EvaluatorGenerationTokenUsage;
3334
+ }
3335
+ export declare function evaluatorGenerationJobSerializer(item: EvaluatorGenerationJob): any;
3336
+ export declare function evaluatorGenerationJobDeserializer(item: any): EvaluatorGenerationJob;
3337
+ /** Caller-supplied inputs for an evaluator generation job. */
3338
+ export interface EvaluatorGenerationInputs {
3339
+ /** Source materials for generation — agent descriptions, prompts, traces, or datasets. Each entry is an `EvaluatorGenerationJobSource` variant discriminated by `type`. */
3340
+ sources: EvaluatorGenerationJobSourceUnion[];
3341
+ /** The LLM model to use for rubric generation (e.g., 'gpt-4o'). Required — users must provide their own model rather than relying on service-owned capacity. */
3342
+ model: string;
3343
+ /** The evaluator name (immutable identifier). 1-256 characters; allowed characters are ASCII letters, digits, underscore (`_`), period (`.`), tilde (`~`), and hyphen (`-`). The prefix `builtin.` is reserved for system-managed evaluators and is rejected by the service. If an evaluator with this name already exists in the project (and is rubric-subtype), the service creates a new version under the same name and uses the prior version's `dimensions` as context for incremental improvement (foundation of the post-//build adaptive loop). Old versions remain queryable via `get_version(name, version)`. If the existing evaluator is not a rubric-subtype evaluator (built-in, prompt-based, code-based), the request is rejected with `400 Bad Request`. */
3344
+ evaluator_name: string;
3345
+ /** Optional human-friendly display name for the resulting evaluator. Surfaced as `EvaluatorVersion.display_name` on the persisted evaluator. When omitted, the service uses `evaluator_name` as the display name. The `evaluator_` prefix disambiguates this from the immutable `evaluator_name` identifier. */
3346
+ evaluator_display_name?: string;
3347
+ /** Optional human-friendly description for the resulting evaluator. Surfaced as `EvaluatorVersion.description` on the persisted evaluator. Typically collected from the UI alongside `evaluator_display_name`. The `evaluator_` prefix disambiguates this from any other description fields on related models. */
3348
+ evaluator_description?: string;
3349
+ }
3350
+ export declare function evaluatorGenerationInputsSerializer(item: EvaluatorGenerationInputs): any;
3351
+ export declare function evaluatorGenerationInputsDeserializer(item: any): EvaluatorGenerationInputs;
3352
+ export declare function evaluatorGenerationJobSourceUnionArraySerializer(result: Array<EvaluatorGenerationJobSourceUnion>): any[];
3353
+ export declare function evaluatorGenerationJobSourceUnionArrayDeserializer(result: Array<EvaluatorGenerationJobSourceUnion>): any[];
3354
+ /** The base source model for evaluator generation jobs. Polymorphic over `type`. */
3355
+ export interface EvaluatorGenerationJobSource {
3356
+ /** The type of source. */
3357
+ /** The discriminator possible values: prompt, agent, traces, dataset */
3358
+ type: EvaluatorGenerationJobSourceType;
3359
+ }
3360
+ export declare function evaluatorGenerationJobSourceSerializer(item: EvaluatorGenerationJobSource): any;
3361
+ export declare function evaluatorGenerationJobSourceDeserializer(item: any): EvaluatorGenerationJobSource;
3362
+ /** Alias for EvaluatorGenerationJobSourceUnion */
3363
+ export type EvaluatorGenerationJobSourceUnion = PromptEvaluatorGenerationJobSource | AgentEvaluatorGenerationJobSource | TracesEvaluatorGenerationJobSource | DatasetEvaluatorGenerationJobSource | EvaluatorGenerationJobSource;
3364
+ export declare function evaluatorGenerationJobSourceUnionSerializer(item: EvaluatorGenerationJobSourceUnion): any;
3365
+ export declare function evaluatorGenerationJobSourceUnionDeserializer(item: any): EvaluatorGenerationJobSourceUnion;
3366
+ /** The supported source types for evaluator generation jobs. */
3367
+ export type EvaluatorGenerationJobSourceType = "prompt" | "agent" | "traces" | "dataset";
3368
+ /** Prompt source for evaluator generation jobs — inline text provided by the user. */
3369
+ export interface PromptEvaluatorGenerationJobSource extends EvaluatorGenerationJobSource {
3370
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
3371
+ description?: string;
3372
+ /** The source type for this source, which is Prompt. */
3373
+ type: "prompt";
3374
+ /** Inline prompt text (e.g., agent description, policy text, supplementary context). */
3375
+ prompt: string;
3376
+ }
3377
+ export declare function promptEvaluatorGenerationJobSourceSerializer(item: PromptEvaluatorGenerationJobSource): any;
3378
+ export declare function promptEvaluatorGenerationJobSourceDeserializer(item: any): PromptEvaluatorGenerationJobSource;
3379
+ /** Agent source for evaluator generation jobs — references an agent to fetch instructions and metadata from. */
3380
+ export interface AgentEvaluatorGenerationJobSource extends EvaluatorGenerationJobSource {
3381
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
3382
+ description?: string;
3383
+ /** The source type for this source, which is Agent. */
3384
+ type: "agent";
3385
+ /** The agent name to fetch instructions from. */
3386
+ agent_name: string;
3387
+ /** The agent version. If not specified, the latest version is used. */
3388
+ agent_version?: string;
3389
+ }
3390
+ export declare function agentEvaluatorGenerationJobSourceSerializer(item: AgentEvaluatorGenerationJobSource): any;
3391
+ export declare function agentEvaluatorGenerationJobSourceDeserializer(item: any): AgentEvaluatorGenerationJobSource;
3392
+ /** Traces source for evaluator generation jobs — conversation traces from Application Insights. */
3393
+ export interface TracesEvaluatorGenerationJobSource extends EvaluatorGenerationJobSource {
3394
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
3395
+ description?: string;
3396
+ /** The source type for this source, which is Traces. */
3397
+ type: "traces";
3398
+ /** The unique agent ID used to filter traces. Provide either `agent_id` or `agent_name` — at least one is required. */
3399
+ agent_id?: string;
3400
+ /** The agent name to fetch traces for. Provide either `agent_id` or `agent_name` — at least one is required. */
3401
+ agent_name?: string;
3402
+ /** The agent version. If not specified, traces for ALL versions of the agent are included within the time window. */
3403
+ agent_version?: string;
3404
+ /** Start of the time window (Unix timestamp in seconds) for fetching traces. */
3405
+ start_time?: Date;
3406
+ /** End of the time window (Unix timestamp in seconds). Defaults to current time. */
3407
+ end_time?: Date;
3408
+ }
3409
+ export declare function tracesEvaluatorGenerationJobSourceSerializer(item: TracesEvaluatorGenerationJobSource): any;
3410
+ export declare function tracesEvaluatorGenerationJobSourceDeserializer(item: any): TracesEvaluatorGenerationJobSource;
3411
+ /** Dataset source for evaluator generation jobs — reference to a dataset. */
3412
+ export interface DatasetEvaluatorGenerationJobSource extends EvaluatorGenerationJobSource {
3413
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
3414
+ description?: string;
3415
+ /** The source type for this source, which is Dataset. */
3416
+ type: "dataset";
3417
+ /** The name of the dataset. */
3418
+ name: string;
3419
+ /** The version of the dataset. If not specified, the latest version is used. */
3420
+ version?: string;
3421
+ }
3422
+ export declare function datasetEvaluatorGenerationJobSourceSerializer(item: DatasetEvaluatorGenerationJobSource): any;
3423
+ export declare function datasetEvaluatorGenerationJobSourceDeserializer(item: any): DatasetEvaluatorGenerationJobSource;
3424
+ /** Token consumption summary for an evaluator generation job. Populated when the job reaches a terminal state. */
3425
+ export interface EvaluatorGenerationTokenUsage {
3426
+ /** Number of input (prompt) tokens consumed. */
3427
+ input_tokens: number;
3428
+ /** Number of output (completion) tokens generated. */
3429
+ output_tokens: number;
3430
+ /** Total tokens consumed (input + output). */
3431
+ total_tokens: number;
3432
+ }
3433
+ export declare function evaluatorGenerationTokenUsageDeserializer(item: any): EvaluatorGenerationTokenUsage;
3434
+ /** The response data for a requested list of items. */
3435
+ export interface _AgentsPagedResultEvaluatorGenerationJob {
3436
+ /** The requested list of items. */
3437
+ data: EvaluatorGenerationJob[];
3438
+ /** The first ID represented in this list. */
3439
+ first_id?: string;
3440
+ /** The last ID represented in this list. */
3441
+ last_id?: string;
3442
+ /** A value indicating whether there are additional values available not captured in this list. */
3443
+ has_more: boolean;
3444
+ }
3445
+ export declare function _agentsPagedResultEvaluatorGenerationJobDeserializer(item: any): _AgentsPagedResultEvaluatorGenerationJob;
3446
+ export declare function evaluatorGenerationJobArraySerializer(result: Array<EvaluatorGenerationJob>): any[];
3447
+ export declare function evaluatorGenerationJobArrayDeserializer(result: Array<EvaluatorGenerationJob>): any[];
2588
3448
  /** The response body for cluster insights. */
2589
3449
  export interface Insight {
2590
3450
  /** The unique identifier for the insights report. */
2591
- readonly insight_id?: string;
3451
+ readonly insight_id: string;
2592
3452
  /** Metadata about the insights report. */
2593
- readonly metadata?: InsightsMetadata;
3453
+ readonly metadata: InsightsMetadata;
2594
3454
  /** The current state of the insights. */
2595
- readonly state?: OperationState;
3455
+ readonly state: OperationState;
2596
3456
  /** User friendly display name for the insight. */
2597
3457
  displayName: string;
2598
3458
  /** Request for the insights analysis. */
@@ -2917,8 +3777,12 @@ export interface MemoryStoreDefaultOptions {
2917
3777
  user_profile_enabled: boolean;
2918
3778
  /** Specific categories or types of user profile information to extract and store. */
2919
3779
  user_profile_details?: string;
2920
- /** Whether to enable chat summary extraction and storage. Default is true. */
3780
+ /** Whether to enable chat summary extraction and storage. Defaults to `true`. */
2921
3781
  chat_summary_enabled: boolean;
3782
+ /** Whether to enable procedural memory extraction and storage. Defaults to `true`. */
3783
+ procedural_memory_enabled?: boolean;
3784
+ /** The default time-to-live for memories in seconds. A value of `0` indicates that memories do not expire. Defaults to `0`. */
3785
+ default_ttl_seconds?: number;
2922
3786
  }
2923
3787
  export declare function memoryStoreDefaultOptionsSerializer(item: MemoryStoreDefaultOptions): any;
2924
3788
  export declare function memoryStoreDefaultOptionsDeserializer(item: any): MemoryStoreDefaultOptions;
@@ -2993,15 +3857,15 @@ export interface MemoryItem {
2993
3857
  /** The content of the memory. */
2994
3858
  content: string;
2995
3859
  /** The kind of the memory item. */
2996
- /** The discriminator possible values: user_profile, chat_summary */
3860
+ /** The discriminator possible values: user_profile, chat_summary, procedural */
2997
3861
  kind: MemoryItemKind;
2998
3862
  }
2999
3863
  export declare function memoryItemDeserializer(item: any): MemoryItem;
3000
3864
  /** Alias for MemoryItemUnion */
3001
- export type MemoryItemUnion = UserProfileMemoryItem | ChatSummaryMemoryItem | MemoryItem;
3865
+ export type MemoryItemUnion = UserProfileMemoryItem | ChatSummaryMemoryItem | ProceduralMemoryItem | MemoryItem;
3002
3866
  export declare function memoryItemUnionDeserializer(item: any): MemoryItemUnion;
3003
3867
  /** Memory item kind. */
3004
- export type MemoryItemKind = "user_profile" | "chat_summary";
3868
+ export type MemoryItemKind = "user_profile" | "chat_summary" | "procedural";
3005
3869
  /** A memory item specifically containing user profile information extracted from conversations, such as preferences, interests, and personal details. */
3006
3870
  export interface UserProfileMemoryItem extends MemoryItem {
3007
3871
  /** The kind of the memory item. */
@@ -3014,6 +3878,12 @@ export interface ChatSummaryMemoryItem extends MemoryItem {
3014
3878
  kind: "chat_summary";
3015
3879
  }
3016
3880
  export declare function chatSummaryMemoryItemDeserializer(item: any): ChatSummaryMemoryItem;
3881
+ /** A memory item containing a procedure extracted from conversations. */
3882
+ export interface ProceduralMemoryItem extends MemoryItem {
3883
+ /** The kind of the memory item. */
3884
+ kind: "procedural";
3885
+ }
3886
+ export declare function proceduralMemoryItemDeserializer(item: any): ProceduralMemoryItem;
3017
3887
  /** Usage statistics of a memory store operation. */
3018
3888
  export interface MemoryStoreOperationUsage {
3019
3889
  /** The number of embedding tokens. */
@@ -3089,6 +3959,175 @@ export interface MemoryStoreDeleteScopeResponse {
3089
3959
  deleted: boolean;
3090
3960
  }
3091
3961
  export declare function memoryStoreDeleteScopeResponseDeserializer(item: any): MemoryStoreDeleteScopeResponse;
3962
+ /** The response data for a requested list of items. */
3963
+ export interface _AgentsPagedResultMemoryItem {
3964
+ /** The requested list of items. */
3965
+ data: MemoryItemUnion[];
3966
+ /** The first ID represented in this list. */
3967
+ first_id?: string;
3968
+ /** The last ID represented in this list. */
3969
+ last_id?: string;
3970
+ /** A value indicating whether there are additional values available not captured in this list. */
3971
+ has_more: boolean;
3972
+ }
3973
+ export declare function _agentsPagedResultMemoryItemDeserializer(item: any): _AgentsPagedResultMemoryItem;
3974
+ export declare function memoryItemUnionArrayDeserializer(result: Array<MemoryItemUnion>): any[];
3975
+ /** Response for deleting a memory item from a memory store. */
3976
+ export interface DeleteMemoryResponse {
3977
+ /** The object type. Always 'memory_store.item.deleted'. */
3978
+ object: "memory_store.item.deleted";
3979
+ /** The unique ID of the deleted memory item. */
3980
+ memory_id: string;
3981
+ /** Whether the memory item was successfully deleted. */
3982
+ deleted: boolean;
3983
+ }
3984
+ export declare function deleteMemoryResponseDeserializer(item: any): DeleteMemoryResponse;
3985
+ /** Paged collection of ModelVersion items */
3986
+ export interface _PagedModelVersion {
3987
+ /** The ModelVersion items on this page */
3988
+ value: ModelVersion[];
3989
+ /** The link to the next page of items */
3990
+ nextLink?: string;
3991
+ }
3992
+ export declare function _pagedModelVersionDeserializer(item: any): _PagedModelVersion;
3993
+ export declare function modelVersionArraySerializer(result: Array<ModelVersion>): any[];
3994
+ export declare function modelVersionArrayDeserializer(result: Array<ModelVersion>): any[];
3995
+ /** Model Version Definition */
3996
+ export interface ModelVersion {
3997
+ /** System related metadata */
3998
+ readonly systemData?: SystemDataV3;
3999
+ /** URI of the model artifact in blob storage */
4000
+ blobUri: string;
4001
+ /** The weight type of the model */
4002
+ weightType?: FoundryModelWeightType;
4003
+ /** Base model asset ID */
4004
+ baseModel?: string;
4005
+ /** The source of the model */
4006
+ source?: ModelSourceData;
4007
+ /** Adapter-specific configuration. Required when weight_type is lora; ignored otherwise. May be auto-populated from adapter_config.json when present in the uploaded files — user-provided values take precedence over auto-detected values. */
4008
+ loraConfig?: LoraConfig;
4009
+ /** The artifact profile of the model */
4010
+ readonly artifactProfile?: ArtifactProfile;
4011
+ /** Service-computed advisory warnings derived from the artifact profile. */
4012
+ readonly warnings?: FoundryModelWarning[];
4013
+ /** Asset ID, a unique identifier for the asset */
4014
+ readonly id?: string;
4015
+ /** The name of the resource */
4016
+ readonly name: string;
4017
+ /** The version of the resource */
4018
+ readonly version: string;
4019
+ /** The asset description text. */
4020
+ description?: string;
4021
+ /** Tag dictionary. Tags can be added, removed, and updated. */
4022
+ tags?: Record<string, string>;
4023
+ }
4024
+ export declare function modelVersionSerializer(item: ModelVersion): any;
4025
+ export declare function modelVersionDeserializer(item: any): ModelVersion;
4026
+ /** System metadata for a resource */
4027
+ export interface SystemDataV3 {
4028
+ /** Timestamp of resource creation */
4029
+ createdAt?: Date;
4030
+ /** Identity that created the resource */
4031
+ createdBy?: string;
4032
+ /** Type of identity that created the resource */
4033
+ createdByType?: string;
4034
+ /** Timestamp of last resource modification */
4035
+ lastModifiedAt?: Date;
4036
+ }
4037
+ export declare function systemDataV3Deserializer(item: any): SystemDataV3;
4038
+ /** The weight type of the model. */
4039
+ export type FoundryModelWeightType = "FullWeight" | "LoRA" | "DraftModel";
4040
+ /** Source information for the model */
4041
+ export interface ModelSourceData {
4042
+ /** The source type of the model */
4043
+ sourceType?: FoundryModelSourceType;
4044
+ /** The job ID that produced this model */
4045
+ jobId?: string;
4046
+ }
4047
+ export declare function modelSourceDataSerializer(item: ModelSourceData): any;
4048
+ export declare function modelSourceDataDeserializer(item: any): ModelSourceData;
4049
+ /** The source type of the model. */
4050
+ export type FoundryModelSourceType = "LocalUpload" | "TrainingJob";
4051
+ /** Adapter-specific metadata for LoRA models. Drives serving engine configuration at deployment time. */
4052
+ export interface LoraConfig {
4053
+ /** LoRA rank (r). Positive integer. Common values: 8, 16, 32, 64. */
4054
+ rank?: number;
4055
+ /** LoRA scaling factor (α). Positive integer; typically 2× the rank. */
4056
+ alpha?: number;
4057
+ /** Model layers modified by the adapter (e.g., q_proj, v_proj). Auto-detected from adapter_config.json if omitted. */
4058
+ targetModules?: string[];
4059
+ /** Dropout rate used during training. Informational — not used at serving time. */
4060
+ dropout?: number;
4061
+ }
4062
+ export declare function loraConfigSerializer(item: LoraConfig): any;
4063
+ export declare function loraConfigDeserializer(item: any): LoraConfig;
4064
+ /** Artifact profile of the model */
4065
+ export interface ArtifactProfile {
4066
+ /** The category of the artifact profile */
4067
+ category: FoundryModelArtifactProfileCategory;
4068
+ /** Signals detected in the model artifact */
4069
+ signals?: FoundryModelArtifactProfileSignal[];
4070
+ }
4071
+ export declare function artifactProfileDeserializer(item: any): ArtifactProfile;
4072
+ /** The artifact profile category. */
4073
+ export type FoundryModelArtifactProfileCategory = "DataOnly" | "RuntimeDependent" | "Unknown";
4074
+ /** Signals detected in the model artifact. */
4075
+ export type FoundryModelArtifactProfileSignal = "PickleDeserialization" | "CustomPythonCode" | "DynamicOps" | "NativeBinary" | "UnknownFormat";
4076
+ export declare function foundryModelWarningArrayDeserializer(result: Array<FoundryModelWarning>): any[];
4077
+ /** A warning associated with a model. */
4078
+ export interface FoundryModelWarning {
4079
+ /** The warning code. */
4080
+ code?: FoundryModelWarningCode;
4081
+ /** The warning message. */
4082
+ message?: string;
4083
+ }
4084
+ export declare function foundryModelWarningDeserializer(item: any): FoundryModelWarning;
4085
+ /** Warning code for model artifacts. */
4086
+ export type FoundryModelWarningCode = "RuntimeDependentArtifact" | "UnclassifiedArtifact";
4087
+ /** Request body for updating a model version. Only description and tags can be modified. */
4088
+ export interface UpdateModelVersionRequest {
4089
+ /** The asset description text. */
4090
+ description?: string;
4091
+ /** Tag dictionary. Tags can be added, removed, and updated. */
4092
+ tags?: Record<string, string>;
4093
+ }
4094
+ export declare function updateModelVersionRequestSerializer(item: UpdateModelVersionRequest): any;
4095
+ /** model interface _CreateAsyncResponse */
4096
+ export interface _CreateAsyncResponse {
4097
+ /** URL to poll for operation status. */
4098
+ location?: string;
4099
+ /** URL to the operation result, or null if the operation is still in progress. */
4100
+ operationResult?: string;
4101
+ }
4102
+ export declare function _createAsyncResponseDeserializer(item: any): _CreateAsyncResponse;
4103
+ /** Represents a request for a pending upload of a model version. */
4104
+ export interface ModelPendingUploadRequest {
4105
+ /** If PendingUploadId is not provided, a random GUID will be used. */
4106
+ pendingUploadId?: string;
4107
+ /** Azure Storage Account connection name to use for generating temporary SAS token */
4108
+ connectionName?: string;
4109
+ /** The type of pending upload. Only TemporaryBlobReference is supported for models. */
4110
+ pendingUploadType: "TemporaryBlobReference";
4111
+ }
4112
+ export declare function modelPendingUploadRequestSerializer(item: ModelPendingUploadRequest): any;
4113
+ /** Represents the response for a model pending upload request. */
4114
+ export interface ModelPendingUploadResponse {
4115
+ /** Container-level read, write, list SAS. */
4116
+ blobReference: BlobReference;
4117
+ /** ID for this upload request. */
4118
+ pendingUploadId: string;
4119
+ /** Version of asset to be created if user did not specify version when initially creating upload */
4120
+ version?: string;
4121
+ /** The type of pending upload. Only TemporaryBlobReference is supported for models. */
4122
+ pendingUploadType: "TemporaryBlobReference";
4123
+ }
4124
+ export declare function modelPendingUploadResponseDeserializer(item: any): ModelPendingUploadResponse;
4125
+ /** Request to fetch credentials for a model asset. */
4126
+ export interface ModelCredentialRequest {
4127
+ /** Blob URI of the model asset to fetch credentials for. */
4128
+ blobUri: string;
4129
+ }
4130
+ export declare function modelCredentialRequestSerializer(item: ModelCredentialRequest): any;
3092
4131
  /** Red team details. */
3093
4132
  export interface RedTeam {
3094
4133
  /** Identifier of the red team run. */
@@ -3112,26 +4151,26 @@ export interface RedTeam {
3112
4151
  /** Status of the red-team. It is set by service and is read-only. */
3113
4152
  readonly status?: string;
3114
4153
  /** Target configuration for the red-team run. */
3115
- target?: TargetConfigUnion;
4154
+ target?: RedTeamTargetConfigUnion;
3116
4155
  }
3117
4156
  export declare function redTeamSerializer(item: RedTeam): any;
3118
4157
  export declare function redTeamDeserializer(item: any): RedTeam;
3119
4158
  /** Strategies for attacks. */
3120
4159
  export type AttackStrategy = "easy" | "moderate" | "difficult" | "ascii_art" | "ascii_smuggler" | "atbash" | "base64" | "binary" | "caesar" | "character_space" | "jailbreak" | "ansi_attack" | "character_swap" | "suffix_append" | "string_join" | "unicode_confusable" | "unicode_substitution" | "diacritic" | "flip" | "leetspeak" | "rot13" | "morse" | "url" | "baseline" | "indirect_jailbreak" | "tense" | "multi_turn" | "crescendo";
3121
4160
  /** Abstract class for target configuration. */
3122
- export interface TargetConfig {
4161
+ export interface RedTeamTargetConfig {
3123
4162
  /** Type of the model configuration. */
3124
4163
  /** The discriminator possible values: AzureOpenAIModel */
3125
4164
  type: string;
3126
4165
  }
3127
- export declare function targetConfigSerializer(item: TargetConfig): any;
3128
- export declare function targetConfigDeserializer(item: any): TargetConfig;
3129
- /** Alias for TargetConfigUnion */
3130
- export type TargetConfigUnion = AzureOpenAIModelConfiguration | TargetConfig;
3131
- export declare function targetConfigUnionSerializer(item: TargetConfigUnion): any;
3132
- export declare function targetConfigUnionDeserializer(item: any): TargetConfigUnion;
4166
+ export declare function redTeamTargetConfigSerializer(item: RedTeamTargetConfig): any;
4167
+ export declare function redTeamTargetConfigDeserializer(item: any): RedTeamTargetConfig;
4168
+ /** Alias for RedTeamTargetConfigUnion */
4169
+ export type RedTeamTargetConfigUnion = AzureOpenAIModelConfiguration | RedTeamTargetConfig;
4170
+ export declare function redTeamTargetConfigUnionSerializer(item: RedTeamTargetConfigUnion): any;
4171
+ export declare function redTeamTargetConfigUnionDeserializer(item: any): RedTeamTargetConfigUnion;
3133
4172
  /** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
3134
- export interface AzureOpenAIModelConfiguration extends TargetConfig {
4173
+ export interface AzureOpenAIModelConfiguration extends RedTeamTargetConfig {
3135
4174
  /** The type discriminator, always 'AzureOpenAIModel'. */
3136
4175
  type: "AzureOpenAIModel";
3137
4176
  /** Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (e.g. `my-aoai-connection/gpt-4o`). */
@@ -3149,6 +4188,250 @@ export interface _PagedRedTeam {
3149
4188
  export declare function _pagedRedTeamDeserializer(item: any): _PagedRedTeam;
3150
4189
  export declare function redTeamArraySerializer(result: Array<RedTeam>): any[];
3151
4190
  export declare function redTeamArrayDeserializer(result: Array<RedTeam>): any[];
4191
+ export declare function routineTriggerUnionRecordSerializer(item: Record<string, RoutineTrigger>): Record<string, any>;
4192
+ export declare function routineTriggerUnionRecordDeserializer(item: Record<string, any>): Record<string, RoutineTrigger>;
4193
+ /** Base model for a routine trigger. */
4194
+ export interface RoutineTrigger {
4195
+ /** The trigger type. */
4196
+ /** The discriminator possible values: schedule, timer, github_issue_opened */
4197
+ type: RoutineTriggerType;
4198
+ }
4199
+ export declare function routineTriggerSerializer(item: RoutineTrigger): any;
4200
+ export declare function routineTriggerDeserializer(item: any): RoutineTrigger;
4201
+ /** Alias for RoutineTriggerUnion */
4202
+ export type RoutineTriggerUnion = ScheduleRoutineTrigger | TimerRoutineTrigger | GitHubIssueRoutineTrigger | CustomRoutineTrigger | RoutineTrigger;
4203
+ export declare function routineTriggerUnionSerializer(item: RoutineTriggerUnion): any;
4204
+ export declare function routineTriggerUnionDeserializer(item: any): RoutineTriggerUnion;
4205
+ /** The discriminator values supported for routine triggers. */
4206
+ export type RoutineTriggerType = "custom" | "github_issue" | "schedule" | "timer";
4207
+ /** A recurring cron-based routine trigger. */
4208
+ export interface ScheduleRoutineTrigger extends RoutineTrigger {
4209
+ /** The trigger type. */
4210
+ type: "schedule";
4211
+ /** A 5-field cron expression. The service enforces a minimum interval of five minutes by default. */
4212
+ cron_expression: string;
4213
+ /** An IANA or Windows time zone identifier for the schedule. */
4214
+ time_zone: string;
4215
+ }
4216
+ export declare function scheduleRoutineTriggerSerializer(item: ScheduleRoutineTrigger): any;
4217
+ export declare function scheduleRoutineTriggerDeserializer(item: any): ScheduleRoutineTrigger;
4218
+ /** A one-shot timer routine trigger. */
4219
+ export interface TimerRoutineTrigger extends RoutineTrigger {
4220
+ /** The trigger type. */
4221
+ type: "timer";
4222
+ /** The UTC date and time at which the timer fires. */
4223
+ at?: Date;
4224
+ }
4225
+ export declare function timerRoutineTriggerSerializer(item: TimerRoutineTrigger): any;
4226
+ export declare function timerRoutineTriggerDeserializer(item: any): TimerRoutineTrigger;
4227
+ /** A GitHub issue routine trigger. */
4228
+ export interface GitHubIssueRoutineTrigger extends RoutineTrigger {
4229
+ /** The trigger type. */
4230
+ type: "github_issue";
4231
+ /** The workspace connection identifier that resolves the GitHub configuration for the trigger. */
4232
+ connection_id: string;
4233
+ /** The GitHub owner or organization that scopes which issues can fire the trigger. */
4234
+ owner: string;
4235
+ /** The GitHub repository filter that scopes which issues can fire the trigger. */
4236
+ repository: string;
4237
+ /** The GitHub issue event that fires the routine. */
4238
+ issue_event: GitHubIssueEvent;
4239
+ }
4240
+ export declare function gitHubIssueRoutineTriggerSerializer(item: GitHubIssueRoutineTrigger): any;
4241
+ export declare function gitHubIssueRoutineTriggerDeserializer(item: any): GitHubIssueRoutineTrigger;
4242
+ /** Known GitHub issue events that can fire a routine. */
4243
+ export type GitHubIssueEvent = "opened" | "closed";
4244
+ /** A custom event routine trigger. */
4245
+ export interface CustomRoutineTrigger extends RoutineTrigger {
4246
+ /** The trigger type. */
4247
+ type: "custom";
4248
+ /** The external provider that emits the custom event. */
4249
+ provider: string;
4250
+ /** The provider-specific event name that fires the routine. */
4251
+ event_name?: string;
4252
+ /** Provider-specific trigger parameters. */
4253
+ parameters: Record<string, any>;
4254
+ }
4255
+ export declare function customRoutineTriggerSerializer(item: CustomRoutineTrigger): any;
4256
+ export declare function customRoutineTriggerDeserializer(item: any): CustomRoutineTrigger;
4257
+ /** Base model for a routine action. */
4258
+ export interface RoutineAction {
4259
+ /** The action type. */
4260
+ /** The discriminator possible values: invoke_agent_responses_api, invoke_agent_invocations_api */
4261
+ type: RoutineActionType;
4262
+ }
4263
+ export declare function routineActionSerializer(item: RoutineAction): any;
4264
+ export declare function routineActionDeserializer(item: any): RoutineAction;
4265
+ /** Alias for RoutineActionUnion */
4266
+ export type RoutineActionUnion = InvokeAgentResponsesApiRoutineAction | InvokeAgentInvocationsApiRoutineAction | RoutineAction;
4267
+ export declare function routineActionUnionSerializer(item: RoutineActionUnion): any;
4268
+ export declare function routineActionUnionDeserializer(item: any): RoutineActionUnion;
4269
+ /** The discriminator values supported for routine actions. */
4270
+ export type RoutineActionType = "invoke_agent_responses_api" | "invoke_agent_invocations_api";
4271
+ /** Dispatches a routine through the responses API. Exactly one of agent_name or agent_endpoint_id must be provided. */
4272
+ export interface InvokeAgentResponsesApiRoutineAction extends RoutineAction {
4273
+ /** The action type. */
4274
+ type: "invoke_agent_responses_api";
4275
+ /** The project-scoped agent name for routine dispatch. */
4276
+ agent_name?: string;
4277
+ /** Legacy endpoint-scoped agent identifier for routine dispatch. */
4278
+ agent_endpoint_id?: string;
4279
+ /** Static JSON value sent as the complete downstream input when the routine fires. The value is passed through as-is; no templating is applied. */
4280
+ input?: any;
4281
+ /** An optional existing conversation identifier to continue during the downstream dispatch. */
4282
+ conversation?: string;
4283
+ }
4284
+ export declare function invokeAgentResponsesApiRoutineActionSerializer(item: InvokeAgentResponsesApiRoutineAction): any;
4285
+ export declare function invokeAgentResponsesApiRoutineActionDeserializer(item: any): InvokeAgentResponsesApiRoutineAction;
4286
+ /** Dispatches a routine through the raw invocations API. Exactly one of agent_name or agent_endpoint_id must be provided. */
4287
+ export interface InvokeAgentInvocationsApiRoutineAction extends RoutineAction {
4288
+ /** The action type. */
4289
+ type: "invoke_agent_invocations_api";
4290
+ /** The project-scoped agent name for routine dispatch. */
4291
+ agent_name?: string;
4292
+ /** Legacy endpoint-scoped agent identifier for routine dispatch. */
4293
+ agent_endpoint_id?: string;
4294
+ /** Static JSON value sent as the complete downstream input when the routine fires. The value is passed through as-is; no templating is applied. */
4295
+ input?: any;
4296
+ /** An optional existing hosted-agent session identifier to continue during the downstream dispatch. */
4297
+ session_id?: string;
4298
+ }
4299
+ export declare function invokeAgentInvocationsApiRoutineActionSerializer(item: InvokeAgentInvocationsApiRoutineAction): any;
4300
+ export declare function invokeAgentInvocationsApiRoutineActionDeserializer(item: any): InvokeAgentInvocationsApiRoutineAction;
4301
+ /** A routine definition returned by the service. */
4302
+ export interface Routine {
4303
+ /** The routine name. */
4304
+ name: string;
4305
+ /** A human-readable description of the routine. */
4306
+ description?: string;
4307
+ /** Whether the routine is enabled. */
4308
+ enabled: boolean;
4309
+ /** The triggers configured for the routine. */
4310
+ triggers: Record<string, RoutineTriggerUnion>;
4311
+ /** The action executed when the routine fires. */
4312
+ action: RoutineActionUnion;
4313
+ /** The time when the routine was created. */
4314
+ created_at?: Date;
4315
+ /** The time when the routine was last updated. */
4316
+ updated_at?: Date;
4317
+ }
4318
+ export declare function routineDeserializer(item: any): Routine;
4319
+ /** The response data for a requested list of items. */
4320
+ export interface _AgentsPagedResultRoutine {
4321
+ /** The requested list of items. */
4322
+ data: Routine[];
4323
+ /** The first ID represented in this list. */
4324
+ first_id?: string;
4325
+ /** The last ID represented in this list. */
4326
+ last_id?: string;
4327
+ /** A value indicating whether there are additional values available not captured in this list. */
4328
+ has_more: boolean;
4329
+ }
4330
+ export declare function _agentsPagedResultRoutineDeserializer(item: any): _AgentsPagedResultRoutine;
4331
+ export declare function routineArrayDeserializer(result: Array<Routine>): any[];
4332
+ /** The response data for a requested list of items. */
4333
+ export interface _AgentsPagedResultRoutineRun {
4334
+ /** The requested list of items. */
4335
+ data: RoutineRun[];
4336
+ /** The first ID represented in this list. */
4337
+ first_id?: string;
4338
+ /** The last ID represented in this list. */
4339
+ last_id?: string;
4340
+ /** A value indicating whether there are additional values available not captured in this list. */
4341
+ has_more: boolean;
4342
+ }
4343
+ export declare function _agentsPagedResultRoutineRunDeserializer(item: any): _AgentsPagedResultRoutineRun;
4344
+ export declare function routineRunArrayDeserializer(result: Array<RoutineRun>): any[];
4345
+ /** A single routine run returned from the run history API. */
4346
+ export interface RoutineRun {
4347
+ /** The unique run identifier for the routine attempt. */
4348
+ readonly id: string;
4349
+ /** The run status. */
4350
+ status?: string;
4351
+ /** The AgentExtensions lifecycle phase for the routine attempt. */
4352
+ phase?: RoutineRunPhase;
4353
+ /** The trigger type that produced the routine attempt. */
4354
+ trigger_type?: RoutineTriggerType;
4355
+ /** The configured trigger name that produced the routine attempt. */
4356
+ trigger_name?: string;
4357
+ /** The source path that created the routine attempt. */
4358
+ attempt_source?: RoutineAttemptSource;
4359
+ /** The action type dispatched for the routine attempt. */
4360
+ action_type?: RoutineActionType;
4361
+ /** The project-scoped agent identifier recorded for the routine attempt. */
4362
+ agent_id?: string;
4363
+ /** The legacy endpoint-scoped agent identifier recorded for the routine attempt. */
4364
+ agent_endpoint_id?: string;
4365
+ /** The conversation identifier used by a responses API dispatch. */
4366
+ conversation_id?: string;
4367
+ /** The hosted-agent session identifier used by an invocations API dispatch. */
4368
+ session_id?: string;
4369
+ /** The logical trigger time recorded for the routine attempt. */
4370
+ triggered_at?: Date;
4371
+ /** The scheduled fire time recorded for timer and schedule deliveries. */
4372
+ scheduled_fire_at?: Date;
4373
+ /** The time when the underlying run started. */
4374
+ started_at?: Date;
4375
+ /** The time when the underlying run reached a terminal state. */
4376
+ ended_at?: Date;
4377
+ /** The dispatch identifier associated with the routine attempt. */
4378
+ dispatch_id?: string;
4379
+ /** The downstream action correlation identifier, when available. */
4380
+ action_correlation_id?: string;
4381
+ /** The downstream response or invocation identifier, when available. */
4382
+ response_id?: string;
4383
+ /** The workspace task identifier linked to the routine attempt, when available. */
4384
+ task_id?: string;
4385
+ /** The downstream error status code captured for a failed attempt, when available. */
4386
+ error_status_code?: number;
4387
+ /** The fully qualified error type captured for a failed attempt, when available. */
4388
+ error_type?: string;
4389
+ /** The truncated failure message captured for a failed attempt, when available. */
4390
+ error_message?: string;
4391
+ }
4392
+ export declare function routineRunDeserializer(item: any): RoutineRun;
4393
+ /** Known lifecycle phases recorded for a routine run. */
4394
+ export type RoutineRunPhase = "queued" | "dispatching" | "completed" | "failed";
4395
+ /** Known source paths that can produce a routine run. */
4396
+ export type RoutineAttemptSource = "event_fire" | "manual_dispatch" | "queued_dispatch" | "schedule_delivery" | "timer_delivery";
4397
+ /** Base model for a manual dispatch payload. */
4398
+ export interface RoutineDispatchPayload {
4399
+ /** The manual dispatch payload type. */
4400
+ /** The discriminator possible values: invoke_agent_responses_api, invoke_agent_invocations_api */
4401
+ type: RoutineDispatchPayloadType;
4402
+ }
4403
+ export declare function routineDispatchPayloadSerializer(item: RoutineDispatchPayload): any;
4404
+ /** Alias for RoutineDispatchPayloadUnion */
4405
+ export type RoutineDispatchPayloadUnion = InvokeAgentResponsesApiDispatchPayload | InvokeAgentInvocationsApiDispatchPayload | RoutineDispatchPayload;
4406
+ export declare function routineDispatchPayloadUnionSerializer(item: RoutineDispatchPayloadUnion): any;
4407
+ /** The discriminator values supported for manual routine dispatch payloads. */
4408
+ export type RoutineDispatchPayloadType = "invoke_agent_responses_api" | "invoke_agent_invocations_api";
4409
+ /** A manual payload used to test a responses API routine dispatch. */
4410
+ export interface InvokeAgentResponsesApiDispatchPayload extends RoutineDispatchPayload {
4411
+ /** The manual dispatch payload type. */
4412
+ type: "invoke_agent_responses_api";
4413
+ /** The JSON value sent as the complete downstream responses input. The value is passed through as-is and can be an object, string, number, boolean, array, or null. */
4414
+ input: unknown;
4415
+ }
4416
+ export declare function invokeAgentResponsesApiDispatchPayloadSerializer(item: InvokeAgentResponsesApiDispatchPayload): any;
4417
+ /** A manual payload used to test an invocations API routine dispatch. */
4418
+ export interface InvokeAgentInvocationsApiDispatchPayload extends RoutineDispatchPayload {
4419
+ /** The manual dispatch payload type. */
4420
+ type: "invoke_agent_invocations_api";
4421
+ /** The JSON value sent as the complete downstream invocations input. The value is passed through as-is and can be an object, string, number, boolean, array, or null. */
4422
+ input: unknown;
4423
+ }
4424
+ export declare function invokeAgentInvocationsApiDispatchPayloadSerializer(item: InvokeAgentInvocationsApiDispatchPayload): any;
4425
+ /** Identifiers returned after a routine dispatch is queued. */
4426
+ export interface DispatchRoutineResponse {
4427
+ /** The dispatch identifier created for the routine dispatch. */
4428
+ dispatch_id?: string;
4429
+ /** A downstream action correlation identifier, when available. */
4430
+ action_correlation_id?: string;
4431
+ /** A workspace task identifier created for the dispatch, when available. */
4432
+ task_id?: string;
4433
+ }
4434
+ export declare function dispatchRoutineResponseDeserializer(item: any): DispatchRoutineResponse;
3152
4435
  /** Schedule model. */
3153
4436
  export interface Schedule {
3154
4437
  /** Identifier of the schedule. */
@@ -3196,7 +4479,7 @@ export interface CronTrigger extends Trigger {
3196
4479
  type: "Cron";
3197
4480
  /** Cron expression that defines the schedule frequency. */
3198
4481
  expression: string;
3199
- /** Time zone for the cron schedule. */
4482
+ /** Time zone for the cron schedule. Defaults to `UTC`. */
3200
4483
  timeZone?: string;
3201
4484
  /** Start time for the cron schedule in ISO 8601 format. */
3202
4485
  startTime?: string;
@@ -3213,7 +4496,7 @@ export interface RecurrenceTrigger extends Trigger {
3213
4496
  startTime?: string;
3214
4497
  /** End time for the recurrence schedule in ISO 8601 format. */
3215
4498
  endTime?: string;
3216
- /** Time zone for the recurrence schedule. */
4499
+ /** Time zone for the recurrence schedule. Defaults to `UTC`. */
3217
4500
  timeZone?: string;
3218
4501
  /** Interval for the recurrence schedule. */
3219
4502
  interval: number;
@@ -3278,7 +4561,7 @@ export interface OneTimeTrigger extends Trigger {
3278
4561
  type: "OneTime";
3279
4562
  /** Date and time for the one-time trigger in ISO 8601 format. */
3280
4563
  triggerAt: string;
3281
- /** Time zone for the one-time trigger. */
4564
+ /** Time zone for the one-time trigger. Defaults to `UTC`. */
3282
4565
  timeZone?: string;
3283
4566
  }
3284
4567
  export declare function oneTimeTriggerSerializer(item: OneTimeTrigger): any;
@@ -3310,12 +4593,6 @@ export interface EvaluationScheduleTask extends ScheduleTask {
3310
4593
  }
3311
4594
  export declare function evaluationScheduleTaskSerializer(item: EvaluationScheduleTask): any;
3312
4595
  export declare function evaluationScheduleTaskDeserializer(item: any): EvaluationScheduleTask;
3313
- /** model interface _EvaluationScheduleTaskEvalRun */
3314
- export interface _EvaluationScheduleTaskEvalRun {
3315
- [key: string]: unknown;
3316
- }
3317
- export declare function _evaluationScheduleTaskEvalRunSerializer(_item: _EvaluationScheduleTaskEvalRun): any;
3318
- export declare function _evaluationScheduleTaskEvalRunDeserializer(item: any): _EvaluationScheduleTaskEvalRun;
3319
4596
  /** Insight task for the schedule. */
3320
4597
  export interface InsightScheduleTask extends ScheduleTask {
3321
4598
  /** Type of the task, which is always 'Insight'. */
@@ -3360,6 +4637,31 @@ export interface _PagedScheduleRun {
3360
4637
  }
3361
4638
  export declare function _pagedScheduleRunDeserializer(item: any): _PagedScheduleRun;
3362
4639
  export declare function scheduleRunArrayDeserializer(result: Array<ScheduleRun>): any[];
4640
+ export declare function toolboxSkillUnionArraySerializer(result: Array<ToolboxSkillUnion>): any[];
4641
+ export declare function toolboxSkillUnionArrayDeserializer(result: Array<ToolboxSkillUnion>): any[];
4642
+ /** A skill source included in a toolbox. */
4643
+ export interface ToolboxSkill {
4644
+ /** The type of skill source. */
4645
+ /** The discriminator possible values: skill_reference */
4646
+ type: string;
4647
+ }
4648
+ export declare function toolboxSkillSerializer(item: ToolboxSkill): any;
4649
+ export declare function toolboxSkillDeserializer(item: any): ToolboxSkill;
4650
+ /** Alias for ToolboxSkillUnion */
4651
+ export type ToolboxSkillUnion = ToolboxSkillReference | ToolboxSkill;
4652
+ export declare function toolboxSkillUnionSerializer(item: ToolboxSkillUnion): any;
4653
+ export declare function toolboxSkillUnionDeserializer(item: any): ToolboxSkillUnion;
4654
+ /** A reference to an existing skill to include in a toolbox. */
4655
+ export interface ToolboxSkillReference extends ToolboxSkill {
4656
+ /** The type of skill source. */
4657
+ type: "skill_reference";
4658
+ /** The name of the skill. */
4659
+ name: string;
4660
+ /** The version of the skill. If not specified, the skill's default version is used. When a version is specified, the reference is pinned to that immutable version. */
4661
+ version?: string;
4662
+ }
4663
+ export declare function toolboxSkillReferenceSerializer(item: ToolboxSkillReference): any;
4664
+ export declare function toolboxSkillReferenceDeserializer(item: any): ToolboxSkillReference;
3363
4665
  /** Policy configuration for a toolbox, including content safety and other governance settings. */
3364
4666
  export interface ToolboxPolicies {
3365
4667
  /** Responsible AI content filtering configuration. */
@@ -3390,6 +4692,8 @@ export interface ToolboxVersionObject {
3390
4692
  created_at: Date;
3391
4693
  /** The list of tools contained in this toolbox version. */
3392
4694
  tools: ToolUnion[];
4695
+ /** The list of skill sources included in this toolbox version. */
4696
+ skills?: ToolboxSkillUnion[];
3393
4697
  /** Policy configuration for the toolbox version. */
3394
4698
  policies?: ToolboxPolicies;
3395
4699
  }
@@ -3430,31 +4734,26 @@ export interface _AgentsPagedResultToolboxVersionObject {
3430
4734
  }
3431
4735
  export declare function _agentsPagedResultToolboxVersionObjectDeserializer(item: any): _AgentsPagedResultToolboxVersionObject;
3432
4736
  export declare function toolboxVersionObjectArrayDeserializer(result: Array<ToolboxVersionObject>): any[];
3433
- /** A skill object. */
3434
- export interface SkillObject {
4737
+ /** A skill resource. */
4738
+ export interface Skill {
3435
4739
  /** The unique identifier of the skill. */
3436
- skill_id: string;
3437
- /** Whether the skill was created from a zip blob package. */
3438
- has_blob: boolean;
4740
+ id: string;
3439
4741
  /** The unique name of the skill. */
3440
4742
  name: string;
3441
4743
  /** A human-readable description of the skill. */
3442
- description?: string;
3443
- /**
3444
- * Set of 16 key-value pairs that can be attached to an object. This can be
3445
- * useful for storing additional information about the object in a structured
3446
- * format, and querying for objects via API or the dashboard.
3447
- *
3448
- * Keys are strings with a maximum length of 64 characters. Values are strings
3449
- * with a maximum length of 512 characters.
3450
- */
3451
- metadata?: Record<string, string>;
4744
+ description: string;
4745
+ /** The Unix timestamp (seconds) when the skill was created. */
4746
+ created_at: Date;
4747
+ /** The default version for the skill. Can be changed via updateSkill. */
4748
+ default_version: string;
4749
+ /** The latest version for the skill. */
4750
+ latest_version: string;
3452
4751
  }
3453
- export declare function skillObjectDeserializer(item: any): SkillObject;
4752
+ export declare function skillDeserializer(item: any): Skill;
3454
4753
  /** The response data for a requested list of items. */
3455
- export interface _AgentsPagedResultSkillObject {
4754
+ export interface _AgentsPagedResultSkill {
3456
4755
  /** The requested list of items. */
3457
- data: SkillObject[];
4756
+ data: Skill[];
3458
4757
  /** The first ID represented in this list. */
3459
4758
  first_id?: string;
3460
4759
  /** The last ID represented in this list. */
@@ -3462,20 +4761,333 @@ export interface _AgentsPagedResultSkillObject {
3462
4761
  /** A value indicating whether there are additional values available not captured in this list. */
3463
4762
  has_more: boolean;
3464
4763
  }
3465
- export declare function _agentsPagedResultSkillObjectDeserializer(item: any): _AgentsPagedResultSkillObject;
3466
- export declare function skillObjectArrayDeserializer(result: Array<SkillObject>): any[];
3467
- /** A deleted skill Object */
4764
+ export declare function _agentsPagedResultSkillDeserializer(item: any): _AgentsPagedResultSkill;
4765
+ export declare function skillArrayDeserializer(result: Array<Skill>): any[];
4766
+ /** A deleted skill. */
3468
4767
  export interface DeleteSkillResponse {
4768
+ /** The unique identifier of the deleted skill. */
4769
+ id: string;
3469
4770
  /** The unique name of the skill. */
3470
4771
  name: string;
3471
4772
  /** Whether the skill was successfully deleted. */
3472
4773
  deleted: boolean;
3473
4774
  }
3474
4775
  export declare function deleteSkillResponseDeserializer(item: any): DeleteSkillResponse;
4776
+ /** Inline content for defining a simple skill without uploading files. Follows the agentskills.io SKILL.md specification. */
4777
+ export interface SkillInlineContent {
4778
+ /** A human-readable description of what the skill does and when to use it. */
4779
+ description: string;
4780
+ /** The skill instructions in markdown format. This is the body content of the SKILL.md file. */
4781
+ instructions: string;
4782
+ /** License name or reference to a bundled license file. */
4783
+ license?: string;
4784
+ /** Environment requirements or compatibility notes for the skill. */
4785
+ compatibility?: string;
4786
+ /** Arbitrary key-value metadata for additional properties. */
4787
+ metadata?: Record<string, string>;
4788
+ /** List of pre-approved tools the skill may use. Experimental. */
4789
+ allowed_tools?: string[];
4790
+ }
4791
+ export declare function skillInlineContentSerializer(item: SkillInlineContent): any;
4792
+ /** A specific version of a skill. */
4793
+ export interface SkillVersion {
4794
+ /** The unique identifier of the skill version. */
4795
+ id: string;
4796
+ /** The identifier of the parent skill. */
4797
+ skill_id: string;
4798
+ /** The name of the skill version. */
4799
+ name: string;
4800
+ /** The version identifier. Skill versions are immutable. */
4801
+ version: string;
4802
+ /** A human-readable description of the skill version. */
4803
+ description: string;
4804
+ /** The Unix timestamp (seconds) when the skill version was created. */
4805
+ created_at: Date;
4806
+ }
4807
+ export declare function skillVersionDeserializer(item: any): SkillVersion;
4808
+ /** Multipart request body for creating a skill version from files. Accepts either a single zip file or multiple individual skill files (directory upload). For zip uploads, the server extracts and validates contents. For directory uploads, files are validated as-is. */
4809
+ export interface CreateSkillVersionFromFilesBody {
4810
+ /** Skill files to upload. Upload a single zip file or multiple individual files with relative paths. */
4811
+ files: Array<FileContents | {
4812
+ contents: FileContents;
4813
+ contentType?: string;
4814
+ filename?: string;
4815
+ }>;
4816
+ /** Whether to set this version as the default. Defaults to false. */
4817
+ default?: boolean;
4818
+ }
4819
+ export declare function createSkillVersionFromFilesBodySerializer(item: CreateSkillVersionFromFilesBody): any;
4820
+ /** The response data for a requested list of items. */
4821
+ export interface _AgentsPagedResultSkillVersion {
4822
+ /** The requested list of items. */
4823
+ data: SkillVersion[];
4824
+ /** The first ID represented in this list. */
4825
+ first_id?: string;
4826
+ /** The last ID represented in this list. */
4827
+ last_id?: string;
4828
+ /** A value indicating whether there are additional values available not captured in this list. */
4829
+ has_more: boolean;
4830
+ }
4831
+ export declare function _agentsPagedResultSkillVersionDeserializer(item: any): _AgentsPagedResultSkillVersion;
4832
+ export declare function skillVersionArrayDeserializer(result: Array<SkillVersion>): any[];
4833
+ /** A deleted skill version. */
4834
+ export interface DeleteSkillVersionResponse {
4835
+ /** The unique identifier of the deleted skill version. */
4836
+ id: string;
4837
+ /** The name of the skill. */
4838
+ name: string;
4839
+ /** Whether the skill version was successfully deleted. */
4840
+ deleted: boolean;
4841
+ /** The version that was deleted. */
4842
+ version: string;
4843
+ }
4844
+ export declare function deleteSkillVersionResponseDeserializer(item: any): DeleteSkillVersionResponse;
4845
+ /** Data Generation Job resource. */
4846
+ export interface DataGenerationJob {
4847
+ /** Server-assigned unique identifier. */
4848
+ readonly id?: string;
4849
+ /** Caller-supplied inputs. */
4850
+ inputs?: DataGenerationJobInputs;
4851
+ /** Result produced on success. */
4852
+ readonly result?: DataGenerationJobResult;
4853
+ /** Current lifecycle status. */
4854
+ readonly status?: JobStatus;
4855
+ /** Error details — populated only on failure. */
4856
+ readonly error?: ErrorModel;
4857
+ /** The timestamp when the job was created, represented in Unix time (seconds since January 1, 1970). */
4858
+ readonly created_at?: Date;
4859
+ /** The timestamp when the job was finished, represented in Unix time (seconds since January 1, 1970). */
4860
+ readonly finished_at?: Date;
4861
+ }
4862
+ export declare function dataGenerationJobSerializer(item: DataGenerationJob): any;
4863
+ export declare function dataGenerationJobDeserializer(item: any): DataGenerationJob;
4864
+ /** Caller-supplied inputs for a data generation job. */
4865
+ export interface DataGenerationJobInputs {
4866
+ /** The display name of the data generation job. */
4867
+ name: string;
4868
+ /** The sources used for the data generation job. */
4869
+ sources: DataGenerationJobSourceUnion[];
4870
+ /** The options for the data generation job. */
4871
+ options: DataGenerationJobOptionsUnion;
4872
+ /** The scenario of the data generation job. Either for fine-tuning or evaluation. */
4873
+ scenario: DataGenerationJobScenario;
4874
+ /** Optional caller-supplied metadata for the job's output. See individual fields for whether they apply to file outputs (fine-tuning scenarios), dataset outputs (evaluation scenario), or both. */
4875
+ output_options?: DataGenerationJobOutputOptions;
4876
+ }
4877
+ export declare function dataGenerationJobInputsSerializer(item: DataGenerationJobInputs): any;
4878
+ export declare function dataGenerationJobInputsDeserializer(item: any): DataGenerationJobInputs;
4879
+ export declare function dataGenerationJobSourceUnionArraySerializer(result: Array<DataGenerationJobSourceUnion>): any[];
4880
+ export declare function dataGenerationJobSourceUnionArrayDeserializer(result: Array<DataGenerationJobSourceUnion>): any[];
4881
+ /** The base source model for data generation jobs. */
4882
+ export interface DataGenerationJobSource {
4883
+ /** The type of source. */
4884
+ /** The discriminator possible values: prompt, agent, traces, file */
4885
+ type: DataGenerationJobSourceType;
4886
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
4887
+ description?: string;
4888
+ }
4889
+ export declare function dataGenerationJobSourceSerializer(item: DataGenerationJobSource): any;
4890
+ export declare function dataGenerationJobSourceDeserializer(item: any): DataGenerationJobSource;
4891
+ /** Alias for DataGenerationJobSourceUnion */
4892
+ export type DataGenerationJobSourceUnion = PromptDataGenerationJobSource | AgentDataGenerationJobSource | TracesDataGenerationJobSource | FileDataGenerationJobSource | DataGenerationJobSource;
4893
+ export declare function dataGenerationJobSourceUnionSerializer(item: DataGenerationJobSourceUnion): any;
4894
+ export declare function dataGenerationJobSourceUnionDeserializer(item: any): DataGenerationJobSourceUnion;
4895
+ /** The supported source types for data generation jobs. */
4896
+ export type DataGenerationJobSourceType = "prompt" | "agent" | "traces" | "file";
4897
+ /** Prompt source for data generation jobs — inline text provided by the user. */
4898
+ export interface PromptDataGenerationJobSource extends DataGenerationJobSource {
4899
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
4900
+ description?: string;
4901
+ /** The source type for this source, which is Prompt. */
4902
+ type: "prompt";
4903
+ /** Inline prompt text (e.g., agent description, policy text, supplementary context). */
4904
+ prompt: string;
4905
+ }
4906
+ export declare function promptDataGenerationJobSourceSerializer(item: PromptDataGenerationJobSource): any;
4907
+ export declare function promptDataGenerationJobSourceDeserializer(item: any): PromptDataGenerationJobSource;
4908
+ /** Agent source for data generation jobs — references an agent to fetch instructions and metadata from. */
4909
+ export interface AgentDataGenerationJobSource extends DataGenerationJobSource {
4910
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
4911
+ description?: string;
4912
+ /** The source type for this source, which is Agent. */
4913
+ type: "agent";
4914
+ /** The agent name to fetch instructions from. */
4915
+ agent_name: string;
4916
+ /** The agent version. If not specified, the latest version is used. */
4917
+ agent_version?: string;
4918
+ }
4919
+ export declare function agentDataGenerationJobSourceSerializer(item: AgentDataGenerationJobSource): any;
4920
+ export declare function agentDataGenerationJobSourceDeserializer(item: any): AgentDataGenerationJobSource;
4921
+ /** Traces source for data generation jobs — conversation traces from Application Insights. */
4922
+ export interface TracesDataGenerationJobSource extends DataGenerationJobSource {
4923
+ /** Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). */
4924
+ description?: string;
4925
+ /** The source type for this source, which is Traces. */
4926
+ type: "traces";
4927
+ /** The unique agent ID used to filter traces. Provide either `agent_id` or `agent_name` — at least one is required. */
4928
+ agent_id?: string;
4929
+ /** The agent name to fetch traces for. Provide either `agent_id` or `agent_name` — at least one is required. */
4930
+ agent_name?: string;
4931
+ /** The agent version. If not specified, traces for ALL versions of the agent are included within the time window. */
4932
+ agent_version?: string;
4933
+ /** Start of the time window (Unix timestamp in seconds) for fetching traces. */
4934
+ start_time: Date;
4935
+ /** End of the time window (Unix timestamp in seconds). Defaults to current time. */
4936
+ end_time?: Date;
4937
+ }
4938
+ export declare function tracesDataGenerationJobSourceSerializer(item: TracesDataGenerationJobSource): any;
4939
+ export declare function tracesDataGenerationJobSourceDeserializer(item: any): TracesDataGenerationJobSource;
4940
+ /** File source for data generation jobs — Azure OpenAI file input. */
4941
+ export interface FileDataGenerationJobSource extends DataGenerationJobSource {
4942
+ /** The source type for this job, which is File. */
4943
+ type: "file";
4944
+ /** Input Azure Open AI file id used for data generation. */
4945
+ id: string;
4946
+ }
4947
+ export declare function fileDataGenerationJobSourceSerializer(item: FileDataGenerationJobSource): any;
4948
+ export declare function fileDataGenerationJobSourceDeserializer(item: any): FileDataGenerationJobSource;
4949
+ /** Options for managing data generation jobs. */
4950
+ export interface DataGenerationJobOptions {
4951
+ /** The data generation job type. */
4952
+ /** The discriminator possible values: simple_qna, traces, tool_use */
4953
+ type: DataGenerationJobType;
4954
+ /** Maximum number of samples to generate. */
4955
+ max_samples: number;
4956
+ /** The proportion of the generated data to be used for training when the data is used for fine-tuning. The rest will be used for validation. Value should be between 0 and 1. */
4957
+ train_split?: number;
4958
+ /** The LLM model options. */
4959
+ model_options?: DataGenerationModelOptions;
4960
+ }
4961
+ export declare function dataGenerationJobOptionsSerializer(item: DataGenerationJobOptions): any;
4962
+ export declare function dataGenerationJobOptionsDeserializer(item: any): DataGenerationJobOptions;
4963
+ /** Alias for DataGenerationJobOptionsUnion */
4964
+ export type DataGenerationJobOptionsUnion = SimpleQnADataGenerationJobOptions | TracesDataGenerationJobOptions | ToolUseFineTuningDataGenerationJobOptions | DataGenerationJobOptions;
4965
+ export declare function dataGenerationJobOptionsUnionSerializer(item: DataGenerationJobOptionsUnion): any;
4966
+ export declare function dataGenerationJobOptionsUnionDeserializer(item: any): DataGenerationJobOptionsUnion;
4967
+ /** The supported data generation job types. */
4968
+ export type DataGenerationJobType = "simple_qna" | "traces" | "tool_use";
4969
+ /** LLM model options for data generation jobs. */
4970
+ export interface DataGenerationModelOptions {
4971
+ /** Base model name used to generate data. */
4972
+ model: string;
4973
+ }
4974
+ export declare function dataGenerationModelOptionsSerializer(item: DataGenerationModelOptions): any;
4975
+ export declare function dataGenerationModelOptionsDeserializer(item: any): DataGenerationModelOptions;
4976
+ /** The options for a data generation job with SimpleQnA type. */
4977
+ export interface SimpleQnADataGenerationJobOptions extends DataGenerationJobOptions {
4978
+ /** The data generation job type, which is SimpleQnA for this model. */
4979
+ type: "simple_qna";
4980
+ /** The question types to generate. Used only for fine-tuning scenarios. */
4981
+ question_types?: SimpleQnAFineTuningQuestionType[];
4982
+ }
4983
+ export declare function simpleQnADataGenerationJobOptionsSerializer(item: SimpleQnADataGenerationJobOptions): any;
4984
+ export declare function simpleQnADataGenerationJobOptionsDeserializer(item: any): SimpleQnADataGenerationJobOptions;
4985
+ /** The supported question types for SimpleQnA data generation jobs used for fine-tuning scenarios. */
4986
+ export type SimpleQnAFineTuningQuestionType = "short_answer" | "long_answer";
4987
+ /** The options for a data generation job with Traces type. */
4988
+ export interface TracesDataGenerationJobOptions extends DataGenerationJobOptions {
4989
+ /** The data generation job type, which is Traces for this model. */
4990
+ type: "traces";
4991
+ }
4992
+ export declare function tracesDataGenerationJobOptionsSerializer(item: TracesDataGenerationJobOptions): any;
4993
+ export declare function tracesDataGenerationJobOptionsDeserializer(item: any): TracesDataGenerationJobOptions;
4994
+ /** The options for a data generation job with ToolUse type. Used only for fine-tuning scenarios. */
4995
+ export interface ToolUseFineTuningDataGenerationJobOptions extends DataGenerationJobOptions {
4996
+ /** The data generation job type, which is ToolUse for this model. */
4997
+ type: "tool_use";
4998
+ }
4999
+ export declare function toolUseFineTuningDataGenerationJobOptionsSerializer(item: ToolUseFineTuningDataGenerationJobOptions): any;
5000
+ export declare function toolUseFineTuningDataGenerationJobOptionsDeserializer(item: any): ToolUseFineTuningDataGenerationJobOptions;
5001
+ /** The supported scenarios for a data generation job. */
5002
+ export type DataGenerationJobScenario = "supervised_finetuning" | "reinforcement_finetuning" | "evaluation";
5003
+ /** Output options for data generation job. */
5004
+ export interface DataGenerationJobOutputOptions {
5005
+ /** Name to assign to the output. Used as the filename for Azure OpenAI file outputs (fine-tuning scenarios) and as the dataset name for dataset outputs (evaluation scenario). */
5006
+ name?: string;
5007
+ /** Description to assign to the output. Applies only to dataset outputs (evaluation scenario); ignored for Azure OpenAI file outputs. */
5008
+ description?: string;
5009
+ /** Tags to assign to the output. Applies only to dataset outputs (evaluation scenario); ignored for Azure OpenAI file outputs. */
5010
+ tags?: Record<string, string>;
5011
+ }
5012
+ export declare function dataGenerationJobOutputOptionsSerializer(item: DataGenerationJobOutputOptions): any;
5013
+ export declare function dataGenerationJobOutputOptionsDeserializer(item: any): DataGenerationJobOutputOptions;
5014
+ /** Result produced by a successful data generation job. */
5015
+ export interface DataGenerationJobResult {
5016
+ /** The final job outputs: Azure OpenAI files for fine-tuning, or datasets for evaluation. */
5017
+ outputs?: DataGenerationJobOutputUnion[];
5018
+ /** The number of samples actually generated. */
5019
+ generated_samples: number;
5020
+ /** The token usage information for the data generation job. */
5021
+ token_usage?: DataGenerationTokenUsage;
5022
+ }
5023
+ export declare function dataGenerationJobResultDeserializer(item: any): DataGenerationJobResult;
5024
+ export declare function dataGenerationJobOutputUnionArrayDeserializer(result: Array<DataGenerationJobOutputUnion>): any[];
5025
+ /** Output information for a data generation job. */
5026
+ export interface DataGenerationJobOutput {
5027
+ /** The type of the output. */
5028
+ /** The discriminator possible values: file, dataset */
5029
+ type: DataGenerationJobOutputType;
5030
+ }
5031
+ export declare function dataGenerationJobOutputDeserializer(item: any): DataGenerationJobOutput;
5032
+ /** Alias for DataGenerationJobOutputUnion */
5033
+ export type DataGenerationJobOutputUnion = FileDataGenerationJobOutput | DatasetDataGenerationJobOutput | DataGenerationJobOutput;
5034
+ export declare function dataGenerationJobOutputUnionDeserializer(item: any): DataGenerationJobOutputUnion;
5035
+ /** The supported output file types for a data generation job. */
5036
+ export type DataGenerationJobOutputType = "file" | "dataset";
5037
+ /** Azure OpenAI file output for a data generation job. */
5038
+ export interface FileDataGenerationJobOutput extends DataGenerationJobOutput {
5039
+ /** Azure OpenAI file output. */
5040
+ type: "file";
5041
+ /** The id of the output Azure OpenAI file. */
5042
+ readonly id: string;
5043
+ /** The filename of the output Azure OpenAI file. */
5044
+ readonly filename: string;
5045
+ }
5046
+ export declare function fileDataGenerationJobOutputDeserializer(item: any): FileDataGenerationJobOutput;
5047
+ /** Dataset output for a data generation job. */
5048
+ export interface DatasetDataGenerationJobOutput extends DataGenerationJobOutput {
5049
+ /** Dataset output. */
5050
+ type: "dataset";
5051
+ /** The id of the output dataset created. */
5052
+ readonly id?: string;
5053
+ /** The name of the output dataset. */
5054
+ readonly name?: string;
5055
+ /** The version of the output dataset. */
5056
+ readonly version?: string;
5057
+ /** Description of the output dataset. */
5058
+ readonly description?: string;
5059
+ /** Tag dictionary of the output dataset. */
5060
+ readonly tags?: Record<string, string>;
5061
+ }
5062
+ export declare function datasetDataGenerationJobOutputDeserializer(item: any): DatasetDataGenerationJobOutput;
5063
+ /** Token usage information for a data generation job. */
5064
+ export interface DataGenerationTokenUsage {
5065
+ /** The number of prompt tokens used. */
5066
+ readonly prompt_tokens: number;
5067
+ /** The number of completion tokens generated. */
5068
+ readonly completion_tokens: number;
5069
+ /** Total number of tokens used. */
5070
+ readonly total_tokens: number;
5071
+ }
5072
+ export declare function dataGenerationTokenUsageDeserializer(item: any): DataGenerationTokenUsage;
5073
+ /** The response data for a requested list of items. */
5074
+ export interface _AgentsPagedResultDataGenerationJob {
5075
+ /** The requested list of items. */
5076
+ data: DataGenerationJob[];
5077
+ /** The first ID represented in this list. */
5078
+ first_id?: string;
5079
+ /** The last ID represented in this list. */
5080
+ last_id?: string;
5081
+ /** A value indicating whether there are additional values available not captured in this list. */
5082
+ has_more: boolean;
5083
+ }
5084
+ export declare function _agentsPagedResultDataGenerationJobDeserializer(item: any): _AgentsPagedResultDataGenerationJob;
5085
+ export declare function dataGenerationJobArraySerializer(result: Array<DataGenerationJob>): any[];
5086
+ export declare function dataGenerationJobArrayDeserializer(result: Array<DataGenerationJob>): any[];
3475
5087
  /** model interface UpdateToolboxRequest */
3476
5088
  export interface UpdateToolboxRequest {
3477
5089
  /** The name of the toolbox to update. */
3478
- toolbox_name: string;
5090
+ name: string;
3479
5091
  /** The version identifier that the toolbox should point to. When set, the toolbox's default version will resolve to this version instead of the latest. */
3480
5092
  default_version: string;
3481
5093
  }
@@ -3486,20 +5098,36 @@ export declare function _listVersionsRequestTypeSerializer(item: _ListVersionsRe
3486
5098
  /** Type of AgentType */
3487
5099
  export type AgentType = "agent" | "agent.version" | "agent.deleted" | "agent.version.deleted" | "agent.container";
3488
5100
  /** Feature opt-in keys for agent definition operations supporting hosted or workflow agents. */
3489
- export type AgentDefinitionOptInKeys = "HostedAgents=V1Preview" | "WorkflowAgents=V1Preview" | "ContainerAgents=V1Preview" | "AgentEndpoints=V1Preview";
5101
+ export type AgentDefinitionOptInKeys = "HostedAgents=V1Preview" | "WorkflowAgents=V1Preview" | "AgentEndpoints=V1Preview" | "CodeAgents=V1Preview" | "ExternalAgents=V1Preview";
3490
5102
  /** Type of PageOrder */
3491
5103
  export type PageOrder = "asc" | "desc";
3492
5104
  /** Type of FoundryFeaturesOptInKeys */
3493
- export type FoundryFeaturesOptInKeys = "Skills=V1Preview" | "Evaluations=V1Preview" | "Schedules=V1Preview" | "RedTeams=V1Preview" | "Insights=V1Preview" | "MemoryStores=V1Preview" | "Toolboxes=V1Preview";
5105
+ export type FoundryFeaturesOptInKeys = "Evaluations=V1Preview" | "Schedules=V1Preview" | "RedTeams=V1Preview" | "Insights=V1Preview" | "MemoryStores=V1Preview" | "Routines=V1Preview" | "Toolboxes=V1Preview" | "Skills=V1Preview" | "DataGenerationJobs=V1Preview" | "Models=V1Preview" | "AgentsOptimization=V1Preview";
3494
5106
  /** The type of pending upload. */
3495
- export type PendingUploadType = "None" | "BlobReference";
5107
+ export type PendingUploadType = "None" | "BlobReference" | "TemporaryBlobReference";
3496
5108
  /** Type of MemoryStoreType */
3497
- export type MemoryStoreType = "memory_store" | "memory_store.deleted" | "memory_store.scope.deleted";
5109
+ export type MemoryStoreType = "memory_store" | "memory_store.deleted" | "memory_store.scope.deleted" | "memory_store.item.deleted";
3498
5110
  /** Microsoft Foundry API versions */
3499
5111
  export declare enum KnownApiVersions {
3500
5112
  /** Microsoft Foundry API version v1. */
3501
5113
  v1 = "v1"
3502
5114
  }
5115
+ export type DownloadVersionResponse = {
5116
+ /**
5117
+ * BROWSER ONLY
5118
+ *
5119
+ * The response body as a browser Blob.
5120
+ * Always `undefined` in node.js.
5121
+ */
5122
+ blobBody?: Promise<Blob>;
5123
+ /**
5124
+ * NODEJS ONLY
5125
+ *
5126
+ * The response body as a node.js Readable stream.
5127
+ * Always `undefined` in the browser.
5128
+ */
5129
+ readableStreamBody?: NodeJS.ReadableStream;
5130
+ };
3503
5131
  export type BetaSkillsDownloadResponse = {
3504
5132
  /**
3505
5133
  * BROWSER ONLY
@@ -3516,6 +5144,22 @@ export type BetaSkillsDownloadResponse = {
3516
5144
  */
3517
5145
  readableStreamBody?: NodeJS.ReadableStream;
3518
5146
  };
5147
+ export type BetaAgentsGetCandidateFileResponse = {
5148
+ /**
5149
+ * BROWSER ONLY
5150
+ *
5151
+ * The response body as a browser Blob.
5152
+ * Always `undefined` in node.js.
5153
+ */
5154
+ blobBody?: Promise<Blob>;
5155
+ /**
5156
+ * NODEJS ONLY
5157
+ *
5158
+ * The response body as a node.js Readable stream.
5159
+ * Always `undefined` in the browser.
5160
+ */
5161
+ readableStreamBody?: NodeJS.ReadableStream;
5162
+ };
3519
5163
  export type BetaAgentsDownloadSessionFileResponse = {
3520
5164
  /**
3521
5165
  * BROWSER ONLY
@@ -3532,4 +5176,20 @@ export type BetaAgentsDownloadSessionFileResponse = {
3532
5176
  */
3533
5177
  readableStreamBody?: NodeJS.ReadableStream;
3534
5178
  };
5179
+ export type BetaAgentsDownloadAgentCodeResponse = {
5180
+ /**
5181
+ * BROWSER ONLY
5182
+ *
5183
+ * The response body as a browser Blob.
5184
+ * Always `undefined` in node.js.
5185
+ */
5186
+ blobBody?: Promise<Blob>;
5187
+ /**
5188
+ * NODEJS ONLY
5189
+ *
5190
+ * The response body as a node.js Readable stream.
5191
+ * Always `undefined` in the browser.
5192
+ */
5193
+ readableStreamBody?: NodeJS.ReadableStream;
5194
+ };
3535
5195
  //# sourceMappingURL=models.d.ts.map