@ls-stack/agent-eval 0.59.0 → 0.59.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.
package/dist/index.d.mts CHANGED
@@ -1941,15 +1941,15 @@ type ColumnKind = z$1.infer<typeof columnKindSchema>;
1941
1941
  declare const columnFormatSchema: z$1.ZodEnum<{
1942
1942
  number: "number";
1943
1943
  boolean: "boolean";
1944
+ duration: "duration";
1945
+ json: "json";
1944
1946
  file: "file";
1945
1947
  markdown: "markdown";
1946
- json: "json";
1947
1948
  image: "image";
1948
1949
  html: "html";
1949
1950
  pdf: "pdf";
1950
1951
  audio: "audio";
1951
1952
  video: "video";
1952
- duration: "duration";
1953
1953
  percent: "percent";
1954
1954
  passFail: "passFail";
1955
1955
  stars: "stars";
@@ -1968,15 +1968,15 @@ declare const columnDefSchema: z$1.ZodObject<{
1968
1968
  format: z$1.ZodOptional<z$1.ZodEnum<{
1969
1969
  number: "number";
1970
1970
  boolean: "boolean";
1971
+ duration: "duration";
1972
+ json: "json";
1971
1973
  file: "file";
1972
1974
  markdown: "markdown";
1973
- json: "json";
1974
1975
  image: "image";
1975
1976
  html: "html";
1976
1977
  pdf: "pdf";
1977
1978
  audio: "audio";
1978
1979
  video: "video";
1979
- duration: "duration";
1980
1980
  percent: "percent";
1981
1981
  passFail: "passFail";
1982
1982
  stars: "stars";
@@ -2022,8 +2022,8 @@ type CellValue = z$1.infer<typeof cellValueSchema>; //#endregion
2022
2022
  declare const traceAttributeDisplayFormatSchema: z$1.ZodEnum<{
2023
2023
  string: "string";
2024
2024
  number: "number";
2025
- json: "json";
2026
2025
  duration: "duration";
2026
+ json: "json";
2027
2027
  }>;
2028
2028
  /**
2029
2029
  * Formatting hint for trace attribute values rendered by the UI.
@@ -2047,8 +2047,8 @@ declare const traceAttributeDisplaySchema: z$1.ZodObject<{
2047
2047
  format: z$1.ZodOptional<z$1.ZodEnum<{
2048
2048
  string: "string";
2049
2049
  number: "number";
2050
- json: "json";
2051
2050
  duration: "duration";
2051
+ json: "json";
2052
2052
  }>>;
2053
2053
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
2054
2054
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -2083,8 +2083,8 @@ declare const traceDisplayConfigSchema: z$1.ZodObject<{
2083
2083
  format: z$1.ZodOptional<z$1.ZodEnum<{
2084
2084
  string: "string";
2085
2085
  number: "number";
2086
- json: "json";
2087
2086
  duration: "duration";
2087
+ json: "json";
2088
2088
  }>>;
2089
2089
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
2090
2090
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -2123,8 +2123,8 @@ declare const traceAttributeDisplayInputSchema: z$1.ZodObject<{
2123
2123
  format: z$1.ZodOptional<z$1.ZodEnum<{
2124
2124
  string: "string";
2125
2125
  number: "number";
2126
- json: "json";
2127
2126
  duration: "duration";
2127
+ json: "json";
2128
2128
  }>>;
2129
2129
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
2130
2130
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -2161,8 +2161,8 @@ declare const traceDisplayInputConfigSchema: z$1.ZodObject<{
2161
2161
  format: z$1.ZodOptional<z$1.ZodEnum<{
2162
2162
  string: "string";
2163
2163
  number: "number";
2164
- json: "json";
2165
2164
  duration: "duration";
2165
+ json: "json";
2166
2166
  }>>;
2167
2167
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
2168
2168
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -2326,15 +2326,15 @@ declare const evalStatItemSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
2326
2326
  format: z$1.ZodOptional<z$1.ZodEnum<{
2327
2327
  number: "number";
2328
2328
  boolean: "boolean";
2329
+ duration: "duration";
2330
+ json: "json";
2329
2331
  file: "file";
2330
2332
  markdown: "markdown";
2331
- json: "json";
2332
2333
  image: "image";
2333
2334
  html: "html";
2334
2335
  pdf: "pdf";
2335
2336
  audio: "audio";
2336
2337
  video: "video";
2337
- duration: "duration";
2338
2338
  percent: "percent";
2339
2339
  passFail: "passFail";
2340
2340
  stars: "stars";
@@ -2390,15 +2390,15 @@ declare const evalStatsConfigSchema: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1
2390
2390
  format: z$1.ZodOptional<z$1.ZodEnum<{
2391
2391
  number: "number";
2392
2392
  boolean: "boolean";
2393
+ duration: "duration";
2394
+ json: "json";
2393
2395
  file: "file";
2394
2396
  markdown: "markdown";
2395
- json: "json";
2396
2397
  image: "image";
2397
2398
  html: "html";
2398
2399
  pdf: "pdf";
2399
2400
  audio: "audio";
2400
2401
  video: "video";
2401
- duration: "duration";
2402
2402
  percent: "percent";
2403
2403
  passFail: "passFail";
2404
2404
  stars: "stars";
@@ -2436,15 +2436,15 @@ declare const evalSummarySchema$1: z$1.ZodObject<{
2436
2436
  format: z$1.ZodOptional<z$1.ZodEnum<{
2437
2437
  number: "number";
2438
2438
  boolean: "boolean";
2439
+ duration: "duration";
2440
+ json: "json";
2439
2441
  file: "file";
2440
2442
  markdown: "markdown";
2441
- json: "json";
2442
2443
  image: "image";
2443
2444
  html: "html";
2444
2445
  pdf: "pdf";
2445
2446
  audio: "audio";
2446
2447
  video: "video";
2447
- duration: "duration";
2448
2448
  percent: "percent";
2449
2449
  passFail: "passFail";
2450
2450
  stars: "stars";
@@ -2517,15 +2517,15 @@ declare const evalSummarySchema$1: z$1.ZodObject<{
2517
2517
  format: z$1.ZodOptional<z$1.ZodEnum<{
2518
2518
  number: "number";
2519
2519
  boolean: "boolean";
2520
+ duration: "duration";
2521
+ json: "json";
2520
2522
  file: "file";
2521
2523
  markdown: "markdown";
2522
- json: "json";
2523
2524
  image: "image";
2524
2525
  html: "html";
2525
2526
  pdf: "pdf";
2526
2527
  audio: "audio";
2527
2528
  video: "video";
2528
- duration: "duration";
2529
2529
  percent: "percent";
2530
2530
  passFail: "passFail";
2531
2531
  stars: "stars";
@@ -2558,8 +2558,8 @@ declare const evalSummarySchema$1: z$1.ZodObject<{
2558
2558
  }>;
2559
2559
  label: z$1.ZodOptional<z$1.ZodString>;
2560
2560
  color: z$1.ZodOptional<z$1.ZodEnum<{
2561
- success: "success";
2562
2561
  error: "error";
2562
+ success: "success";
2563
2563
  warning: "warning";
2564
2564
  accent: "accent";
2565
2565
  accentDim: "accentDim";
@@ -2582,8 +2582,8 @@ declare const evalSummarySchema$1: z$1.ZodObject<{
2582
2582
  }>;
2583
2583
  label: z$1.ZodOptional<z$1.ZodString>;
2584
2584
  color: z$1.ZodOptional<z$1.ZodEnum<{
2585
- success: "success";
2586
2585
  error: "error";
2586
+ success: "success";
2587
2587
  warning: "warning";
2588
2588
  accent: "accent";
2589
2589
  accentDim: "accentDim";
@@ -2748,15 +2748,15 @@ declare const caseRowSchema$1: z$1.ZodObject<{
2748
2748
  format: z$1.ZodOptional<z$1.ZodEnum<{
2749
2749
  number: "number";
2750
2750
  boolean: "boolean";
2751
+ duration: "duration";
2752
+ json: "json";
2751
2753
  file: "file";
2752
2754
  markdown: "markdown";
2753
- json: "json";
2754
2755
  image: "image";
2755
2756
  html: "html";
2756
2757
  pdf: "pdf";
2757
2758
  audio: "audio";
2758
2759
  video: "video";
2759
- duration: "duration";
2760
2760
  percent: "percent";
2761
2761
  passFail: "passFail";
2762
2762
  stars: "stars";
@@ -2894,8 +2894,8 @@ declare const scoreTraceSchema: z$1.ZodObject<{
2894
2894
  format: z$1.ZodOptional<z$1.ZodEnum<{
2895
2895
  string: "string";
2896
2896
  number: "number";
2897
- json: "json";
2898
2897
  duration: "duration";
2898
+ json: "json";
2899
2899
  }>>;
2900
2900
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
2901
2901
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -2997,8 +2997,8 @@ declare const caseDetailSchema$1: z$1.ZodObject<{
2997
2997
  format: z$1.ZodOptional<z$1.ZodEnum<{
2998
2998
  string: "string";
2999
2999
  number: "number";
3000
- json: "json";
3001
3000
  duration: "duration";
3001
+ json: "json";
3002
3002
  }>>;
3003
3003
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
3004
3004
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -3066,8 +3066,8 @@ declare const caseDetailSchema$1: z$1.ZodObject<{
3066
3066
  format: z$1.ZodOptional<z$1.ZodEnum<{
3067
3067
  string: "string";
3068
3068
  number: "number";
3069
- json: "json";
3070
3069
  duration: "duration";
3070
+ json: "json";
3071
3071
  }>>;
3072
3072
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
3073
3073
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -3126,15 +3126,15 @@ declare const caseDetailSchema$1: z$1.ZodObject<{
3126
3126
  format: z$1.ZodOptional<z$1.ZodEnum<{
3127
3127
  number: "number";
3128
3128
  boolean: "boolean";
3129
+ duration: "duration";
3130
+ json: "json";
3129
3131
  file: "file";
3130
3132
  markdown: "markdown";
3131
- json: "json";
3132
3133
  image: "image";
3133
3134
  html: "html";
3134
3135
  pdf: "pdf";
3135
3136
  audio: "audio";
3136
3137
  video: "video";
3137
- duration: "duration";
3138
3138
  percent: "percent";
3139
3139
  passFail: "passFail";
3140
3140
  stars: "stars";
@@ -3283,8 +3283,8 @@ type EvalChartAggregate = z$1.infer<typeof evalChartAggregateSchema>;
3283
3283
  * not emit raw hex so authored evals stay decoupled from the web theme.
3284
3284
  */
3285
3285
  declare const evalChartColorSchema: z$1.ZodEnum<{
3286
- success: "success";
3287
3286
  error: "error";
3287
+ success: "success";
3288
3288
  warning: "warning";
3289
3289
  accent: "accent";
3290
3290
  accentDim: "accentDim";
@@ -3312,8 +3312,8 @@ declare const evalChartMetricSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
3312
3312
  }>;
3313
3313
  label: z$1.ZodOptional<z$1.ZodString>;
3314
3314
  color: z$1.ZodOptional<z$1.ZodEnum<{
3315
- success: "success";
3316
3315
  error: "error";
3316
+ success: "success";
3317
3317
  warning: "warning";
3318
3318
  accent: "accent";
3319
3319
  accentDim: "accentDim";
@@ -3336,8 +3336,8 @@ declare const evalChartMetricSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
3336
3336
  }>;
3337
3337
  label: z$1.ZodOptional<z$1.ZodString>;
3338
3338
  color: z$1.ZodOptional<z$1.ZodEnum<{
3339
- success: "success";
3340
3339
  error: "error";
3340
+ success: "success";
3341
3341
  warning: "warning";
3342
3342
  accent: "accent";
3343
3343
  accentDim: "accentDim";
@@ -3395,8 +3395,8 @@ declare const evalChartConfigSchema: z$1.ZodObject<{
3395
3395
  }>;
3396
3396
  label: z$1.ZodOptional<z$1.ZodString>;
3397
3397
  color: z$1.ZodOptional<z$1.ZodEnum<{
3398
- success: "success";
3399
3398
  error: "error";
3399
+ success: "success";
3400
3400
  warning: "warning";
3401
3401
  accent: "accent";
3402
3402
  accentDim: "accentDim";
@@ -3419,8 +3419,8 @@ declare const evalChartConfigSchema: z$1.ZodObject<{
3419
3419
  }>;
3420
3420
  label: z$1.ZodOptional<z$1.ZodString>;
3421
3421
  color: z$1.ZodOptional<z$1.ZodEnum<{
3422
- success: "success";
3423
3422
  error: "error";
3423
+ success: "success";
3424
3424
  warning: "warning";
3425
3425
  accent: "accent";
3426
3426
  accentDim: "accentDim";
@@ -3485,8 +3485,8 @@ declare const evalChartsConfigSchema: z$1.ZodArray<z$1.ZodObject<{
3485
3485
  }>;
3486
3486
  label: z$1.ZodOptional<z$1.ZodString>;
3487
3487
  color: z$1.ZodOptional<z$1.ZodEnum<{
3488
- success: "success";
3489
3488
  error: "error";
3489
+ success: "success";
3490
3490
  warning: "warning";
3491
3491
  accent: "accent";
3492
3492
  accentDim: "accentDim";
@@ -3509,8 +3509,8 @@ declare const evalChartsConfigSchema: z$1.ZodArray<z$1.ZodObject<{
3509
3509
  }>;
3510
3510
  label: z$1.ZodOptional<z$1.ZodString>;
3511
3511
  color: z$1.ZodOptional<z$1.ZodEnum<{
3512
- success: "success";
3513
3512
  error: "error";
3513
+ success: "success";
3514
3514
  warning: "warning";
3515
3515
  accent: "accent";
3516
3516
  accentDim: "accentDim";
@@ -3808,8 +3808,8 @@ declare const llmCallMetricFormatSchema$1: z$1.ZodEnum<{
3808
3808
  string: "string";
3809
3809
  number: "number";
3810
3810
  boolean: "boolean";
3811
- json: "json";
3812
3811
  duration: "duration";
3812
+ json: "json";
3813
3813
  }>;
3814
3814
  /** Render format applied to an LLM-call metric value. */
3815
3815
  type LlmCallMetricFormat = z$1.infer<typeof llmCallMetricFormatSchema$1>;
@@ -3818,8 +3818,8 @@ declare const apiCallMetricFormatSchema$1: z$1.ZodEnum<{
3818
3818
  string: "string";
3819
3819
  number: "number";
3820
3820
  boolean: "boolean";
3821
- json: "json";
3822
3821
  duration: "duration";
3822
+ json: "json";
3823
3823
  }>;
3824
3824
  /** Render format applied to an API-call metric value. */
3825
3825
  type ApiCallMetricFormat = z$1.infer<typeof apiCallMetricFormatSchema$1>;
@@ -3888,8 +3888,8 @@ declare const llmCallMetricSchema: z$1.ZodObject<{
3888
3888
  string: "string";
3889
3889
  number: "number";
3890
3890
  boolean: "boolean";
3891
- json: "json";
3892
3891
  duration: "duration";
3892
+ json: "json";
3893
3893
  }>>;
3894
3894
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
3895
3895
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -3917,8 +3917,8 @@ declare const apiCallMetricSchema: z$1.ZodObject<{
3917
3917
  string: "string";
3918
3918
  number: "number";
3919
3919
  boolean: "boolean";
3920
- json: "json";
3921
3920
  duration: "duration";
3921
+ json: "json";
3922
3922
  }>>;
3923
3923
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
3924
3924
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -4031,8 +4031,8 @@ declare const llmCallsConfigSchema: z$1.ZodObject<{
4031
4031
  string: "string";
4032
4032
  number: "number";
4033
4033
  boolean: "boolean";
4034
- json: "json";
4035
4034
  duration: "duration";
4035
+ json: "json";
4036
4036
  }>>;
4037
4037
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
4038
4038
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -4067,8 +4067,8 @@ declare const apiCallsConfigSchema: z$1.ZodObject<{
4067
4067
  string: "string";
4068
4068
  number: "number";
4069
4069
  boolean: "boolean";
4070
- json: "json";
4071
4070
  duration: "duration";
4071
+ json: "json";
4072
4072
  }>>;
4073
4073
  numberFormat: z$1.ZodOptional<z$1.ZodType<NumberDisplayOptions, unknown, z$1.core.$ZodTypeInternals<NumberDisplayOptions, unknown>>>;
4074
4074
  placements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
@@ -4669,15 +4669,15 @@ declare const cacheRecordingOpSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
4669
4669
  format: z$1.ZodOptional<z$1.ZodEnum<{
4670
4670
  number: "number";
4671
4671
  boolean: "boolean";
4672
+ duration: "duration";
4673
+ json: "json";
4672
4674
  file: "file";
4673
4675
  markdown: "markdown";
4674
- json: "json";
4675
4676
  image: "image";
4676
4677
  html: "html";
4677
4678
  pdf: "pdf";
4678
4679
  audio: "audio";
4679
4680
  video: "video";
4680
- duration: "duration";
4681
4681
  percent: "percent";
4682
4682
  passFail: "passFail";
4683
4683
  stars: "stars";
@@ -4757,15 +4757,15 @@ declare const cacheRecordingSchema: z$1.ZodObject<{
4757
4757
  format: z$1.ZodOptional<z$1.ZodEnum<{
4758
4758
  number: "number";
4759
4759
  boolean: "boolean";
4760
+ duration: "duration";
4761
+ json: "json";
4760
4762
  file: "file";
4761
4763
  markdown: "markdown";
4762
- json: "json";
4763
4764
  image: "image";
4764
4765
  html: "html";
4765
4766
  pdf: "pdf";
4766
4767
  audio: "audio";
4767
4768
  video: "video";
4768
- duration: "duration";
4769
4769
  percent: "percent";
4770
4770
  passFail: "passFail";
4771
4771
  stars: "stars";
@@ -4858,15 +4858,15 @@ declare const cacheEntrySchema: z$1.ZodObject<{
4858
4858
  format: z$1.ZodOptional<z$1.ZodEnum<{
4859
4859
  number: "number";
4860
4860
  boolean: "boolean";
4861
+ duration: "duration";
4862
+ json: "json";
4861
4863
  file: "file";
4862
4864
  markdown: "markdown";
4863
- json: "json";
4864
4865
  image: "image";
4865
4866
  html: "html";
4866
4867
  pdf: "pdf";
4867
4868
  audio: "audio";
4868
4869
  video: "video";
4869
- duration: "duration";
4870
4870
  percent: "percent";
4871
4871
  passFail: "passFail";
4872
4872
  stars: "stars";
@@ -4976,15 +4976,15 @@ declare const cacheDebugKeyEntrySchema: z$1.ZodObject<{
4976
4976
  format: z$1.ZodOptional<z$1.ZodEnum<{
4977
4977
  number: "number";
4978
4978
  boolean: "boolean";
4979
+ duration: "duration";
4980
+ json: "json";
4979
4981
  file: "file";
4980
4982
  markdown: "markdown";
4981
- json: "json";
4982
4983
  image: "image";
4983
4984
  html: "html";
4984
4985
  pdf: "pdf";
4985
4986
  audio: "audio";
4986
4987
  video: "video";
4987
- duration: "duration";
4988
4988
  percent: "percent";
4989
4989
  passFail: "passFail";
4990
4990
  stars: "stars";
@@ -5083,15 +5083,15 @@ declare const cacheEntryWithDebugKeySchema$1: z$1.ZodObject<{
5083
5083
  format: z$1.ZodOptional<z$1.ZodEnum<{
5084
5084
  number: "number";
5085
5085
  boolean: "boolean";
5086
+ duration: "duration";
5087
+ json: "json";
5086
5088
  file: "file";
5087
5089
  markdown: "markdown";
5088
- json: "json";
5089
5090
  image: "image";
5090
5091
  html: "html";
5091
5092
  pdf: "pdf";
5092
5093
  audio: "audio";
5093
5094
  video: "video";
5094
- duration: "duration";
5095
5095
  percent: "percent";
5096
5096
  passFail: "passFail";
5097
5097
  stars: "stars";
@@ -5192,15 +5192,15 @@ declare const cacheEntryWithDebugKeySchema$1: z$1.ZodObject<{
5192
5192
  format: z$1.ZodOptional<z$1.ZodEnum<{
5193
5193
  number: "number";
5194
5194
  boolean: "boolean";
5195
+ duration: "duration";
5196
+ json: "json";
5195
5197
  file: "file";
5196
5198
  markdown: "markdown";
5197
- json: "json";
5198
5199
  image: "image";
5199
5200
  html: "html";
5200
5201
  pdf: "pdf";
5201
5202
  audio: "audio";
5202
5203
  video: "video";
5203
- duration: "duration";
5204
5204
  percent: "percent";
5205
5205
  passFail: "passFail";
5206
5206
  stars: "stars";
@@ -5299,15 +5299,15 @@ declare const cacheFileSchema: z$1.ZodObject<{
5299
5299
  format: z$1.ZodOptional<z$1.ZodEnum<{
5300
5300
  number: "number";
5301
5301
  boolean: "boolean";
5302
+ duration: "duration";
5303
+ json: "json";
5302
5304
  file: "file";
5303
5305
  markdown: "markdown";
5304
- json: "json";
5305
5306
  image: "image";
5306
5307
  html: "html";
5307
5308
  pdf: "pdf";
5308
5309
  audio: "audio";
5309
5310
  video: "video";
5310
- duration: "duration";
5311
5311
  percent: "percent";
5312
5312
  passFail: "passFail";
5313
5313
  stars: "stars";
@@ -5416,15 +5416,15 @@ declare const cacheDebugKeyFileSchema: z$1.ZodObject<{
5416
5416
  format: z$1.ZodOptional<z$1.ZodEnum<{
5417
5417
  number: "number";
5418
5418
  boolean: "boolean";
5419
+ duration: "duration";
5420
+ json: "json";
5419
5421
  file: "file";
5420
5422
  markdown: "markdown";
5421
- json: "json";
5422
5423
  image: "image";
5423
5424
  html: "html";
5424
5425
  pdf: "pdf";
5425
5426
  audio: "audio";
5426
5427
  video: "video";
5427
- duration: "duration";
5428
5428
  percent: "percent";
5429
5429
  passFail: "passFail";
5430
5430
  stars: "stars";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ls-stack/agent-eval",
3
- "version": "0.59.0",
3
+ "version": "0.59.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "agent-evals": "./dist/bin.mjs"