Can Google’s Gemini models do auto function calling with complex parameters?
I am using Google’s gemini-1.5-pro-002 model to build a chat bot. The model is deployed on VertexAI. I need the bot to do auto function calling. It works if the function parameters are simple types such as string or integer. I am having issues getting it to work with complex types.