Metadata-Version: 2.4
Name: ovos_solver_failure_plugin
Version: 0.0.5a2
Summary: A question solver plugin for ovos/neon/mycroft
Author-email: JarbasAi <jarbasai@mailfence.com>
License: MIT
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-solver-failure-plugin
Keywords: ovos,plugin,utterance,fallback,query
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager<3.0.0,>=0.0.26
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> FailureBbot
 
Extreme fallback, just complains it does not have a brain

## Usage

Spoken answers api

```python
from ovos_solver_failure_plugin import FailureSolver

d = FailureSolver()
sentence = d.spoken_answer("hello")
print(sentence)
# 404 brain not found
```
