(self, payload: dict[str, Any])
| 275 | raise NotImplementedError |
| 276 | |
| 277 | def _extract_text(self, payload: dict[str, Any]) -> str: |
| 278 | raise NotImplementedError |
| 279 | |
| 280 | def _usage_metrics_from_payload(self, payload: dict[str, Any]) -> dict[str, int]: |
| 281 | raise NotImplementedError |
no outgoing calls
no test coverage detected