New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/remote-server

Package Overview
Dependencies
Maintainers
1
Versions
564
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-server - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

8

esm/typings/execution/plugins/natural-execution-tools/openai/OpenAiExecutionTools.d.ts

@@ -1,5 +0,5 @@

import { Prompt } from '../../../../types/Prompt';
import { NaturalExecutionTools } from '../../../NaturalExecutionTools';
import { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
import { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions';
import type { Prompt } from '../../../../types/Prompt';
import type { NaturalExecutionTools } from '../../../NaturalExecutionTools';
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
import type { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions';
/**

@@ -6,0 +6,0 @@ * Execution Tools for calling OpenAI API.

@@ -11,2 +11,7 @@ import { string_token } from '../../../.././types/typeAliases';

openAiApiKey: string_token;
/**
* A unique identifier representing your end-user, which can help OpenAI to monitor
* and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).
*/
user?: string_token;
}
{
"name": "@promptbook/remote-server",
"version": "0.10.0",
"version": "0.11.0",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.10.0"
"@promptbook/core": "0.11.0"
},

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

@@ -1,5 +0,5 @@

import { Prompt } from '../../../../types/Prompt';
import { NaturalExecutionTools } from '../../../NaturalExecutionTools';
import { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
import { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions';
import type { Prompt } from '../../../../types/Prompt';
import type { NaturalExecutionTools } from '../../../NaturalExecutionTools';
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
import type { OpenAiExecutionToolsOptions } from './OpenAiExecutionToolsOptions';
/**

@@ -6,0 +6,0 @@ * Execution Tools for calling OpenAI API.

@@ -11,2 +11,7 @@ import { string_token } from '../../../.././types/typeAliases';

openAiApiKey: string_token;
/**
* A unique identifier representing your end-user, which can help OpenAI to monitor
* and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).
*/
user?: string_token;
}
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