Skip to content

Commit

Permalink
UGemini v2.3.0-preview.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Nov 10, 2024
1 parent dc0aeb8 commit 9bddbde
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public class GeminiCandidate : IAppendableData<GeminiCandidate>
/// </summary>
/// <remarks>
/// This field is populated for GenerateContent calls.
/// <br/><br/>
/// Only available in the beta API.
/// </remarks>
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public GeminiGroundingMetadata GroundingMetadata;
Expand Down
2 changes: 1 addition & 1 deletion UGemini/Packages/com.uralstech.ugemini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"AI",
"Integration"
],
"version": "2.3.0-preview.3",
"version": "2.3.0-preview.4",
"unity": "2022.3",
"hideInEditor": false,
"documentationUrl": "https://uralstech.github.io/UGemini/",
Expand Down

0 comments on commit 9bddbde

Please sign in to comment.