SerenAI

Pay Per Call Agentic Commerce

EvalMatrixEntry

Properties

PropertyTypeRequiredDescription
score number Yes
signal_count integer Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "score",
    "signal_count"
  ],
  "properties": {
    "score": {
      "type": "number",
      "format": "double"
    },
    "signal_count": {
      "type": "integer",
      "format": "int64"
    }
  }
}