-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Fixed Python bug when enable_json_response=True #10376
Conversation
@shethaadit there are some unit tests that need to be updated (that were incorrectly looking at the |
…into shethaadit/FixBug10375
…t/semantic-kernel into shethaadit/FixBug10375
Hi @moonbox3, I have fixed all Unit Tests and the run is 100% successful I believe. Could you please take a look at again and approve? |
Definitely! Thank you for doing that. |
Hi @moonbox3, somehow it shows all test case passed but merge-gatekeeper is failing. Can you please help? |
Yes, I'm on it, no worries. |
We've got a PR going in to unblock this -- our ollama integration tests are unstable, so we will be skipping them for now. I'll get this merged once that is in main. |
Description
Fixed Python bug when enable_json_response=True
Contribution Checklist
Fixes #10375