suseek

Results 6 comments of suseek

It's a pity that we cannot specify the custom error handler for cases when the type is actually a known error - in cases like when the backend is throwing...

Have exactly the same issue, cannot specify `en_GB` which appears on your JS library.

@willpowr best would be to just implement your own `ENSlashDateFormatParser` and these two lines (42, 43) switch the groups, so at the end, it would look like this ``` int...

It happens to me as well, for Gemini live model `gemini-2.5-flash-native-audio-preview-09-2025`, with a simple code ``` async def on_enter(self): self.session.generate_reply( instructions="Greet the user kindly." ) ``` no other `generate_reply` functions...

Ok, funny thing was that I had word `greet user` in my instructions (it doesn't matter if that's on system or the local one for reply). When I switched that...