Dynamic Tool Selection

An agent's ability to choose which tools to use based on the task at hand.

Why it matters

Real-world tasks are unpredictable. An agent that dynamically picks tools adapts to whatever comes up.

In practice

Our Chat Agent dynamically selects tools: FAQ matching for common questions, RAG for docs, or Claude API for complex reasoning — all decided at runtime.

Related terms

Back to glossary