@promptbook/anthropic-claude
Advanced tools
Comparing version 0.63.0-4 to 0.63.0-5
@@ -8,3 +8,3 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-3'; | ||
var PROMPTBOOK_VERSION = '0.63.0-4'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -648,2 +648,3 @@ | ||
// <- TODO: [๐ง ] Better system for generator warnings - not always "code" and "by `@promptbook/cli`" | ||
/** | ||
@@ -650,0 +651,0 @@ * The maximum number of iterations for a loops |
@@ -6,4 +6,10 @@ /** | ||
*/ | ||
export declare const GENERATOR_WARNING = "\u26A0\uFE0F WARNING: This section has been generated so that any manual changes will be overwritten"; | ||
export declare const GENERATOR_WARNING = "\u26A0\uFE0F WARNING: This code has been generated so that any manual changes will be overwritten"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
* | ||
* @private within the repository | ||
*/ | ||
export declare const GENERATOR_WARNING_BY_PROMPTBOOK_CLI = "\u26A0\uFE0F WARNING: This code has been generated by `@promptbook/cli` so that any manual changes will be overwritten"; | ||
/** | ||
* The maximum number of iterations for a loops | ||
@@ -10,0 +16,0 @@ * |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.63.0-4", | ||
"version": "0.63.0-5", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0-4" | ||
"@promptbook/core": "0.63.0-5" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
<!-- โ ๏ธ WARNING: This section has been generated so that any manual changes will be overwritten --> | ||
<!-- โ ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
@@ -3,0 +3,0 @@ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook |
@@ -16,3 +16,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-3'; | ||
var PROMPTBOOK_VERSION = '0.63.0-4'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -656,2 +656,3 @@ | ||
// <- TODO: [๐ง ] Better system for generator warnings - not always "code" and "by `@promptbook/cli`" | ||
/** | ||
@@ -658,0 +659,0 @@ * The maximum number of iterations for a loops |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
518159
9396