(cls, query, entity)
| 319 | |
| 320 | @classmethod |
| 321 | def format_answer(cls, query, entity): |
| 322 | return f" - {query}".replace("@placeholder", entity) |
| 323 | |
| 324 | def doc_to_target(self, doc): |
| 325 | # We only output the first correct entity in a doc |
no outgoing calls
no test coverage detected