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.69.0-2 to 0.69.0-4

esm/typings/src/execution/createPipelineExecutor/createPipelineExecutor.d.ts

3

esm/index.es.js

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

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

@@ -745,2 +745,3 @@

'currentDate',
// <- TODO: !!!!! list here all command names
// <- TODO: Add more like 'date', 'modelName',...

@@ -747,0 +748,0 @@ // <- TODO: Add [emoji] + instructions ACRY when adding new reserved parameter

@@ -41,3 +41,3 @@ import { PROMPTBOOK_VERSION } from '../version';

import { assertsExecutionSuccessful } from '../execution/assertsExecutionSuccessful';
import { createPipelineExecutor } from '../execution/createPipelineExecutor';
import { createPipelineExecutor } from '../execution/createPipelineExecutor/createPipelineExecutor';
import { embeddingVectorToString } from '../execution/embeddingVectorToString';

@@ -44,0 +44,0 @@ import { ZERO_USAGE } from '../execution/utils/addUsage';

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

import type { CommonExecutionToolsOptions } from '../execution/CommonExecutionToolsOptions';
import type { CreatePipelineExecutorOptions } from '../execution/createPipelineExecutor/CreatePipelineExecutorOptions';
import type { CreatePipelineExecutorSettings } from '../execution/createPipelineExecutor/CreatePipelineExecutorSettings';
import type { EmbeddingVector } from '../execution/EmbeddingVector';

@@ -246,2 +248,4 @@ import type { ExecutionTools } from '../execution/ExecutionTools';

export type { CommonExecutionToolsOptions };
export type { CreatePipelineExecutorOptions };
export type { CreatePipelineExecutorSettings };
export type { EmbeddingVector };

@@ -248,0 +252,0 @@ export type { ExecutionTools };

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

import type { ReadonlyDeep } from 'type-fest';
import type { TemplateJson } from '../../types/PipelineJson/TemplateJson';

@@ -11,5 +12,5 @@ import type { string_parameter_name } from '../../types/typeAliases';

*/
export declare function extractParameterNamesFromTemplate(template: Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>): Set<string_parameter_name>;
export declare function extractParameterNamesFromTemplate(template: ReadonlyDeep<Pick<TemplateJson, 'title' | 'description' | 'templateType' | 'content' | 'preparedContent' | 'jokerParameterNames' | 'foreach'>>): Set<string_parameter_name>;
/**
* TODO: [🔣] If script require contentLanguage
*/
{
"name": "@promptbook/azure-openai",
"version": "0.69.0-2",
"version": "0.69.0-4",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.69.0-2"
"@promptbook/core": "0.69.0-4"
},

@@ -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