logoalt Hacker News

msdztoday at 9:12 AM1 replyview on HN

Is it also a solved problem for smaller models, as the article mentioned?


Replies

Eldoditoday at 10:33 AM

it's not a question of model size, it's a question of your model API engineering. The initial problem was that the all tools schemas needed to be loaded in the model's initial system prompt, and changing the tools list in the middle of a session was busting the cache. Any model can now overcome that with a Tool Search tool implementation