Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve and analyze evaluation scores.
scores = client.scores.list( evaluation_id="eval_abc123", evaluator="triage_accuracy" ) for score in scores: print(f"Sample {score.sample_id}: {score.value}")