@promptbook/cli 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 +445 -358
- 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 +4 -4
- package/umd/index.umd.js +445 -358
- 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/cli)
|
|
16
16
|
|
|
17
17
|
|
|
@@ -659,7 +659,10 @@ GPTs are chat assistants that can be assigned to specific tasks and materials. B
|
|
|
659
659
|
|
|
660
660
|
|
|
661
661
|
|
|
662
|
-
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
663
666
|
|
|
664
667
|
|
|
665
668
|
|