Skip to content

Commit

Permalink
add cost and latency in eval scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Mar 28, 2024
1 parent ccda053 commit 5b606e4
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 @@ -455,7 +455,7 @@ export interface _EvaluationScenario {
evaluation: _Evaluation
evaluators_configs: EvaluatorConfig[]
inputs: (TypedValue & {name: string})[]
outputs: {result: TypedValue}[]
outputs: {result: TypedValue; cost?: number; latency?: number}[]
correct_answer?: string
is_pinned?: boolean
note?: string
Expand Down

0 comments on commit 5b606e4

Please sign in to comment.