Create a grader/evaluator. Current public evaluator types are llm, human, and code; legacy human-specific types remain readable for older evaluators. New clients should use the flat config fields (score_config, passing_conditions, llm_config, code_config) instead of relying on legacy configurations.
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Organization-scoped evaluator slug.
Optional pre-built evaluator template.
Score configuration. For numerical/percentage scores, use min_score and max_score. For select scores, use choices.
Legacy user-facing configuration object. New clients should prefer llm_config, code_config, score_config, and passing_conditions.
Organization-scoped evaluator slug.
Optional pre-built evaluator template.
Score configuration. For numerical/percentage scores, use min_score and max_score. For select scores, use choices.
Legacy user-facing configuration object. New clients should prefer llm_config, code_config, score_config, and passing_conditions.