@promptbook/node
Advanced tools
Comparing version 0.59.0-31 to 0.59.0-32
@@ -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 @@ */ |
{ | ||
"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
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
987275
15308
578