Skip to content

Commit

Permalink
updated EvaluationResult to add positive vote type
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Jan 17, 2024
1 parent 26c82fa commit 6a44b6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agenta-web/src/lib/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ export interface EvaluationResult {
number_of_votes: number
percentage: number
}
positive_votes: {
number_of_votes: number
percentage: number
}
variants: string[]
variant_names: string[]
variants_votes_data: {
Expand Down

0 comments on commit 6a44b6f

Please sign in to comment.