@promptbook/core
Advanced tools
Comparing version 0.78.0-0 to 0.78.2
@@ -8,2 +8,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { NAME } from '../config'; | ||
import { ADMIN_EMAIL } from '../config'; | ||
import { ADMIN_GITHUB_NAME } from '../config'; | ||
import { CLAIM } from '../config'; | ||
@@ -127,2 +129,4 @@ import { LOGO_LIGHT_SRC } from '../config'; | ||
export { NAME }; | ||
export { ADMIN_EMAIL }; | ||
export { ADMIN_GITHUB_NAME }; | ||
export { CLAIM }; | ||
@@ -129,0 +133,0 @@ export { LOGO_LIGHT_SRC }; |
import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
import type { IntermediateFilesStrategy } from './types/IntermediateFilesStrategy'; | ||
import type { string_email } from './types/typeAliases'; | ||
import type { string_name } from './types/typeAliases'; | ||
import type { string_url_image } from './types/typeAliases'; | ||
@@ -19,2 +21,14 @@ /** | ||
/** | ||
* Email of the responsible person | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const ADMIN_EMAIL: string_email; | ||
/** | ||
* Name of the responsible person for the Promptbook on GitHub | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const ADMIN_GITHUB_NAME: string_name; | ||
/** | ||
* Claim for the Promptbook | ||
@@ -21,0 +35,0 @@ * |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* TODO: Better validation or remove branded type and make it just string | ||
* TODO: [๐ฉ] Better validation or remove branded type and make it just string | ||
*/ |
@@ -27,3 +27,3 @@ import type { AvailableModel } from '../../execution/AvailableModel'; | ||
* @see /other/playground/playground.ts | ||
* TODO: [๐] Make better | ||
* TODO: [๐][๐ฉ] Make better | ||
* TODO: Change model titles to human eg: "gpt-4-turbo-2024-04-09" -> "GPT-4 Turbo (2024-04-09)" | ||
@@ -30,0 +30,0 @@ * TODO: [๐ธ] Not all models are compatible with JSON mode, add this information here and use it |
@@ -11,3 +11,3 @@ /** | ||
/** | ||
* TODO: !! Better validation (validatePipelineString) or remove branded type and make it just string | ||
* TODO: [๐ฉ] Better validation (validatePipelineString) or remove branded type and make it just string | ||
*/ |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.78.0-0", | ||
"version": "0.78.2", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -5,0 +5,0 @@ "--note-0": " <- [๐]", |
@@ -26,6 +26,2 @@ <!-- โ ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
<blockquote style="color: #ff8811"> | ||
<b>โ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>. | ||
</blockquote> | ||
## ๐ฆ Package `@promptbook/core` | ||
@@ -32,0 +28,0 @@ |
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
2145982
621
33136
22
3
8495
417
57