diff --git a/config.json b/config.json index 3cac023..653c931 100644 --- a/config.json +++ b/config.json @@ -32,22 +32,22 @@ "title": "Reasoning", "type": "string" }, - "sentiment": { + "label": { "__dspy_field_type": "output", "desc": "The sentiment: 'positive' or 'negative'", "enum": [ "positive", "negative" ], - "prefix": "Sentiment:", - "title": "Sentiment", + "prefix": "Label:", + "title": "Label", "type": "string" } }, "required": [ "content", "reasoning", - "sentiment" + "label" ], "title": "Sentiment", "type": "object" diff --git a/program.json b/program.json index 4108e15..0dce119 100644 --- a/program.json +++ b/program.json @@ -18,7 +18,7 @@ "description": "Your step by step reasoning for the sentiment classification. Verbalize uncertainty." }, { - "prefix": "Sentiment:", + "prefix": "Label:", "description": "The sentiment: 'positive' or 'negative'" } ]