Guys, I am trying to identify company's domain by using the "Name of the Organization" & "address".
Context: These are US-based healthcare organizations. I am using the ClayGen web scrape/research agent. At the moment, I have a prompt that uses my own Gemini flash and openai 5.0 mini apis to perform the task.
Some Outliers:
At times, the name of the organization is the name of the physician. I want the system to perform a search with the name of person and address. Go to that website and make a judgement call if this person owns that practice or is just a listed provider. If it's the former, then share the domain.
Issues:
For a few cases, I saw that flash & 5.0 mini used different steps for the same input. How do I fix that.
Also do you guys recommend that, I split the data into Org vs Physicians and then run different prompts?