(self)
| 158 | return headers |
| 159 | |
| 160 | def _post_url(self) -> str: |
| 161 | return self.config.openrouter_endpoint |
| 162 | |
| 163 | def _build_payload(self, messages: list[dict[str, Any]]) -> dict[str, Any]: |
| 164 | payload: dict[str, Any] = { |
nothing calls this directly
no outgoing calls
no test coverage detected