@azure/ai-projects 2.0.0-alpha.20260113.1 → 2.0.0-alpha.20260115.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -255,7 +255,7 @@ const agent = await project.agents.createVersion("StreamingFileSearchAgent", {
255
255
  console.log(`Agent created (id: ${agent.id}, name: ${agent.name}, version: ${agent.version})`);
256
256
  ```
257
257
 
258
- See the full sample code in [agentFileSearch.ts](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-projects/samples-dev/agents/agentFileSearch.ts).
258
+ See the full sample code in [agentFileSearchStream.ts](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-projects/samples-dev/agents/tools/agentFileSearchStream.ts).
259
259
 
260
260
  **Image Generation**
261
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/ai-projects",
3
- "version": "2.0.0-alpha.20260113.1",
3
+ "version": "2.0.0-alpha.20260115.1",
4
4
  "description": "Azure AI Projects client library.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -70,8 +70,8 @@
70
70
  "@azure/core-tracing": ">=1.3.2-alpha <1.3.2-alphb",
71
71
  "@azure/core-util": ">=1.13.2-alpha <1.13.2-alphb",
72
72
  "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
73
- "@azure/storage-blob": "^12.26.0",
74
- "openai": "^6.1.0",
73
+ "@azure/storage-blob": ">=12.30.0-alpha <12.30.0-alphb",
74
+ "openai": "^6.16.0",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
77
  "devDependencies": {
@@ -98,10 +98,10 @@
98
98
  "typescript": "~5.9.3",
99
99
  "vitest": "^4.0.8",
100
100
  "@azure-tools/test-credential": "^2.1.2",
101
- "@azure-tools/test-utils-vitest": "^2.0.1",
102
101
  "@azure-tools/test-recorder": "^4.1.1",
103
- "@azure/dev-tool": "^1.0.0",
104
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
102
+ "@azure-tools/test-utils-vitest": "^2.0.1",
103
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
104
+ "@azure/dev-tool": "^1.0.0"
105
105
  },
106
106
  "exports": {
107
107
  "./package.json": "./package.json",