Peter Minin

Results 13 comments of Peter Minin

True, but not quite. From the docs it seems both the user and everyone else will get a silent notification. I _think_ this should be enough for the user. Here...

Here's a workaround for now, before #580 is merged. You can tweak it if some of your fields are optional. ```python from google.generativeai.types import generation_types def force_required_fields(generation_config) -> dict: """...

I noticed there's a PR draft for this: #122. Not sure what's stalled it. Maybe backwards compatibility.