@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 +6 -2
- package/esm/index.es.js +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
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
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED