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-31 to 0.59.0-32

1

esm/typings/src/conversion/promptbookStringToJson.d.ts

@@ -30,2 +30,3 @@ import type { LlmExecutionTools } from '../execution/LlmExecutionTools';

* TODO: [🧠] Parameter flags - isInput, isOutput, isInternal
* TODO: [🏏] Leverage the batch API and build queues @see https://platform.openai.com/docs/guides/batch
*/

@@ -31,2 +31,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

/**
* Get the model that should be used as default
*/
private getDefaultModel;
/**
* Default model for chat variant.

@@ -33,0 +37,0 @@ */

@@ -36,2 +36,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

/**
* Get the model that should be used as default
*/
private getDefaultModel;
/**
* Default model for chat variant.

@@ -38,0 +42,0 @@ */

4

package.json
{
"name": "@promptbook/node",
"version": "0.59.0-31",
"version": "0.59.0-32",
"description": "Library to supercharge your use of large language models",

@@ -52,3 +52,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.59.0-31"
"@promptbook/core": "0.59.0-32"
},

@@ -55,0 +55,0 @@ "main": "./umd/index.umd.js",

@@ -30,2 +30,3 @@ import type { LlmExecutionTools } from '../execution/LlmExecutionTools';

* TODO: [🧠] Parameter flags - isInput, isOutput, isInternal
* TODO: [🏏] Leverage the batch API and build queues @see https://platform.openai.com/docs/guides/batch
*/

@@ -31,2 +31,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

/**
* Get the model that should be used as default
*/
private getDefaultModel;
/**
* Default model for chat variant.

@@ -33,0 +37,0 @@ */

@@ -36,2 +36,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

/**
* Get the model that should be used as default
*/
private getDefaultModel;
/**
* Default model for chat variant.

@@ -38,0 +42,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

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