RunScoreKind
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe shape of the value a RunScore carries.
[JsonConverter(typeof(JsonStringEnumConverter<RunScoreKind>))]public enum RunScoreKindFields
Section titled “Fields”Binary = 1
A binary score: RunScore.Value is 0 (negative) or 1 (positive).
Numeric = 3
A 0-100 integer percentage score. Produced by the model-based judge.
Stars = 2
A star rating: RunScore.Value is between 1 and 5.
Remarks
Section titled “Remarks”Written as a name in JSON; stored as smallint in the database. The
numeric values are stable and must not change.