<https://kotlinlang.slack.com/archives/C08SLB97W23...
# koog-agentic-framework
s
https://kotlinlang.slack.com/archives/C08SLB97W23/p1754841305217749 Sorry to repost this, but I think this has been overlooked, I'd really appreciate some support here.
👍 1
o
I am struggling with the same in Gemini and Google Search built in tool, in the end, it feels like easiest way for me to solve it will be using my own agent that will use the original API as a tool. eg. Function calling agent, that uses searchWebTool, which is a wrapper for using original Gemini or OpenAi API with this tool directly.
👍 1
g
I think you can Ktor the request by hand as a suspend tool function
To use Open AI research capabilities Or even use OpenRouter?
d
Or use an MCP server that provides search tools. Or build your own. There's one here that doesn't require any API key (provided that you don't go crazy with the API, ideal for personal use): https://github.com/ptitjes/konvo/tree/main/konvo-mcp-web-tools