From 6c9405dcdc5124221f96860e9d08221d14ad48f6 Mon Sep 17 00:00:00 2001 From: Tyrin Todd Date: Sun, 3 May 2026 19:24:36 -0700 Subject: [PATCH] server-inference push enron_email_type --- config.json | 8 ++++++++ program.json | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/config.json b/config.json index 39f57fd..887e4d5 100644 --- a/config.json +++ b/config.json @@ -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", diff --git a/program.json b/program.json index c0032dc..ea381ce 100644 --- a/program.json +++ b/program.json @@ -13,6 +13,10 @@ "prefix": "Body:", "description": "The email body text (may be truncated)." }, + { + "prefix": "Reasoning:", + "description": "Step-by-step reasoning, including uncertainty, ambiguity, or uncertainty in your thought process when relevant." + }, { "prefix": "Email Type:", "description": "The email type \u2014 one of the six defined categories."