@promptbook/core 0.53.0 → 0.54.1

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.
@@ -1,5 +1,6 @@
1
1
  import type { PromptResult } from '../../execution/PromptResult';
2
2
  import type { Prompt } from '../Prompt';
3
+ import type { string_markdown_text } from '../typeAliases';
3
4
  import type { string_promptbook_url } from '../typeAliases';
4
5
  import type { string_version } from '../typeAliases';
5
6
  /**
@@ -32,7 +33,7 @@ export type ExecutionReportJson = {
32
33
  /**
33
34
  * Description of the promptbook which was executed
34
35
  */
35
- readonly description?: string;
36
+ readonly description?: string_markdown_text;
36
37
  /**
37
38
  * Sequence of prompt templates in order which were executed
38
39
  */