(no commit message)
This commit is contained in:
15
config.json
15
config.json
@@ -17,12 +17,15 @@
|
||||
"title": "Predicted Answer",
|
||||
"type": "string"
|
||||
},
|
||||
"ground_truth_answer": {
|
||||
"ground_truth_answers": {
|
||||
"__dspy_field_type": "input",
|
||||
"desc": "The ground truth answer to the question",
|
||||
"prefix": "Ground Truth Answer:",
|
||||
"title": "Ground Truth Answer",
|
||||
"type": "string"
|
||||
"desc": "The ground truth answers to the question",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"prefix": "Ground Truth Answers:",
|
||||
"title": "Ground Truth Answers",
|
||||
"type": "array"
|
||||
},
|
||||
"label": {
|
||||
"__dspy_field_type": "output",
|
||||
@@ -39,7 +42,7 @@
|
||||
"required": [
|
||||
"question",
|
||||
"predicted_answer",
|
||||
"ground_truth_answer",
|
||||
"ground_truth_answers",
|
||||
"label"
|
||||
],
|
||||
"title": "AudienceSig",
|
||||
|
||||
Reference in New Issue
Block a user