We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0aff4 commit c3c939fCopy full SHA for c3c939f
ldai/judge/evaluation_schema_builder.py
@@ -18,6 +18,8 @@ def build(evaluation_metric_keys: list[str]) -> Dict[str, Any]:
18
:return: Schema dictionary for structured output
19
"""
20
return {
21
+ 'title': 'EvaluationResponse',
22
+ 'description': f"Response containing evaluation results for {', '.join(evaluation_metric_keys)} metrics",
23
'type': 'object',
24
'properties': {
25
'evaluations': {
0 commit comments