@azure/ai-projects 1.0.0-beta.3 → 1.0.0-beta.5

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 (298) hide show
  1. package/README.md +185 -5
  2. package/dist/browser/agents/assistants.d.ts.map +1 -1
  3. package/dist/browser/agents/assistants.js +3 -2
  4. package/dist/browser/agents/assistants.js.map +1 -1
  5. package/dist/browser/agents/customModels.d.ts +6 -1
  6. package/dist/browser/agents/customModels.d.ts.map +1 -1
  7. package/dist/browser/agents/customModels.js.map +1 -1
  8. package/dist/browser/agents/index.d.ts +4 -2
  9. package/dist/browser/agents/index.d.ts.map +1 -1
  10. package/dist/browser/agents/index.js +2 -1
  11. package/dist/browser/agents/index.js.map +1 -1
  12. package/dist/browser/agents/inputOutputs.d.ts +4 -4
  13. package/dist/browser/agents/inputOutputs.d.ts.map +1 -1
  14. package/dist/browser/agents/inputOutputs.js.map +1 -1
  15. package/dist/browser/agents/inputValidations.js +2 -2
  16. package/dist/browser/agents/inputValidations.js.map +1 -1
  17. package/dist/browser/agents/messages.js +1 -1
  18. package/dist/browser/agents/messages.js.map +1 -1
  19. package/dist/browser/agents/threads.d.ts +4 -2
  20. package/dist/browser/agents/threads.d.ts.map +1 -1
  21. package/dist/browser/agents/threads.js +23 -0
  22. package/dist/browser/agents/threads.js.map +1 -1
  23. package/dist/browser/agents/utils.d.ts +35 -4
  24. package/dist/browser/agents/utils.d.ts.map +1 -1
  25. package/dist/browser/agents/utils.js +62 -4
  26. package/dist/browser/agents/utils.js.map +1 -1
  27. package/dist/browser/constants.d.ts +1 -1
  28. package/dist/browser/constants.js +1 -1
  29. package/dist/browser/constants.js.map +1 -1
  30. package/dist/browser/customization/convertModelsToWrite.d.ts.map +1 -1
  31. package/dist/browser/customization/convertModelsToWrite.js +24 -2
  32. package/dist/browser/customization/convertModelsToWrite.js.map +1 -1
  33. package/dist/browser/customization/convertOutputModelsFromWire.d.ts +1 -0
  34. package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  35. package/dist/browser/customization/convertOutputModelsFromWire.js +36 -7
  36. package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
  37. package/dist/browser/customization/models.d.ts +158 -9
  38. package/dist/browser/customization/models.d.ts.map +1 -1
  39. package/dist/browser/customization/models.js.map +1 -1
  40. package/dist/browser/customization/outputModels.d.ts +41 -9
  41. package/dist/browser/customization/outputModels.d.ts.map +1 -1
  42. package/dist/browser/customization/outputModels.js.map +1 -1
  43. package/dist/browser/customization/parameters.d.ts +18 -0
  44. package/dist/browser/customization/parameters.d.ts.map +1 -1
  45. package/dist/browser/customization/parameters.js.map +1 -1
  46. package/dist/browser/generated/src/clientDefinitions.d.ts +6 -4
  47. package/dist/browser/generated/src/clientDefinitions.d.ts.map +1 -1
  48. package/dist/browser/generated/src/clientDefinitions.js.map +1 -1
  49. package/dist/browser/generated/src/isUnexpected.d.ts +2 -1
  50. package/dist/browser/generated/src/isUnexpected.d.ts.map +1 -1
  51. package/dist/browser/generated/src/isUnexpected.js +1 -0
  52. package/dist/browser/generated/src/isUnexpected.js.map +1 -1
  53. package/dist/browser/generated/src/models.d.ts +173 -22
  54. package/dist/browser/generated/src/models.d.ts.map +1 -1
  55. package/dist/browser/generated/src/models.js.map +1 -1
  56. package/dist/browser/generated/src/outputModels.d.ts +173 -21
  57. package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
  58. package/dist/browser/generated/src/outputModels.js.map +1 -1
  59. package/dist/browser/generated/src/paginateHelper.d.ts +1 -1
  60. package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
  61. package/dist/browser/generated/src/paginateHelper.js +1 -1
  62. package/dist/browser/generated/src/paginateHelper.js.map +1 -1
  63. package/dist/browser/generated/src/parameters.d.ts +85 -10
  64. package/dist/browser/generated/src/parameters.d.ts.map +1 -1
  65. package/dist/browser/generated/src/parameters.js.map +1 -1
  66. package/dist/browser/generated/src/projectsClient.d.ts +3 -3
  67. package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
  68. package/dist/browser/generated/src/projectsClient.js +1 -1
  69. package/dist/browser/generated/src/projectsClient.js.map +1 -1
  70. package/dist/browser/generated/src/responses.d.ts +19 -4
  71. package/dist/browser/generated/src/responses.d.ts.map +1 -1
  72. package/dist/browser/generated/src/responses.js.map +1 -1
  73. package/dist/browser/index.d.ts +1 -0
  74. package/dist/browser/index.d.ts.map +1 -1
  75. package/dist/browser/index.js.map +1 -1
  76. package/dist/commonjs/agents/assistants.d.ts.map +1 -1
  77. package/dist/commonjs/agents/assistants.js +3 -2
  78. package/dist/commonjs/agents/assistants.js.map +1 -1
  79. package/dist/commonjs/agents/customModels.d.ts +6 -1
  80. package/dist/commonjs/agents/customModels.d.ts.map +1 -1
  81. package/dist/commonjs/agents/customModels.js.map +1 -1
  82. package/dist/commonjs/agents/index.d.ts +4 -2
  83. package/dist/commonjs/agents/index.d.ts.map +1 -1
  84. package/dist/commonjs/agents/index.js +1 -0
  85. package/dist/commonjs/agents/index.js.map +1 -1
  86. package/dist/commonjs/agents/inputOutputs.d.ts +4 -4
  87. package/dist/commonjs/agents/inputOutputs.d.ts.map +1 -1
  88. package/dist/commonjs/agents/inputOutputs.js.map +1 -1
  89. package/dist/commonjs/agents/inputValidations.js +2 -2
  90. package/dist/commonjs/agents/inputValidations.js.map +1 -1
  91. package/dist/commonjs/agents/messages.js +1 -1
  92. package/dist/commonjs/agents/messages.js.map +1 -1
  93. package/dist/commonjs/agents/threads.d.ts +4 -2
  94. package/dist/commonjs/agents/threads.d.ts.map +1 -1
  95. package/dist/commonjs/agents/threads.js +24 -0
  96. package/dist/commonjs/agents/threads.js.map +1 -1
  97. package/dist/commonjs/agents/utils.d.ts +35 -4
  98. package/dist/commonjs/agents/utils.d.ts.map +1 -1
  99. package/dist/commonjs/agents/utils.js +62 -4
  100. package/dist/commonjs/agents/utils.js.map +1 -1
  101. package/dist/commonjs/constants.d.ts +1 -1
  102. package/dist/commonjs/constants.js +1 -1
  103. package/dist/commonjs/constants.js.map +1 -1
  104. package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +1 -1
  105. package/dist/commonjs/customization/convertModelsToWrite.js +24 -2
  106. package/dist/commonjs/customization/convertModelsToWrite.js.map +1 -1
  107. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +1 -0
  108. package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  109. package/dist/commonjs/customization/convertOutputModelsFromWire.js +37 -7
  110. package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
  111. package/dist/commonjs/customization/models.d.ts +158 -9
  112. package/dist/commonjs/customization/models.d.ts.map +1 -1
  113. package/dist/commonjs/customization/models.js.map +1 -1
  114. package/dist/commonjs/customization/outputModels.d.ts +41 -9
  115. package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
  116. package/dist/commonjs/customization/outputModels.js.map +1 -1
  117. package/dist/commonjs/customization/parameters.d.ts +18 -0
  118. package/dist/commonjs/customization/parameters.d.ts.map +1 -1
  119. package/dist/commonjs/customization/parameters.js.map +1 -1
  120. package/dist/commonjs/generated/src/clientDefinitions.d.ts +6 -4
  121. package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +1 -1
  122. package/dist/commonjs/generated/src/clientDefinitions.js.map +1 -1
  123. package/dist/commonjs/generated/src/isUnexpected.d.ts +2 -1
  124. package/dist/commonjs/generated/src/isUnexpected.d.ts.map +1 -1
  125. package/dist/commonjs/generated/src/isUnexpected.js +1 -0
  126. package/dist/commonjs/generated/src/isUnexpected.js.map +1 -1
  127. package/dist/commonjs/generated/src/models.d.ts +173 -22
  128. package/dist/commonjs/generated/src/models.d.ts.map +1 -1
  129. package/dist/commonjs/generated/src/models.js.map +1 -1
  130. package/dist/commonjs/generated/src/outputModels.d.ts +173 -21
  131. package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
  132. package/dist/commonjs/generated/src/outputModels.js.map +1 -1
  133. package/dist/commonjs/generated/src/paginateHelper.d.ts +1 -1
  134. package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
  135. package/dist/commonjs/generated/src/paginateHelper.js.map +1 -1
  136. package/dist/commonjs/generated/src/parameters.d.ts +85 -10
  137. package/dist/commonjs/generated/src/parameters.d.ts.map +1 -1
  138. package/dist/commonjs/generated/src/parameters.js.map +1 -1
  139. package/dist/commonjs/generated/src/projectsClient.d.ts +3 -3
  140. package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
  141. package/dist/commonjs/generated/src/projectsClient.js +1 -1
  142. package/dist/commonjs/generated/src/projectsClient.js.map +1 -1
  143. package/dist/commonjs/generated/src/responses.d.ts +19 -4
  144. package/dist/commonjs/generated/src/responses.d.ts.map +1 -1
  145. package/dist/commonjs/generated/src/responses.js.map +1 -1
  146. package/dist/commonjs/index.d.ts +1 -0
  147. package/dist/commonjs/index.d.ts.map +1 -1
  148. package/dist/commonjs/index.js.map +1 -1
  149. package/dist/commonjs/tsdoc-metadata.json +1 -1
  150. package/dist/esm/agents/assistants.d.ts.map +1 -1
  151. package/dist/esm/agents/assistants.js +3 -2
  152. package/dist/esm/agents/assistants.js.map +1 -1
  153. package/dist/esm/agents/customModels.d.ts +6 -1
  154. package/dist/esm/agents/customModels.d.ts.map +1 -1
  155. package/dist/esm/agents/customModels.js.map +1 -1
  156. package/dist/esm/agents/index.d.ts +4 -2
  157. package/dist/esm/agents/index.d.ts.map +1 -1
  158. package/dist/esm/agents/index.js +2 -1
  159. package/dist/esm/agents/index.js.map +1 -1
  160. package/dist/esm/agents/inputOutputs.d.ts +4 -4
  161. package/dist/esm/agents/inputOutputs.d.ts.map +1 -1
  162. package/dist/esm/agents/inputOutputs.js.map +1 -1
  163. package/dist/esm/agents/inputValidations.js +2 -2
  164. package/dist/esm/agents/inputValidations.js.map +1 -1
  165. package/dist/esm/agents/messages.js +1 -1
  166. package/dist/esm/agents/messages.js.map +1 -1
  167. package/dist/esm/agents/threads.d.ts +4 -2
  168. package/dist/esm/agents/threads.d.ts.map +1 -1
  169. package/dist/esm/agents/threads.js +23 -0
  170. package/dist/esm/agents/threads.js.map +1 -1
  171. package/dist/esm/agents/utils.d.ts +35 -4
  172. package/dist/esm/agents/utils.d.ts.map +1 -1
  173. package/dist/esm/agents/utils.js +62 -4
  174. package/dist/esm/agents/utils.js.map +1 -1
  175. package/dist/esm/constants.d.ts +1 -1
  176. package/dist/esm/constants.js +1 -1
  177. package/dist/esm/constants.js.map +1 -1
  178. package/dist/esm/customization/convertModelsToWrite.d.ts.map +1 -1
  179. package/dist/esm/customization/convertModelsToWrite.js +24 -2
  180. package/dist/esm/customization/convertModelsToWrite.js.map +1 -1
  181. package/dist/esm/customization/convertOutputModelsFromWire.d.ts +1 -0
  182. package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  183. package/dist/esm/customization/convertOutputModelsFromWire.js +36 -7
  184. package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
  185. package/dist/esm/customization/models.d.ts +158 -9
  186. package/dist/esm/customization/models.d.ts.map +1 -1
  187. package/dist/esm/customization/models.js.map +1 -1
  188. package/dist/esm/customization/outputModels.d.ts +41 -9
  189. package/dist/esm/customization/outputModels.d.ts.map +1 -1
  190. package/dist/esm/customization/outputModels.js.map +1 -1
  191. package/dist/esm/customization/parameters.d.ts +18 -0
  192. package/dist/esm/customization/parameters.d.ts.map +1 -1
  193. package/dist/esm/customization/parameters.js.map +1 -1
  194. package/dist/esm/generated/src/clientDefinitions.d.ts +6 -4
  195. package/dist/esm/generated/src/clientDefinitions.d.ts.map +1 -1
  196. package/dist/esm/generated/src/clientDefinitions.js.map +1 -1
  197. package/dist/esm/generated/src/isUnexpected.d.ts +2 -1
  198. package/dist/esm/generated/src/isUnexpected.d.ts.map +1 -1
  199. package/dist/esm/generated/src/isUnexpected.js +1 -0
  200. package/dist/esm/generated/src/isUnexpected.js.map +1 -1
  201. package/dist/esm/generated/src/models.d.ts +173 -22
  202. package/dist/esm/generated/src/models.d.ts.map +1 -1
  203. package/dist/esm/generated/src/models.js.map +1 -1
  204. package/dist/esm/generated/src/outputModels.d.ts +173 -21
  205. package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
  206. package/dist/esm/generated/src/outputModels.js.map +1 -1
  207. package/dist/esm/generated/src/paginateHelper.d.ts +1 -1
  208. package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
  209. package/dist/esm/generated/src/paginateHelper.js +1 -1
  210. package/dist/esm/generated/src/paginateHelper.js.map +1 -1
  211. package/dist/esm/generated/src/parameters.d.ts +85 -10
  212. package/dist/esm/generated/src/parameters.d.ts.map +1 -1
  213. package/dist/esm/generated/src/parameters.js.map +1 -1
  214. package/dist/esm/generated/src/projectsClient.d.ts +3 -3
  215. package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
  216. package/dist/esm/generated/src/projectsClient.js +1 -1
  217. package/dist/esm/generated/src/projectsClient.js.map +1 -1
  218. package/dist/esm/generated/src/responses.d.ts +19 -4
  219. package/dist/esm/generated/src/responses.d.ts.map +1 -1
  220. package/dist/esm/generated/src/responses.js.map +1 -1
  221. package/dist/esm/index.d.ts +1 -0
  222. package/dist/esm/index.d.ts.map +1 -1
  223. package/dist/esm/index.js.map +1 -1
  224. package/dist/react-native/agents/assistants.d.ts.map +1 -1
  225. package/dist/react-native/agents/assistants.js +3 -2
  226. package/dist/react-native/agents/assistants.js.map +1 -1
  227. package/dist/react-native/agents/customModels.d.ts +6 -1
  228. package/dist/react-native/agents/customModels.d.ts.map +1 -1
  229. package/dist/react-native/agents/customModels.js.map +1 -1
  230. package/dist/react-native/agents/index.d.ts +4 -2
  231. package/dist/react-native/agents/index.d.ts.map +1 -1
  232. package/dist/react-native/agents/index.js +2 -1
  233. package/dist/react-native/agents/index.js.map +1 -1
  234. package/dist/react-native/agents/inputOutputs.d.ts +4 -4
  235. package/dist/react-native/agents/inputOutputs.d.ts.map +1 -1
  236. package/dist/react-native/agents/inputOutputs.js.map +1 -1
  237. package/dist/react-native/agents/inputValidations.js +2 -2
  238. package/dist/react-native/agents/inputValidations.js.map +1 -1
  239. package/dist/react-native/agents/messages.js +1 -1
  240. package/dist/react-native/agents/messages.js.map +1 -1
  241. package/dist/react-native/agents/threads.d.ts +4 -2
  242. package/dist/react-native/agents/threads.d.ts.map +1 -1
  243. package/dist/react-native/agents/threads.js +23 -0
  244. package/dist/react-native/agents/threads.js.map +1 -1
  245. package/dist/react-native/agents/utils.d.ts +35 -4
  246. package/dist/react-native/agents/utils.d.ts.map +1 -1
  247. package/dist/react-native/agents/utils.js +62 -4
  248. package/dist/react-native/agents/utils.js.map +1 -1
  249. package/dist/react-native/constants.d.ts +1 -1
  250. package/dist/react-native/constants.js +1 -1
  251. package/dist/react-native/constants.js.map +1 -1
  252. package/dist/react-native/customization/convertModelsToWrite.d.ts.map +1 -1
  253. package/dist/react-native/customization/convertModelsToWrite.js +24 -2
  254. package/dist/react-native/customization/convertModelsToWrite.js.map +1 -1
  255. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +1 -0
  256. package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +1 -1
  257. package/dist/react-native/customization/convertOutputModelsFromWire.js +36 -7
  258. package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
  259. package/dist/react-native/customization/models.d.ts +158 -9
  260. package/dist/react-native/customization/models.d.ts.map +1 -1
  261. package/dist/react-native/customization/models.js.map +1 -1
  262. package/dist/react-native/customization/outputModels.d.ts +41 -9
  263. package/dist/react-native/customization/outputModels.d.ts.map +1 -1
  264. package/dist/react-native/customization/outputModels.js.map +1 -1
  265. package/dist/react-native/customization/parameters.d.ts +18 -0
  266. package/dist/react-native/customization/parameters.d.ts.map +1 -1
  267. package/dist/react-native/customization/parameters.js.map +1 -1
  268. package/dist/react-native/generated/src/clientDefinitions.d.ts +6 -4
  269. package/dist/react-native/generated/src/clientDefinitions.d.ts.map +1 -1
  270. package/dist/react-native/generated/src/clientDefinitions.js.map +1 -1
  271. package/dist/react-native/generated/src/isUnexpected.d.ts +2 -1
  272. package/dist/react-native/generated/src/isUnexpected.d.ts.map +1 -1
  273. package/dist/react-native/generated/src/isUnexpected.js +1 -0
  274. package/dist/react-native/generated/src/isUnexpected.js.map +1 -1
  275. package/dist/react-native/generated/src/models.d.ts +173 -22
  276. package/dist/react-native/generated/src/models.d.ts.map +1 -1
  277. package/dist/react-native/generated/src/models.js.map +1 -1
  278. package/dist/react-native/generated/src/outputModels.d.ts +173 -21
  279. package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
  280. package/dist/react-native/generated/src/outputModels.js.map +1 -1
  281. package/dist/react-native/generated/src/paginateHelper.d.ts +1 -1
  282. package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
  283. package/dist/react-native/generated/src/paginateHelper.js +1 -1
  284. package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
  285. package/dist/react-native/generated/src/parameters.d.ts +85 -10
  286. package/dist/react-native/generated/src/parameters.d.ts.map +1 -1
  287. package/dist/react-native/generated/src/parameters.js.map +1 -1
  288. package/dist/react-native/generated/src/projectsClient.d.ts +3 -3
  289. package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
  290. package/dist/react-native/generated/src/projectsClient.js +1 -1
  291. package/dist/react-native/generated/src/projectsClient.js.map +1 -1
  292. package/dist/react-native/generated/src/responses.d.ts +19 -4
  293. package/dist/react-native/generated/src/responses.d.ts.map +1 -1
  294. package/dist/react-native/generated/src/responses.js.map +1 -1
  295. package/dist/react-native/index.d.ts +1 -0
  296. package/dist/react-native/index.d.ts.map +1 -1
  297. package/dist/react-native/index.js.map +1 -1
  298. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport {\n AgentOutput,\n OpenAIPageableListOfAgentOutput,\n OpenAIPageableListOfVectorStoreOutput,\n AgentDeletionStatusOutput,\n AgentThreadOutput,\n ThreadDeletionStatusOutput,\n ThreadMessageOutput,\n ThreadRunOutput,\n RunStepOutput,\n FileListResponseOutput,\n OpenAIFileOutput,\n FileDeletionStatusOutput,\n VectorStoreOutput,\n VectorStoreDeletionStatusOutput,\n VectorStoreFileOutput,\n VectorStoreFileDeletionStatusOutput,\n VectorStoreFileBatchOutput,\n GetWorkspaceResponseOutput,\n ListConnectionsResponseOutput,\n GetConnectionResponseOutput,\n GetAppInsightsResponseOutput,\n EvaluationOutput,\n PagedEvaluationOutput,\n EvaluationScheduleOutput,\n PagedEvaluationScheduleOutput,\n OpenAIPageableListOfVectorStoreFileOutput,\n OpenAIPageableListOfRunStepOutput,\n OpenAIPageableListOfThreadRunOutput,\n OpenAIPageableListOfThreadMessageOutput,\n} from \"./outputModels.js\";\n\n/** The new agent instance. */\nexport interface CreateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface CreateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateAgentDefaultHeaders;\n}\n\n/** The requested list of agents. */\nexport interface ListAgents200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfAgentOutput;\n}\n\nexport interface ListAgentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAgentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAgentsDefaultHeaders;\n}\n\n/** The requested agent instance. */\nexport interface GetAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface GetAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAgentDefaultHeaders;\n}\n\n/** The updated agent instance. */\nexport interface UpdateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface UpdateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateAgentDefaultHeaders;\n}\n\n/** Status information about the requested deletion operation. */\nexport interface DeleteAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentDeletionStatusOutput;\n}\n\nexport interface DeleteAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteAgentDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface CreateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadDefaultHeaders;\n}\n\n/** Information about the requested thread. */\nexport interface GetThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface GetThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetThreadDefaultHeaders;\n}\n\n/** Information about the modified thread. */\nexport interface UpdateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface UpdateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateThreadDefaultHeaders;\n}\n\n/** Status information about the requested thread deletion operation. */\nexport interface DeleteThread200Response extends HttpResponse {\n status: \"200\";\n body: ThreadDeletionStatusOutput;\n}\n\nexport interface DeleteThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteThreadDefaultHeaders;\n}\n\n/** A representation of the new message. */\nexport interface CreateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface CreateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateMessageDefaultHeaders;\n}\n\n/** The requested list of messages. */\nexport interface ListMessages200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadMessageOutput;\n}\n\nexport interface ListMessagesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListMessagesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListMessagesDefaultHeaders;\n}\n\n/** A representation of the requested message. */\nexport interface GetMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface GetMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetMessageDefaultHeaders;\n}\n\n/** A representation of the modified message. */\nexport interface UpdateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface UpdateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateMessageDefaultHeaders;\n}\n\n/** Information about the new thread run. */\nexport interface CreateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateRunDefaultHeaders;\n}\n\n/** The requested list of thread runs. */\nexport interface ListRuns200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadRunOutput;\n}\n\nexport interface ListRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunsDefaultHeaders;\n}\n\n/** The requested information about the specified thread run. */\nexport interface GetRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface GetRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunDefaultHeaders;\n}\n\n/** Information about the modified run. */\nexport interface UpdateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface UpdateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateRunDefaultHeaders;\n}\n\n/** Updated information about the run. */\nexport interface SubmitToolOutputsToRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface SubmitToolOutputsToRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface SubmitToolOutputsToRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & SubmitToolOutputsToRunDefaultHeaders;\n}\n\n/** Updated information about the cancelled run. */\nexport interface CancelRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CancelRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelRunDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThreadAndRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateThreadAndRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadAndRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadAndRunDefaultHeaders;\n}\n\n/** Information about the requested run step. */\nexport interface GetRunStep200Response extends HttpResponse {\n status: \"200\";\n body: RunStepOutput;\n}\n\nexport interface GetRunStepDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunStepDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunStepDefaultHeaders;\n}\n\n/** The requested list of run steps. */\nexport interface ListRunSteps200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfRunStepOutput;\n}\n\nexport interface ListRunStepsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunStepsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunStepsDefaultHeaders;\n}\n\n/** The requested list of files. */\nexport interface ListFiles200Response extends HttpResponse {\n status: \"200\";\n body: FileListResponseOutput;\n}\n\nexport interface ListFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListFilesDefaultHeaders;\n}\n\n/** A representation of the uploaded file. */\nexport interface UploadFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface UploadFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UploadFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UploadFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteFile200Response extends HttpResponse {\n status: \"200\";\n body: FileDeletionStatusOutput;\n}\n\nexport interface DeleteFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface GetFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFileContent200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\nexport interface GetFileContentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileContentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileContentDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStores200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreOutput;\n}\n\nexport interface ListVectorStoresDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoresDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoresDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface CreateVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface GetVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ModifyVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface ModifyVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ModifyVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ModifyVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface CreateVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface GetVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface GetVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileBatchDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CancelVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFileBatchFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFileBatchFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetWorkspace200Response extends HttpResponse {\n status: \"200\";\n body: GetWorkspaceResponseOutput;\n}\n\nexport interface GetWorkspaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetWorkspaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetWorkspaceDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListConnections200Response extends HttpResponse {\n status: \"200\";\n body: ListConnectionsResponseOutput;\n}\n\nexport interface ListConnectionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListConnectionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnection200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnectionWithSecrets200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionWithSecretsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionWithSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionWithSecretsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetAppInsights200Response extends HttpResponse {\n status: \"200\";\n body: GetAppInsightsResponseOutput;\n}\n\nexport interface GetAppInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAppInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAppInsightsDefaultHeaders;\n}\n\nexport interface Get200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Get200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Get200Headers;\n}\n\nexport interface GetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDefaultHeaders;\n}\n\n/** Response model for create evaluation */\nexport interface Create201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationOutput;\n}\n\nexport interface List200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface List200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationOutput;\n headers: RawHttpHeaders & List200Headers;\n}\n\nexport interface ListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListDefaultHeaders;\n}\n\nexport interface Update200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Update200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Update200Headers;\n}\n\nexport interface UpdateDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateDefaultHeaders;\n}\n\nexport interface GetSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface GetSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & GetSchedule200Headers;\n}\n\nexport interface GetScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetScheduleDefaultHeaders;\n}\n\nexport interface CreateOrReplaceSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface CreateOrReplaceSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule200Headers;\n}\n\nexport interface CreateOrReplaceSchedule201Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateOrReplaceSchedule201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule201Headers;\n}\n\nexport interface CreateOrReplaceScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateOrReplaceScheduleDefaultHeaders;\n}\n\nexport interface ListSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface ListSchedule200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationScheduleOutput;\n headers: RawHttpHeaders & ListSchedule200Headers;\n}\n\nexport interface ListScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListScheduleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DisableSchedule204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DisableScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DisableScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DisableScheduleDefaultHeaders;\n}\n"]}
