Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
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.69.0-2 to 0.69.0-4

esm/typings/src/execution/createPipelineExecutor/createPipelineExecutor.d.ts

3

esm/index.es.js

@@ -8,3 +8,3 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.69.0-1';
var PROMPTBOOK_VERSION = '0.69.0-3';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -327,2 +327,3 @@

'currentDate',
// <- TODO: !!!!! list here all command names
// <- TODO: Add more like 'date', 'modelName',...

@@ -329,0 +330,0 @@ // <- TODO: Add [emoji] + instructions ACRY when adding new reserved parameter

@@ -41,3 +41,3 @@ import { PROMPTBOOK_VERSION } from '../version';

import { assertsExecutionSuccessful } from '../execution/assertsExecutionSuccessful';
import { createPipelineExecutor } from '../execution/createPipelineExecutor';
import { createPipelineExecutor } from '../execution/createPipelineExecutor/createPipelineExecutor';
import { embeddingVectorToString } from '../execution/embeddingVectorToString';

@@ -44,0 +44,0 @@ import { ZERO_USAGE } from '../execution/utils/addUsage';

@@ -19,2 +19,4 @@ import type { PipelineCollection } from '../collection/PipelineCollection';

import type { CommonExecutionToolsOptions } from '../execution/CommonExecutionToolsOptions';
import type { CreatePipelineExecutorOptions } from '../execution/createPipelineExecutor/CreatePipelineExecutorOptions';
import type { CreatePipelineExecutorSettings } from '../execution/createPipelineExecutor/CreatePipelineExecutorSettings';
import type { EmbeddingVector } from '../execution/EmbeddingVector';

@@ -246,2 +248,4 @@ import type { ExecutionTools } from '../execution/ExecutionTools';

export type { CommonExecutionToolsOptions };
export type { CreatePipelineExecutorOptions };
export type { CreatePipelineExecutorSettings };
export type { EmbeddingVector };

@@ -248,0 +252,0 @@ export type { ExecutionTools };

@@ -0,1 +1,2 @@

import type { ReadonlyDeep } from 'type-fest';
import type { TemplateJson } from '../../types/PipelineJson/TemplateJson';

@@ -11,5 +12,5 @@ import type { string_parameter_name } from '../../types/typeAliases';

*/
export declare function extractParameterNamesFromTemplate(template: Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>): Set<string_parameter_name>;
export declare function extractParameterNamesFromTemplate(template: ReadonlyDeep<Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>>): Set<string_parameter_name>;
/**
* TODO: [🔣] If script require contentLanguage
*/
{
"name": "@promptbook/remote-client",
"version": "0.69.0-2",
"version": "0.69.0-4",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.69.0-2"
"@promptbook/core": "0.69.0-4"
},

@@ -53,0 +53,0 @@ "dependencies": {

@@ -15,3 +15,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_VERSION = '0.69.0-1';
var PROMPTBOOK_VERSION = '0.69.0-3';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -334,2 +334,3 @@

'currentDate',
// <- TODO: !!!!! list here all command names
// <- TODO: Add more like 'date', 'modelName',...

@@ -336,0 +337,0 @@ // <- TODO: Add [emoji] + instructions ACRY when adding new reserved parameter

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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