@promptbook/node
Advanced tools
Comparing version 0.59.0-3 to 0.59.0-8
@@ -22,2 +22,3 @@ import { prettifyPromptbookString } from '../conversion/prettify/prettifyPromptbookString'; | ||
import { SimplePromptInterfaceTools } from '../knowledge/dialogs/simple-prompt/SimplePromptInterfaceTools'; | ||
import { prepareKnowledgeFromMarkdown } from '../knowledge/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown'; | ||
import { MultipleLlmExecutionTools } from '../llm-providers/multiple/MultipleLlmExecutionTools'; | ||
@@ -36,3 +37,3 @@ import { createPromptbookLibraryFromPromise } from '../promptbook-library/constructors/createPromptbookLibraryFromPromise'; | ||
export { ExecutionTypes }; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prettifyPromptbookString, usageToWorktime, }; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPromptbookString, usageToWorktime, }; | ||
export { createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookLibraryFromUrl, createPromptbookSublibrary, SimplePromptbookLibrary, }; | ||
@@ -39,0 +40,0 @@ export { SimplePromptInterfaceTools }; |
@@ -9,2 +9,5 @@ import type { LlmExecutionTools } from '../../../execution/LlmExecutionTools'; | ||
content: string_base64; | ||
/** | ||
* The LLM tools to use for the conversion and extraction of knowledge | ||
*/ | ||
llmTools: LlmExecutionTools; | ||
@@ -11,0 +14,0 @@ }; |
@@ -27,3 +27,4 @@ import type { CommonExecutionToolsOptions } from '../../execution/CommonExecutionToolsOptions'; | ||
/** | ||
* TODO: [🕵️♀️] Maybe just remove | ||
* TODO: Allow in spaceTrim: nesting with > ${block(prompt.request)}, same as replace params | ||
*/ |
@@ -26,1 +26,4 @@ import type { CommonExecutionToolsOptions } from '../../execution/CommonExecutionToolsOptions'; | ||
} | ||
/** | ||
* TODO: [🕵️♀️] Maybe just remove | ||
*/ |
@@ -1,2 +0,2 @@ | ||
import { IVectorData } from 'xyzt'; | ||
import type { IVectorData } from 'xyzt'; | ||
import type { string_keyword } from '../../utils/normalization/IKeywords'; | ||
@@ -3,0 +3,0 @@ import type { string_href } from '../typeAliases'; |
{ | ||
"name": "@promptbook/node", | ||
"version": "0.59.0-3", | ||
"version": "0.59.0-8", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.59.0-3" | ||
"@promptbook/core": "0.59.0-8" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -22,2 +22,3 @@ import { prettifyPromptbookString } from '../conversion/prettify/prettifyPromptbookString'; | ||
import { SimplePromptInterfaceTools } from '../knowledge/dialogs/simple-prompt/SimplePromptInterfaceTools'; | ||
import { prepareKnowledgeFromMarkdown } from '../knowledge/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown'; | ||
import { MultipleLlmExecutionTools } from '../llm-providers/multiple/MultipleLlmExecutionTools'; | ||
@@ -36,3 +37,3 @@ import { createPromptbookLibraryFromPromise } from '../promptbook-library/constructors/createPromptbookLibraryFromPromise'; | ||
export { ExecutionTypes }; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prettifyPromptbookString, usageToWorktime, }; | ||
export { addUsage, assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prepareKnowledgeFromMarkdown, prettifyPromptbookString, usageToWorktime, }; | ||
export { createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookLibraryFromUrl, createPromptbookSublibrary, SimplePromptbookLibrary, }; | ||
@@ -39,0 +40,0 @@ export { SimplePromptInterfaceTools }; |
@@ -9,2 +9,5 @@ import type { LlmExecutionTools } from '../../../execution/LlmExecutionTools'; | ||
content: string_base64; | ||
/** | ||
* The LLM tools to use for the conversion and extraction of knowledge | ||
*/ | ||
llmTools: LlmExecutionTools; | ||
@@ -11,0 +14,0 @@ }; |
@@ -27,3 +27,4 @@ import type { CommonExecutionToolsOptions } from '../../execution/CommonExecutionToolsOptions'; | ||
/** | ||
* TODO: [🕵️♀️] Maybe just remove | ||
* TODO: Allow in spaceTrim: nesting with > ${block(prompt.request)}, same as replace params | ||
*/ |
@@ -26,1 +26,4 @@ import type { CommonExecutionToolsOptions } from '../../execution/CommonExecutionToolsOptions'; | ||
} | ||
/** | ||
* TODO: [🕵️♀️] Maybe just remove | ||
*/ |
@@ -1,2 +0,2 @@ | ||
import { IVectorData } from 'xyzt'; | ||
import type { IVectorData } from 'xyzt'; | ||
import type { string_keyword } from '../../utils/normalization/IKeywords'; | ||
@@ -3,0 +3,0 @@ import type { string_href } from '../typeAliases'; |
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
975423
15104