@promptbook/azure-openai
Advanced tools
Comparing version 0.69.0-2 to 0.69.0-4
@@ -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
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
629624
495
11731