server-inference push enron_reply_quality

This commit is contained in:
2026-05-03 19:24:58 -07:00
parent 7148c31211
commit b584a183cf
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
"title": "Reply",
"type": "string"
},
"reasoning": {
"__dspy_field_type": "output",
"desc": "Step-by-step reasoning, including uncertainty, ambiguity, or uncertainty in your thought process when relevant.",
"prefix": "Reasoning:",
"title": "Reasoning",
"type": "string"
},
"quality": {
"__dspy_field_type": "output",
"desc": "'good' if the reply adequately addresses the original, 'poor' otherwise.",
@@ -32,6 +39,7 @@
"required": [
"original_email",
"reply",
"reasoning",
"quality"
],
"title": "EnronReplyQualityJudgeSig",

View File

@@ -13,6 +13,10 @@
"prefix": "Reply:",
"description": "The reply email body (may be truncated)."
},
{
"prefix": "Reasoning:",
"description": "Step-by-step reasoning, including uncertainty, ambiguity, or uncertainty in your thought process when relevant."
},
{
"prefix": "Quality:",
"description": "'good' if the reply adequately addresses the original, 'poor' otherwise."