@picahq/toolkit 1.0.1 → 1.0.2
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ Here are some powerful examples use cases:
|
|
|
102
102
|
|
|
103
103
|
## Documentation
|
|
104
104
|
|
|
105
|
-
For more detailed documentation, please visit our [documentation site](https://docs.picaos.com/toolkit).
|
|
105
|
+
For more detailed documentation, please visit our [documentation site](https://docs.picaos.com/toolkit/vercel-ai-sdk).
|
|
106
106
|
|
|
107
107
|
## License
|
|
108
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@picahq/toolkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Pica tools for the Vercel AI SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"tool",
|
|
39
39
|
"integration"
|
|
40
40
|
],
|
|
41
|
-
"homepage": "https://docs.picaos.com/toolkit",
|
|
41
|
+
"homepage": "https://docs.picaos.com/toolkit/vercel-ai-sdk",
|
|
42
42
|
"bugs": {
|
|
43
43
|
"url": "https://github.com/picahq/toolkit/issues"
|
|
44
44
|
},
|