@promptbook/utils
Advanced tools
Comparing version 0.81.0-17 to 0.81.0-18
@@ -96,2 +96,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { preparePersona } from '../personas/preparePersona'; | ||
import { book } from '../pipeline/book-notation'; | ||
import { isValidPipelineString } from '../pipeline/isValidPipelineString'; | ||
import { GENERIC_PIPELINE_INTERFACE } from '../pipeline/PipelineInterface/constants'; | ||
@@ -217,2 +219,4 @@ import { getPipelineInterface } from '../pipeline/PipelineInterface/getPipelineInterface'; | ||
export { preparePersona }; | ||
export { book }; | ||
export { isValidPipelineString }; | ||
export { GENERIC_PIPELINE_INTERFACE }; | ||
@@ -219,0 +223,0 @@ export { getPipelineInterface }; |
@@ -15,3 +15,5 @@ import type { ExecutionTools } from '../../execution/ExecutionTools'; | ||
documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@"; | ||
isAvilableInBrowser: false; | ||
isAvilableInBrowser: true; /** | ||
* TODO: [πΆ] Naming "constructor" vs "creator" vs "factory" | ||
*/ | ||
requiredExecutables: never[]; | ||
@@ -18,0 +20,0 @@ }>; |
@@ -13,3 +13,3 @@ import type { Registration } from '../../utils/$Register'; | ||
documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@"; | ||
isAvilableInBrowser: false; | ||
isAvilableInBrowser: true; | ||
requiredExecutables: never[]; | ||
@@ -16,0 +16,0 @@ }>; |
{ | ||
"name": "@promptbook/utils", | ||
"version": "0.81.0-17", | ||
"version": "0.81.0-18", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -5,0 +5,0 @@ "--note-0": " <- [π]", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
922957
649
17694