Tool Calling

The model decides when to call a function — weather, calculator, or knowledge base search.

Available tools

Defined in lib/tools.ts

get_weather

Mock weather lookup by city

calculate

Safe arithmetic expression evaluator

Tool Calling

Try: “What's the weather in Tokyo?” or “What is (45 * 3) - 12?”

Ask something a tool could help with

The model will call a tool only when it decides one is actually needed.