Hacker News new | ask | show | jobs
by lgas 518 days ago
I'm guessing it's basically doing RAG over the full toolset to surface only the most relevant tools for any given message?
1 comments

It works very similarly to RAG but for tools. The SDK loads the necessary configs and schemas for each tool and uses that to guide the AI on how to use the tool effectively based on the latest message.