server-inference push enron_email_type

This commit is contained in:
2026-05-03 19:24:36 -07:00
parent 2f9324cdc0
commit 6c9405dcdc
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
"title": "Body",
"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"
},
"email_type": {
"__dspy_field_type": "output",
"desc": "The email type \u2014 one of the six defined categories.",
@@ -36,6 +43,7 @@
"required": [
"subject",
"body",
"reasoning",
"email_type"
],
"title": "EnronEmailTypeJudgeSig",