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

Method to_dict

src/webwright/tools/self_reflection.py:366–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 endpoint: str = ""
365
366 def to_dict(self) -> dict[str, Any]:
367 return {
368 "model": self.model,
369 "endpoint": self.endpoint,
370 "predicted_label": self.predicted_label,
371 "final_response": self.final_response,
372 "final_user_text": self.final_user_text,
373 "final_system_msg": self.final_system_msg,
374 "image_paths": self.image_paths,
375 "image_records": self.image_records,
376 }
377
378
379async def run_self_reflection_async(

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected