@promptbook/anthropic-claude
Advanced tools
Comparing version 0.67.8 to 0.67.9
@@ -46,2 +46,8 @@ /** | ||
/** | ||
* Short time interval to prevent race conditions in milliseconds | ||
* | ||
* @private within the repository - too low-level in comparison with other `MAX_...` | ||
*/ | ||
export declare const IMMEDIATE_TIME = 10; | ||
/** | ||
* The maximum number of (LLM) tasks running in parallel | ||
@@ -48,0 +54,0 @@ * |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.67.8", | ||
"version": "0.67.9", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.67.8" | ||
"@promptbook/core": "0.67.9" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
635930
11581