@promptbook/openai
Advanced tools
Comparing version 0.82.0-2 to 0.82.0-3
@@ -14,2 +14,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { DEFAULT_BOOK_TITLE } from '../config'; | ||
import { DEFAULT_TASK_TITLE } from '../config'; | ||
import { MAX_FILENAME_LENGTH } from '../config'; | ||
@@ -138,2 +139,3 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config'; | ||
export { DEFAULT_BOOK_TITLE }; | ||
export { DEFAULT_TASK_TITLE }; | ||
export { MAX_FILENAME_LENGTH }; | ||
@@ -140,0 +142,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY }; |
@@ -63,2 +63,8 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
/** | ||
* When the title of task is not provided, the default title is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_TASK_TITLE = "Task"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -65,0 +71,0 @@ * |
{ | ||
"name": "@promptbook/openai", | ||
"version": "0.82.0-2", | ||
"version": "0.82.0-3", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [π]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.82.0-2" | ||
"@promptbook/core": "0.82.0-3" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
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
917968
17264