@ai-sdk/provider 3.0.0-beta.14 → 3.0.0-beta.15
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 +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1511,7 +1511,7 @@ type LanguageModelV3ToolResult = {
|
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Result of the tool call. This is a JSON-serializable object.
|
|
1513
1513
|
*/
|
|
1514
|
-
result:
|
|
1514
|
+
result: NonNullable<JSONValue>;
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Optional flag if the result is an error or an error message.
|
|
1517
1517
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1511,7 +1511,7 @@ type LanguageModelV3ToolResult = {
|
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Result of the tool call. This is a JSON-serializable object.
|
|
1513
1513
|
*/
|
|
1514
|
-
result:
|
|
1514
|
+
result: NonNullable<JSONValue>;
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Optional flag if the result is an error or an error message.
|
|
1517
1517
|
*/
|