Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
456
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.19.4 to 0.19.5

6

esm/typings/conversion/parseCommand.test.d.ts
export {};
/**
* TODO: [🧠] Probbably change syntax USE -> MODEL
* TODO: !!!! Allow to use other models
* TODO: !!!! Allow to skip segments SKIP IF {foo} NOT DEFINED
* TODO: !!! Allow to EXPECT 3 words
*/

3

esm/typings/conversion/promptTemplatePipelineStringToJson.d.ts

@@ -12,2 +12,5 @@ import { PromptTemplatePipelineJson } from '../types/PromptTemplatePipelineJson/PromptTemplatePipelineJson';

* TODO: Use spaceTrim more effectively
* TODO: !!!! Parameter flags - isInput, isOutput, isInternal, isBeforePostprocessing, isBeforeFinal, canonicalName
* TODO: !!!! Allow to have non-immutable parameters - suffix them with fooPrevious3 -> fooPrevious2 -> fooPrevious1 -> foo
* This must work with other technial parameters
*/

@@ -25,4 +25,5 @@ import type { Prompt } from '../../../../types/Prompt';

/**
* TODO: !!!! Allow to use other models - List all from openai
* TODO: Maybe Create some common util for gptChat and gptComplete
* TODO: Maybe make custom OpenaiError
*/

4

package.json
{
"name": "@promptbook/remote-client",
"version": "0.19.4",
"version": "0.19.5",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.19.4"
"@promptbook/core": "0.19.5"
},

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

export {};
/**
* TODO: [🧠] Probbably change syntax USE -> MODEL
* TODO: !!!! Allow to use other models
* TODO: !!!! Allow to skip segments SKIP IF {foo} NOT DEFINED
* TODO: !!! Allow to EXPECT 3 words
*/

@@ -12,2 +12,5 @@ import { PromptTemplatePipelineJson } from '../types/PromptTemplatePipelineJson/PromptTemplatePipelineJson';

* TODO: Use spaceTrim more effectively
* TODO: !!!! Parameter flags - isInput, isOutput, isInternal, isBeforePostprocessing, isBeforeFinal, canonicalName
* TODO: !!!! Allow to have non-immutable parameters - suffix them with fooPrevious3 -> fooPrevious2 -> fooPrevious1 -> foo
* This must work with other technial parameters
*/

@@ -25,4 +25,5 @@ import type { Prompt } from '../../../../types/Prompt';

/**
* TODO: !!!! Allow to use other models - List all from openai
* TODO: Maybe Create some common util for gptChat and gptComplete
* TODO: Maybe make custom OpenaiError
*/
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