You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Unsupported content type. FunctionCallContent is not supported by Gemini. error when calling plugin functions after upgrading from Microsoft.SemanticKernel.Connectors.Google 1.47.0-alpha to 1.48.0-alpha.
To Reproduce
[KernelFunction][Description("Returns the current date.")]publicasyncTask<string>CurrentDate(){returnawaitTask.FromResult(DateTime.Now.ToLongDateString());}
Gemini, what's today's date?
Expected behavior
After reverting back to 1.47.0-alpha
github-actionsbot
changed the title
Bug: Unsupported content type. FunctionCallContent is not supported by Gemini.
.Net: Bug: Unsupported content type. FunctionCallContent is not supported by Gemini.
Apr 30, 2025
Describe the bug
Unsupported content type. FunctionCallContent is not supported by Gemini.
error when calling plugin functions after upgrading fromMicrosoft.SemanticKernel.Connectors.Google
1.47.0-alpha to 1.48.0-alpha.To Reproduce
Expected behavior
After reverting back to 1.47.0-alpha
Platform
Microsoft.SemanticKernel.Connectors.Google 1.48.0-alpha
Additional context
Just quickly reporting. I haven't checked for breaking changes or done any other investigation other than a quick Google search.
The text was updated successfully, but these errors were encountered: