@promptbook/core
Advanced tools
Comparing version 0.71.0-15 to 0.71.0-16
@@ -0,10 +1,3 @@ | ||
import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; | ||
import type { LlmExecutionToolsWithTotalUsage } from '../utils/count-total-usage/LlmExecutionToolsWithTotalUsage'; | ||
type GetLlmToolsForCliOptions = { | ||
/** | ||
* @@@ | ||
* | ||
* @default false | ||
*/ | ||
isCacheReloaded?: boolean; | ||
}; | ||
/** | ||
@@ -15,4 +8,3 @@ * Returns LLM tools for CLI | ||
*/ | ||
export declare function $provideLlmToolsForCli(options?: GetLlmToolsForCliOptions): LlmExecutionToolsWithTotalUsage; | ||
export {}; | ||
export declare function $provideLlmToolsForCli(options?: Pick<PrepareAndScrapeOptions, 'isCacheCleaned'>): LlmExecutionToolsWithTotalUsage; | ||
/** | ||
@@ -19,0 +11,0 @@ * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.71.0-15", | ||
"version": "0.71.0-16", | ||
"description": "Supercharge your use of large language models", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
1825532
29583