UGemini v2.0.0 Preview 5
Pre-release
Pre-release
Uralstech
released this
30 Aug 19:37
·
101 commits
to unstable
since this release
This release is a part of UGemini v2.0.0, pull request #18
Breaking Changes
GeminiCachedContentCreateRequest
now acceptsGeminiCachedContentCreationData
instead ofGeminiCachedContent
as input.- The
Contents
,Tools
,TimeToLive
,SystemInstruction
andToolConfig
fields have been removed fromGeminiCachedConent
. - All constructors for
cachedContents
requests now haveuseBetaApi = true
as default.
Changed
- Fixed
cachedContents.create
,cachedContents.get
,cachedContents.list
andcachedContents.delete
. - Updated documentation for v1Beta-only methods.
Full Changelog: 2.0.0-preview.4...2.0.0-preview.5