Skip to content

Commit

Permalink
feat: add audio_timestamp to GenerationConfig
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687163077
  • Loading branch information
Google APIs authored and copybara-github committed Oct 18, 2024
1 parent 5ebb5c1 commit 596e2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/v1beta1/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ message GenerationConfig {
// Optional. Routing configuration.
optional RoutingConfig routing_config = 17
[(google.api.field_behavior) = OPTIONAL];

// Optional. If enabled, audio timestamp will be included in the request to
// the model.
optional bool audio_timestamp = 20 [(google.api.field_behavior) = OPTIONAL];
}

// Safety settings.
Expand Down

0 comments on commit 596e2a0

Please sign in to comment.