Praveen Verma

Results 1 issues of Praveen Verma

**Describe the bug** kernel function call is not working properly with gemini-1.5-flash for below code ``` using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.ChatCompletion; using Microsoft.SemanticKernel.Connectors.Google; using SementicKernelDemo.Plugins.LightsPlugin; string? modelID = Environment.GetEnvironmentVariable("MODEL_ID"); string? apiKey...

bug
.NET