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", "title": "Reply",
"type": "string" "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": { "quality": {
"__dspy_field_type": "output", "__dspy_field_type": "output",
"desc": "'good' if the reply adequately addresses the original, 'poor' otherwise.", "desc": "'good' if the reply adequately addresses the original, 'poor' otherwise.",
@@ -32,6 +39,7 @@
"required": [ "required": [
"original_email", "original_email",
"reply", "reply",
"reasoning",
"quality" "quality"
], ],
"title": "EnronReplyQualityJudgeSig", "title": "EnronReplyQualityJudgeSig",

View File

@@ -13,6 +13,10 @@
"prefix": "Reply:", "prefix": "Reply:",
"description": "The reply email body (may be truncated)." "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:", "prefix": "Quality:",
"description": "'good' if the reply adequately addresses the original, 'poor' otherwise." "description": "'good' if the reply adequately addresses the original, 'poor' otherwise."