YuHun-System-v2.5 / modules /EchoProcessor.py
Famwin's picture
Upload 4 files
70dd8d6 verified
Raw
History Blame Contribute Delete
309 Bytes
def generate_echo_response(user_input, mode):
if mode == "Reflective":
return f"(Echo 回聲:反思你的語句「{user_input}」)"
elif mode == "Resonant":
return f"(Echo 共鳴:深感你的語氣餘震)"
else:
return f"(Echo 標準回應:{user_input})"