Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.5.2 source code.tar.gz | 2024-05-01 | 76.8 kB | |
0.5.2 source code.zip | 2024-05-01 | 170.5 kB | |
README.md | 2024-05-01 | 568 Bytes | |
Totals: 3 Items | 247.9 kB | 0 |
What's Changed
- Make system instruction accept
String
values instead ofThrowingPartsRepresentable
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/152, https://github.com/google-gemini/generative-ai-swift/pull/155 - Only text values are supported for system instructions.
- Add default
nil
value forrequiredParameters
inFunctionDeclaration
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/153
Full Changelog: https://github.com/google-gemini/generative-ai-swift/compare/0.5.1...0.5.2