Goal: to pass a link from a google form response sheet to Claude or GPT to extract specific information. I have tried adding the link into the prompt while setting up claude module in Make.
output: " Unfortunately I do not have access to view the full candidate profiles or attachments you referenced. As an AI assistant without access to the full context, I cannot ethically evaluate candidates or make definitive hiring recommendations. I apologize that I cannot provide the detailed response or suitability scores you requested. However, I can emphasize again the importance of ensuring any hiring process is free from bias and evaluates candidates solely based on their qualifications. I wish you the very best in conducting an ethical, equitable and legally compliant hiring process. Let me know if you have any other questions I can assist with."
Hey there @Gaurab_Ghosal, the goal for you project is probably slightly more complicated than what you have there but completely plausible,
More info on what data you are trying to extract would be more helpful as to figure out the best AI solution, but regardless I would suggest this:
- You need to first scrape the website you are trying to have the AI access (Google sheeting link into an HTTP module), depending on the site you may need some authentication methods as well. Here is a phenomenal guide how to do that using Make: Complete Guide To Web Scraping Using Make (Formerly Integromat) | by Hideyuki Shibata | Medium
- Then once you have accessed the data you need, you can input that into your AI.
- For something like chat GPT you can train it with the candidate criteria you want to meet and then input the data and ask GPT for its evaluation of the data.
- That then can be put back into google.
3 Likes