MCPcopy Index your code
hub / github.com/geekcomputers/Python / should_exit

Function should_exit

JARVIS/cli.py:15–16  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

13
14
15def should_exit(text):
16 return normalize_text(text) in {"exit", "quit", "bye", "cik", "çık", "stop jarvis", "kapat jarvis"}
17
18
19def wants_type_mode(text):

Callers 2

voice_loopFunction · 0.85
typed_loopFunction · 0.85

Calls 1

normalize_textFunction · 0.85

Tested by

no test coverage detected