1
+ {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport type {\n AgentOutput,\n OpenAIPageableListOfAgentOutput,\n AgentDeletionStatusOutput,\n AgentThreadOutput,\n ThreadDeletionStatusOutput,\n OpenAIPageableListOfAgentThreadOutput,\n ThreadMessageOutput,\n OpenAIPageableListOfThreadMessageOutput,\n ThreadRunOutput,\n OpenAIPageableListOfThreadRunOutput,\n RunStepOutput,\n OpenAIPageableListOfRunStepOutput,\n FileListResponseOutput,\n OpenAIFileOutput,\n FileDeletionStatusOutput,\n OpenAIPageableListOfVectorStoreOutput,\n VectorStoreOutput,\n VectorStoreDeletionStatusOutput,\n OpenAIPageableListOfVectorStoreFileOutput,\n VectorStoreFileOutput,\n VectorStoreFileDeletionStatusOutput,\n VectorStoreFileBatchOutput,\n GetWorkspaceResponseOutput,\n ListConnectionsResponseOutput,\n GetConnectionResponseOutput,\n GetAppInsightsResponseOutput,\n EvaluationOutput,\n PagedEvaluationOutput,\n EvaluationScheduleOutput,\n PagedEvaluationScheduleOutput,\n} from \"./outputModels.js\";\n\n/** The new agent instance. */\nexport interface CreateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface CreateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateAgentDefaultHeaders;\n}\n\n/** The requested list of agents. */\nexport interface ListAgents200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfAgentOutput;\n}\n\nexport interface ListAgentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAgentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAgentsDefaultHeaders;\n}\n\n/** The requested agent instance. */\nexport interface GetAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface GetAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAgentDefaultHeaders;\n}\n\n/** The updated agent instance. */\nexport interface UpdateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface UpdateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateAgentDefaultHeaders;\n}\n\n/** Status information about the requested deletion operation. */\nexport interface DeleteAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentDeletionStatusOutput;\n}\n\nexport interface DeleteAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteAgentDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface CreateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadDefaultHeaders;\n}\n\n/** Information about the requested thread. */\nexport interface GetThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface GetThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetThreadDefaultHeaders;\n}\n\n/** Information about the modified thread. */\nexport interface UpdateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface UpdateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateThreadDefaultHeaders;\n}\n\n/** Status information about the requested thread deletion operation. */\nexport interface DeleteThread200Response extends HttpResponse {\n status: \"200\";\n body: ThreadDeletionStatusOutput;\n}\n\nexport interface DeleteThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteThreadDefaultHeaders;\n}\n\n/** The requested list of threads. */\nexport interface ListThreads200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfAgentThreadOutput;\n}\n\nexport interface ListThreadsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListThreadsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListThreadsDefaultHeaders;\n}\n\n/** A representation of the new message. */\nexport interface CreateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface CreateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateMessageDefaultHeaders;\n}\n\n/** The requested list of messages. */\nexport interface ListMessages200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadMessageOutput;\n}\n\nexport interface ListMessagesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListMessagesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListMessagesDefaultHeaders;\n}\n\n/** A representation of the requested message. */\nexport interface GetMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface GetMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetMessageDefaultHeaders;\n}\n\n/** A representation of the modified message. */\nexport interface UpdateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface UpdateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateMessageDefaultHeaders;\n}\n\n/** Information about the new thread run. */\nexport interface CreateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateRunDefaultHeaders;\n}\n\n/** The requested list of thread runs. */\nexport interface ListRuns200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadRunOutput;\n}\n\nexport interface ListRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunsDefaultHeaders;\n}\n\n/** The requested information about the specified thread run. */\nexport interface GetRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface GetRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunDefaultHeaders;\n}\n\n/** Information about the modified run. */\nexport interface UpdateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface UpdateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateRunDefaultHeaders;\n}\n\n/** Updated information about the run. */\nexport interface SubmitToolOutputsToRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface SubmitToolOutputsToRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface SubmitToolOutputsToRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & SubmitToolOutputsToRunDefaultHeaders;\n}\n\n/** Updated information about the cancelled run. */\nexport interface CancelRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CancelRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelRunDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThreadAndRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateThreadAndRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadAndRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadAndRunDefaultHeaders;\n}\n\n/** Information about the requested run step. */\nexport interface GetRunStep200Response extends HttpResponse {\n status: \"200\";\n body: RunStepOutput;\n}\n\nexport interface GetRunStepDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunStepDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunStepDefaultHeaders;\n}\n\n/** The requested list of run steps. */\nexport interface ListRunSteps200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfRunStepOutput;\n}\n\nexport interface ListRunStepsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunStepsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunStepsDefaultHeaders;\n}\n\n/** The requested list of files. */\nexport interface ListFiles200Response extends HttpResponse {\n status: \"200\";\n body: FileListResponseOutput;\n}\n\nexport interface ListFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListFilesDefaultHeaders;\n}\n\n/** A representation of the uploaded file. */\nexport interface UploadFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface UploadFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UploadFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UploadFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteFile200Response extends HttpResponse {\n status: \"200\";\n body: FileDeletionStatusOutput;\n}\n\nexport interface DeleteFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface GetFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFileContent200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\nexport interface GetFileContentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileContentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileContentDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStores200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreOutput;\n}\n\nexport interface ListVectorStoresDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoresDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoresDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface CreateVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface GetVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ModifyVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface ModifyVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ModifyVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ModifyVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface CreateVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface GetVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface GetVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileBatchDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CancelVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFileBatchFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFileBatchFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetWorkspace200Response extends HttpResponse {\n status: \"200\";\n body: GetWorkspaceResponseOutput;\n}\n\nexport interface GetWorkspaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetWorkspaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetWorkspaceDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListConnections200Response extends HttpResponse {\n status: \"200\";\n body: ListConnectionsResponseOutput;\n}\n\nexport interface ListConnectionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListConnectionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnection200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnectionWithSecrets200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionWithSecretsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionWithSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionWithSecretsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetAppInsights200Response extends HttpResponse {\n status: \"200\";\n body: GetAppInsightsResponseOutput;\n}\n\nexport interface GetAppInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAppInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAppInsightsDefaultHeaders;\n}\n\nexport interface Get200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Get200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Get200Headers;\n}\n\nexport interface GetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDefaultHeaders;\n}\n\n/** Response model for create evaluation */\nexport interface Create201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationOutput;\n}\n\nexport interface List200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface List200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationOutput;\n headers: RawHttpHeaders & List200Headers;\n}\n\nexport interface ListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListDefaultHeaders;\n}\n\nexport interface Update200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Update200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Update200Headers;\n}\n\nexport interface UpdateDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateDefaultHeaders;\n}\n\nexport interface GetSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface GetSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & GetSchedule200Headers;\n}\n\nexport interface GetScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetScheduleDefaultHeaders;\n}\n\nexport interface CreateOrReplaceSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface CreateOrReplaceSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule200Headers;\n}\n\nexport interface CreateOrReplaceSchedule201Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateOrReplaceSchedule201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule201Headers;\n}\n\nexport interface CreateOrReplaceScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateOrReplaceScheduleDefaultHeaders;\n}\n\nexport interface ListSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface ListSchedule200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationScheduleOutput;\n headers: RawHttpHeaders & ListSchedule200Headers;\n}\n\nexport interface ListScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListScheduleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DisableSchedule204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DisableScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DisableScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DisableScheduleDefaultHeaders;\n}\n"]}
@@ -5,5 +5,6 @@ export { ConnectionsOperations } from "./connections/index.js";
5
5
  export { TelemetryOperations, TelemetryOptions } from "./telemetry/index.js";
