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
Exception while start application - Microsoft.SemanticKernel.HttpOperationException: Response status code does not indicate success: 400 (Bad Request).
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
Discussed in #12234
Originally posted by VladyslavLishchyna May 22, 2025
Hi community! I try to get response from Gemini as JSON object and use like this
And have 400 status code
Schema looks like:
If I run without ResponseSchema parameter I receive response successfully
The text was updated successfully, but these errors were encountered: