gsilvamartin / dotnet-gemini-sdk

.NET SDK for seamless and efficient integration with the Google Gemini
MIT License
43 stars 12 forks source link

Added param for server side events to streaming functions #22

Open Michael-Herzog opened 4 months ago

Michael-Herzog commented 4 months ago

I made the default value for the new parameter false by default for backward compatibility, though it should be true else the streaming function is unusable due to truncated json objects.

gsilvamartin commented 3 months ago

Thanks for contribution!

I'll test today and merge it for the next release.