@promptbook/node 0.114.0-29 → 0.114.0-30

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.
@@ -6,5 +6,8 @@ import type { Usage } from '../../../../src/execution/Usage';
6
6
  export declare const DEFAULT_CODEX_COMPLETION_SHARE = 0.1;
7
7
  /**
8
8
  * Builds usage stats from Codex CLI output.
9
+ *
10
+ * The `modelName` is omitted when Codex ran without a model override, in which case only Codex knows which
11
+ * model it picked and the price can be estimated from the fallback pricing alone.
9
12
  */
10
- export declare function buildCodexUsageFromOutput(output: string, modelName: string): Usage;
13
+ export declare function buildCodexUsageFromOutput(output: string, modelName: string | undefined): Usage;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.114.0-28`).
18
+ * It follows semantic versioning (e.g., `0.114.0-29`).
19
19
  *
20
20
  * @generated
21
21
  */