@promptbook/node
Advanced tools
Comparing version 0.59.0-35 to 0.59.0-36
@@ -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 | ||
*/ |
{ | ||
"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
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
986405