agentic loop — The cycle an agent runs in: decide, call a tool, read the result, decide again — repeating until the goal is met or a stop condition fires.
Why it matters
Each provider ships its own search tool with a different schema, so changing models means rewriting search handling. One tool definition that stays identical across models removes that rewrite and lets you pin one search backend for consistent results.