@promptbook/utils
Advanced tools
Comparing version 0.72.0-15 to 0.72.0-23
@@ -19,4 +19,2 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata'; | ||
import { _WebsiteScraperRegistration } from '../scrapers/website/register-constructor'; | ||
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata'; | ||
export { PROMPTBOOK_VERSION }; | ||
@@ -40,3 +38,1 @@ export { _CLI }; | ||
export { _PdfScraperMetadataRegistration }; | ||
export { _WebsiteScraperRegistration }; | ||
export { _WebsiteScraperMetadataRegistration }; |
@@ -86,3 +86,2 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata'; | ||
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata'; | ||
import { MemoryStorage } from '../storage/memory/MemoryStorage'; | ||
@@ -180,3 +179,2 @@ import { PrefixStorage } from '../storage/memory/utils/PrefixStorage'; | ||
export { _PdfScraperMetadataRegistration }; | ||
export { _WebsiteScraperMetadataRegistration }; | ||
export { MemoryStorage }; | ||
@@ -183,0 +181,0 @@ export { PrefixStorage }; |
import { PROMPTBOOK_VERSION } from '../version'; | ||
import { createCollectionFromDirectory } from '../collection/constructors/createCollectionFromDirectory'; | ||
import { $provideExecutablesForNode } from '../executables/$provideExecutablesForNode'; | ||
import { $provideExecutionToolsForNode } from '../execution/utils/$provideExecutionToolsForNode'; | ||
import { $provideLlmToolsConfigurationFromEnv } from '../llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv'; | ||
import { $provideLlmToolsFromEnv } from '../llm-providers/_common/register/$provideLlmToolsFromEnv'; | ||
import { $provideExecutablesForNode } from '../scrapers/_common/register/$provideExecutablesForNode'; | ||
import { $provideFilesystemForNode } from '../scrapers/_common/register/$provideFilesystemForNode'; | ||
@@ -14,6 +14,6 @@ import { $provideScrapersForNode } from '../scrapers/_common/register/$provideScrapersForNode'; | ||
export { createCollectionFromDirectory }; | ||
export { $provideExecutablesForNode }; | ||
export { $provideExecutionToolsForNode }; | ||
export { $provideLlmToolsConfigurationFromEnv }; | ||
export { $provideLlmToolsFromEnv }; | ||
export { $provideExecutablesForNode }; | ||
export { $provideFilesystemForNode }; | ||
@@ -20,0 +20,0 @@ export { $provideScrapersForNode }; |
@@ -17,2 +17,3 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { ErrorJson } from '../errors/utils/ErrorJson'; | ||
import type { LocateAppOptions } from '../executables/locateApp'; | ||
import type { AvailableModel } from '../execution/AvailableModel'; | ||
@@ -261,2 +262,3 @@ import type { CommonToolsOptions } from '../execution/CommonToolsOptions'; | ||
export type { ErrorJson }; | ||
export type { LocateAppOptions }; | ||
export type { AvailableModel }; | ||
@@ -263,0 +265,0 @@ export type { CommonToolsOptions }; |
@@ -32,3 +32,2 @@ import type { LlmExecutionTools } from '../../execution/LlmExecutionTools'; | ||
/** | ||
* TODO: !!!!!! DO not use colors - can be used in browser | ||
* TODO: [π§ ][π§ββοΈ] Maybe there can be some wizzard for thoose who want to use just OpenAI | ||
@@ -35,0 +34,0 @@ * TODO: Maybe make custom OpenAiError |
@@ -54,10 +54,7 @@ import type { Promisable } from 'type-fest'; | ||
asText(): Promisable<string>; | ||
/** | ||
* Get the content as a blob | ||
*/ | ||
asBlob(): Promisable<Blob>; | ||
}; | ||
/** | ||
* TODO: [π₯½] Add ` asBlob(): Promisable<Blob>;` or asFile | ||
* TODO: [π] @@@ Annotate all | ||
* TODO: [πΌ] Export via types | ||
*/ |
{ | ||
"name": "@promptbook/utils", | ||
"version": "0.72.0-15", | ||
"version": "0.72.0-23", | ||
"description": "Supercharge your use of large language models", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
573
793925
15257