Created
March 31, 2025 17:32
-
-
Save benrules2/a09d2a995a837be41575f34fe7079191 to your computer and use it in GitHub Desktop.
smarthome bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv) beneagan@Bens-MacBook-Pro-2 voiceharness % python process_request.py | |
/Users/beneagan/projects/voiceharness/.venv/lib/python3.9/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 | |
warnings.warn( | |
Chatbot is ready! Type 'exit' to quit. | |
You: turn off basement lights | |
0:I will first list the devices in the basement. Then, I will turn off the basement lights. | |
Traceback (most recent call last): | |
File "/Users/beneagan/projects/voiceharness/process_request.py", line 171, in <module> | |
chatbot.process_user_interaction(message = user_input, streaming_callback = streaming_callback) | |
File "/Users/beneagan/projects/voiceharness/process_request.py", line 82, in process_user_interaction | |
self.handle_tool_calls(tool_calls, tool_plan, streaming_callback) | |
File "/Users/beneagan/projects/voiceharness/process_request.py", line 100, in handle_tool_calls | |
tool_result = self.actions[tool.function.name]() |
Author
benrules2
commented
Mar 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment