I'm using llms with OpenRouter as the provider. OR has a new feature still in beta, called Server Tools – tools like web search which are executed by the server instead of by the client.
Apparently what is needed is to add an entry like
{"type": "openrouter:web_search"}
to the tools array in the request payload.
Is it possible to configure llms to do so? I couldn't find anything in the documentation which looks like a match.
I'm using llms with OpenRouter as the provider. OR has a new feature still in beta, called Server Tools – tools like web search which are executed by the server instead of by the client.
Apparently what is needed is to add an entry like
{"type": "openrouter:web_search"}to the
toolsarray in the request payload.Is it possible to configure llms to do so? I couldn't find anything in the documentation which looks like a match.