Files
services/sentiment/examples.json
Dominic Wong 5c998951a1 run check bool
2021-09-09 13:56:52 +01:00

14 lines
281 B
JSON

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