@ai-sdk/google
Advanced tools
Comparing version 1.0.0-canary.4 to 1.0.0-canary.5
# @ai-sdk/google | ||
## 1.0.0-canary.5 | ||
### Patch Changes | ||
- 0509c34: fix (provider/google): add name/content details to tool responses | ||
## 1.0.0-canary.4 | ||
@@ -4,0 +10,0 @@ |
@@ -211,3 +211,6 @@ "use strict"; | ||
name: part.toolName, | ||
response: part.result | ||
response: { | ||
name: part.toolName, | ||
content: part.result | ||
} | ||
} | ||
@@ -214,0 +217,0 @@ })) |
{ | ||
"name": "@ai-sdk/google", | ||
"version": "1.0.0-canary.4", | ||
"version": "1.0.0-canary.5", | ||
"license": "Apache-2.0", | ||
@@ -54,4 +54,4 @@ "sideEffects": false, | ||
"build": "tsup", | ||
"build:watch": "tsup --watch", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup --watch", | ||
"lint": "eslint \"./**/*.ts*\"", | ||
@@ -58,0 +58,0 @@ "type-check": "tsc --noEmit", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160264
10
1583