Files
services/sentiment/examples.json
2021-06-02 11:57:47 +01:00

13 lines
254 B
JSON

{
"analyze": [{
"title": "Analyze a piece of text",
"description": "Analyze and score a piece of text",
"request": {
"text": "this is amazing"
},
"response": {
"score": 1
}
}]
}