Troubleshooting Claygent Web Research Prompt Errors and Solutions
Hello, I keep getting an "error" when I try to run a claygent web research prompt that uses a person's name from a found linkedin profile to see if they appear on a website. I have tried API keys for both GPT 4o and Anthropic Claude 3 Haiku Both keys are working and accounts operational. Here is the prompt: " Act as a commercial real estate ownership researcher. Verify if the person Correct First Name Correct Last Name appears on the company website Owner 1 Website . Research method: 1. Thoroughly review team-oriented sections on the website, such as "Team", "Leadership", "Who We Are" or "About Us" pages. 2. Conduct a Google search using the format: "[Person's Name] site:[insert website domain]". Output "Yes" if the person is found on the website, otherwise output "No". If the website is unavailable or inaccessible, return "Website not accessible". If the LinkedIn profile is invalid, return "LinkedIn profile not accessible". " Here is the Schema: " { "type": "object", "properties": { "result": { "type": "string", "enum": [ "Yes", "No" ], "description": "Indicates if the person from the LinkedIn profile was found on the company website." } }, "required": [ "result" ], "additionalProperties": false } " https://app.clay.com/workspaces/25609/workbooks/wb_EWYUT8DzYs5A/tables/t_EsxBGv29ANhP/views/gv_7VcXAEZnGXsz Thanks!