@promptbook/execute-javascript
Advanced tools
Comparing version 0.85.0-11 to 0.85.0-13
@@ -9,3 +9,3 @@ import type { ExecutionTools } from '../../execution/ExecutionTools'; | ||
* | ||
* Note: `rootDirname` is not needed because it is the folder in which `.book.md` file is located | ||
* Note: `rootDirname` is not needed because it is the folder in which `.book` or `.book.md` file is located | ||
* This is not same as `path` which is the first argument of `createCollectionFromDirectory` - it can be a subfolder | ||
@@ -55,3 +55,3 @@ */ | ||
* | ||
* @param path - path to the directory with pipelines | ||
* @param rootPath - path to the directory with pipelines | ||
* @param tools - Execution tools to be used for pipeline preparation if needed - If not provided, `$provideExecutionToolsForNode` will be used | ||
@@ -62,3 +62,3 @@ * @param options - Options for the collection creation | ||
*/ | ||
export declare function createCollectionFromDirectory(path: string_dirname, tools?: Pick<ExecutionTools, 'llm' | 'fs' | 'scrapers'>, options?: CreatePipelineCollectionFromDirectoryOptions): Promise<PipelineCollection>; | ||
export declare function createCollectionFromDirectory(rootPath: string_dirname, tools?: Pick<ExecutionTools, 'llm' | 'fs' | 'scrapers'>, options?: CreatePipelineCollectionFromDirectoryOptions): Promise<PipelineCollection>; | ||
export {}; | ||
@@ -65,0 +65,0 @@ /** |
{ | ||
"name": "@promptbook/execute-javascript", | ||
"version": "0.85.0-11", | ||
"version": "0.85.0-13", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.85.0-11" | ||
"@promptbook/core": "0.85.0-13" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
886583