Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
401
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.64.0-0 to 0.65.0-0

2

esm/index.es.js

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

*/
var PROMPTBOOK_VERSION = '0.63.4';
var PROMPTBOOK_VERSION = '0.64.0-0';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -10,0 +10,0 @@

@@ -33,3 +33,3 @@ import type { PipelineCollection } from '../collection/PipelineCollection';

import type { CallbackInterfaceToolsOptions } from '../knowledge/dialogs/callback/CallbackInterfaceToolsOptions';
import type { LlmToolsConfiguration } from '../llm-providers/_common/LlmConfiguration';
import type { LlmToolsConfiguration } from '../llm-providers/_common/LlmToolsConfiguration';
import type { CacheItem } from '../llm-providers/_common/utils/cache/CacheItem';

@@ -243,3 +243,2 @@ import type { CacheLlmToolsOptions } from '../llm-providers/_common/utils/cache/CacheLlmToolsOptions';

export type { LlmToolsConfiguration };
export type { LlmToolsConfiguration };
export type { CacheItem };

@@ -246,0 +245,0 @@ export type { CacheLlmToolsOptions };

import type { TODO_any } from '../../utils/organization/TODO_any';
import type { LlmExecutionTools } from '../../execution/LlmExecutionTools';
import type { LlmToolsConfiguration } from './LlmConfiguration';
import type { LlmToolsConfiguration } from './LlmToolsConfiguration';
/**

@@ -5,0 +5,0 @@ * @public exported from `@promptbook/node`

import { MultipleLlmExecutionTools } from '../multiple/MultipleLlmExecutionTools';
import type { LlmToolsConfiguration } from './LlmConfiguration';
import type { LlmToolsConfiguration } from './LlmToolsConfiguration';
/**

@@ -4,0 +4,0 @@ * Options for `createLlmToolsFromEnv`

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

import type { LlmToolsConfiguration } from './LlmConfiguration';
import type { LlmToolsConfiguration } from './LlmToolsConfiguration';
/**

@@ -3,0 +3,0 @@ * @@@

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

import type { string_title } from '../../types/typeAliases';
import type { TODO_object } from '../../utils/organization/TODO_object';

@@ -10,2 +11,6 @@ import type { TODO_string } from '../../utils/organization/TODO_string';

*/
title: string_title;
/**
* @@@
*/
packageName: TODO_string;

@@ -22,3 +27,4 @@ /**

/**
* TODO: [🧠][🌰] `title` is redundant BUT maybe allow each provider pass it's own title for tracking purposes
* TODO: [🧠] Maybe add option for `constructorName` instead of `className`
*/
{
"name": "@promptbook/remote-client",
"version": "0.64.0-0",
"version": "0.65.0-0",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.64.0-0"
"@promptbook/core": "0.65.0-0"
},

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

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

*/
var PROMPTBOOK_VERSION = '0.63.4';
var PROMPTBOOK_VERSION = '0.64.0-0';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -14,0 +14,0 @@

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