Turning our pipeline into a tool for agents
This exercise is part of the course
Building AI Agents with Haystack
Exercise instructions
Your healthcare agent is almost complete! Now you’ll connect its final skill ,a structured data lookup from a patient database, by wrapping your SQL pipeline as a tool and giving the agent access to it.
- Set the
get_patient_informationfunction as a tool. - Add the tool to the agent’s tool list so it can reason with patient data.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise