@promptbook/anthropic-claude
Advanced tools
Comparing version 0.63.0 to 0.63.1
@@ -9,3 +9,3 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-10'; | ||
var PROMPTBOOK_VERSION = '0.63.0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -12,0 +12,0 @@ |
declare const _default: ({ | ||
pipelineUrl: string; | ||
sourceFile: string; | ||
title: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
@@ -81,6 +82,6 @@ parameters: { | ||
}[]; | ||
} | { | ||
pipelineUrl: string; | ||
sourceFile: string; | ||
} | { | ||
title: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
@@ -169,6 +170,6 @@ parameters: { | ||
}[]; | ||
} | { | ||
pipelineUrl: string; | ||
sourceFile: string; | ||
} | { | ||
title: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
@@ -252,4 +253,3 @@ parameters: { | ||
}[]; | ||
sourceFile: string; | ||
})[]; | ||
export default _default; |
@@ -10,2 +10,3 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { extractBlock } from '../postprocessing/utils/extractBlock'; | ||
import { clonePipeline } from '../utils/clonePipeline'; | ||
import { $currentDate } from '../utils/currentDate'; | ||
@@ -78,2 +79,3 @@ import { deepClone } from '../utils/deepClone'; | ||
export { extractBlock }; | ||
export { clonePipeline }; | ||
export { $currentDate }; | ||
@@ -80,0 +82,0 @@ export { deepClone }; |
@@ -21,3 +21,3 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools'; | ||
*/ | ||
private llmExecutionTools; | ||
private readonly llmExecutionTools; | ||
/** | ||
@@ -24,0 +24,0 @@ * Gets array of execution tools in order of priority |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.63.0", | ||
"version": "0.63.1", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0" | ||
"@promptbook/core": "0.63.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -17,3 +17,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-10'; | ||
var PROMPTBOOK_VERSION = '0.63.0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -20,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
514971
434
9479