@promptbook/azure-openai
Advanced tools
Comparing version 0.54.0 to 0.54.1
import type { PromptResult } from '../../execution/PromptResult'; | ||
import type { Prompt } from '../Prompt'; | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_promptbook_url } from '../typeAliases'; | ||
@@ -35,3 +36,3 @@ import type { string_version } from '../typeAliases'; | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -38,0 +39,0 @@ * Sequence of prompt templates in order which were executed |
@@ -0,1 +1,2 @@ | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_promptbook_url } from '../typeAliases'; | ||
@@ -26,3 +27,3 @@ import type { string_version } from '../typeAliases'; | ||
*/ | ||
readonly title: string; | ||
readonly title: string_markdown_text; | ||
/** | ||
@@ -36,3 +37,3 @@ * Version of the .ptbk.json file | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -39,0 +40,0 @@ * Set of variables that are used across the pipeline |
@@ -6,2 +6,3 @@ import type { ExpectFormatCommand } from '../Command'; | ||
import type { number_integer } from '../typeAliases'; | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { number_positive_or_zero } from '../typeAliases'; | ||
@@ -96,3 +97,3 @@ import type { string_javascript } from '../typeAliases'; | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -99,0 +100,0 @@ * List of parameter names that are used in the prompt template and must be defined before the prompt template is executed |
@@ -0,1 +1,2 @@ | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_name } from '../typeAliases'; | ||
@@ -24,3 +25,3 @@ /** | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
}; |
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.54.0", | ||
"version": "0.54.1", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.54.0" | ||
"@promptbook/core": "0.54.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -617,3 +617,3 @@ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook | ||
### 🃏 Jokers | ||
### 🃏 Jokers (conditions) | ||
@@ -620,0 +620,0 @@ Joker is a previously defined parameter that is used to bypass some parts of the pipeline. |
import type { PromptResult } from '../../execution/PromptResult'; | ||
import type { Prompt } from '../Prompt'; | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_promptbook_url } from '../typeAliases'; | ||
@@ -35,3 +36,3 @@ import type { string_version } from '../typeAliases'; | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -38,0 +39,0 @@ * Sequence of prompt templates in order which were executed |
@@ -0,1 +1,2 @@ | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_promptbook_url } from '../typeAliases'; | ||
@@ -26,3 +27,3 @@ import type { string_version } from '../typeAliases'; | ||
*/ | ||
readonly title: string; | ||
readonly title: string_markdown_text; | ||
/** | ||
@@ -36,3 +37,3 @@ * Version of the .ptbk.json file | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -39,0 +40,0 @@ * Set of variables that are used across the pipeline |
@@ -6,2 +6,3 @@ import type { ExpectFormatCommand } from '../Command'; | ||
import type { number_integer } from '../typeAliases'; | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { number_positive_or_zero } from '../typeAliases'; | ||
@@ -96,3 +97,3 @@ import type { string_javascript } from '../typeAliases'; | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
/** | ||
@@ -99,0 +100,0 @@ * List of parameter names that are used in the prompt template and must be defined before the prompt template is executed |
@@ -0,1 +1,2 @@ | ||
import type { string_markdown_text } from '../typeAliases'; | ||
import type { string_name } from '../typeAliases'; | ||
@@ -24,3 +25,3 @@ /** | ||
*/ | ||
readonly description?: string; | ||
readonly description?: string_markdown_text; | ||
}; |
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
517157
8825