(self, texts: List[str], recall_topk, userdata)
| 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]], |
nothing calls this directly
no outgoing calls
no test coverage detected