@promptbook/azure-openai
Advanced tools
Comparing version 0.74.0-8 to 0.74.0-11
@@ -10,2 +10,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { CLAIM } from '../config'; | ||
import { DEFAULT_TITLE } from '../config'; | ||
import { MAX_FILENAME_LENGTH } from '../config'; | ||
@@ -88,4 +89,5 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config'; | ||
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata'; | ||
import { BlackholeStorage } from '../storage/blackhole/BlackholeStorage'; | ||
import { MemoryStorage } from '../storage/memory/MemoryStorage'; | ||
import { PrefixStorage } from '../storage/memory/utils/PrefixStorage'; | ||
import { PrefixStorage } from '../storage/utils/PrefixStorage'; | ||
import { executionReportJsonToString } from '../types/execution-report/executionReportJsonToString'; | ||
@@ -105,2 +107,3 @@ import type { ExecutionReportStringOptions } from '../types/execution-report/ExecutionReportStringOptions'; | ||
export { CLAIM }; | ||
export { DEFAULT_TITLE }; | ||
export { MAX_FILENAME_LENGTH }; | ||
@@ -183,2 +186,3 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY }; | ||
export { _WebsiteScraperMetadataRegistration }; | ||
export { BlackholeStorage }; | ||
export { MemoryStorage }; | ||
@@ -185,0 +189,0 @@ export { PrefixStorage }; |
@@ -18,2 +18,8 @@ import type { CsvSettings } from './formats/csv/CsvSettings'; | ||
/** | ||
* When the title is not provided, the default title is used | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const DEFAULT_TITLE = "Untitled"; | ||
/** | ||
* Warning message for the generated sections and files files | ||
@@ -20,0 +26,0 @@ * |
import type { PromptbookStorage } from '../_common/PromptbookStorage'; | ||
/** | ||
* Stores | ||
* Stores data in memory (HEAP) | ||
* | ||
@@ -5,0 +5,0 @@ * @public exported from `@promptbook/core` |
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.74.0-8", | ||
"version": "0.74.0-11", | ||
"description": "Supercharge your use of large language models", | ||
@@ -56,3 +56,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.74.0-8" | ||
"@promptbook/core": "0.74.0-11" | ||
}, | ||
@@ -59,0 +59,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
746900
583
14161