@promptbook/core 0.48.0-0 → 0.48.0
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 +5 -2
- package/esm/index.es.js +408 -387
- package/esm/index.es.js.map +1 -1
- package/esm/typings/_packages/utils.index.d.ts +2 -1
- package/esm/typings/conversion/promptbookJsonToString.d.ts +3 -3
- package/esm/typings/conversion/utils/titleToName.d.ts +4 -0
- package/esm/typings/conversion/utils/titleToName.test.d.ts +1 -0
- package/package.json +2 -2
- package/umd/index.umd.js +408 -387
- package/umd/index.umd.js.map +1 -1
- package/umd/typings/_packages/utils.index.d.ts +2 -1
- package/umd/typings/conversion/promptbookJsonToString.d.ts +3 -3
- package/umd/typings/conversion/utils/titleToName.d.ts +4 -0
- package/umd/typings/conversion/utils/titleToName.test.d.ts +1 -0
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@ Library to supercharge your use of large language models
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
[ Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
|
|
9
10
|
[ Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
|
|
10
11
|
[](https://snyk.io/test/github/webgptorg/promptbook)
|
|
11
12
|
[](https://github.com/webgptorg/promptbook/issues)
|
|
12
13
|
[](https://socket.dev/npm/package/promptbook)
|
|
13
14
|
|
|
14
|
-
|
|
15
15
|
[](https://socket.dev/npm/package/@promptbook/core)
|
|
16
16
|
|
|
17
17
|
|
|
@@ -654,7 +654,10 @@ GPTs are chat assistants that can be assigned to specific tasks and materials. B
|
|
|
654
654
|
|
|
655
655
|
|
|
656
656
|
|
|
657
|
-
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
658
661
|
|
|
659
662
|
|
|
660
663
|
|