@promptbook/node
Advanced tools
Comparing version 0.63.0 to 0.63.1
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/node", | ||
"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": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1393524
434
22355