MCPcopy Index your code
hub / github.com/microsoft/Webwright / query

Method query

src/webwright/models/base.py:572–573  ·  view source on GitHub ↗
(self, messages: list[dict[str, Any]], **kwargs)

Source from the content-addressed store, hash-verified

570 return run_async(self._complete_text_async(messages, **kwargs))
571
572 def query(self, messages: list[dict[str, Any]], **kwargs) -> dict[str, Any]:
573 return run_async(self._query_async(messages))
574
575 def serialize(self) -> dict[str, Any]:
576 config_dump = self.config.model_dump(mode="json")

Callers

nothing calls this directly

Calls 2

_query_asyncMethod · 0.95
run_asyncFunction · 0.90

Tested by

no test coverage detected