ABVM commited on
Commit
31d8082
·
verified ·
1 Parent(s): 874609b

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -131,7 +131,7 @@ class MultyAgentSystem:
131
  )
132
 
133
  def __call__(self, question, **kwargs):
134
- # You could add logic here to pass images or files when needed
135
  return self.manager_agent(question, **kwargs)
136
 
137
 
 
131
  )
132
 
133
  def __call__(self, question, **kwargs):
134
+
135
  return self.manager_agent(question, **kwargs)
136
 
137