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

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
0
Versions
359
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.67.1 to 0.67.2

esm/typings/src/errors/ExpectError.d.ts

2

esm/index.es.js

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

*/
var PROMPTBOOK_VERSION = '0.67.0';
var PROMPTBOOK_VERSION = '0.67.1';
// TODO: !!!! List here all the versions and annotate + put into script

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

@@ -17,3 +17,2 @@ declare const _default: ({

modelVariant: string;
modelName: string;
};

@@ -45,3 +44,2 @@ content: string;

modelVariant: string;
modelName: string;
};

@@ -48,0 +46,0 @@ content: string;

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

import { EnvironmentMismatchError } from '../errors/EnvironmentMismatchError';
import { ExpectError } from '../errors/ExpectError';
import { ERRORS } from '../errors/index';

@@ -103,2 +104,3 @@ import { LimitReachedError } from '../errors/LimitReachedError';

export { EnvironmentMismatchError };
export { ExpectError };
export { ERRORS };

@@ -105,0 +107,0 @@ export { LimitReachedError };

import { CollectionError } from './CollectionError';
import { EnvironmentMismatchError } from './EnvironmentMismatchError';
import { ExpectError } from './ExpectError';
import { LimitReachedError } from './LimitReachedError';

@@ -17,2 +18,3 @@ import { NotFoundError } from './NotFoundError';

export declare const ERRORS: {
readonly ExpectError: typeof ExpectError;
readonly CollectionError: typeof CollectionError;

@@ -19,0 +21,0 @@ readonly EnvironmentMismatchError: typeof EnvironmentMismatchError;

@@ -17,2 +17,4 @@ import type { PipelineJson } from '../types/PipelineJson/PipelineJson';

* TODO: [🛠] Actions, instruments (and maybe knowledge) => Functions and tools
* TODO: [🧠][♏] Maybe if expecting JSON (In Anthropic Claude and other models without non-json) and its not specified in prompt content, append the instructions
* @see https://docs.anthropic.com/en/docs/test-and-evaluate/strengthen-guardrails/increase-consistency#specify-the-desired-output-format
*/
{
"name": "@promptbook/azure-openai",
"version": "0.67.1",
"version": "0.67.2",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.67.1"
"@promptbook/core": "0.67.2"
},

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

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

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