MCPcopy Create free account
hub / github.com/microsoft/Webwright / _post_url

Method _post_url

src/webwright/models/openrouter_model.py:160–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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] = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected