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

Method format_message

src/webwright/__init__.py:39–39  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

37 def query(self, messages: list[dict[str, Any]], **kwargs) -> dict[str, Any]: ...
38
39 def format_message(self, **kwargs) -> dict[str, Any]: ...
40
41 def format_observation_messages(
42 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected