@promptbook/azure-openai
Advanced tools
Comparing version 0.67.1 to 0.67.2
@@ -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
615247
11354