David Tseng

Results 6 comments of David Tseng

Indeed this was caused by a bad hasExampleLabel check. I have opened a PR to fix this with your example as test cases. The hasExampleLabel now will only check if...

I had the same issue. Try use precision as high as 12 decimal places for the coordinates. With 7 decimal places only, the algorithm will "cheat" by taking shortcut. Tested...

@mdazfar2 thanks for the fast PR! I failed to understand what changes in your PR fixed the issue. Can you explain a bit?

I decided to look at the implementation, it seems ```python try: await self._page.evaluate(self._page_script) except Exception: pass .... result = await self._page.evaluate("MultimodalWebSurfer.getPageMetadata();") ``` If any error rises during page script init,...

hi @afourney i think the error you are referring to is [MultimodalWebSurfer is not defined](https://github.com/microsoft/autogen/issues/4136). That PR didn't fix it.

> I'm trying to import [gitlab swagger](https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/openapi/openapi_v2.yaml) on Insomnia 10.3.1. I can import the file, but then it creates a "Document" inside my project. Inside this document, the tab "spec"...