@promptbook/anthropic-claude
Advanced tools
Comparing version 0.63.3 to 0.63.4
@@ -9,3 +9,3 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.2'; | ||
var PROMPTBOOK_VERSION = '0.63.3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -12,0 +12,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/anthropic-claude", | ||
"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": { |
@@ -17,3 +17,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 | ||
@@ -20,0 +20,0 @@ |
515439
9486