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.36.4 to 0.37.0

3

esm/typings/_packages/wizzard.index.d.ts
import { Wizzard } from '../wizzard/Wizzard';
export { Wizzard };
/**
* TODO: [πŸ§™β€β™‚οΈ]
*/

@@ -40,2 +40,3 @@ import { PromptbookJson } from '../_packages/types.index';

* Note: CreatePromptbookExecutorOptions are just connected to PromptbookExecutor so do not extract to types folder
* TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
*/

3

esm/typings/types/Command.d.ts

@@ -62,3 +62,4 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases';

readonly type: 'PARAMETER';
readonly isInputParameter: boolean;
readonly isInput: boolean;
readonly isOutput: boolean;
readonly parameterName: string_name;

@@ -65,0 +66,0 @@ readonly parameterDescription: string_markdown_text | null;

@@ -14,7 +14,9 @@ import { string_name } from '../typeAliases';

* The parameter is input of the pipeline
*
* Note: OUTPUT PARAMETER is every parameter including input one
*/
readonly isInput: boolean;
/**
* The parameter is output of the pipeline
*/
readonly isOutput: boolean;
/**
* Description of the parameter

@@ -21,0 +23,0 @@ * - It can use simple markdown formatting like **bold**, *italic*, [link](https://example.com), ... BUT not code blocks and structure

export {};
/**
* TODO: [πŸ§™β€β™‚οΈ]
url, sources nebo folder
* TODO: [🧠] OpenAi apiKey vs token
*/
export declare const Wizzard: any;
/**
* TODO: [πŸ§™β€β™‚οΈ]
*/
{
"name": "@promptbook/remote-client",
"version": "0.36.4",
"version": "0.37.0",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.36.4"
"@promptbook/core": "0.37.0"
},

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

import { Wizzard } from '../wizzard/Wizzard';
export { Wizzard };
/**
* TODO: [πŸ§™β€β™‚οΈ]
*/

@@ -40,2 +40,3 @@ import { PromptbookJson } from '../_packages/types.index';

* Note: CreatePromptbookExecutorOptions are just connected to PromptbookExecutor so do not extract to types folder
* TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
*/

@@ -62,3 +62,4 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases';

readonly type: 'PARAMETER';
readonly isInputParameter: boolean;
readonly isInput: boolean;
readonly isOutput: boolean;
readonly parameterName: string_name;

@@ -65,0 +66,0 @@ readonly parameterDescription: string_markdown_text | null;

@@ -14,7 +14,9 @@ import { string_name } from '../typeAliases';

* The parameter is input of the pipeline
*
* Note: OUTPUT PARAMETER is every parameter including input one
*/
readonly isInput: boolean;
/**
* The parameter is output of the pipeline
*/
readonly isOutput: boolean;
/**
* Description of the parameter

@@ -21,0 +23,0 @@ * - It can use simple markdown formatting like **bold**, *italic*, [link](https://example.com), ... BUT not code blocks and structure

export {};
/**
* TODO: [πŸ§™β€β™‚οΈ]
url, sources nebo folder
* TODO: [🧠] OpenAi apiKey vs token
*/
export declare const Wizzard: any;
/**
* TODO: [πŸ§™β€β™‚οΈ]
*/
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