Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Mar 29, 2024
1 parent 21b42bb commit d9661af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/lib/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export type ComparisonResultRow = {
variants: {
variantId: string
variantName: string
output: {result: TypedValue}
output: {result: TypedValue; cost?: number; latency?: number}
evaluationId: string
evaluatorConfigs: {
evaluatorConfig: EvaluatorConfig
Expand Down

0 comments on commit d9661af

Please sign in to comment.