@promptbook/core 0.51.0 → 0.52.0-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 CHANGED
@@ -334,6 +334,8 @@ Or you can install them separately:
334
334
  - _(Not finished)_ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizard for creating+running promptbooks in single line
335
335
  - **[@promptbook/execute-javascript](https://www.npmjs.com/package/@promptbook/execute-javascript)** - Execution tools for javascript inside promptbooks
336
336
  - **[@promptbook/openai](https://www.npmjs.com/package/@promptbook/openai)** - Execution tools for OpenAI API, wrapper around OpenAI SDK
337
+ - **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
338
+ - **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API
337
339
  - **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK
338
340
  - **[@promptbook/mock](https://www.npmjs.com/package/@promptbook/mock)** - Mocked execution tools for testing the library and saving the tokens
339
341
  - **[@promptbook/remote-client](https://www.npmjs.com/package/@promptbook/remote-client)** - Remote client for remote execution of promptbooks
@@ -341,6 +343,8 @@ Or you can install them separately:
341
343
  - **[@promptbook/types](https://www.npmjs.com/package/@promptbook/types)** - Just typescript types used in the library
342
344
  - **[@promptbook/cli](https://www.npmjs.com/package/@promptbook/cli)** - Command line interface utilities for promptbooks
343
345
 
346
+
347
+
344
348
  ## 📚 Dictionary
345
349
 
346
350
  The following glossary is used to clarify certain basic concepts:
@@ -483,8 +487,8 @@ Internally it calls OpenAI, Azure, GPU, proxy, cache, logging,...
483
487
  `LlmExecutionTools` an abstract interface that is implemented by concrete execution tools:
484
488
 
485
489
  - `OpenAiExecutionTools`
486
- - _(Not implemented yet)_ `AnthropicClaudeExecutionTools`
487
- - _(Not implemented yet)_ `AzureOpenAiExecutionTools`
490
+ - _(Not implemented yet !!!!! )_ `AnthropicClaudeExecutionTools`
491
+ - _(Not implemented yet !!!!! )_ `AzureOpenAiExecutionTools`
488
492
  - _(Not implemented yet)_ `BardExecutionTools`
489
493
  - _(Not implemented yet)_ `LamaExecutionTools`
490
494
  - _(Not implemented yet)_ `GpuExecutionTools`
package/esm/index.es.js CHANGED
@@ -447,7 +447,7 @@ function union() {
447
447
  /**
448
448
  * The version of the Promptbook library
449
449
  */
450
- var PROMPTBOOK_VERSION = '0.50.0-19';
450
+ var PROMPTBOOK_VERSION = '0.51.0';
451
451
 
452
452
  /**
453
453
  * Parses the template and returns the list of all parameter names
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/core",
3
- "version": "0.51.0",
3
+ "version": "0.52.0-0",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -453,7 +453,7 @@
453
453
  /**
454
454
  * The version of the Promptbook library
455
455
  */
456
- var PROMPTBOOK_VERSION = '0.50.0-19';
456
+ var PROMPTBOOK_VERSION = '0.51.0';
457
457
 
458
458
  /**
459
459
  * Parses the template and returns the list of all parameter names