@promptbook/templates 0.98.0-9 → 0.98.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 +0 -4
- package/esm/index.es.js +10 -10
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +61 -40
- package/umd/index.umd.js +10 -10
- package/umd/index.umd.js.map +1 -1
|
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
|
|
|
15
15
|
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
|
|
16
16
|
/**
|
|
17
17
|
* Represents the version string of the Promptbook engine.
|
|
18
|
-
* It follows semantic versioning (e.g., `0.98.0-
|
|
18
|
+
* It follows semantic versioning (e.g., `0.98.0-10`).
|
|
19
19
|
*
|
|
20
20
|
* @generated
|
|
21
21
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/templates",
|
|
3
|
-
"version": "0.98.0
|
|
3
|
+
"version": "0.98.0",
|
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -15,51 +15,72 @@
|
|
|
15
15
|
],
|
|
16
16
|
"keywords": [
|
|
17
17
|
"ai",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
18
|
+
"ai-agents",
|
|
19
|
+
"ai-application-framework",
|
|
20
|
+
"ai-assistant",
|
|
21
|
+
"ai-automation",
|
|
22
|
+
"ai-development",
|
|
23
|
+
"ai-framework",
|
|
24
|
+
"ai-ops",
|
|
25
|
+
"ai-orchestration",
|
|
26
|
+
"ai-pipeline",
|
|
27
|
+
"ai-platform",
|
|
28
|
+
"ai-scripting",
|
|
29
|
+
"ai-sdk",
|
|
30
|
+
"ai-workflow",
|
|
31
|
+
"api-integration",
|
|
32
|
+
"automation-framework",
|
|
33
|
+
"boilerplate",
|
|
34
|
+
"book-language",
|
|
35
|
+
"browser",
|
|
36
|
+
"chatbot",
|
|
37
|
+
"content-generation",
|
|
38
|
+
"conversational-ai",
|
|
39
|
+
"cross-platform",
|
|
40
|
+
"cross-provider",
|
|
41
|
+
"developer-tools",
|
|
42
|
+
"embeddings",
|
|
43
|
+
"examples",
|
|
44
|
+
"function-calling",
|
|
45
|
+
"generative-ai",
|
|
46
|
+
"human-readable",
|
|
47
|
+
"javascript",
|
|
48
|
+
"knowledge-base",
|
|
21
49
|
"language-model",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
50
|
+
"large-language-models",
|
|
51
|
+
"llm",
|
|
52
|
+
"llmops",
|
|
24
53
|
"machine-learning",
|
|
54
|
+
"markdown-dsl",
|
|
55
|
+
"mlops",
|
|
56
|
+
"model-agnostic",
|
|
57
|
+
"multi-model",
|
|
58
|
+
"multimodal",
|
|
59
|
+
"natural-language",
|
|
25
60
|
"natural-language-processing",
|
|
26
61
|
"nlp",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"gpt-4o",
|
|
34
|
-
"gpt-4o-mini",
|
|
35
|
-
"o1",
|
|
36
|
-
"o1-mini",
|
|
37
|
-
"o1-preview",
|
|
38
|
-
"anthropic",
|
|
39
|
-
"claude",
|
|
40
|
-
"claude-3",
|
|
41
|
-
"claude-3-opus",
|
|
42
|
-
"claude-3-sonnet",
|
|
43
|
-
"claude-3-haiku",
|
|
44
|
-
"gemini",
|
|
45
|
-
"gemini-pro",
|
|
46
|
-
"gemini-flash",
|
|
47
|
-
"mixtral",
|
|
48
|
-
"mistral",
|
|
49
|
-
"ollama",
|
|
50
|
-
"ai-orchestration",
|
|
62
|
+
"nodejs",
|
|
63
|
+
"orchestration",
|
|
64
|
+
"pipeline",
|
|
65
|
+
"plain-english",
|
|
66
|
+
"prompt",
|
|
67
|
+
"prompt-chaining",
|
|
51
68
|
"prompt-engineering",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"reasoning",
|
|
69
|
+
"prompt-management",
|
|
70
|
+
"prompt-template",
|
|
55
71
|
"rag",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
72
|
+
"reasoning",
|
|
73
|
+
"starter",
|
|
74
|
+
"task-automation",
|
|
75
|
+
"template",
|
|
76
|
+
"templates",
|
|
60
77
|
"text-generation",
|
|
61
|
-
"
|
|
62
|
-
"
|
|
78
|
+
"text-processing",
|
|
79
|
+
"typescript",
|
|
80
|
+
"unified-interface",
|
|
81
|
+
"vendor-agnostic",
|
|
82
|
+
"workflow",
|
|
83
|
+
"workflow-engine"
|
|
63
84
|
],
|
|
64
85
|
"license": "BUSL-1.1",
|
|
65
86
|
"bugs": {
|
|
@@ -74,7 +95,7 @@
|
|
|
74
95
|
"module": "./esm/index.es.js",
|
|
75
96
|
"typings": "./esm/typings/src/_packages/templates.index.d.ts",
|
|
76
97
|
"peerDependencies": {
|
|
77
|
-
"@promptbook/core": "0.98.0
|
|
98
|
+
"@promptbook/core": "0.98.0"
|
|
78
99
|
},
|
|
79
100
|
"dependencies": {
|
|
80
101
|
"prettier": "2.8.1",
|
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.98.0
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.98.0';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"preparations": [
|
|
1579
1579
|
{
|
|
1580
1580
|
"id": 1,
|
|
1581
|
-
"promptbookVersion": "0.98.0-
|
|
1581
|
+
"promptbookVersion": "0.98.0-10",
|
|
1582
1582
|
"usage": {
|
|
1583
1583
|
"price": {
|
|
1584
1584
|
"value": 0.027675
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
"preparations": [
|
|
2115
2115
|
{
|
|
2116
2116
|
"id": 1,
|
|
2117
|
-
"promptbookVersion": "0.98.0-
|
|
2117
|
+
"promptbookVersion": "0.98.0-10",
|
|
2118
2118
|
"usage": {
|
|
2119
2119
|
"price": {
|
|
2120
2120
|
"value": 0.027675
|
|
@@ -2791,7 +2791,7 @@
|
|
|
2791
2791
|
"preparations": [
|
|
2792
2792
|
{
|
|
2793
2793
|
"id": 1,
|
|
2794
|
-
"promptbookVersion": "0.98.0-
|
|
2794
|
+
"promptbookVersion": "0.98.0-10",
|
|
2795
2795
|
"usage": {
|
|
2796
2796
|
"price": {
|
|
2797
2797
|
"value": 0.026485
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"preparations": [
|
|
2934
2934
|
{
|
|
2935
2935
|
"id": 1,
|
|
2936
|
-
"promptbookVersion": "0.98.0-
|
|
2936
|
+
"promptbookVersion": "0.98.0-10",
|
|
2937
2937
|
"usage": {
|
|
2938
2938
|
"price": {
|
|
2939
2939
|
"value": 0.026710000000000005
|
|
@@ -3029,7 +3029,7 @@
|
|
|
3029
3029
|
"preparations": [
|
|
3030
3030
|
{
|
|
3031
3031
|
"id": 1,
|
|
3032
|
-
"promptbookVersion": "0.98.0-
|
|
3032
|
+
"promptbookVersion": "0.98.0-10",
|
|
3033
3033
|
"usage": {
|
|
3034
3034
|
"price": {
|
|
3035
3035
|
"value": 0
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
"preparations": [
|
|
3167
3167
|
{
|
|
3168
3168
|
"id": 1,
|
|
3169
|
-
"promptbookVersion": "0.98.0-
|
|
3169
|
+
"promptbookVersion": "0.98.0-10",
|
|
3170
3170
|
"usage": {
|
|
3171
3171
|
"price": {
|
|
3172
3172
|
"value": 0.026382500000000003
|
|
@@ -3310,7 +3310,7 @@
|
|
|
3310
3310
|
"preparations": [
|
|
3311
3311
|
{
|
|
3312
3312
|
"id": 1,
|
|
3313
|
-
"promptbookVersion": "0.98.0-
|
|
3313
|
+
"promptbookVersion": "0.98.0-10",
|
|
3314
3314
|
"usage": {
|
|
3315
3315
|
"price": {
|
|
3316
3316
|
"value": 0.0253325
|
|
@@ -3637,7 +3637,7 @@
|
|
|
3637
3637
|
"preparations": [
|
|
3638
3638
|
{
|
|
3639
3639
|
"id": 1,
|
|
3640
|
-
"promptbookVersion": "0.98.0-
|
|
3640
|
+
"promptbookVersion": "0.98.0-10",
|
|
3641
3641
|
"usage": {
|
|
3642
3642
|
"price": {
|
|
3643
3643
|
"value": 0.026247500000000003
|
|
@@ -3784,7 +3784,7 @@
|
|
|
3784
3784
|
"preparations": [
|
|
3785
3785
|
{
|
|
3786
3786
|
"id": 1,
|
|
3787
|
-
"promptbookVersion": "0.98.0-
|
|
3787
|
+
"promptbookVersion": "0.98.0-10",
|
|
3788
3788
|
"usage": {
|
|
3789
3789
|
"price": {
|
|
3790
3790
|
"value": 0.026670000000000003
|