Mark Daoust

Results 254 comments of Mark Daoust

Hi, we were just retrying this example. And I can't replicate the 500 error, I get a lot of FinishReasonRecitations, but that's working as intended. I think this is fixed.

It's still pretty rough, but it gets the notebooks run. Some notebooks only run with api_key, others only with oauth. We'll need to fix this. We should probably look at...

Wait. This class is not exposed in the docs. Pls fix.

We're not planning on moving forward with this right now. Putting it on hold until we have a better understanding of the use cases that would benefit from this. Internal...

It's used in this example: https://github.com/google-gemini/cookbook/blob/7b069178ea852fe6c91c51b576282273dfd04f24/examples/Story_Writing_with_Prompt_Chaining.ipynb#L121 But cookbook could use a walkthrough of the http_options.

Hi, Nit: It's best not to mix `realtime_input` and `client_content`. Sending the audio through realtime_input relies on the builtin Voice Activity Detection VAD. If you're sending an audio file, there...

Any suggestions? async_enumerate? --- View entire conversation on ReviewNB

This is a valid feature request. @Gunand3043, that's a good resource. Thanks for the link. > this sometimes doesn't respect the response_schema structure That shouldn't be possible, it uses constrained...

Checks are failing for deleted files. Ignore them.

- We should try and make sure that the behavior is consistent between `TypedDict`, `Dataclass`, and `Pydantic`. - We should be sure the behavior is consistent between function definitions and...