@aa66609cline或roo code有辦法讓模型調用自己的tools嗎,例如搜尋功能 中发帖

RT,我指的不是使用MCP或者它內建的broswer tool 
而是模型內建的tool,例如gemini單純post api能夠在body添加google_search來啟用google搜尋功能

“tools”: [
{
“google_search”: {}
}
]