@promptbook/browser
Advanced tools
Comparing version 0.63.3 to 0.63.4
@@ -8,3 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.2'; | ||
var PROMPTBOOK_VERSION = '0.63.3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -11,0 +11,0 @@ |
@@ -45,4 +45,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools'; | ||
* Calls the best available model | ||
* | ||
* Note: This should be private or protected but is public to be usable with duck typing | ||
*/ | ||
protected callCommonModel(prompt: Prompt): Promise<PromptResult>; | ||
callCommonModel(prompt: Prompt): Promise<PromptResult>; | ||
/** | ||
@@ -49,0 +51,0 @@ * List all available models that can be used |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.63.3", | ||
"version": "0.63.4", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.3" | ||
"@promptbook/core": "0.63.4" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -11,3 +11,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.2'; | ||
var PROMPTBOOK_VERSION = '0.63.3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
423325
8134