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