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

16 lines
508 B
JSON

{
"question": [{
"title": "Ask a question",
"description": "Ask a question and get an instant answer",
"run_check": true,
"request": {
"query": "google"
},
"response": {
"answer": "Google An American multinational technology company that specializes in Internet-related services...",
"url": "https://en.wikipedia.org/wiki/Google_(disambiguation)",
"image": "https://duckduckgo.com/i/8f85c93f.png"
}
}]
}