MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / default_callback

Method default_callback

src/msa_service.py:1794–1796  ·  view source on GitHub ↗
(self, texts: List[str], recall_topk, userdata)

Source from the content-addressed store, hash-verified

1792 continue
1793
1794 def default_callback(self, texts: List[str], recall_topk, userdata):
1795 self.sync_rsp = (texts, recall_topk, userdata)
1796 self.sync_event.set()
1797
1798 def generate(self,
1799 prompts: Union[str, List[str]],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected