@promptbook/remote-client 0.104.0-5 → 0.104.0-7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.es.js CHANGED
@@ -20,7 +20,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
20
20
  * @generated
21
21
  * @see https://github.com/webgptorg/promptbook
22
22
  */
23
- const PROMPTBOOK_ENGINE_VERSION = '0.104.0-5';
23
+ const PROMPTBOOK_ENGINE_VERSION = '0.104.0-7';
24
24
  /**
25
25
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
26
26
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -4439,11 +4439,7 @@ const modelCommandParser = {
4439
4439
  // TODO: [🚜] DRY
4440
4440
  if ($taskJson.modelRequirements[command.key] !== undefined) {
4441
4441
  if ($taskJson.modelRequirements[command.key] === command.value) {
4442
- console.warn(`Multiple commands \`MODEL ${{
4443
- modelName: 'NAME',
4444
- modelVariant: 'VARIANT',
4445
- maxTokens: '???',
4446
- }[command.key]} ${command.value}\` in the task "${$taskJson.title || $taskJson.name}"`);
4442
+ console.warn(`Multiple commands \`MODEL ${command.key} ${command.value}\` in the task "${$taskJson.title || $taskJson.name}"`);
4447
4443
  // <- TODO: [🏮] Some standard way how to transform errors into warnings and how to handle non-critical fails during the tasks
4448
4444
  }
4449
4445
  else {