mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
14 lines
281 B
JSON
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
|
|
}
|
|
}]
|
|
}
|