-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor/get_response_v2_converse_session #68
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #68 +/- ##
==========================================
- Coverage 58.17% 57.67% -0.50%
==========================================
Files 34 34
Lines 3266 3301 +35
==========================================
+ Hits 1900 1904 +4
- Misses 1366 1397 +31
☔ View full report in Codecov by Sentry. |
get_response tests from neon-utils might be applicable here https://github.com/NeonGeckoCom/neon-utils/blob/dev/tests/neon_skill_tests.py#L318-L806 |
24a6bf4
to
fb15069
Compare
7b73c8b
to
d8a439d
Compare
make get_response event based companion PR to ovos-core/pull/160 handle min alpha version of 0.0.8 move to proper base class make it safe for multiple simultaneous sessions
d8a439d
to
c2e1cc1
Compare
make get_response event based
companion PR to OpenVoiceOS/ovos-core#160