google / generative-ai-go

Go SDK for Google Generative AI
Apache License 2.0
554 stars 57 forks source link

genai: turn conversion panics to errors #143

Closed jba closed 3 months ago

jba commented 3 months ago

Return an error if a conversion fails, instead of panicking.

Currently the only possible such failure is when a FunctionResponse contains a value that can't be converted to a Struct proto.

jba commented 3 months ago

I'll move the catch function to the generated code and also generate a comment for pvPanic.

jba commented 3 months ago

Done.