Skip to content

Commit 4e3c8df

Browse files
authored
Merge pull request #104 from symblai/fix/callscore-type
Update CallScoreCriteria Score type to float64
2 parents a665910 + 0d07f42 commit 4e3c8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/async/v1/interfaces/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ type CallScoreResult struct {
467467
// CallScoreCriteria
468468
type CallScoreCriteria struct {
469469
Name string `json:"name"`
470-
Score string `json:"score"`
470+
Score float64 `json:"score"`
471471
Summary string `json:"summary"`
472472
Feedback CallScoreFeedback `json:"feedback"`
473473
}

0 commit comments

Comments
 (0)