@promptbook/browser
Advanced tools
Comparing version 0.69.0-2 to 0.69.0-4
@@ -8,3 +8,3 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.69.0-1'; | ||
var PROMPTBOOK_VERSION = '0.69.0-3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -397,2 +397,3 @@ | ||
'currentDate', | ||
// <- TODO: !!!!! list here all command names | ||
// <- TODO: Add more like 'date', 'modelName',... | ||
@@ -399,0 +400,0 @@ // <- TODO: Add [emoji] + instructions ACRY when adding new reserved parameter |
@@ -41,3 +41,3 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { assertsExecutionSuccessful } from '../execution/assertsExecutionSuccessful'; | ||
import { createPipelineExecutor } from '../execution/createPipelineExecutor'; | ||
import { createPipelineExecutor } from '../execution/createPipelineExecutor/createPipelineExecutor'; | ||
import { embeddingVectorToString } from '../execution/embeddingVectorToString'; | ||
@@ -44,0 +44,0 @@ import { ZERO_USAGE } from '../execution/utils/addUsage'; |
@@ -19,2 +19,4 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { CommonExecutionToolsOptions } from '../execution/CommonExecutionToolsOptions'; | ||
import type { CreatePipelineExecutorOptions } from '../execution/createPipelineExecutor/CreatePipelineExecutorOptions'; | ||
import type { CreatePipelineExecutorSettings } from '../execution/createPipelineExecutor/CreatePipelineExecutorSettings'; | ||
import type { EmbeddingVector } from '../execution/EmbeddingVector'; | ||
@@ -246,2 +248,4 @@ import type { ExecutionTools } from '../execution/ExecutionTools'; | ||
export type { CommonExecutionToolsOptions }; | ||
export type { CreatePipelineExecutorOptions }; | ||
export type { CreatePipelineExecutorSettings }; | ||
export type { EmbeddingVector }; | ||
@@ -248,0 +252,0 @@ export type { ExecutionTools }; |
@@ -0,1 +1,2 @@ | ||
import type { ReadonlyDeep } from 'type-fest'; | ||
import type { TemplateJson } from '../../types/PipelineJson/TemplateJson'; | ||
@@ -11,5 +12,5 @@ import type { string_parameter_name } from '../../types/typeAliases'; | ||
*/ | ||
export declare function extractParameterNamesFromTemplate(template: Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>): Set<string_parameter_name>; | ||
export declare function extractParameterNamesFromTemplate(template: ReadonlyDeep<Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>>): Set<string_parameter_name>; | ||
/** | ||
* TODO: [π£] If script require contentLanguage | ||
*/ |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.69.0-2", | ||
"version": "0.69.0-4", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.69.0-2" | ||
"@promptbook/core": "0.69.0-4" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -15,3 +15,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.69.0-1'; | ||
var PROMPTBOOK_VERSION = '0.69.0-3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -404,2 +404,3 @@ | ||
'currentDate', | ||
// <- TODO: !!!!! list here all command names | ||
// <- TODO: Add more like 'date', 'modelName',... | ||
@@ -406,0 +407,0 @@ // <- TODO: Add [emoji] + instructions ACRY when adding new reserved parameter |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
498152
495
9631