(self)
| 263 | raise NotImplementedError |
| 264 | |
| 265 | def _post_url(self) -> str: |
| 266 | raise NotImplementedError |
| 267 | |
| 268 | def _build_payload(self, messages: list[dict[str, Any]]) -> dict[str, Any]: |
| 269 | raise NotImplementedError |
no outgoing calls
no test coverage detected