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

Function handle_and_say

JARVIS/cli.py:92–96  ·  view source on GitHub ↗
(user_input)

Source from the content-addressed store, hash-verified

90
91
92def handle_and_say(user_input):
93 try:
94 say(handle_command(user_input))
95 except Exception as exc:
96 say(f"I could not complete that: {exc}")
97
98
99def voice_loop():

Callers 2

voice_loopFunction · 0.85
typed_loopFunction · 0.85

Calls 2

sayFunction · 0.85
handle_commandFunction · 0.85

Tested by

no test coverage detected