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

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
0
Versions
272
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.68.0-4 to 0.68.0-5

2

esm/index.es.js

@@ -9,3 +9,3 @@ import { OpenAIClient, AzureKeyCredential } from '@azure/openai';

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

@@ -12,0 +12,0 @@

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

import type { AvailableModel } from '../execution/AvailableModel';
import type { CommonExecutionToolsOptions } from '../execution/CommonExecutionToolsOptions';
import type { EmbeddingVector } from '../execution/EmbeddingVector';

@@ -242,2 +243,3 @@ import type { ExecutionTools } from '../execution/ExecutionTools';

export type { AvailableModel };
export type { CommonExecutionToolsOptions };
export type { EmbeddingVector };

@@ -244,0 +246,0 @@ export type { ExecutionTools };

@@ -12,4 +12,1 @@ import type { PipelineBothCommandParser } from '../_common/types/CommandParser';

export declare const boilerplateCommandParser: PipelineBothCommandParser<BoilerplateCommand>;
/**
* TODO: !!!!!! Make .ptbk.md file with examples of the BOILERPLATE command and fail
*/

@@ -11,3 +11,11 @@ import type { PipelineTemplateCommandParser } from '../_common/types/CommandParser';

/**
* Note: [⛱] There are two types of KNOWLEDGE, ACTION and INSTRUMENT commands @@@!!!!!!
* Note: [⛱] There are two types of KNOWLEDGE, ACTION and INSTRUMENT commands:
* 1) There are commands `KNOWLEDGE`, `ACTION` and `INSTRUMENT` used in the pipeline head, they just define the knowledge, action or instrument as single line after the command
* - KNOWLEDGE Look at https://en.wikipedia.org/wiki/Artificial_intelligence
* 2) `KNOWLEDGE TEMPLATE` which has short form `KNOWLEDGE` is used in the template, does not refer the line itself, but the content of the template
* - KNOWLEDGE TEMPLATE
*
* ```
* Look at https://en.wikipedia.org/wiki/Artificial_intelligence
* ```
*/
/**
* @@@
*
* @private just abstract the common properties for the execution tools
* Note: Keep it public to allow people to make their own execution tools
*/

@@ -6,0 +6,0 @@ export type CommonExecutionToolsOptions = {

@@ -89,2 +89,3 @@ import type { ModelRequirements } from '../ModelRequirements';

/**
* TODO: [🛳] Default PERSONA for the pipeline `defaultPersonaName` (same as `defaultModelRequirements`)
* TODO: [🍙] Make some standard order of json properties

@@ -91,0 +92,0 @@ * TODO: [🧠] Maybe wrap all {parameterNames} in brackets for example { "resultingParameterName": "{foo}" }

{
"name": "@promptbook/azure-openai",
"version": "0.68.0-4",
"version": "0.68.0-5",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.68.0-4"
"@promptbook/core": "0.68.0-5"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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