Skip to content

Commit

Permalink
add ModelVersion property
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Nov 1, 2024
1 parent 977fd55 commit beca6ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ FinishReason.Recitation or
/// Usage metadata about the response(s).
/// </summary>
public UsageMetadata? UsageMetadata { get; set; }
/// <summary>
/// Output only. The model version used to generate the response.
/// </summary>
public string? ModelVersion { get; set; }

/// <summary>
/// A convenience overload to easily access the responded text.
Expand Down

0 comments on commit beca6ce

Please sign in to comment.