server-inference push enron_reply_quality
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user