daveshap / OpenAI_Agent_Swarm

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"
MIT License
2.95k stars 381 forks source link

fix: the typo of chat_manager.py file #204

Open dipanshu-create opened 6 months ago

dipanshu-create commented 6 months ago

What does this PR do

This PR fixes the typo of file chat_manager.py.

- interface_assistant, response = self.handle_fucntion_request(
+ interface_assistant, response = self.handle_function_request("

Fixes #200

Type of change