google-gemini / generative-ai-swift

The official Swift library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=swift
Apache License 2.0
909 stars 144 forks source link

Update `Citation` decoding to handle optional values #135

Closed andrewheard closed 5 months ago

andrewheard commented 5 months ago

Updated Citation decoding to handle optional values for startIndex (defaults to 0 when omitted) and license (defaults to ""). Will make license nullable in a follow-up PR (breaking change).