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

Method _raw_response_log_path

src/webwright/models/base.py:365–368  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 )
364
365 def _raw_response_log_path(self) -> Path | None:
366 if self.config.error_log_path is None:
367 return None
368 return self.config.error_log_path.parent / "raw_responses.jsonl"
369
370 def format_message(self, **kwargs) -> dict[str, Any]:
371 role = kwargs["role"]

Callers 2

_query_asyncMethod · 0.95
_complete_text_asyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected