Implement the method in the subclass
(self, question, texts, images)
| 33 | self.agents.append(agent) |
| 34 | |
| 35 | def predict(self, question, texts, images): |
| 36 | '''Implement the method in the subclass''' |
| 37 | pass |
| 38 | |
| 39 | def sum(self, sum_question): |
| 40 | ans, all_messages = self.sum_agent.predict(sum_question) |
no outgoing calls
no test coverage detected