(no commit message)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user