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

Function text_part

src/webwright/models/base.py:139–140  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

137
138
139def text_part(text: str) -> dict[str, Any]:
140 return {"type": "input_text", "text": text}
141
142
143def image_part_from_path(path: Path) -> dict[str, Any]:

Callers 5

_judge_one_imageFunction · 0.90
run_image_qaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected