@ai-sdk/provider 3.0.0-beta.20 → 3.0.0-beta.21
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
|
@@ -1246,7 +1246,7 @@ type LanguageModelV3ProviderDefinedTool = {
|
|
|
1246
1246
|
*/
|
|
1247
1247
|
id: `${string}.${string}`;
|
|
1248
1248
|
/**
|
|
1249
|
-
* The name of the tool
|
|
1249
|
+
* The name of the tool. Unique within this model call.
|
|
1250
1250
|
*/
|
|
1251
1251
|
name: string;
|
|
1252
1252
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1246,7 +1246,7 @@ type LanguageModelV3ProviderDefinedTool = {
|
|
|
1246
1246
|
*/
|
|
1247
1247
|
id: `${string}.${string}`;
|
|
1248
1248
|
/**
|
|
1249
|
-
* The name of the tool
|
|
1249
|
+
* The name of the tool. Unique within this model call.
|
|
1250
1250
|
*/
|
|
1251
1251
|
name: string;
|
|
1252
1252
|
/**
|