Tool use turns an LLM into an 'agent that takes action'. When the bot hears 'find apartments in Kadıköy', it doesn't just generate text — it calls the search_listings tool, pulls real DB results, formats them for the user. LeadsUp ships 12+ default tools; custom HTTP tool lets you bind your own APIs.
Example
When bot hears 'I want to pay a deposit', it calls create_payment_link, generates a Stripe link and shares via WhatsApp.
Related terms
LLM (Large Language Model)
AI model trained on massive text corpora; can converse in natural language.
ReadHallucination
When an LLM generates information that isn't real — made-up prices, stock, customer names.
ReadRAG (Retrieval Augmented Generation)
LLM retrieves relevant documents from a knowledge base before generating its reply.
ReadWant to see how it works in practice?
14 days free. See these concepts live on your own bot.