6
6
  export * from "./agents/inputOutputs.js";
7
7
  export * from "./connections/inputOutput.js";
8
+ export { AzureAISearchQueryType, CreateAzureAISearchToolOptions, BingCustomSearchToolDefinition, SearchConfigurationList, SearchConfiguration, } from "./customization/models.js";
8
9
  export { AIProjectsClient, AIProjectsClientOptions, ProjectsClientOptions };
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7E,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAE7C,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7E,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EACL,sBAAsB,EACtB,8BAA8B,EAC9B,8BAA8B,EAC9B,uBAAuB,EACvB,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,gBAAgB,EAA2B,MAAM,uBAAuB,CAAC;AAMlF,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAE7C,OAAO,EAAE,gBAAgB,EAAkD,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AIProjectsClient, AIProjectsClientOptions } from \"./aiProjectsClient.js\";\nimport { ProjectsClientOptions } from \"./generated/src/projectsClient.js\";\nexport { AgentsOperations } from \"./agents/index.js\";\nexport { ConnectionsOperations } from \"./connections/index.js\";\nexport { TelemetryOperations, TelemetryOptions } from \"./telemetry/index.js\";\n\nexport * from \"./agents/inputOutputs.js\";\nexport * from \"./connections/inputOutput.js\";\n\nexport { AIProjectsClient, AIProjectsClientOptions, ProjectsClientOptions };\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,gBAAgB,EAA2B,MAAM,uBAAuB,CAAC;AAMlF,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAS7C,OAAO,EAAE,gBAAgB,EAAkD,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AIProjectsClient, AIProjectsClientOptions } from \"./aiProjectsClient.js\";\nimport { ProjectsClientOptions } from \"./generated/src/projectsClient.js\";\nexport { AgentsOperations } from \"./agents/index.js\";\nexport { ConnectionsOperations } from \"./connections/index.js\";\nexport { TelemetryOperations, TelemetryOptions } from \"./telemetry/index.js\";\n\nexport * from \"./agents/inputOutputs.js\";\nexport * from \"./connections/inputOutput.js\";\nexport {\n AzureAISearchQueryType,\n CreateAzureAISearchToolOptions,\n BingCustomSearchToolDefinition,\n SearchConfigurationList,\n SearchConfiguration,\n} from \"./customization/models.js\";\n\nexport { AIProjectsClient, AIProjectsClientOptions, ProjectsClientOptions };\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/ai-projects",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "A generated SDK for ProjectsClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -75,7 +75,7 @@
75
75
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
76
76
  "@azure/identity": "^4.3.0",
77
77
  "@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
78
- "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.29",
78
+ "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
79
79
  "@azure-tools/test-credential": "^2.0.0",
80
80
  "@azure-tools/test-recorder": "^4.1.0",
81
81
  "@azure-tools/test-utils-vitest": "^1.0.0",
@@ -98,7 +98,7 @@
98
98
  "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
99
99
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
100
100
  "clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
101
- "copy:yaml": "cp tsp-location.yaml ./src/generated/tsp-location.yaml",
101
+ "copy:yaml": "copy tsp-location.yaml .\\src\\generated\\tsp-location.yaml",
102
102
  "execute:samples": "dev-tool samples run samples-dev",
103
103
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
104
104
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
@@ -109,7 +109,7 @@
109
109
  "lint": "eslint package.json api-extractor.json src test",
110
110
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
111
111
  "pack": "npm pack 2>&1",
112
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
112
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
113
113
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
114
114
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
115
115
  "tsp:update": "tsp-client update -o ./src/generated",