@promptbook/core
Advanced tools
Comparing version 0.84.0-13 to 0.84.0-14
@@ -15,2 +15,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { DEFAULT_TASK_TITLE } from '../config'; | ||
import { DEFAULT_PROMPT_TASK_TITLE } from '../config'; | ||
import { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME } from '../config'; | ||
import { MAX_FILENAME_LENGTH } from '../config'; | ||
@@ -143,2 +145,4 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config'; | ||
export { DEFAULT_TASK_TITLE }; | ||
export { DEFAULT_PROMPT_TASK_TITLE }; | ||
export { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME }; | ||
export { MAX_FILENAME_LENGTH }; | ||
@@ -145,0 +149,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY }; |
@@ -69,2 +69,14 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
/** | ||
* When the title of the prompt task is not provided, the default title is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_PROMPT_TASK_TITLE = "Prompt"; | ||
/** | ||
* When the pipeline is flat and no name of return parameter is provided, this name is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_BOOK_OUTPUT_PARAMETER_NAME = "result"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -71,0 +83,0 @@ * |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.84.0-13", | ||
"version": "0.84.0-14", | ||
"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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2321239
679
36035