@promptbook/browser
Advanced tools
Comparing version 0.63.2 to 0.63.3
@@ -8,3 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.1'; | ||
var PROMPTBOOK_VERSION = '0.63.2'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -11,0 +11,0 @@ |
@@ -6,5 +6,7 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools'; | ||
import type { EmbeddingPromptResult } from '../../execution/PromptResult'; | ||
import type { PromptResult } from '../../execution/PromptResult'; | ||
import type { ChatPrompt } from '../../types/Prompt'; | ||
import type { CompletionPrompt } from '../../types/Prompt'; | ||
import type { EmbeddingPrompt } from '../../types/Prompt'; | ||
import type { Prompt } from '../../types/Prompt'; | ||
import type { string_markdown } from '../../types/typeAliases'; | ||
@@ -23,3 +25,3 @@ import type { string_markdown_text } from '../../types/typeAliases'; | ||
*/ | ||
private readonly llmExecutionTools; | ||
readonly llmExecutionTools: Array<LlmExecutionTools>; | ||
/** | ||
@@ -46,3 +48,3 @@ * Gets array of execution tools in order of priority | ||
*/ | ||
private callModelCommon; | ||
protected callCommonModel(prompt: Prompt): Promise<PromptResult>; | ||
/** | ||
@@ -49,0 +51,0 @@ * List all available models that can be used |
@@ -46,3 +46,3 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools'; | ||
*/ | ||
private callModelCommon; | ||
private callCommonModel; | ||
/** | ||
@@ -57,2 +57,2 @@ * List all available models that can be used | ||
* TODO: [π] Add anonymous option | ||
*/ | ||
*/ |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.63.2", | ||
"version": "0.63.3", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.2" | ||
"@promptbook/core": "0.63.3" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -11,3 +11,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.1'; | ||
var PROMPTBOOK_VERSION = '0.63.2'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -14,0 +14,0 @@ |
423235
8132
202
34
56
7
202