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-35 to 0.59.0-36

1

esm/typings/src/execution/LlmExecutionTools.d.ts

@@ -47,2 +47,3 @@ import type { Promisable } from 'type-fest';

/**
* TODO: [🧠] Emulation of one type of model with another one - emuate chat with completion; emulate translation with chat
* TODO: [🍓][♐] Some heuristic to pick the best model in listed models

@@ -49,0 +50,0 @@ * TODO: [🏳] gptChat -> chat, gptComplete -> complete, translate

1

esm/typings/src/llm-providers/openai/openai-models.d.ts

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

/**
* TODO: !!!! Add embedding models
* TODO: [🧠] Some mechanism to propagate unsureness

@@ -21,0 +20,0 @@ * TODO: [🕚][👮‍♀️] Make this list dynamic - dynamically can be listed modelNames but not modelVariant, legacy status, context length and pricing

@@ -5,3 +5,3 @@ import type { MaterialKnowledgePieceJson } from './MaterialKnowledgePieceJson';

* !!!! Annotate
* TODO: [🦪]
* TODO: [🦪] Internal links between (Material)KnowledgePieces withing the KnowledgeJson
*/

@@ -25,5 +25,5 @@ import type { EmbeddingVector } from '../../execution/EmbeddingVector';

* !!!! Annotate
* TODO: [🧠][🦪] Maybe allow internal linkes between (Material)KnowledgePieces withing the KnowledgeJson and maybe require to explicitelly reference the source of the knowledge
* TODO: [🧠][🦪] Maybe allow internal links between (Material)KnowledgePieces withing the KnowledgeJson and maybe require to explicitelly reference the source of the knowledge
* TODO: [🧠] Make some non-material sources like external search engine or dialog to user
* TODO: [🧠] Make some non-material (and maybe non-knowledge-like but tool-like) sources like calculator, code interpreter
*/
{
"name": "@promptbook/node",
"version": "0.59.0-35",
"version": "0.59.0-36",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.59.0-35"
"@promptbook/core": "0.59.0-36"
},

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

@@ -47,2 +47,3 @@ import type { Promisable } from 'type-fest';

/**
* TODO: [🧠] Emulation of one type of model with another one - emuate chat with completion; emulate translation with chat
* TODO: [🍓][♐] Some heuristic to pick the best model in listed models

@@ -49,0 +50,0 @@ * TODO: [🏳] gptChat -> chat, gptComplete -> complete, translate

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

/**
* TODO: !!!! Add embedding models
* TODO: [🧠] Some mechanism to propagate unsureness

@@ -21,0 +20,0 @@ * TODO: [🕚][👮‍♀️] Make this list dynamic - dynamically can be listed modelNames but not modelVariant, legacy status, context length and pricing

@@ -5,3 +5,3 @@ import type { MaterialKnowledgePieceJson } from './MaterialKnowledgePieceJson';

* !!!! Annotate
* TODO: [🦪]
* TODO: [🦪] Internal links between (Material)KnowledgePieces withing the KnowledgeJson
*/

@@ -25,5 +25,5 @@ import type { EmbeddingVector } from '../../execution/EmbeddingVector';

* !!!! Annotate
* TODO: [🧠][🦪] Maybe allow internal linkes between (Material)KnowledgePieces withing the KnowledgeJson and maybe require to explicitelly reference the source of the knowledge
* TODO: [🧠][🦪] Maybe allow internal links between (Material)KnowledgePieces withing the KnowledgeJson and maybe require to explicitelly reference the source of the knowledge
* TODO: [🧠] Make some non-material sources like external search engine or dialog to user
* TODO: [🧠] Make some non-material (and maybe non-knowledge-like but tool-like) sources like calculator, code interpreter
*/

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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