Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/node

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/node - npm Package Compare versions

Comparing version 0.59.0-3 to 0.59.0-8

3

esm/typings/_packages/core.index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc