@ls-stack/agent-eval 0.45.0 → 0.45.2
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.
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap"
|
|
26
26
|
rel="stylesheet"
|
|
27
27
|
/>
|
|
28
|
-
<script type="module" crossorigin src="/assets/index-
|
|
28
|
+
<script type="module" crossorigin src="/assets/index-BJX1ESNi.js"></script>
|
|
29
29
|
<link rel="stylesheet" crossorigin href="/assets/index-BU3IqUso.css">
|
|
30
30
|
</head>
|
|
31
31
|
<body>
|
package/dist/index.d.mts
CHANGED
|
@@ -3220,8 +3220,8 @@ type TrialSelectionMode = z$1.infer<typeof trialSelectionModeSchema>;
|
|
|
3220
3220
|
/** Built-in eval-level output/column keys. */
|
|
3221
3221
|
/** Removal config for built-in eval-level outputs and UI metadata. */
|
|
3222
3222
|
declare const removeDefaultConfigSchema: z$1.ZodUnion<readonly [z$1.ZodLiteral<true>, z$1.ZodArray<z$1.ZodEnum<{
|
|
3223
|
-
costUsd: "costUsd";
|
|
3224
3223
|
apiCalls: "apiCalls";
|
|
3224
|
+
costUsd: "costUsd";
|
|
3225
3225
|
llmTurns: "llmTurns";
|
|
3226
3226
|
inputTokens: "inputTokens";
|
|
3227
3227
|
outputTokens: "outputTokens";
|