@ai-sdk/angular 2.0.0-beta.93 → 2.0.0-beta.94

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ai-sdk/angular
2
2
 
3
+ ## 2.0.0-beta.94
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab1087b]
8
+ - ai@6.0.0-beta.94
9
+
3
10
  ## 2.0.0-beta.93
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -163,7 +163,7 @@ await chat.regenerate(options?: {
163
163
  });
164
164
 
165
165
  // Add tool execution result
166
- chat.addToolResult({
166
+ chat.addToolOutput({
167
167
  toolCallId: string;
168
168
  output: string;
169
169
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/angular",
3
- "version": "2.0.0-beta.93",
3
+ "version": "2.0.0-beta.94",
4
4
  "description": "Angular implementation of ai-sdk.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.cjs",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@ai-sdk/provider-utils": "4.0.0-beta.31",
23
- "ai": "6.0.0-beta.93"
23
+ "ai": "6.0.0-beta.94"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "20.17.24",