When using parameters_json_schema in types.FunctionDeclaration, it works for the regular gemini LLM model like gemini-2.0-flash-001, but not work for the live api model gemini-2.0-flash-live-001 or gemini-2.5-flash-preview-native-audio-dialog.
It model can call the function but with an empty argument. It works when using parameters of types.FunctionDeclaration. Does the Gemini Live API supports parameters_json_schema?
FYI, I am using google-genai 1.26.0.
When using
parameters_json_schemaintypes.FunctionDeclaration, it works for the regular gemini LLM model likegemini-2.0-flash-001, but not work for the live api modelgemini-2.0-flash-live-001orgemini-2.5-flash-preview-native-audio-dialog.It model can call the function but with an empty argument. It works when using
parametersoftypes.FunctionDeclaration. Does the Gemini Live API supportsparameters_json_schema?FYI, I am using
google-genai1.26.0.