Building Agent Systems with Tools and Function Calling
What you’ll learn
AI systems need a variety of skills to handle different business tasks and provide useful solutions for each industry. But having these abilities alone isn’t enough to really help your customers with their specific data. For the AI to give helpful answers, it needs access to details like a customer’s contract, their recent support emails, or the latest sales report.
This is where Agent systems come into play. In this demo, we’ll create an Agent system that combines several tools (called Unity Catalog Functions) and reasoning agents. These tools usually retrieve additional information or perform certain tasks, such as:
- Checking the latest customer order status (for questions about an online order)
- Fetching the current weather
- Using an external machine learning model for recommendations
- Searching a database to find relevant information or documents for better answers (RAG)
- Running specialized queries or prompts with fine-tuned AI models
- Running Python scripts
- Performing mathematical calculations
Type
Product Tour
Duration
Self-paced
Related Links