From 19186794edac4fce5523e671310aecff4cbfdc81 Mon Sep 17 00:00:00 2001 From: Beehive Innovations Date: Mon, 6 Oct 2025 10:04:06 +0400 Subject: [PATCH] docs: Update apilookup.md --- docs/tools/apilookup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tools/apilookup.md b/docs/tools/apilookup.md index e37b944..c4d811e 100644 --- a/docs/tools/apilookup.md +++ b/docs/tools/apilookup.md @@ -1,6 +1,7 @@ # API Lookup Tool The `apilookup` tool ensures you get **current, accurate API/SDK documentation** by forcing the AI to search for the latest information rather than relying on outdated training data. This is especially critical for OS-tied APIs (iOS, macOS, Android, etc.) where the AI's knowledge cutoff may be months or years old. +Most importantly, it does this within in a sub-process / sub-agent, saving you precious tokens within your working context window. ## Why Use This Tool?