Skip to content

Commit 3c0fcdb

Browse files
agent simulation: merge accuracy_score and experience_score into overall_score (#1800)
* agent simulation: merge accuracy_score and experience_score into overall_score Both composites were weighted means over disjoint member sets with no consumer comparing one against the other. One weighted mean over the union of members replaces them on JobMetrics and RunMetrics; the old field numbers and names are reserved. * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4905c8 commit 3c0fcdb

4 files changed

Lines changed: 304 additions & 315 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"github.com/livekit/protocol": patch
3+
"@livekit/protocol": patch
4+
---
5+
6+
agent simulation: merge `accuracy_score` and `experience_score` into a single `overall_score` on `SimulationRun.JobMetrics` and `SimulationRun.RunMetrics`; the old field numbers and names are reserved.

livekit/livekit_agent_simulation.pb.go

Lines changed: 44 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)