MCPcopy Create free account
hub / github.com/aiming-lab/MDocAgent / predict

Method predict

agents/multi_agent_system.py:35–37  ·  view source on GitHub ↗

Implement the method in the subclass

(self, question, texts, images)

Source from the content-addressed store, hash-verified

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)

Callers 2

predict_datasetMethod · 0.95
sumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected