I’m having trouble combining the fileSearch (RAG) and functionCalling tools. They work fine individually, but when both are enabled, the documentation search fails. Has anyone had any experience with this? I also tried to be very detailed with the system instructions.
"tools": [
{
"functionDeclarations": [
{
"name": "support_count",
"description": ...
...
},
]
},
{
"fileSearch": {
"fileSearchStoreNames": [
"fileSearchStores/my-store-nsr9z3mjvyd3"
]
}
}
]