Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-client - npm Package Compare versions

Comparing version 0.50.0-9 to 0.50.0-10

4

esm/typings/execution/ExecutionTools.d.ts

@@ -23,4 +23,6 @@ import type { LlmExecutionTools } from './LlmExecutionTools';

* Tools for interacting with the user
*
* Note: When undefined, the user interface is disabled and promptbook which requires user interaction will fail
*/
userInterface: UserInterfaceTools;
userInterface?: UserInterfaceTools;
};

@@ -27,0 +29,0 @@ /**

@@ -14,3 +14,3 @@ import type { Promisable } from 'type-fest';

export type PromptbookExecutor = {
(inputParameters: Record<string_name, string>, onProgress: (taskProgress: TaskProgress) => Promisable<void>): Promise<{
(inputParameters: Record<string_name, string>, onProgress?: (taskProgress: TaskProgress) => Promisable<void>): Promise<{
/**

@@ -17,0 +17,0 @@ * Whether the execution was successful

{
"name": "@promptbook/remote-client",
"version": "0.50.0-9",
"version": "0.50.0-10",
"description": "Library to supercharge your use of large language models",

@@ -50,3 +50,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.50.0-9"
"@promptbook/core": "0.50.0-10"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

@@ -23,4 +23,6 @@ import type { LlmExecutionTools } from './LlmExecutionTools';

* Tools for interacting with the user
*
* Note: When undefined, the user interface is disabled and promptbook which requires user interaction will fail
*/
userInterface: UserInterfaceTools;
userInterface?: UserInterfaceTools;
};

@@ -27,0 +29,0 @@ /**

@@ -14,3 +14,3 @@ import type { Promisable } from 'type-fest';

export type PromptbookExecutor = {
(inputParameters: Record<string_name, string>, onProgress: (taskProgress: TaskProgress) => Promisable<void>): Promise<{
(inputParameters: Record<string_name, string>, onProgress?: (taskProgress: TaskProgress) => Promisable<void>): Promise<{
/**

@@ -17,0 +17,0 @@ * Whether the execution was successful

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