(self, payload: dict[str, Any])
| 272 | return self._build_payload(messages) |
| 273 | |
| 274 | def _request_metrics_input(self, payload: dict[str, Any]) -> list[dict[str, Any]]: |
| 275 | raise NotImplementedError |
| 276 | |
| 277 | def _extract_text(self, payload: dict[str, Any]) -> str: |
| 278 | raise NotImplementedError |
no outgoing calls
no test coverage detected