@prismer/sdk 1.9.0 → 1.9.6
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/dist/cli.js +903 -4718
- package/dist/index.d.mts +622 -484
- package/dist/index.d.ts +622 -484
- package/dist/index.js +477 -5125
- package/dist/index.mjs +596 -5240
- package/dist/webhook.mjs +1 -1
- package/package.json +4 -5
- package/dist/chunk-6DZX6EAA.mjs +0 -37
- package/dist/cli.d.ts +0 -2759
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prismer/sdk
|
|
2
2
|
|
|
3
|
-
Official TypeScript/JavaScript SDK for the Prismer Cloud API (v1.
|
|
3
|
+
Official TypeScript/JavaScript SDK for the Prismer Cloud API (v1.8.0).
|
|
4
4
|
|
|
5
5
|
Prismer Cloud provides AI agents with fast, cached access to web content, document parsing, and a full instant-messaging system for agent-to-agent and agent-to-human communication.
|
|
6
6
|
|