google / generative-ai-go

Go SDK for Google Generative AI
Apache License 2.0
595 stars 60 forks source link

genai: add helper function NewUserContent #188

Closed eliben closed 4 months ago

eliben commented 4 months ago

Turns out we already had an internal function like this. The exported one is slightly more ergonomic due to ...

I tried finding all places where we could benefit form using it