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

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
1
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/azure-openai - npm Package Compare versions

Comparing version 0.54.0 to 0.54.1

3

esm/typings/types/execution-report/ExecutionReportJson.d.ts
import type { PromptResult } from '../../execution/PromptResult';
import type { Prompt } from '../Prompt';
import type { string_markdown_text } from '../typeAliases';
import type { string_promptbook_url } from '../typeAliases';

@@ -35,3 +36,3 @@ import type { string_version } from '../typeAliases';

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -38,0 +39,0 @@ * Sequence of prompt templates in order which were executed

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

import type { string_markdown_text } from '../typeAliases';
import type { string_promptbook_url } from '../typeAliases';

@@ -26,3 +27,3 @@ import type { string_version } from '../typeAliases';

*/
readonly title: string;
readonly title: string_markdown_text;
/**

@@ -36,3 +37,3 @@ * Version of the .ptbk.json file

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -39,0 +40,0 @@ * Set of variables that are used across the pipeline

@@ -6,2 +6,3 @@ import type { ExpectFormatCommand } from '../Command';

import type { number_integer } from '../typeAliases';
import type { string_markdown_text } from '../typeAliases';
import type { number_positive_or_zero } from '../typeAliases';

@@ -96,3 +97,3 @@ import type { string_javascript } from '../typeAliases';

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -99,0 +100,0 @@ * List of parameter names that are used in the prompt template and must be defined before the prompt template is executed

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

import type { string_markdown_text } from '../typeAliases';
import type { string_name } from '../typeAliases';

@@ -24,3 +25,3 @@ /**

*/
readonly description?: string;
readonly description?: string_markdown_text;
};
{
"name": "@promptbook/azure-openai",
"version": "0.54.0",
"version": "0.54.1",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.54.0"
"@promptbook/core": "0.54.1"
},

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

@@ -617,3 +617,3 @@ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook

### 🃏 Jokers
### 🃏 Jokers (conditions)

@@ -620,0 +620,0 @@ Joker is a previously defined parameter that is used to bypass some parts of the pipeline.

import type { PromptResult } from '../../execution/PromptResult';
import type { Prompt } from '../Prompt';
import type { string_markdown_text } from '../typeAliases';
import type { string_promptbook_url } from '../typeAliases';

@@ -35,3 +36,3 @@ import type { string_version } from '../typeAliases';

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -38,0 +39,0 @@ * Sequence of prompt templates in order which were executed

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

import type { string_markdown_text } from '../typeAliases';
import type { string_promptbook_url } from '../typeAliases';

@@ -26,3 +27,3 @@ import type { string_version } from '../typeAliases';

*/
readonly title: string;
readonly title: string_markdown_text;
/**

@@ -36,3 +37,3 @@ * Version of the .ptbk.json file

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -39,0 +40,0 @@ * Set of variables that are used across the pipeline

@@ -6,2 +6,3 @@ import type { ExpectFormatCommand } from '../Command';

import type { number_integer } from '../typeAliases';
import type { string_markdown_text } from '../typeAliases';
import type { number_positive_or_zero } from '../typeAliases';

@@ -96,3 +97,3 @@ import type { string_javascript } from '../typeAliases';

*/
readonly description?: string;
readonly description?: string_markdown_text;
/**

@@ -99,0 +100,0 @@ * List of parameter names that are used in the prompt template and must be defined before the prompt template is executed

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

import type { string_markdown_text } from '../typeAliases';
import type { string_name } from '../typeAliases';

@@ -24,3 +25,3 @@ /**

*/
readonly description?: string;
readonly description?: string_markdown_text;
};
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