Vitalii

Results 7 comments of Vitalii

@Giom-V , But should function calling works with response_modalities: [AUDIO] . When I try to do so it seem the model understands what it should do but I always get...

Hi @Giom-V ! Thank you for response. But it seems the issue persist in this library version too. Here is example that I run: ```from google import genai from google.genai...

Thank you for your explanation and quick response! I will wait for this functionality. One more: it would be great to add more clear error message that this functionality isn't...

As a quick and dirty fix you can add something like this to your prompt: SUPER SUPER IMPORTANT: You should always return JSON. JSON should be valid json and properly...

I am sorry can't put code snippet with proper formatting because it has \` characters (or I don't know how to use github's markdown :) ). Here is link to...

@sergeyzenchenko I totally agree with that it isn't production solution. As I wrote it is very dirty hack. I just share my experience and if you need to do some...

Hi guys! It seems native libraries still don't work. But I found a solution for me. I switched to PydanticAI. I have not had time to figure out how things...