@promptbook/anthropic-claude
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/anthropic-claude", | ||
"version": "0.71.0-15", | ||
"version": "0.71.0-16", | ||
"description": "Supercharge your use of large language models", | ||
@@ -54,3 +54,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.71.0-15" | ||
"@promptbook/core": "0.71.0-16" | ||
}, | ||
@@ -57,0 +57,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
718514
13727