@promptbook/anthropic-claude
Advanced tools
Comparing version 0.57.0-1 to 0.57.0-2
@@ -620,5 +620,2 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
}; | ||
if (!resultContent) { | ||
throw new PromptbookExecutionError('No response message from Anthropic Claude'); | ||
} | ||
return [2 /*return*/, { | ||
@@ -675,5 +672,5 @@ content: resultContent, | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.57.0-0'; | ||
var PROMPTBOOK_VERSION = '0.57.0-1'; | ||
export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION }; | ||
//# sourceMappingURL=index.es.js.map |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.57.0-1", | ||
"version": "0.57.0-2", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.57.0-1" | ||
"@promptbook/core": "0.57.0-2" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -628,5 +628,2 @@ (function (global, factory) { | ||
}; | ||
if (!resultContent) { | ||
throw new PromptbookExecutionError('No response message from Anthropic Claude'); | ||
} | ||
return [2 /*return*/, { | ||
@@ -683,3 +680,3 @@ content: resultContent, | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.57.0-0'; | ||
var PROMPTBOOK_VERSION = '0.57.0-1'; | ||
@@ -686,0 +683,0 @@ exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
535491
8991