(no commit message)

This commit is contained in:
2026-02-10 10:25:35 -08:00
parent 6db5ee3d0e
commit 36346cc21f
2 changed files with 5 additions and 5 deletions

View File

@@ -32,22 +32,22 @@
"title": "Reasoning", "title": "Reasoning",
"type": "string" "type": "string"
}, },
"sentiment": { "label": {
"__dspy_field_type": "output", "__dspy_field_type": "output",
"desc": "The sentiment: 'positive' or 'negative'", "desc": "The sentiment: 'positive' or 'negative'",
"enum": [ "enum": [
"positive", "positive",
"negative" "negative"
], ],
"prefix": "Sentiment:", "prefix": "Label:",
"title": "Sentiment", "title": "Label",
"type": "string" "type": "string"
} }
}, },
"required": [ "required": [
"content", "content",
"reasoning", "reasoning",
"sentiment" "label"
], ],
"title": "Sentiment", "title": "Sentiment",
"type": "object" "type": "object"

View File

@@ -18,7 +18,7 @@
"description": "Your step by step reasoning for the sentiment classification. Verbalize uncertainty." "description": "Your step by step reasoning for the sentiment classification. Verbalize uncertainty."
}, },
{ {
"prefix": "Sentiment:", "prefix": "Label:",
"description": "The sentiment: 'positive' or 'negative'" "description": "The sentiment: 'positive' or 'negative'"
} }
] ]