Skip to content

Python SDK v6.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 12:07
d5d413b

Added

  • query on client.analytics gains the scores stream — the signal grain. A signal is scored occurrences carrying a signalId; analyze one via stream="scores" filtered by score.signalId (or broken down by signalId). Metrics: count, passRate, errorRate, or {avg|min|max|median} of the 0–1 score value. Breakdown by signalId/source or a trace dimension (model/provider/service/tool/tag) resolved through the score's trace. Score values/rates are returned raw (0–1).