(no commit message)

This commit is contained in:
2026-01-19 13:55:24 -08:00
parent b7f546052a
commit a80d8a98ef
2 changed files with 13 additions and 1 deletions

View File

@@ -24,6 +24,13 @@
"title": "Response B",
"type": "string"
},
"reasoning": {
"__dspy_field_type": "output",
"desc": "Your reasoning for why you chose the better response",
"prefix": "Reasoning:",
"title": "Reasoning",
"type": "string"
},
"label": {
"__dspy_field_type": "output",
"desc": "Which response is better: 'A>B' or 'B>A'",
@@ -40,6 +47,7 @@
"question",
"response_A",
"response_B",
"reasoning",
"label"
],
"title": "JudgeSignature",