Dipanshu aswal
Results
1
issues of
Dipanshu aswal
## What does this PR do This PR fixes the typo of file chat_manager.py. ```diff - interface_assistant, response = self.handle_fucntion_request( + interface_assistant, response = self.handle_function_request(" ``` Fixes #200 ## Type...