@promptbook/azure-openai
Advanced tools
Comparing version 0.69.0-7 to 0.69.0-8
@@ -9,3 +9,3 @@ import { OpenAIClient, AzureKeyCredential } from '@azure/openai'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.69.0-6'; | ||
var PROMPTBOOK_VERSION = '0.69.0-7'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -12,0 +12,0 @@ |
@@ -31,1 +31,4 @@ export type CreatePipelineExecutorSettings = { | ||
}; | ||
/** | ||
* TODO: [๐คนโโ๏ธ] More granular setting for limits of execution + better waiting for queue | ||
*/ |
import type { Promisable, ReadonlyDeep } from 'type-fest'; | ||
import type { CreatePipelineExecutorSettings } from './00-CreatePipelineExecutorSettings'; | ||
import type { PipelineJson } from '../../types/PipelineJson/PipelineJson'; | ||
@@ -8,2 +7,3 @@ import type { TaskProgress } from '../../types/TaskProgress'; | ||
import type { PipelineExecutorResult } from '../PipelineExecutorResult'; | ||
import type { CreatePipelineExecutorSettings } from './00-CreatePipelineExecutorSettings'; | ||
/** | ||
@@ -10,0 +10,0 @@ * @@@ |
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.69.0-7", | ||
"version": "0.69.0-8", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.69.0-7" | ||
"@promptbook/core": "0.69.0-8" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
633457
499
11998