@promptbook/fake-llm
Advanced tools
Comparing version 0.77.0-3 to 0.77.0-5
@@ -13,2 +13,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { $isRunningInBrowser } from '../utils/environment/$isRunningInBrowser'; | ||
import { $isRunningInJest } from '../utils/environment/$isRunningInJest'; | ||
import { $isRunningInNode } from '../utils/environment/$isRunningInNode'; | ||
@@ -88,2 +89,3 @@ import { $isRunningInWebWorker } from '../utils/environment/$isRunningInWebWorker'; | ||
export { $isRunningInBrowser }; | ||
export { $isRunningInJest }; | ||
export { $isRunningInNode }; | ||
@@ -90,0 +92,0 @@ export { $isRunningInWebWorker }; |
@@ -10,2 +10,3 @@ import type { LlmToolsConfiguration } from './LlmToolsConfiguration'; | ||
* - `process.env.ANTHROPIC_CLAUDE_API_KEY` | ||
* - ... | ||
* | ||
@@ -12,0 +13,0 @@ * @returns @@@ |
@@ -13,2 +13,3 @@ import { MultipleLlmExecutionTools } from '../../multiple/MultipleLlmExecutionTools'; | ||
* - `process.env.ANTHROPIC_CLAUDE_API_KEY` | ||
* - ... | ||
* | ||
@@ -15,0 +16,0 @@ * @returns @@@ |
@@ -0,1 +1,2 @@ | ||
import type { string_SCREAMING_CASE } from '../../../utils/normalization/normalizeTo_SCREAMING_CASE'; | ||
import type { string_name } from '../../../types/typeAliases'; | ||
@@ -18,2 +19,6 @@ import type { string_title } from '../../../types/typeAliases'; | ||
*/ | ||
readonly envVariables: ReadonlyArray<string_name & string_SCREAMING_CASE>; | ||
/** | ||
* @@@ | ||
*/ | ||
getBoilerplateConfiguration(): LlmToolsConfiguration[number]; | ||
@@ -20,0 +25,0 @@ /** |
@@ -13,2 +13,2 @@ import type { Registration } from '../../utils/$Register'; | ||
* Note: [💞] Ignore a discrepancy between file name and entity name | ||
*/ | ||
*/ |
@@ -22,2 +22,2 @@ import type { Registration } from '../../utils/$Register'; | ||
* Note: [💞] Ignore a discrepancy between file name and entity name | ||
*/ | ||
*/ |
{ | ||
"name": "@promptbook/fake-llm", | ||
"version": "0.77.0-3", | ||
"version": "0.77.0-5", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [🐊]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.77.0-3" | ||
"@promptbook/core": "0.77.0-5" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
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
838745
614
15838