(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",
"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"