I am trying to use Google API Flash 1.5 to interpret a URL, so the model identifies (in percentage) how much that page addresses the topic of a specific maker project. I used the following prompt:
response = model.generate_content(f"What percentage of the content is dedicated to a specific project on robotics or maker activities. Study: {study_input}. IMPORTANT: your answer should be a percentage indicating how much the content discusses educational robotics activities or a specific maker project; do not consider pages that compile multiple projects. If it is exactly this type of content, it should be 100%. If it’s other content but mentions this theme at certain points, provide a percentage indicating how much the context discusses the theme, from 0% to 100%. IMPORTANT: Your answer should only be the percentage value.")
The problem is that, when the page is a compilation of studies, like Pinterest, which brings together several project titles but not one specific project, the model is returning 100%.