This project demonstrates how to give Gemini models the ability to call external functions -- such as looking up weather, converting units, or performing calculations -- and use the results to answer ...
Tool use (also called function calling) lets Claude interact with external systems during a conversation. Instead of just generating text, Claude can request that your code runs a specific function — ...