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

Function wants_normal_mode

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

Source from the content-addressed store, hash-verified

35
36
37def wants_normal_mode(text):
38 return normalize_text(text) in {"normal mode", "user mode", "exit developer mode"}
39
40
41def choose_best_candidate(candidates):

Callers 1

handle_commandFunction · 0.85

Calls 1

normalize_textFunction · 0.85

Tested by

no test coverage detected