Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/core

Package Overview
Dependencies
Maintainers
0
Versions
459
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/core - npm Package Compare versions

Comparing version 0.71.0-15 to 0.71.0-16

12

esm/typings/src/llm-providers/_common/register/$provideLlmToolsForCli.d.ts

@@ -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`

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc