@promptbook/utils
Advanced tools
Comparing version 0.84.0-20 to 0.84.0-21
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeAboutCommand(program: Program): void; | ||
export declare function $initializeAboutCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: [🗽] Unite branding and make single place for it |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeHelloCommand(program: Program): void; | ||
export declare function $initializeHelloCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: [🧠][🐣] Make here some easter egg with generated hello greeting via LLM models |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeListModelsCommand(program: Program): void; | ||
export declare function $initializeListModelsCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * Note: [💞] Ignore a discrepancy between file name and entity name |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeMakeCommand(program: Program): void; | ||
export declare function $initializeMakeCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: [🥃][main] !!3 Allow `ptbk make` without configuring any llm tools |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializePrettifyCommand(program: Program): void; | ||
export declare function $initializePrettifyCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: [😶] Unite floder listing |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeRunCommand(program: Program): void; | ||
export declare function $initializeRunCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: !!5 Catch and wrap all errors from CLI |
@@ -0,3 +1,3 @@ | ||
import type { PipelineExecutor } from '../../execution/PipelineExecutor'; | ||
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson'; | ||
import type { PipelineExecutor } from '../../execution/PipelineExecutor'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Options for running the interactive chatbot |
@@ -5,5 +5,7 @@ import type { Command as Program } from 'commander'; | ||
* | ||
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI | ||
* | ||
* @private internal function of `promptbookCli` | ||
*/ | ||
export declare function initializeTestCommand(program: Program): void; | ||
export declare function $initializeTestCommand(program: Program): void; | ||
/** | ||
@@ -10,0 +12,0 @@ * TODO: [😶] Unite floder listing |
{ | ||
"name": "@promptbook/utils", | ||
"version": "0.84.0-20", | ||
"version": "0.84.0-21", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -588,4 +588,14 @@ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
[![Technology Incubation](./other/partners/CI-Technology-Incubation.png)](https://technologickainkubace.org/en/about-technology-incubation/about-the-project/) | ||
<div style="display: flex; align-items: center; gap: 20px;"> | ||
<a href="https://promptbook.studio/"> | ||
<img src="./other/design/promptbook-studio-logo.png" alt="Partner 3" height="100"> | ||
</a> | ||
<a href="https://technologickainkubace.org/en/about-technology-incubation/about-the-project/"> | ||
<img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="100"> | ||
</a> | ||
</div> | ||
## 🖋️ Contributing | ||
@@ -592,0 +602,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
974533
685
18659
604