@promptbook/cli 0.101.0-13 → 0.101.0-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +2 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.d.ts +5 -1
- package/esm/typings/src/llm-providers/agent/AgentLlmExecutionTools.d.ts +0 -1
- package/esm/typings/src/personas/preparePersona.d.ts +1 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +2 -1
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -45,7 +45,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
45
45
|
* @generated
|
|
46
46
|
* @see https://github.com/webgptorg/promptbook
|
|
47
47
|
*/
|
|
48
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-
|
|
48
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.101.0-14';
|
|
49
49
|
/**
|
|
50
50
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
51
51
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -7873,6 +7873,7 @@ async function preparePersona(personaDescription, tools, options) {
|
|
|
7873
7873
|
};
|
|
7874
7874
|
}
|
|
7875
7875
|
/**
|
|
7876
|
+
* TODO: [😩] DRY `preparePersona` and `selectBestModelFromAvailable`
|
|
7876
7877
|
* TODO: [🔃][main] If the persona was prepared with different version or different set of models, prepare it once again
|
|
7877
7878
|
* TODO: [🏢] Check validity of `modelName` in pipeline
|
|
7878
7879
|
* TODO: [🏢] Check validity of `systemMessage` in pipeline
|