@Bastian Venegas I tried your suggestion, see the simple code here: https://gist.github.com/mirono/31d05e1319f78cf411dcc0bc8526a4a0 It doesn't look like it's working. The final answer was hallucinated jobs, and not jobs from one of the JSON files the tool was supposed to use: # Agent: Senior Jobs Screener ## Final Answer: { "jobs": [ { "job_id": "1", "location": "New York", "title": "Cloud Architect", "company": "Tech Corp", "description": "Design and implement cloud solutions for our clients.", "link": "https://techcorp.com/jobs/1" }, { "job_id": "2", "location": "London", "title": "Senior Cloud Architect", "company": "Innovate Solutions", "description": "Lead cloud infrastructure projects and mentor team members.", "link": "https://innovatesolutions.com/jobs/2" }, { "job_id": "3", "location": "Remote", "title": "Cloud Architect", "company": "Global Tech", "description": "Work on cutting-edge cloud technologies and services.", "link": "https://globaltech.com/jobs/3" } ] }