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