@promptbook/templates 0.92.0-33 → 0.92.0-34

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/esm/index.es.js CHANGED
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
16
16
  * @generated
17
17
  * @see https://github.com/webgptorg/promptbook
18
18
  */
19
- const PROMPTBOOK_ENGINE_VERSION = '0.92.0-33';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-34';
20
20
  /**
21
21
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
22
22
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1571,7 +1571,7 @@ function getTemplatesPipelineCollection() {
1571
1571
  "preparations": [
1572
1572
  {
1573
1573
  "id": 1,
1574
- "promptbookVersion": "0.92.0-32",
1574
+ "promptbookVersion": "0.92.0-33",
1575
1575
  "usage": {
1576
1576
  "price": {
1577
1577
  "value": 0.017265000000000003
@@ -2067,7 +2067,7 @@ function getTemplatesPipelineCollection() {
2067
2067
  "preparations": [
2068
2068
  {
2069
2069
  "id": 1,
2070
- "promptbookVersion": "0.92.0-32",
2070
+ "promptbookVersion": "0.92.0-33",
2071
2071
  "usage": {
2072
2072
  "price": {
2073
2073
  "value": 0.017265000000000003
@@ -2690,7 +2690,7 @@ function getTemplatesPipelineCollection() {
2690
2690
  "preparations": [
2691
2691
  {
2692
2692
  "id": 1,
2693
- "promptbookVersion": "0.92.0-32",
2693
+ "promptbookVersion": "0.92.0-33",
2694
2694
  "usage": {
2695
2695
  "price": {
2696
2696
  "value": 0.016422
@@ -2838,7 +2838,7 @@ function getTemplatesPipelineCollection() {
2838
2838
  "preparations": [
2839
2839
  {
2840
2840
  "id": 1,
2841
- "promptbookVersion": "0.92.0-32",
2841
+ "promptbookVersion": "0.92.0-33",
2842
2842
  "usage": {
2843
2843
  "price": {
2844
2844
  "value": 0.016332
@@ -2934,7 +2934,7 @@ function getTemplatesPipelineCollection() {
2934
2934
  "preparations": [
2935
2935
  {
2936
2936
  "id": 1,
2937
- "promptbookVersion": "0.92.0-32",
2937
+ "promptbookVersion": "0.92.0-33",
2938
2938
  "usage": {
2939
2939
  "price": {
2940
2940
  "value": 0
@@ -3077,7 +3077,7 @@ function getTemplatesPipelineCollection() {
3077
3077
  "preparations": [
3078
3078
  {
3079
3079
  "id": 1,
3080
- "promptbookVersion": "0.92.0-32",
3080
+ "promptbookVersion": "0.92.0-33",
3081
3081
  "usage": {
3082
3082
  "price": {
3083
3083
  "value": 0.016719
@@ -3233,7 +3233,7 @@ function getTemplatesPipelineCollection() {
3233
3233
  "preparations": [
3234
3234
  {
3235
3235
  "id": 1,
3236
- "promptbookVersion": "0.92.0-32",
3236
+ "promptbookVersion": "0.92.0-33",
3237
3237
  "usage": {
3238
3238
  "price": {
3239
3239
  "value": 0.016899
@@ -3566,7 +3566,7 @@ function getTemplatesPipelineCollection() {
3566
3566
  "preparations": [
3567
3567
  {
3568
3568
  "id": 1,
3569
- "promptbookVersion": "0.92.0-32",
3569
+ "promptbookVersion": "0.92.0-33",
3570
3570
  "usage": {
3571
3571
  "price": {
3572
3572
  "value": 0.017847000000000002
@@ -3713,7 +3713,7 @@ function getTemplatesPipelineCollection() {
3713
3713
  "preparations": [
3714
3714
  {
3715
3715
  "id": 1,
3716
- "promptbookVersion": "0.92.0-32",
3716
+ "promptbookVersion": "0.92.0-33",
3717
3717
  "usage": {
3718
3718
  "price": {
3719
3719
  "value": 0.016389
@@ -102,12 +102,12 @@ import { createLlmToolsFromConfiguration } from '../llm-providers/_common/regist
102
102
  import { cacheLlmTools } from '../llm-providers/_common/utils/cache/cacheLlmTools';
103
103
  import { countUsage } from '../llm-providers/_common/utils/count-total-usage/countUsage';
104
104
  import { limitTotalUsage } from '../llm-providers/_common/utils/count-total-usage/limitTotalUsage';
105
+ import { joinLlmExecutionTools } from '../llm-providers/_multiple/joinLlmExecutionTools';
106
+ import { MultipleLlmExecutionTools } from '../llm-providers/_multiple/MultipleLlmExecutionTools';
105
107
  import { _AnthropicClaudeMetadataRegistration } from '../llm-providers/anthropic-claude/register-configuration';
106
108
  import { _AzureOpenAiMetadataRegistration } from '../llm-providers/azure-openai/register-configuration';
107
109
  import { _DeepseekMetadataRegistration } from '../llm-providers/deepseek/register-configuration';
108
110
  import { _GoogleMetadataRegistration } from '../llm-providers/google/register-configuration';
109
- import { joinLlmExecutionTools } from '../llm-providers/multiple/joinLlmExecutionTools';
110
- import { MultipleLlmExecutionTools } from '../llm-providers/multiple/MultipleLlmExecutionTools';
111
111
  import { _OpenAiMetadataRegistration } from '../llm-providers/openai/register-configuration';
112
112
  import { _OpenAiAssistantMetadataRegistration } from '../llm-providers/openai/register-configuration';
113
113
  import { migratePipeline } from '../migrations/migratePipeline';
@@ -249,12 +249,12 @@ export { createLlmToolsFromConfiguration };
249
249
  export { cacheLlmTools };
250
250
  export { countUsage };
251
251
  export { limitTotalUsage };
252
+ export { joinLlmExecutionTools };
253
+ export { MultipleLlmExecutionTools };
252
254
  export { _AnthropicClaudeMetadataRegistration };
253
255
  export { _AzureOpenAiMetadataRegistration };
254
256
  export { _DeepseekMetadataRegistration };
255
257
  export { _GoogleMetadataRegistration };
256
- export { joinLlmExecutionTools };
257
- export { MultipleLlmExecutionTools };
258
258
  export { _OpenAiMetadataRegistration };
259
259
  export { _OpenAiAssistantMetadataRegistration };
260
260
  export { migratePipeline };
@@ -1,4 +1,4 @@
1
- import { MultipleLlmExecutionTools } from '../../multiple/MultipleLlmExecutionTools';
1
+ import { MultipleLlmExecutionTools } from '../../_multiple/MultipleLlmExecutionTools';
2
2
  import type { CreateLlmToolsFromConfigurationOptions } from './createLlmToolsFromConfiguration';
3
3
  /**
4
4
  * Automatically configures LLM tools from environment variables in Node.js
@@ -1,5 +1,5 @@
1
1
  import type { string_user_id } from '../../../types/typeAliases';
2
- import { MultipleLlmExecutionTools } from '../../multiple/MultipleLlmExecutionTools';
2
+ import { MultipleLlmExecutionTools } from '../../_multiple/MultipleLlmExecutionTools';
3
3
  import type { LlmToolsConfiguration } from './LlmToolsConfiguration';
4
4
  /**
5
5
  * Options for `$provideLlmToolsFromEnv`
@@ -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.92.0-32`).
18
+ * It follows semantic versioning (e.g., `0.92.0-33`).
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.92.0-33",
3
+ "version": "0.92.0-34",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -51,7 +51,7 @@
51
51
  "module": "./esm/index.es.js",
52
52
  "typings": "./esm/typings/src/_packages/templates.index.d.ts",
53
53
  "peerDependencies": {
54
- "@promptbook/core": "0.92.0-33"
54
+ "@promptbook/core": "0.92.0-34"
55
55
  },
56
56
  "dependencies": {
57
57
  "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.92.0-33';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-34';
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.92.0-32",
1581
+ "promptbookVersion": "0.92.0-33",
1582
1582
  "usage": {
1583
1583
  "price": {
1584
1584
  "value": 0.017265000000000003
@@ -2074,7 +2074,7 @@
2074
2074
  "preparations": [
2075
2075
  {
2076
2076
  "id": 1,
2077
- "promptbookVersion": "0.92.0-32",
2077
+ "promptbookVersion": "0.92.0-33",
2078
2078
  "usage": {
2079
2079
  "price": {
2080
2080
  "value": 0.017265000000000003
@@ -2697,7 +2697,7 @@
2697
2697
  "preparations": [
2698
2698
  {
2699
2699
  "id": 1,
2700
- "promptbookVersion": "0.92.0-32",
2700
+ "promptbookVersion": "0.92.0-33",
2701
2701
  "usage": {
2702
2702
  "price": {
2703
2703
  "value": 0.016422
@@ -2845,7 +2845,7 @@
2845
2845
  "preparations": [
2846
2846
  {
2847
2847
  "id": 1,
2848
- "promptbookVersion": "0.92.0-32",
2848
+ "promptbookVersion": "0.92.0-33",
2849
2849
  "usage": {
2850
2850
  "price": {
2851
2851
  "value": 0.016332
@@ -2941,7 +2941,7 @@
2941
2941
  "preparations": [
2942
2942
  {
2943
2943
  "id": 1,
2944
- "promptbookVersion": "0.92.0-32",
2944
+ "promptbookVersion": "0.92.0-33",
2945
2945
  "usage": {
2946
2946
  "price": {
2947
2947
  "value": 0
@@ -3084,7 +3084,7 @@
3084
3084
  "preparations": [
3085
3085
  {
3086
3086
  "id": 1,
3087
- "promptbookVersion": "0.92.0-32",
3087
+ "promptbookVersion": "0.92.0-33",
3088
3088
  "usage": {
3089
3089
  "price": {
3090
3090
  "value": 0.016719
@@ -3240,7 +3240,7 @@
3240
3240
  "preparations": [
3241
3241
  {
3242
3242
  "id": 1,
3243
- "promptbookVersion": "0.92.0-32",
3243
+ "promptbookVersion": "0.92.0-33",
3244
3244
  "usage": {
3245
3245
  "price": {
3246
3246
  "value": 0.016899
@@ -3573,7 +3573,7 @@
3573
3573
  "preparations": [
3574
3574
  {
3575
3575
  "id": 1,
3576
- "promptbookVersion": "0.92.0-32",
3576
+ "promptbookVersion": "0.92.0-33",
3577
3577
  "usage": {
3578
3578
  "price": {
3579
3579
  "value": 0.017847000000000002
@@ -3720,7 +3720,7 @@
3720
3720
  "preparations": [
3721
3721
  {
3722
3722
  "id": 1,
3723
- "promptbookVersion": "0.92.0-32",
3723
+ "promptbookVersion": "0.92.0-33",
3724
3724
  "usage": {
3725
3725
  "price": {
3726
3726
  "value": 0.016389