@ai-sdk/provider 4.0.0-beta.8 → 4.0.0-beta.9
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/src/skills/v4/skills-v4.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -5271,7 +5271,7 @@ interface SkillsV4 {
|
|
|
5271
5271
|
/**
|
|
5272
5272
|
* Uploads a new skill from the given files.
|
|
5273
5273
|
*/
|
|
5274
|
-
|
|
5274
|
+
uploadSkill(params: SkillsV4UploadParams): PromiseLike<SkillsV4UploadResult>;
|
|
5275
5275
|
}
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -5271,7 +5271,7 @@ interface SkillsV4 {
|
|
|
5271
5271
|
/**
|
|
5272
5272
|
* Uploads a new skill from the given files.
|
|
5273
5273
|
*/
|
|
5274
|
-
|
|
5274
|
+
uploadSkill(params: SkillsV4UploadParams): PromiseLike<SkillsV4UploadResult>;
|
|
5275
5275
|
}
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
package/package.json
CHANGED