@promptbook/google
Advanced tools
Comparing version 0.86.0-13 to 0.86.0-14
@@ -18,3 +18,3 @@ import colors from 'colors'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.86.0-13'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.86.0-14'; | ||
/** | ||
@@ -21,0 +21,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -16,3 +16,3 @@ import type { ExecutionTools } from '../execution/ExecutionTools'; | ||
* @param options - Options and tools for the compilation | ||
* @returns {Promptbook} compiled in JSON format (.book.json) | ||
* @returns {Promptbook} compiled in JSON format (.bookc) | ||
* @throws {ParseError} if the promptbook string is not valid | ||
@@ -19,0 +19,0 @@ * @public exported from `@promptbook/core` |
@@ -14,3 +14,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson'; | ||
* @param options - Configuration of the remote server | ||
* @returns {Promptbook} compiled in JSON format (.book.json) | ||
* @returns {Promptbook} compiled in JSON format (.bookc) | ||
* @throws {ParseError} if the promptbook string is not valid | ||
@@ -17,0 +17,0 @@ * @public exported from `@promptbook/remote-client` |
@@ -15,3 +15,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson'; | ||
* @param pipelineString {Promptbook} in string markdown format (.book.md) | ||
* @returns {Promptbook} compiled in JSON format (.book.json) | ||
* @returns {Promptbook} compiled in JSON format (.bookc) | ||
* @throws {ParseError} if the promptbook string is not valid | ||
@@ -18,0 +18,0 @@ * @public exported from `@promptbook/core` |
@@ -7,3 +7,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson'; | ||
* @deprecated TODO: [๐ฅ][๐ง ] Backup original files in `PipelineJson` same as in Promptbook.studio | ||
* @param pipelineJson Promptbook in JSON format (.book.json) | ||
* @param pipelineJson Promptbook in JSON format (.bookc) | ||
* @returns Promptbook in string format (.book.md) | ||
@@ -10,0 +10,0 @@ * @public exported from `@promptbook/core` |
@@ -5,3 +5,3 @@ import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; | ||
/** | ||
* Import the pipeline.book or pipeline.book.json file | ||
* Import the pipeline.book or pipeline.bookc file | ||
* | ||
@@ -15,15 +15,15 @@ * Note: Using here custom import to work in jest tests | ||
export declare function importPipelineWithoutPreparation(path: `${string}.book`): PipelineString; | ||
export declare function importPipelineWithoutPreparation(path: `${string}.book.json`): PipelineJson; | ||
export declare function importPipelineWithoutPreparation(path: `${string}.bookc`): PipelineJson; | ||
/** | ||
* Import the pipeline.book.json file as parsed JSON | ||
* Import the pipeline.bookc file as parsed JSON | ||
* | ||
* @private internal function of tests | ||
*/ | ||
export declare function importPipelineJson(path: `${string}.book.json`): PipelineJson; | ||
export declare function importPipelineJson(path: `${string}.bookc`): PipelineJson; | ||
/** | ||
* Import the pipeline.book.json file as string | ||
* Import the pipeline.bookc file as string | ||
* | ||
* @private internal function of tests | ||
*/ | ||
export declare function importPipelineJsonAsString(path: `${string}.book.json`): string_json<PipelineJson>; | ||
export declare function importPipelineJsonAsString(path: `${string}.bookc`): string_json<PipelineJson>; | ||
/** | ||
@@ -30,0 +30,0 @@ * Note: [๐] Ignore a discrepancy between file name and entity name |
@@ -21,3 +21,3 @@ import type { PromptResultUsage } from '../../execution/PromptResultUsage'; | ||
* TODO: Maybe put here used `modelName` | ||
* TODO: [๐ฅ] When using `date` it changes all examples .book.json files each time so until some more elegant solution omit the time from prepared pipeline | ||
* TODO: [๐ฅ] When using `date` it changes all examples .bookc files each time so until some more elegant solution omit the time from prepared pipeline | ||
*/ |
{ | ||
"name": "@promptbook/google", | ||
"version": "0.86.0-13", | ||
"version": "0.86.0-14", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.86.0-13" | ||
"@promptbook/core": "0.86.0-14" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -26,3 +26,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.86.0-13'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.86.0-14'; | ||
/** | ||
@@ -29,0 +29,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
787234