@promptbook/utils
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -0,1 +1,2 @@ | ||
import { ExecutionType } from './ExecutionTypes'; | ||
import { string_name, string_title } from './typeAliases'; | ||
@@ -29,2 +30,7 @@ /** | ||
/** | ||
* The type of the execution. | ||
* Note: The Promptbook library reports everything, in the app level you can filter out the execution types that you don't want to show to the user. | ||
*/ | ||
readonly executionType: ExecutionType; | ||
/** | ||
* The parameter name that is being processed. | ||
@@ -31,0 +37,0 @@ */ |
{ | ||
"name": "@promptbook/utils", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -40,3 +40,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.14.0" | ||
"@promptbook/core": "0.15.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "main": "./umd/index.umd.js", |
@@ -0,1 +1,2 @@ | ||
import { ExecutionType } from './ExecutionTypes'; | ||
import { string_name, string_title } from './typeAliases'; | ||
@@ -29,2 +30,7 @@ /** | ||
/** | ||
* The type of the execution. | ||
* Note: The Promptbook library reports everything, in the app level you can filter out the execution types that you don't want to show to the user. | ||
*/ | ||
readonly executionType: ExecutionType; | ||
/** | ||
* The parameter name that is being processed. | ||
@@ -31,0 +37,0 @@ */ |
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
373680
4724